summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Markup, grammar, and spelling fixes.ru2004-06-301-2/+8
* Fix typo: WRDE_DOOFS -> WRDE_DOOFFS.tjr2004-06-302-5/+5
* Spelling fixes.mpp2004-06-212-3/+3
* In fts_build(), if we try to chdir and fail (e.g. due to lack of searchdas2004-06-082-4/+0
* Finally document the option to avoid zombie creationyar2004-06-071-1/+22
* Fix the ordering in the description of the dlsym() lookup procedure toroam2004-06-031-4/+4
* Change the signature of ftok from (const char *, char) to (const char *, int)tjr2004-06-011-1/+1
* Clarify and extend paragraphs on interoperationyar2004-05-171-2/+14
* getgrent() and friends should set errno if there is an error.kientzle2004-05-172-1/+8
* POSIX prohibits any library function from setting errno to 0.kientzle2004-05-172-2/+6
* If getpwent/getpwuid/getpwnam return NULL, they must also set errno.kientzle2004-05-171-0/+3
* Fixed some minor style bugs.bde2004-05-132-14/+20
* Fix some^Wseveral style bugs from last commit.peadar2004-05-123-45/+38
* Remove a trailing newline, to behave as documented in syslog(3):dds2004-05-101-0/+4
* Fixed style bugs in previous commit (bogus forward declaration andbde2004-05-101-3/+1
* o fix a sentence to match with the synopsis [1]brueffer2004-05-091-3/+3
* The FTS_NOSTAT option is an optimisation that reduces the numberpeadar2004-05-083-6/+153
* A minor refactoring to simplify portability: assign the filenamekientzle2004-05-052-10/+14
* When *printf() and *scanf() are compiled without floating-pointdas2004-05-021-0/+4
* Markup nit.ru2004-04-271-1/+1
* Fix a bug that could result in getpw*() incorrectly returning NULL when NISjon2004-04-211-0/+1
* Belatedly remove the getvfsent(3) API. All the consumers have beenmux2004-04-113-342/+2
* Terminate execl()'s argument list with a null pointer instead of atjr2004-04-091-1/+1
* Document the existence of NET_RT_IFMALIST.bms2004-03-251-0/+7
* [troff] removed the unnecessary use of \_ escapes.ru2004-03-251-96/+96
* Add locking so that arc4random(3) functions are all reentrant forgreen2004-03-241-10/+54
* Document incorrect handling of multibyte characters.tjr2004-03-211-1/+7
* Document additional reasons that sysctl(3) can return ENOMEM (due totruckman2004-03-151-0/+11
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)markm2004-03-052-2/+2
* Apply style(9).green2004-02-231-2/+6
* Add signal numbers to signal(3).josef2004-02-231-33/+36
* style cleanup: Remove duplicate $FreeBSD$ tags.cperciva2004-02-101-2/+0
* Prevent memory leak on sem_destroy() by destroying the semaphore'sdeischen2004-02-061-1/+4
* Only allow the semaphore to be taken when the value is positive.deischen2004-02-061-2/+1
* Correct check for invalid semaphore on sem_destroy() (s/==/!=/).deischen2004-02-051-1/+1
* Correct the weak reference for sem_unlink.deischen2004-02-051-1/+1
* Allow libc's version of sem_trywait() to work for non-pshared mutexes.deischen2004-02-041-2/+17
* Modify the implementation of libc semaphores so that they can bedeischen2004-02-031-146/+132
* Discard the first 1024 bytes of output as suggested bydas2004-01-201-1/+13
* add missing endusershell() call. Original version was incorrect.charnier2004-01-181-1/+3
* Backout revision 1.6, because some stub functions not in libc, anddavidxu2004-01-171-18/+2
* Enable cancellation point in sem_wait, it is required by POSIX.davidxu2004-01-171-2/+18
* Fixed style of previous commit.ru2004-01-151-3/+2
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.ru2004-01-147-8/+13
* Kill whitespace at end of lines.nectar2004-01-121-9/+9
* Fix a bug that could result in a null pointer dereference innectar2004-01-121-1/+1
* Remove unused variables and function declarations. Add missing headers.nectar2004-01-061-3/+0
* Make sure we initialise dirp->dd_size if we aren't reading a unionfsdfr2003-12-261-0/+1
* Back out previous commit due to incorrect content.trhodes2003-12-231-128/+62
* Document many of the missing posix.1b options.trhodes2003-12-231-62/+128
OpenPOWER on IntegriCloud