summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/ioperm.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-13/+1
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-8/+8
| | | | | | Step 14: miscellaneous merge for arch specific files in libc/sysdeps. Comments, cleanup, formatting, hidden_proto removal and others.
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-3/+3
| | | | Step 10: libc_hidden_removal
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch libc powerpc/arm/sh64/m68k/alpha/microblaze/i960/vax/e1 specific with ↵Carmelo Amoroso2008-06-181-4/+1
| | | | trunk
* Big fricking merge from trunk, but an easy one."Steven J. Hill"2006-08-241-6/+6
|
* Merge from trunk."Steven J. Hill"2006-02-281-13/+24
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-0/+1
|
* Merge from trunk."Steven J. Hill"2005-12-101-0/+3
|
* Merge from trunk."Steven J. Hill"2005-12-081-0/+2
|
* Merge from trunk."Steven J. Hill"2005-12-021-3/+3
|
* Merge/sync with trunk."Steven J. Hill"2005-08-171-13/+0
|
* Oleksandr G. Zhadan writes:Eric Andersen2004-01-241-0/+11
| | | | | | | | | | Hi Eric, The attached diff file includes BUS_ISA fix for kernel since 2.4.23/ Kind regards, Oleks
* A patch from Vincent Sanders to fix the arm implementation ofEric Andersen2002-11-031-0/+246
| | | | ioperm() and iopl()
* Sigh. Erik mucks it up again...Eric Andersen2001-09-271-129/+0
|
* Make iopl and ioperm workEric Andersen2001-09-271-37/+22
|
* Duh.Eric Andersen2001-09-271-5/+2
|
* Add inb, outb and friends,Eric Andersen2001-09-271-0/+147