summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().jhb2003-01-103-3/+21
* About September 2001, I consulted with all the previous authors ofnectar2003-01-101-163/+13
* The macro versions of putc() and putchar() are gone.tjr2003-01-101-9/+3
* There is no macro version of getc() anymore.tjr2003-01-101-2/+1
* Bring the list of function-like macros up to date with reality.tjr2003-01-101-28/+20
* spell multiple correctly.alfred2003-01-101-1/+1
* Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked()tjr2003-01-102-3/+38
* Add a manual page for flockfile(), ftrylockfile(), and funlockfile().tjr2003-01-102-1/+106
* Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),tjr2003-01-103-6/+68
* Add function versions of getchar_unlocked(), getc_unlocked(),tjr2003-01-102-1/+96
* Avoid a memory leak by using reallocf() instead of realloc().tjr2003-01-101-1/+1
* Prototype __getcwd() to avoid a warning.tjr2003-01-101-0/+2
* #include <ctype.h> for prototypes (or macro versions) oftjr2003-01-101-0/+1
* pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')fjoe2003-01-072-9/+8
* Correct a couple small typos.chris2003-01-071-2/+2
* Document the file system firewall interface library functions.chris2003-01-076-0/+515
* #include "namespace.h" to get a prototype for _err().tjr2003-01-071-0/+2
* Remove an unused variable: mbresult.tjr2003-01-071-1/+0
* #include <stdlib.h> for free()'s prototype.tjr2003-01-071-0/+1
* Use hidden names (_close, _dup2, _waitpid, etc.) where appropriate.tjr2003-01-071-22/+22
* Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.tjr2003-01-072-2/+2
* Typo fixes.keramida2003-01-072-2/+2
* Remove redundant documenation.trhodes2003-01-061-14/+1
* strfmon(3) does not correctly handle multibyte characters in thetjr2003-01-061-0/+6
* Note that the printf(3) and scanf(3) family of functions don't deal withtjr2003-01-062-2/+14
* Port libc_r to ia64. We need to do things slightly differentmarcel2003-01-065-1/+45
* Build libc_r on sparc64, it should work now.tmm2003-01-051-1/+1
* Add MD definitions for sparc64. This is based on work by des.tmm2003-01-051-0/+29
* Add an implementation of _atomic_lock for sparc64. This was submitted bytmm2003-01-051-0/+45
* Rewrite longjmp() and _longjmp() to directly restore the saved frame,tmm2003-01-052-55/+19
* Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(),tmm2003-01-051-2/+4
* Use in_addr_t for the right size of an IPv4 address, and copy intofenner2003-01-051-1/+3
* No need to include <assert.h> here.tjr2003-01-054-4/+0
* strptime(), like strftime(), does not handle multibyte characterstjr2003-01-041-1/+7
* Mention in the BUGS section that strftime() does not handle multibytetjr2003-01-041-1/+7
* Rename the dos_partition structure for pc98 to pc98_partition.nyan2003-01-041-2/+2
* Fix three warnings:tjr2003-01-041-2/+2
* style(9): return type on separate line from function name.tjr2003-01-042-2/+4
* Fix a number of bugs noticed by more extensive testing:tjr2003-01-041-7/+15
* Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these aretjr2003-01-042-6/+6
* Remove unused variable: sz.tjr2003-01-041-2/+0
* Remove unused variable: size.tjr2003-01-041-1/+1
* #include <string.h> for strcmp()'s prototype.tjr2003-01-041-0/+1
* Remove unused variable: omask.tjr2003-01-041-1/+0
* #include <sys/linker.h> for kldload()'s prototype.tjr2003-01-041-0/+1
* #include <string.h> for strlen()'s prototype.tjr2003-01-041-0/+1
* #include <ctype.h> for isspace()'s prototype (or a macro version).tjr2003-01-031-0/+1
* Add missing #include "namespace.h".tjr2003-01-031-0/+1
* Remove unused variable: ntmp.tjr2003-01-031-1/+0
* #include <string.h> for strcmp()'s prototype.tjr2003-01-031-1/+2
OpenPOWER on IntegriCloud