Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ensure we stay within the boundaries of our packet | 2003-06-27 | 1 | -10/+15 | ||
| | | | | ok itojun | |||||
* | Move static funcion and variable declarations from header to the | 2003-06-25 | 2 | -18/+13 | ||
| | | | | | .c file where they are used. Gets rid of YPMATCHCACHE define. Sure deraadt@ | |||||
* | pull in headers | 2003-06-25 | 11 | -22/+35 | ||
| | ||||||
* | protos | 2003-06-25 | 10 | -15/+34 | ||
| | ||||||
* | missing const; millert ok | 2003-06-25 | 3 | -6/+6 | ||
| | ||||||
* | whatever happened, i cannot explain it. rollback my stupid | 2003-06-22 | 1 | -2/+2 | ||
| | | | | good-for-nothing commit. my apologies. | |||||
* | fix prototype; from Pedro Bastos. | 2003-06-22 | 1 | -2/+2 | ||
| | ||||||
* | 3 missing header files | 2003-06-22 | 1 | -1/+4 | ||
| | ||||||
* | document mount_ntfs and better formatting; | 2003-06-21 | 1 | -23/+42 | ||
| | | | | ok tedu@ | |||||
* | clarify these functions by changing references from strings to buffers | 2003-06-21 | 3 | -16/+16 | ||
| | | | | ok deraadt@, millert@, jmc@, suggested by espie@ | |||||
* | - rewrite of the plan9 sections of rfork(2) and new (c) | 2003-06-18 | 1 | -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 credit | 2003-06-17 | 27 | -236/+271 | ||
| | | | | where applicable. | |||||
* | ansification, pval ok | 2003-06-11 | 2 | -9/+6 | ||
| | ||||||
* | ansification; pval ok | 2003-06-11 | 23 | -127/+84 | ||
| | ||||||
* | oops | 2003-06-11 | 6 | -31/+6 | ||
| | ||||||
* | ansification; checked by pval | 2003-06-11 | 61 | -302/+180 | ||
| | ||||||
* | sync man page with sys/socket.h; | 2003-06-11 | 1 | -4/+4 | ||
| | | | | | from a NetBSD bug report (MAEKAWA Masahide); ok pjanzen@ | |||||
* | - sync up MLD declaration with RFC3542 (s/MLD6/MLD/) | 2003-06-11 | 1 | -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). | 2003-06-10 | 1 | -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 dirty | 2003-06-10 | 1 | -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. | 2003-06-09 | 1 | -1/+5 | ||
| | ||||||
* | pefo 3/4 licence cleanups | 2003-06-09 | 1 | -7/+1 | ||
| | ||||||
* | KNF fix | 2003-06-06 | 1 | -3/+3 | ||
| | ||||||
* | KNF, de-register | 2003-06-06 | 1 | -220/+154 | ||
| | ||||||
* | mop up some more 3/4 license issues | 2003-06-04 | 1 | -6/+2 | ||
| | ||||||
* | another term 3 & 4 from tholo after permission | 2003-06-04 | 1 | -7/+2 | ||
| | ||||||
* | terms 3 & 4 cleanup based on "terms" file | 2003-06-03 | 2 | -15/+3 | ||
| | ||||||
* | fix various 3/4 licenses according to "terms" file | 2003-06-03 | 1 | -9/+1 | ||
| | ||||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -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. | 2003-06-03 | 24 | -532/+282 | ||
| | ||||||
* | three four kill ... | 2003-06-02 | 12 | -83/+23 | ||
| | ||||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 954 | -5827/+2011 | ||
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | |||||
* | section reorder; | 2003-06-02 | 7 | -76/+81 | ||
| | ||||||
* | Remove some lies | 2003-06-02 | 2 | -11/+8 | ||
| | ||||||
* | remove terms 3 & 4 on my own software | 2003-06-02 | 31 | -188/+32 | ||
| | ||||||
* | Use the getopt() in getopt_long.c which supports some GNU extensions. | 2003-06-02 | 2 | -3/+5 | ||
| | | | | getopt.c is no longer compiled and will eventually be removed. | |||||
* | - section reorder | 2003-06-01 | 10 | -76/+76 | ||
| | | | | - macro cleanup | |||||
* | - section reorder | 2003-06-01 | 10 | -68/+68 | ||
| | | | | | - merge COMPATIBILITY - kill whitespace at EOL | |||||
* | - section reorder | 2003-06-01 | 10 | -50/+50 | ||
| | | | | | | - merge COMPATIBILITY - kill whitespace at EOL - tidy up macros | |||||
* | - section reorder | 2003-06-01 | 9 | -56/+56 | ||
| | | | | | - merge COMPATIBILITY - kill whitespace at EOL | |||||
* | - section reorder | 2003-06-01 | 6 | -125/+126 | ||
| | | | | | - kill unnecessary .Ns macros - add some man page section numbers to .Xr's | |||||
* | - whitespace at EOL | 2003-05-30 | 6 | -24/+24 | ||
| | | | | | - remove unnecessary macros - section reorder in getrpcent(3) | |||||
* | section reorder; | 2003-05-30 | 1 | -9/+9 | ||
| | ||||||
* | - section reorder | 2003-05-30 | 8 | -66/+65 | ||
| | | | | - macro cleanup | |||||
* | section reorder; | 2003-05-30 | 1 | -4/+4 | ||
| | ||||||
* | - section reorder | 2003-05-30 | 3 | -52/+52 | ||
| | | | | - whitespace at EOL | |||||
* | - correct macro usage | 2003-05-30 | 10 | -109/+109 | ||
| | | | | - section reorder | |||||
* | - clean up macro abuse | 2003-05-30 | 13 | -57/+57 | ||
| | | | | | - section reorder - merge COMPATIBILITY | |||||
* | section reorder; | 2003-05-30 | 1 | -3/+3 | ||
| | ||||||
* | - section reorder in crypt(3) | 2003-05-30 | 2 | -5/+5 | ||
| | | | | - use .An/.Aq for authors |