aboutsummaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Reverted to revision 1.8 as previous fix causes fts_open with with aPeter Holm1999-08-152-2/+2
* Various man page cleanup:Mike Pritchard1999-08-1513-53/+58
* Reviewed by: phkPeter Holm1999-08-142-2/+2
* Add $Id$ tag.Chris Costello1999-08-141-0/+2
* Bad reference time(2) changed to time(3)Chris Costello1999-08-141-1/+1
* Bad reference of sysctl(1) changed to sysctl(8)Chris Costello1999-08-141-3/+3
* Fix .Xr line for `getpagesize'Chris Costello1999-08-141-2/+2
* Fix some bad references:Chris Costello1999-08-141-3/+3
* Change reference to mount(1) to mount(8)Chris Costello1999-08-141-2/+2
* Change reference from kldload(3) to kldload(2)Chris Costello1999-08-131-2/+2
* Treat an attempt to read from a write-only stream more consistently.Robert Nordier1999-08-101-1/+2
* Use the latest version of these files from OpenBSD.Warner Losh1999-08-103-21/+26
* Import strl{cat,cpy} from OpenBSD.Warner Losh1999-08-104-6/+289
* Fixed missing "G" in the list item for the main description of %g andBruce Evans1999-08-081-2/+2
* Mention that EXIT_SUCCESS and EXIT_FAILURE are preferred overTim Vanderhoek1999-08-011-1/+7
* Fixed $Id$.Bruce Evans1999-07-311-3/+3
* Removed a duplicate reference to System V.4.Bruce Evans1999-07-311-2/+1
* Fixed syntax error in previous commit.Bruce Evans1999-07-311-2/+3
* FIxed disordering in previous commit. Fixed some old disorder.Bruce Evans1999-07-311-3/+3
* Document that writev(2) can fail with ENOBUFS.Nik Clayton1999-07-301-1/+3
* Use the .At macro when referencing versions of AT&T UNIX.Mike Pritchard1999-07-304-8/+12
* Document the getdents(2) system call. The documentation wasMike Pritchard1999-07-303-165/+29
* Document the lchmod(2) system call.Mike Pritchard1999-07-302-17/+29
* Add a manual page for getdents(2). This was taken from NetBSD, butMike Pritchard1999-07-301-0/+151
* Document the lutimes() and futimes() system calls.Mike Pritchard1999-07-302-26/+97
* Mdoc cleanup.Mike Pritchard1999-07-301-2/+3
* Add missing cause for an EINVAL return (msgtype < 1).Sheldon Hearn1999-07-261-1/+4
* Correct HISTORY section, according to CVS logs.Sheldon Hearn1999-07-261-2/+3
* remove <ctype.h> - not neededAndrey A. Chernov1999-07-261-1/+0
* unsigned char cleanupAndrey A. Chernov1999-07-261-17/+17
* asprintf() does use realloc() internally, but saying so in the manpage can beTim Vanderhoek1999-07-251-4/+2
* Update the manpage for the number of symlinks in ELOOPNick Hibma1999-07-241-2/+4
* Backed out previous commit. devname.3 and devname.c were broken in Lite1Bruce Evans1999-07-241-4/+6
* Correct the information about the return value when no device matchesNik Clayton1999-07-201-6/+4
* Make devname(3) return something more intelligent than NULL if it doesn'tPoul-Henning Kamp1999-07-181-2/+27
* Enable gmon/mcount on alpha.Hidetoshi Shimokawa1999-07-162-13/+3
* Make profil() 64bit-safe for alpha.Hidetoshi Shimokawa1999-07-161-2/+2
* Reference correct sysctl: kern.maxsockbuf --> kern.ipc.maxsockbufJonathan Lemon1999-07-151-2/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-12253-1/+267
* Fixed a minor style nit in the EXAMPLE section.Wes Peters1999-07-101-1/+1
* Clarify an explanation a little bit.Poul-Henning Kamp1999-07-091-4/+9
* Back out previous commit after discussing it with Dmitrij Tejblum.Dag-Erling Smørgrav1999-07-071-4/+0
* Always set errno to ENOMEM when returning 0 from malloc() or realloc().Dag-Erling Smørgrav1999-07-071-1/+5
* Make the new %Z addition thread-safe.David E. O'Brien1999-07-061-19/+49
* Actually impliment the documented %Z specifier.David E. O'Brien1999-07-042-2/+44
* Nuke the BUGS sections of these man pages because they are not appropriate.Mike Pritchard1999-07-014-12/+4
* Fix typos/spelling errors.Mike Pritchard1999-07-016-16/+17
* Add mising aio_* man pages. Fixed a minor typo in aio_read.2,Wes Peters1999-07-016-9/+575
* Spelll 'asynchronous' coriectlyKris Kennaway1999-07-011-2/+2
* Fix the NAME section of the kldload.2 manpage, which made reference toSheldon Hearn1999-07-016-8/+52