summaryrefslogtreecommitdiffstats
path: root/lib/libc (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* ensure we stay within the boundaries of our packetvincent2003-06-271-10/+15
| | | | ok itojun
* Move static funcion and variable declarations from header to themarc2003-06-252-18/+13
| | | | | .c file where they are used. Gets rid of YPMATCHCACHE define. Sure deraadt@
* pull in headersderaadt2003-06-2511-22/+35
|
* protosderaadt2003-06-2510-15/+34
|
* missing const; millert okderaadt2003-06-253-6/+6
|
* whatever happened, i cannot explain it. rollback my stupidfgsch2003-06-221-2/+2
| | | | good-for-nothing commit. my apologies.
* fix prototype; from Pedro Bastos.fgsch2003-06-221-2/+2
|
* 3 missing header filesderaadt2003-06-221-1/+4
|
* document mount_ntfs and better formatting;jmc2003-06-211-23/+42
| | | | ok tedu@
* clarify these functions by changing references from strings to buffersavsm2003-06-213-16/+16
| | | | ok deraadt@, millert@, jmc@, suggested by espie@
* - rewrite of the plan9 sections of rfork(2) and new (c)jmc2003-06-181-77/+111
| | | | | | | - updated ERRORS and RETURN VALUES this had to be rewritten because of licensing issues with plan9. ok deraadt@
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-1727-236/+271
| | | | where applicable.
* ansification, pval okderaadt2003-06-112-9/+6
|
* ansification; pval okderaadt2003-06-1123-127/+84
|
* oopsderaadt2003-06-116-31/+6
|
* ansification; checked by pvalderaadt2003-06-1161-302/+180
|
* sync man page with sys/socket.h;jmc2003-06-111-4/+4
| | | | | from a NetBSD bug report (MAEKAWA Masahide); ok pjanzen@
* - sync up MLD declaration with RFC3542 (s/MLD6/MLD/)itojun2003-06-111-23/+7
| | | | | | | | | | | - routing header declaration with RFC3542 (note: sizeof(ip6_rthdr0) has changed!) also, sync up with RFC2460 routing header definition (no "strict" source routing mode any more) part of advanced API update (RFC2292 -> 3542). markus, todd, millert, henning ok
* Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient).millert2003-06-101-12/+12
| | | | | | | Use "extern __inline" instead of "static __inline" since the extern flavor behaves more like a macro (which is what we want). OK deraadt@ and tested on all platforms by various folks.
* o make mount(2) return EROFS, not EPERM if ffs is dirtymillert2003-06-101-5/+11
| | | | | | o document EROFS in man page (2 possible causes) o recognize EROFS in mount_ffs and try to give a reasonable error message deraadt@ OK
* Mention that you can get EPERM when trying to mount an unclean filesystem.millert2003-06-091-1/+5
|
* pefo 3/4 licence cleanupsderaadt2003-06-091-7/+1
|
* KNF fixitojun2003-06-061-3/+3
|
* KNF, de-registeritojun2003-06-061-220/+154
|
* mop up some more 3/4 license issuesderaadt2003-06-041-6/+2
|
* another term 3 & 4 from tholo after permissionderaadt2003-06-041-7/+2
|
* terms 3 & 4 cleanup based on "terms" filederaadt2003-06-032-15/+3
|
* fix various 3/4 licenses according to "terms" filederaadt2003-06-031-9/+1
|
* Remove the advertising clause in the UCB license which Berkeleyderaadt2003-06-031-7/+2
| | | | rescinded 22 July 1999 (got skipped because it also had me in there)
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-0324-532/+282
|
* three four kill ...mickey2003-06-0212-83/+23
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-02954-5827/+2011
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* section reorder;jmc2003-06-027-76/+81
|
* Remove some liesmillert2003-06-022-11/+8
|
* remove terms 3 & 4 on my own softwarederaadt2003-06-0231-188/+32
|
* Use the getopt() in getopt_long.c which supports some GNU extensions.millert2003-06-022-3/+5
| | | | getopt.c is no longer compiled and will eventually be removed.
* - section reorderjmc2003-06-0110-76/+76
| | | | - macro cleanup
* - section reorderjmc2003-06-0110-68/+68
| | | | | - merge COMPATIBILITY - kill whitespace at EOL
* - section reorderjmc2003-06-0110-50/+50
| | | | | | - merge COMPATIBILITY - kill whitespace at EOL - tidy up macros
* - section reorderjmc2003-06-019-56/+56
| | | | | - merge COMPATIBILITY - kill whitespace at EOL
* - section reorderjmc2003-06-016-125/+126
| | | | | - kill unnecessary .Ns macros - add some man page section numbers to .Xr's
* - whitespace at EOLjmc2003-05-306-24/+24
| | | | | - remove unnecessary macros - section reorder in getrpcent(3)
* section reorder;jmc2003-05-301-9/+9
|
* - section reorderjmc2003-05-308-66/+65
| | | | - macro cleanup
* section reorder;jmc2003-05-301-4/+4
|
* - section reorderjmc2003-05-303-52/+52
| | | | - whitespace at EOL
* - correct macro usagejmc2003-05-3010-109/+109
| | | | - section reorder
* - clean up macro abusejmc2003-05-3013-57/+57
| | | | | - section reorder - merge COMPATIBILITY
* section reorder;jmc2003-05-301-3/+3
|
* - section reorder in crypt(3)jmc2003-05-302-5/+5
| | | | - use .An/.Aq for authors