summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Make this work in the !INET6 case -- if we mismatch the AF, don't return ambr2003-01-271-9/+10
* Check pmap_flag before sendto.mbr2003-01-271-1/+2
* Make sure we don't look before the beginning of the string.mbr2003-01-271-2/+2
* Add missing __rpc_fixup_addr. This is needed to makembr2003-01-271-0/+3
* Free the correct buffer in error handling.mbr2003-01-271-1/+3
* Reset the record lenght and received bytes once a recordmbr2003-01-271-0/+9
* Fix namespace pollution introduced in previous commit.mbr2003-01-262-5/+5
* Add const qualifier to data argument for msgsnd.alfred2003-01-261-1/+1
* Remove part of my stateful locale patch that slipped into the previous rev.tjr2003-01-261-3/+0
* Initial implementation of the C99 feature whereby calling freopen() withtjr2003-01-262-2/+94
* Bring shm functions closer the the opengroup standards.alfred2003-01-252-3/+3
* Bring semop() closer the the opengroup standards.alfred2003-01-251-1/+1
* Add an MLINK malloc.conf(5) -> malloc(3).mike2003-01-241-1/+2
* For "sensitive" processes, we always set the 'A' flag which causes abort()phk2003-01-231-0/+7
* Remove EOL whitespaces.maxim2003-01-201-2/+2
* o Fix a typo.maxim2003-01-201-2/+3
* Sync with NetBSD -- sl_add() now returns an int.obrien2003-01-192-9/+23
* Use __FBSDID.obrien2003-01-1928-42/+66
* We don't need our own personal definition of __CONCAT.obrien2003-01-181-4/+1
* Document that listen() can return EINVAL now.tmm2003-01-171-0/+2
* Do a better job of documenting mincore(2), esp. the MINCORE_* flags.tjr2003-01-171-14/+46
* Fix memleak.mbr2003-01-161-2/+8
* Implement non-blocking tcp-connections.mbr2003-01-165-62/+437
* realpath(3) should use PATH_MAX instead of MAXPATHLEN according to POSIX.johan2003-01-152-9/+9
* Add a missing word.tjr2003-01-151-1/+1
* Document the named semaphore functions. This could still use a bittjr2003-01-151-18/+165
* Actually add mac_prepare.3.chris2003-01-151-0/+85
* Cross-reference mac(4)chris2003-01-155-0/+5
* s/SEE_ALSO/SEE ALSO/chris2003-01-152-2/+5
* o Document mac_prepare() and associated functionschris2003-01-158-33/+61
* o Remove clause #3chris2003-01-141-5/+9
* Back out previous; sharing semaphores between processes only workstjr2003-01-141-8/+16
* Sharing semaphores between processes works now, so remove the stale commentstjr2003-01-141-16/+8
* Cross reference sem(4) so users know which kernel options are requiredtjr2003-01-145-5/+10
* Add the newly created semaphore to the named semaphore list in sem_open()tjr2003-01-142-2/+4
* Including <time.h> before <aio.h> has not been necessary for a while now.tjr2003-01-141-1/+0
* Mention the oddities and requirements for mount operations executed byjoerg2003-01-131-3/+16
* Refer to 1003.1 instead of 1003.2 in the Standards section.tjr2003-01-136-6/+6
* Lock the stream before calling __sfileno() to retrieve the file descriptor.tjr2003-01-131-2/+10
* Add missing word to "Return Values" section.tjr2003-01-131-0/+1
* Fix struct iovec documentation to match reality.mike2003-01-122-2/+2
* Add a manual page for the lio_listio() syscall. Still needs a bittjr2003-01-122-1/+177
* Implement missing fpgetround() and fpsetround().marcel2003-01-113-2/+84
* The macro versions of putc() and putchar() are gone.tjr2003-01-101-9/+3
* There is no macro version of getc() anymore.tjr2003-01-101-2/+1
* Bring the list of function-like macros up to date with reality.tjr2003-01-101-28/+20
* spell multiple correctly.alfred2003-01-101-1/+1
* Document clearerr_unlocked(), feof_unlocked(), ferror_unlocked()tjr2003-01-102-3/+38
* Add a manual page for flockfile(), ftrylockfile(), and funlockfile().tjr2003-01-102-1/+106
* Document getc_unlocked(), getchar_unlocked(), putc_unlocked(),tjr2003-01-103-6/+68
OpenPOWER on IntegriCloud