summaryrefslogtreecommitdiff
path: root/lib/libc
AgeCommit message (Collapse)Author
2003-06-22whatever happened, i cannot explain it. rollback my stupidFederico G. Schwindt
good-for-nothing commit. my apologies.
2003-06-22fix prototype; from Pedro Bastos.Federico G. Schwindt
2003-06-223 missing header filesTheo de Raadt
2003-06-21document mount_ntfs and better formatting;Jason McIntyre
ok tedu@
2003-06-21clarify these functions by changing references from strings to buffersAnil Madhavapeddy
ok deraadt@, millert@, jmc@, suggested by espie@
2003-06-18- rewrite of the plan9 sections of rfork(2) and new (c)Jason McIntyre
- updated ERRORS and RETURN VALUES this had to be rewritten because of licensing issues with plan9. ok deraadt@
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-11ansification, pval okTheo de Raadt
2003-06-11ansification; pval okTheo de Raadt
2003-06-11oopsTheo de Raadt
2003-06-11oopsTheo de Raadt
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-11sync man page with sys/socket.h;Jason McIntyre
from a NetBSD bug report (MAEKAWA Masahide); ok pjanzen@
2003-06-11- sync up MLD declaration with RFC3542 (s/MLD6/MLD/)Jun-ichiro itojun Hagino
- 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
2003-06-10Remove an extraneous "& 0xff" (the cast to unsigned char is sufficient).Todd C. Miller
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.
2003-06-10o make mount(2) return EROFS, not EPERM if ffs is dirtyTodd C. Miller
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
2003-06-09Mention that you can get EPERM when trying to mount an unclean filesystem.Todd C. Miller
2003-06-09pefo 3/4 licence cleanupsTheo de Raadt
2003-06-06KNF fixJun-ichiro itojun Hagino
2003-06-06KNF, de-registerJun-ichiro itojun Hagino
2003-06-04mop up some more 3/4 license issuesTheo de Raadt
2003-06-04another term 3 & 4 from tholo after permissionTheo de Raadt
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-03fix various 3/4 licenses according to "terms" fileTheo de Raadt
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTheo de Raadt
rescinded 22 July 1999 (got skipped because it also had me in there)
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02three four kill ...Michael Shalayeff
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02section reorder;Jason McIntyre
2003-06-02Remove some liesTodd C. Miller
2003-06-02remove terms 3 & 4 on my own softwareTheo de Raadt
2003-06-02Use the getopt() in getopt_long.c which supports some GNU extensions.Todd C. Miller
getopt.c is no longer compiled and will eventually be removed.
2003-06-01- section reorderJason McIntyre
- macro cleanup
2003-06-01- section reorderJason McIntyre
- merge COMPATIBILITY - kill whitespace at EOL
2003-06-01- section reorderJason McIntyre
- merge COMPATIBILITY - kill whitespace at EOL - tidy up macros
2003-06-01- section reorderJason McIntyre
- merge COMPATIBILITY - kill whitespace at EOL
2003-06-01- section reorderJason McIntyre
- kill unnecessary .Ns macros - add some man page section numbers to .Xr's
2003-05-30- whitespace at EOLJason McIntyre
- remove unnecessary macros - section reorder in getrpcent(3)
2003-05-30section reorder;Jason McIntyre
2003-05-30- section reorderJason McIntyre
- macro cleanup
2003-05-30section reorder;Jason McIntyre
2003-05-30- section reorderJason McIntyre
- whitespace at EOL
2003-05-30- correct macro usageJason McIntyre
- section reorder
2003-05-30- clean up macro abuseJason McIntyre
- section reorder - merge COMPATIBILITY
2003-05-30section reorder;Jason McIntyre
2003-05-30- section reorder in crypt(3)Jason McIntyre
- use .An/.Aq for authors
2003-05-30- section reorderJason McIntyre
- in sigvec(3) removed .Xr to itself, added section numbers to two other .Xr's
2003-05-29layout problems; jmc okTheo de Raadt
2003-05-24typoTodd C. Miller