Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -11/+13 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -19/+31 |
| | | | | missing headers, other jump relocs removed | ||||
* | Convert some users | Peter S. Mazinger | 2005-12-16 | 1 | -1/+2 |
| | |||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -1/+1 |
| | |||||
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 1 | -4/+4 |
| | |||||
* | Use __open|__closedir | Peter S. Mazinger | 2005-12-08 | 1 | -0/+3 |
| | |||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -2/+2 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -9/+9 |
| | |||||
* | Allow partly IMA compile of this directory | Peter S. Mazinger | 2005-11-02 | 1 | -1/+1 |
| | |||||
* | For current kernels, we just use the getcwd() syscall. For old 2.0 linux | Eric Andersen | 2005-08-15 | 1 | -1/+10 |
| | | | | | kernels, we need this bit to make the non-syscall version that recurses up the directory path work properly. Thanks go to Harald Kuethe for sorting this out. | ||||
* | Fix numerous problems with both getcwd implementations. | Eric Andersen | 2003-09-06 | 1 | -66/+63 |
| | | | | -Erik | ||||
* | Fix the other instance of getcwd | Eric Andersen | 2002-12-04 | 1 | -18/+21 |
| | |||||
* | Properly allocate memory when size is 0, but so is buf | Eric Andersen | 2002-12-04 | 1 | -25/+28 |
| | |||||
* | Rework syscall handling. Rewrite syscall handlers for x86 and ARM. | Eric Andersen | 2002-07-22 | 1 | -3/+7 |
| | | | | | | Prepare to kill the UNIFIED_SYSCALL option and instead have it be a per arch thing that is either enabled or not for that arch. -Erik | ||||
* | Cleanup the getcwd implementation (again) since I broke it | Eric Andersen | 2002-06-18 | 1 | -0/+172 |
last night. Restore malloc-ing when buf=NULL for the syscall version... Move getcwd to libc/sysdeps/linux/common and out of syscalls.c so there is just one getcwd.o object present. -Erik |