aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Document that listen() can return EINVAL now.Thomas Moestl2003-01-171-0/+2
* Do a better job of documenting mincore(2), esp. the MINCORE_* flags.Tim J. Robbins2003-01-171-14/+46
* Fix memleak.Martin Blapp2003-01-161-2/+8
* Implement non-blocking tcp-connections.Martin Blapp2003-01-165-62/+437
* realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.Johan Karlsson2003-01-152-9/+9
* Add a missing word.Tim J. Robbins2003-01-152-2/+2
* Document the named semaphore functions. This could still use a bitTim J. Robbins2003-01-152-36/+330
* Actually add mac_prepare.3.Chris Costello2003-01-151-0/+85
* Cross-reference mac(4)Chris Costello2003-01-155-0/+5
* s/SEE_ALSO/SEE ALSO/Chris Costello2003-01-152-2/+5
* o Document mac_prepare() and associated functionsChris Costello2003-01-158-33/+61
* o Remove clause #3Chris Costello2003-01-141-5/+9
* Back out previous; sharing semaphores between processes only worksTim J. Robbins2003-01-142-16/+32
* Sharing semaphores between processes works now, so remove the stale commentsTim J. Robbins2003-01-142-32/+16
* Cross reference sem(4) so users know which kernel options are requiredTim J. Robbins2003-01-1410-10/+20
* Add the newly created semaphore to the named semaphore list in sem_open()Tim J. Robbins2003-01-142-2/+4
* Including <time.h> before <aio.h> has not been necessary for a while now.Tim J. Robbins2003-01-141-1/+0
* Mention the oddities and requirements for mount operations executed byJoerg Wunsch2003-01-131-3/+16
* Refer to 1003.1 instead of 1003.2 in the Standards section.Tim J. Robbins2003-01-136-6/+6
* Lock the stream before calling __sfileno() to retrieve the file descriptor.Tim J. Robbins2003-01-131-2/+10
* Add missing word to "Return Values" section.Tim J. Robbins2003-01-131-0/+1
* Fix struct iovec documentation to match reality.Mike Barcroft2003-01-122-2/+2
* Add a manual page for the lio_listio() syscall. Still needs a bitTim J. Robbins2003-01-122-1/+177
* Implement missing fpgetround() and fpsetround().Marcel Moolenaar2003-01-113-2/+84
* Remove all use of the LOG2() macro/inline, undoing some non-optimal cruftMatthew Dillon2003-01-111-2/+2
* Increase the scheduler stack to 4 pages. This should prevent a stackDaniel Eischen2003-01-111-1/+1
* Use the fstype obtained from the GEOM dumpconf output to set the fstypeJohn Baldwin2003-01-101-1/+1
* - Make New_Disk() non-static so it can be used in Create_Chunk_DWIM().John Baldwin2003-01-103-3/+21
* About September 2001, I consulted with all the previous authors ofJacques Vidrine2003-01-101-163/+13
* The macro versions of putc() and putchar() are gone.Tim J. Robbins2003-01-101-9/+3
* There is no macro version of getc() anymore.Tim J. Robbins2003-01-101-2/+1
* Bring the list of function-like macros up to date with reality.Tim J. Robbins2003-01-101-28/+20
* spell multiple correctly.Alfred Perlstein2003-01-101-1/+1
* Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked()Tim J. Robbins2003-01-102-3/+38
* Add a manual page for flockfile(), ftrylockfile(), and funlockfile().Tim J. Robbins2003-01-102-1/+106
* Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),Tim J. Robbins2003-01-103-6/+68
* Add function versions of getchar_unlocked(), getc_unlocked(),Tim J. Robbins2003-01-102-1/+96
* Avoid a memory leak by using reallocf() instead of realloc().Tim J. Robbins2003-01-101-1/+1
* 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