Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -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 Vlasenko | 2008-11-20 | 1 | -4/+4 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -4/+4 |
| | |||||
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -2/+2 |
| | |||||
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
| | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -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.h | Mike Frysinger | 2007-02-10 | 1 | -3/+0 |
| | |||||
* | fixes from psm: use __asm__/__volatile__ | Mike Frysinger | 2006-08-23 | 1 | -6/+6 |
| | |||||
* | Joseph S. Myers writes: | Eric Andersen | 2006-01-19 | 1 | -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/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -9/+17 |
| | | | | missing headers, other jump relocs removed | ||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -0/+1 |
| | | | | it back | ||||
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -0/+2 |
| | |||||
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
| | |||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 1 | -0/+2 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -3/+3 |
| | |||||
* | rip out iopl from ioperm.c so it will override the common iopl.c | Mike Frysinger | 2005-08-15 | 1 | -13/+0 |
| | |||||
* | Oleksandr G. Zhadan writes: | Eric Andersen | 2004-01-24 | 1 | -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 of | Eric Andersen | 2002-11-03 | 1 | -0/+246 |
| | | | | ioperm() and iopl() | ||||
* | Sigh. Erik mucks it up again... | Eric Andersen | 2001-09-27 | 1 | -129/+0 |
| | |||||
* | Make iopl and ioperm work | Eric Andersen | 2001-09-27 | 1 | -37/+22 |
| | |||||
* | Duh. | Eric Andersen | 2001-09-27 | 1 | -5/+2 |
| | |||||
* | Add inb, outb and friends, | Eric Andersen | 2001-09-27 | 1 | -0/+147 |