summaryrefslogtreecommitdiffstats
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred overhoek1999-08-011-1/+7
* Fixed $Id$.bde1999-07-311-3/+3
* Removed a duplicate reference to System V.4.bde1999-07-311-2/+1
* Fixed syntax error in previous commit.bde1999-07-311-2/+3
* FIxed disordering in previous commit. Fixed some old disorder.bde1999-07-311-3/+3
* Document that writev(2) can fail with ENOBUFS.nik1999-07-301-1/+3
* Use the .At macro when referencing versions of AT&T UNIX.mpp1999-07-304-8/+12
* Document the getdents(2) system call. The documentation wasmpp1999-07-303-165/+29
* Document the lchmod(2) system call.mpp1999-07-302-17/+29
* Add a manual page for getdents(2). This was taken from NetBSD, butmpp1999-07-301-0/+151
* Document the lutimes() and futimes() system calls.mpp1999-07-302-26/+97
* Mdoc cleanup.mpp1999-07-301-2/+3
* Add missing cause for an EINVAL return (msgtype < 1).sheldonh1999-07-261-1/+4
* Correct HISTORY section, according to CVS logs.sheldonh1999-07-261-2/+3
* remove <ctype.h> - not neededache1999-07-261-1/+0
* unsigned char cleanupache1999-07-261-17/+17
* asprintf() does use realloc() internally, but saying so in the manpage can behoek1999-07-251-4/+2
* Update the manpage for the number of symlinks in ELOOPn_hibma1999-07-241-2/+4
* Backed out previous commit. devname.3 and devname.c were broken in Lite1bde1999-07-241-4/+6
* Correct the information about the return value when no device matchesnik1999-07-201-6/+4
* Make devname(3) return something more intelligent than NULL if it doesn'tphk1999-07-181-2/+27
* Enable gmon/mcount on alpha.simokawa1999-07-162-13/+3
* Make profil() 64bit-safe for alpha.simokawa1999-07-161-2/+2
* Reference correct sysctl: kern.maxsockbuf --> kern.ipc.maxsockbufjlemon1999-07-151-2/+2
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-12253-1/+267
* Fixed a minor style nit in the EXAMPLE section.wes1999-07-101-1/+1
* Clarify an explanation a little bit.phk1999-07-091-4/+9
* Back out previous commit after discussing it with Dmitrij Tejblum.des1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().des1999-07-071-1/+5
* Make the new %Z addition thread-safe.obrien1999-07-061-19/+49
* Actually impliment the documented %Z specifier.obrien1999-07-042-2/+44
* Nuke the BUGS sections of these man pages because they are not appropriate.mpp1999-07-014-12/+4
* Fix typos/spelling errors.mpp1999-07-016-16/+17
* Add mising aio_* man pages. Fixed a minor typo in aio_read.2,wes1999-07-016-9/+575
* Spelll 'asynchronous' coriectlykris1999-07-011-2/+2
* Fix the NAME section of the kldload.2 manpage, which made reference tosheldonh1999-07-016-8/+52
* Clarify what happens if fd is set to -1billf1999-06-291-2/+4
* Document that mlock() and munlock() can return EPERM if thempp1999-06-271-1/+9
* Just return `curbrk' for sbrk(0) to avoid syscall overhead.simokawa1999-06-261-0/+2
* Correct troff sequence for backslashes in manual page.jkoshy1999-06-212-2/+2
* Typo in previous commit.ru1999-06-181-2/+2
* Mention that pid 1 is not affected by kill(-1, SIGXXX) too.ru1999-06-181-3/+8
* Minor English corrections were made; SEE ALSO was also fixed (no commas).green1999-06-171-4/+4
* Fix a minor style nit in the NAME section.mpp1999-06-111-1/+1
* Move the description of the strncmp() function from the RETURN VALUESmpp1999-06-111-6/+6
* Improvement in the description of what this does.markm1999-06-101-10/+10
* Ensure that host_addr (which is returned in struct hostent::h_addr_list[0])dt1999-06-071-2/+2
* Spell the .St macro correctly.steve1999-06-071-1/+1
* Spell isinf(3) correctly.steve1999-06-071-1/+1
* Update of intro(2)/errno(2) in the ongoing effort of the Programmer'sjseger1999-06-061-0/+25
OpenPOWER on IntegriCloud