summaryrefslogtreecommitdiff
path: root/lib/libc
Commit message (Expand)AuthorAgeFilesLines
* Correct the xref for msgctl: msgctl(2) -> msgctl(3)Mike Pritchard1996-02-121-4/+4
* Added man pages for msgctl(3), msgget(3), msgrcv(3) and msgsnd(3).Mike Pritchard1996-02-125-1/+656
* Another round of man page cleanups.Mike Pritchard1996-02-124-6/+5
* Added a update(4) man page to describe the kernel initiated updateMike Pritchard1996-02-122-5/+5
* Minor cleanup of the rpc man pages to silence manck.Mike Pritchard1996-02-127-12/+12
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-1130-58/+62
* Another round of various man page cleanups.Mike Pritchard1996-02-093-3/+2
* Fixed docs/521.Jordan K. Hubbard1996-02-091-3/+2
* Added some missing MLINKS for section 3 man pages.Mike Pritchard1996-02-093-4/+4
* Clean up documentation on setuid/setgid bit handling.Paul Traina1996-02-081-1/+2
* Remove support for OSI networking in user-land (#ifdef OSI aor CCITT)Garrett Wollman1996-02-063-4/+11
* Make sure xdr_ypresp_all_seq() always returns a sane 'status' value.Bill Paul1996-02-041-1/+3
* Add some missing manual page links.Mike Pritchard1996-02-022-1/+3
* Submitted by: bruce, davidg, dysonWolfram Schneider1996-02-026-1/+29
* Another round of spelling fixes.Mike Pritchard1996-01-302-4/+4
* Fix even more spelling errors in some more man pages.Mike Pritchard1996-01-3022-44/+44
* Getpwent() and getservent() can wind up calling free() withMike Pritchard1996-01-292-2/+0
* Bring in the man page additions for PT_ATTACH/DETACH|GET/SET_REGS thatNate Williams1996-01-241-3/+90
* note in bugs section: madvise not yet implementedWolfram Schneider1996-01-231-1/+6
* Changed the description of SIGSYS to better reflect whatMike Pritchard1996-01-223-3/+3
* Obtained from: uthreads packageJulian Elischer1996-01-221-0/+37
* Reviewed by: julian and (hsu?)Julian Elischer1996-01-2284-107/+1625
* - FreeBSD'ized the ptrace manpage by removing non-FreeBSD specific portions.Nate Williams1996-01-202-214/+16
* This commit was generated by cvs2svn to compensate for changes in r13519,Nate Williams1996-01-201-0/+395
|\
| * ptrace(2) manpageNate Williams1996-01-201-0/+395
* Fix a variety of minor typos and cross references in a bunch ofMike Pritchard1996-01-201-1/+1
* Return pointer to new hash node when search inserts it (e.g. thereJordan K. Hubbard1996-01-131-1/+5
* The last of the bind-4.9.3-REL resolver merges.Peter Wemm1996-01-138-249/+280
* Correct the strspn() man page so that it no longer referencesMike Pritchard1996-01-101-1/+1
* Merge the 4.9.3-rel code into the res_* parts. The gethostXXXbyYYYPeter Wemm1996-01-077-181/+159
* This commit was generated by cvs2svn to compensate for changes in r13304,Peter Wemm1996-01-071-0/+114
|\
| * Part of bind-4.9.3-rel.. This is for my convenience and reference.Peter Wemm1996-01-077-0/+3409
* Fix a fencepost error.Poul-Henning Kamp1996-01-051-4/+4
* Document the change that I made to pipe(2)Peter Wemm1996-01-011-4/+12
* Bump libutil revision after recent addition of setproctitle().Peter Wemm1996-01-011-1/+9
* Finally complete my fix for the behaviour of getpass(3) upon receiptJoerg Wunsch1995-12-312-18/+56
* This commit was generated by cvs2svn to compensate for changes in r13122,Peter Wemm1995-12-3047-6169/+0
* recording cvs-1.6 file deathPeter Wemm1995-12-309-604/+0
* Added $Id$.Bruce Evans1995-12-301-0/+4
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-8/+148
* Oops. I seem to have over-corrected with my last commit. It should beGary Palmer1995-12-291-2/+2
* Correct what seem to me to be some mistakes in the references andGary Palmer1995-12-282-6/+6
* Don't block SIGINT in getpass(3); this doesn't make sense.Joerg Wunsch1995-12-271-1/+1
* Be smarter about handling overlapped copies and only go backwards if itDavid Greenman1995-12-272-12/+16
* Bring in an initial version of setproctitle().. This is intended toPeter Wemm1995-12-262-0/+222
* Added prototypes.Bruce Evans1995-12-262-4/+14
* Preallocate a small structure, so we can sbrk(2) further back.Poul-Henning Kamp1995-12-181-2/+8
* Clean up a few things left dangling after the last commit. The newBill Paul1995-12-151-22/+10
* Now that rpcgen is squared away, arrange to have all the NIS XDR routinesBill Paul1995-12-143-448/+93
* Change phkmalloc so that the page directory is now floating and allocatedPeter Wemm1995-12-111-29/+47