aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen
Commit message (Expand)AuthorAgeFilesLines
* Document additional reasons that sysctl(3) can return ENOMEM (due toDon Lewis2004-03-151-0/+11
* Make NULL a (void*)0 whereever possible, and fix the warnings(-Werror)Mark Murray2004-03-052-2/+2
* Apply style(9).Brian Feldman2004-02-231-2/+6
* Add signal numbers to signal(3).Josef El-Rayes2004-02-231-33/+36
* style cleanup: Remove duplicate $FreeBSD$ tags.Colin Percival2004-02-101-2/+0
* Prevent memory leak on sem_destroy() by destroying the semaphore'sDaniel Eischen2004-02-061-1/+4
* Only allow the semaphore to be taken when the value is positive.Daniel Eischen2004-02-061-2/+1
* Correct check for invalid semaphore on sem_destroy() (s/==/!=/).Daniel Eischen2004-02-051-1/+1
* Correct the weak reference for sem_unlink.Daniel Eischen2004-02-051-1/+1
* Allow libc's version of sem_trywait() to work for non-pshared mutexes.Daniel Eischen2004-02-041-2/+17
* Modify the implementation of libc semaphores so that they can beDaniel Eischen2004-02-031-146/+132
* Discard the first 1024 bytes of output as suggested byDavid Schultz2004-01-201-1/+13
* add missing endusershell() call. Original version was incorrect.Philippe Charnier2004-01-181-1/+3
* Backout revision 1.6, because some stub functions not in libc, andDavid Xu2004-01-171-18/+2
* Enable cancellation point in sem_wait, it is required by POSIX.David Xu2004-01-171-2/+18
* Fixed style of previous commit.Ruslan Ermilov2004-01-151-3/+2
* - libc/sys/sem.c was repocopied to libc/gen/sem.c.Ruslan Ermilov2004-01-147-8/+13
* Kill whitespace at end of lines.Jacques Vidrine2004-01-121-9/+9
* Fix a bug that could result in a null pointer dereference inJacques Vidrine2004-01-121-1/+1
* Remove unused variables and function declarations. Add missing headers.Jacques Vidrine2004-01-061-3/+0
* Make sure we initialise dirp->dd_size if we aren't reading a unionfsDoug Rabson2003-12-261-0/+1
* Back out previous commit due to incorrect content.Tom Rhodes2003-12-231-128/+62
* Document many of the missing posix.1b options.Tom Rhodes2003-12-231-62/+128
* Fix problem where initgroups would silently truncate groups withDiomidis Spinellis2003-11-191-2/+7
* Remove ',' accidentally added after ".Xr fork 2".Guy Helmer2003-11-101-1/+1
* Prevent abnormal termination of a child daemon process when createdGuy Helmer2003-11-102-3/+35
* Rephrase .Nd description to contain the keyTim Kientzle2003-11-061-1/+1
* Add '#' to the characters VIS_GLOB encodes. This fixes a bug in mtree.Poul-Henning Kamp2003-10-302-2/+3
* Add a new flag to vis(3): VIS_GLOB which encodes the glob(3) magicPoul-Henning Kamp2003-10-302-2/+7
* Remove incomplete support for running FreeBSD userland on old NetBSD kernelsTim J. Robbins2003-10-294-14/+1
* mdoc(7): Fix common mistakes made in the SEE ALSO section.Ruslan Ermilov2003-09-121-1/+1
* mdoc(7): Properly mark C headers.Ruslan Ermilov2003-09-104-5/+5
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-0817-30/+30
* Update the kern.osreldate documentation to document the present formatEivind Eklund2003-09-011-2/+17
* Add a kluge suggested by Marcel to paper over the difference betweenGarrett Wollman2003-08-191-0/+3
* Change gethostname() to set errno to ENAMETOOLONG instead of ENOMEMGarrett Wollman2003-08-192-18/+51
* Add the POSIX 1003.1-2001 posix_madvise() interface.Bruce M Simpson2003-08-092-3/+4
* The upper end of the range of arc4random(3) is 2**32-1, not 2**31-1.David Schultz2003-07-311-2/+4
* Make raise and _raise as weak symbols, so they can be overriden byDavid Xu2003-07-191-1/+4
* Rewrite to reflect slight change in semantics for C99, and note a bugGarrett Wollman2003-07-191-22/+39
* C99 compliance: time() always sets its return value in both placesGarrett Wollman2003-07-191-4/+7
* Revert to using yp_order() to probe for master.paswd.by* maps andBill Paul2003-07-181-7/+14
* Whitespace after keywords per style(9).Garrett Wollman2003-07-181-2/+2
* With the latest mdoc(7), we can now fix the synopsis like this.Ruslan Ermilov2003-07-031-3/+9
* Fixed some style bugs.Bruce Evans2003-07-011-6/+7
* Don't segfault if setproctitle(3) is called with NULL initially.Alfred Perlstein2003-07-011-0/+1
* Add a libc function execvP that takes the search path as an arguement.Gordon Tetlow2003-06-292-15/+40
* Teach fmtcheck(3) about the flags a, A, F, G, t, and z.David Schultz2003-06-291-8/+28
* fix NIS+ YP compat modeJohn W. De Boskey2003-06-271-3/+4
* Don't statically initialize buf to _PATH_DEV, _PATH_DEV always copied toAndrey A. Chernov2003-06-241-1/+1