aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Prototype __getcwd() to avoid a warning.Tim J. Robbins2003-01-101-0/+2
* #include <ctype.h> for prototypes (or macro versions) ofTim J. Robbins2003-01-101-0/+1
* pthread_attr_get_np() now takes 'pthread_t' (not 'pthread_t *')Max Khon2003-01-072-9/+8
* Correct a couple small typos.Chris Costello2003-01-071-2/+2
* Document the file system firewall interface library functions.Chris Costello2003-01-076-0/+515
* #include "namespace.h" to get a prototype for _err().Tim J. Robbins2003-01-071-0/+2
* Remove an unused variable: mbresult.Tim J. Robbins2003-01-071-1/+0
* #include <stdlib.h> for free()'s prototype.Tim J. Robbins2003-01-071-0/+1
* Use hidden names (_close, _dup2, _waitpid, etc.) where appropriate.Tim J. Robbins2003-01-071-22/+22
* Add waitpid to the list of hidden names for use by wordexp.c and grantpt.c.Tim J. Robbins2003-01-072-2/+2
* Typo fixes.Giorgos Keramidas2003-01-072-2/+2
* Remove redundant documenation.Tom Rhodes2003-01-061-14/+1
* strfmon(3) does not correctly handle multibyte characters in theTim J. Robbins2003-01-061-0/+6
* Note that the printf(3) and scanf(3) family of functions don't deal withTim J. Robbins2003-01-062-2/+14
* Port libc_r to ia64. We need to do things slightly differentMarcel Moolenaar2003-01-065-1/+45
* Build libc_r on sparc64, it should work now.Thomas Moestl2003-01-051-1/+1
* Add MD definitions for sparc64. This is based on work by des.Thomas Moestl2003-01-051-0/+29
* Add an implementation of _atomic_lock for sparc64. This was submitted byThomas Moestl2003-01-051-0/+45
* Rewrite longjmp() and _longjmp() to directly restore the saved frame,Thomas Moestl2003-01-052-55/+19
* Rename siglongjmp() to __siglongjmp(), with a weak alias to siglongjmp(),Thomas Moestl2003-01-051-2/+4
* Use in_addr_t for the right size of an IPv4 address, and copy intoBill Fenner2003-01-051-1/+3
* No need to include <assert.h> here.Tim J. Robbins2003-01-054-4/+0
* strptime(), like strftime(), does not handle multibyte charactersTim J. Robbins2003-01-041-1/+7
* Mention in the BUGS section that strftime() does not handle multibyteTim J. Robbins2003-01-041-1/+7
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-041-2/+2
* Fix three warnings:Tim J. Robbins2003-01-041-2/+2
* style(9): return type on separate line from function name.Tim J. Robbins2003-01-042-2/+4
* Fix a number of bugs noticed by more extensive testing:Tim J. Robbins2003-01-041-7/+15
* Rename UL_GETSIZE to UL_GETFSIZE and UL_SETSIZE to UL_SETFSIZE; these areTim J. Robbins2003-01-042-6/+6
* Remove unused variable: sz.Tim J. Robbins2003-01-041-2/+0
* Remove unused variable: size.Tim J. Robbins2003-01-041-1/+1
* #include <string.h> for strcmp()'s prototype.Tim J. Robbins2003-01-041-0/+1
* Remove unused variable: omask.Tim J. Robbins2003-01-041-1/+0
* #include <sys/linker.h> for kldload()'s prototype.Tim J. Robbins2003-01-041-0/+1
* #include <string.h> for strlen()'s prototype.Tim J. Robbins2003-01-041-0/+1
* #include <ctype.h> for isspace()'s prototype (or a macro version).Tim J. Robbins2003-01-031-0/+1
* Add missing #include "namespace.h".Tim J. Robbins2003-01-031-0/+1
* Remove unused variable: ntmp.Tim J. Robbins2003-01-031-1/+0
* #include <string.h> for strcmp()'s prototype.Tim J. Robbins2003-01-031-1/+2
* #include "local.h" to make __svfscanf()'s prototype visible.Tim J. Robbins2003-01-033-0/+3
* Remove an unused variable: `sb' in fts_read().Tim J. Robbins2003-01-032-2/+0
* Remove an unused variable, `sverrno', which has not been used since 1.11.Tim J. Robbins2003-01-031-1/+0
* Optimize errstr() by reducing the number of times it walks a string.Mike Barcroft2003-01-031-9/+7
* Make struct swblock kernel only, to make vm/swap_pager.h userland includable.Poul-Henning Kamp2003-01-031-1/+1
* Reset the stream orientation to 0 (unoriented) in freopen(), as requiredTim J. Robbins2003-01-031-0/+1
* It is no longer necessary to include sys/types.h before wordexp.h.Tim J. Robbins2003-01-031-1/+0
* popen() is a function, not an argument.Tim J. Robbins2003-01-031-1/+1
* Protect pidlist with a mutex to avoid a race causing a duplicate free()Tim J. Robbins2003-01-031-8/+24
* Set auto-retry mode to avoid some spurious errors.Dag-Erling Smørgrav2003-01-031-0/+1
* Implement POSIX grantpt(3) functionality, and add a pt_chown utility (akinJuli Mallett2003-01-023-7/+491