summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/arm/ioperm.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-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: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-4/+4
| | | | | Appears to build fine (several .configs tried)
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-4/+4
|
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-2/+2
|
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
|
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
| | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's.
* we dont actually need asm/page.hMike Frysinger2007-02-101-3/+0
|
* fixes from psm: use __asm__/__volatile__Mike Frysinger2006-08-231-6/+6
|
* Joseph S. Myers writes:Eric Andersen2006-01-191-4/+6
| | | | | | | | | libc/sysdeps/linux/arm/ioperm.c on trunk fails to compile for me because of no declaration of ioperm at the point where libc_hidden_proto(ioperm) requires one. Including <sys/io.h> to get the declaration then shows up that various types are inconsistent with that header; this patch fixes things so that file compiles.
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
|
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵Peter S. Mazinger2006-01-141-9/+17
| | | | missing headers, other jump relocs removed
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵Peter S. Mazinger2005-12-161-0/+1
| | | | it back
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-0/+2
|
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-0/+1
|
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+2
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-3/+3
|
* rip out iopl from ioperm.c so it will override the common iopl.cMike Frysinger2005-08-151-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