summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix problem where initgroups would silently truncate groups withdds2003-11-191-2/+7
* Remove ',' accidentally added after ".Xr fork 2".ghelmer2003-11-101-1/+1
* Prevent abnormal termination of a child daemon process when createdghelmer2003-11-102-3/+35
* Rephrase .Nd description to contain the keykientzle2003-11-061-1/+1
* Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.phk2003-10-302-2/+3
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicphk2003-10-302-2/+7
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelstjr2003-10-294-14/+1
* mdoc(7): Fix common mistakes made in the SEE ALSO section.ru2003-09-121-1/+1
* mdoc(7): Properly mark C headers.ru2003-09-104-5/+5
* mdoc(7): Use the new feature of the .In macro.ru2003-09-0817-30/+30
* Update the kern.osreldate documentation to document the present formateivind2003-09-011-2/+17
* Add a kluge suggested by Marcel to paper over the difference betweenwollman2003-08-191-0/+3
* Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEMwollman2003-08-192-18/+51
* Add the POSIX 1003.1-2001 posix_madvise() interface.bms2003-08-092-3/+4
* The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1.das2003-07-311-2/+4
* Make raise and _raise as weak symbols, so they can be overriden bydavidxu2003-07-191-1/+4
* Rewrite to reflect slight change in semantics for C99, and note a bugwollman2003-07-191-22/+39
* C99 compliance: time() always sets its return value in both placeswollman2003-07-191-4/+7
* Revert to using yp_order() to probe for master.paswd.by* maps andwpaul2003-07-181-7/+14
* Whitespace after keywords per style(9).wollman2003-07-181-2/+2
* With the latest mdoc(7), we can now fix the synopsis like this.ru2003-07-031-3/+9
OpenPOWER on IntegriCloud