Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typos from wiz@netbsd (including one from a PR from Quentin Garnier); | 2003-09-18 | 1 | -10/+14 | |
| | | | | | | slight sync with NetBSD page; ok millert@ | ||||
* | update RFCs (from NetBSD); | 2003-09-09 | 1 | -3/+13 | |
| | | | | | | inet_makeaddr() uses in_addr_t types, not unsigned long. ok itojun@ | ||||
* | update missing sysctls; | 2003-09-09 | 1 | -647/+821 | |
| | | | | input and fixes from miod, markus, tedu, grange, jolan, nordin. | ||||
* | o Use proper mdoc macros for function macros and defines | 2003-09-08 | 1 | -70/+100 | |
| | | | | | | | | | o Update flags values based on POSIX-2001 o Remove inaccuracies o Document what we don't support in BUGS o More specific HISTORY info o Update SEE ALSO OK jmc@ and deraadt@ | ||||
* | typo; ianm@cit.uws.edu.au | 2003-09-08 | 1 | -2/+2 | |
| | |||||
* | Zap context correctly, from Juergen Buchmueller <pullmoll at stop1984 dot com> | 2003-09-08 | 1 | -5/+5 | |
| | | | | Same as sys/crypto/sha2.c revision 1.2 | ||||
* | typos from Brian Poole; | 2003-09-07 | 2 | -6/+6 | |
| | | | | ok deraadt@ | ||||
* | standards compliant strxfrm. much simpler too. fixes sorting in glib2. | 2003-09-06 | 1 | -16/+4 | |
| | | | | ok deraadt@ espie@ marcm@ | ||||
* | spacing; | 2003-09-05 | 1 | -1/+2 | |
| | |||||
* | typo. | 2003-09-04 | 1 | -2/+2 | |
| | | | | ok jmc@ | ||||
* | put escapes in the right place; | 2003-09-04 | 1 | -2/+2 | |
| | | | | | | (i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | ||||
* | escape punctuation; | 2003-09-02 | 4 | -12/+12 | |
| | | | | ok deraadt@ | ||||
* | These files are not necessary anymore. | 2003-09-01 | 2 | -74/+0 | |
| | |||||
* | wording improvement from Michael Knudsen; | 2003-08-28 | 1 | -2/+2 | |
| | |||||
* | tweak; | 2003-08-28 | 1 | -10/+10 | |
| | | | | ok itojun@ | ||||
* | better formatting. from wiz@netbsd | 2003-08-28 | 1 | -4/+4 | |
| | |||||
* | use NI_NUMERICHOST for 2nd invocation | 2003-08-28 | 1 | -2/+2 | |
| | |||||
* | add int error in CAVEAT | 2003-08-28 | 1 | -1/+2 | |
| | |||||
* | add CAVEATS section | 2003-08-28 | 1 | -1/+55 | |
| | |||||
* | sync STT_NOTYPE parsign w/ kvm_mkdb; pb@ testing | 2003-08-27 | 1 | -2/+15 | |
| | |||||
* | document what happens when pollfd.fd is -1 | 2003-08-19 | 1 | -1/+10 | |
| | |||||
* | Sort headers in example | 2003-08-17 | 1 | -2/+2 | |
| | | | | ok millert@ | ||||
* | just use sysctl for stirring. thread safe and can't fail. | 2003-08-16 | 1 | -23/+10 | |
| | | | | ok deraadt and co. | ||||
* | Split crypto routine sup again, but differently. This should make the | 2003-08-12 | 3 | -84/+149 | |
| | | | | mail floppy parts a fair bit smaller. | ||||
* | implement CLOCK_MONOTONIC from NetBSD; ok marc@ | 2003-08-11 | 1 | -3/+5 | |
| | |||||
* | refer to RFCs consistently (RFC XXXX); | 2003-08-08 | 10 | -48/+48 | |
| | |||||
* | unsplice crypt.c and morecrypt.c; start to document some bcrypt and md5crypt | 2003-08-07 | 4 | -658/+67 | |
| | | | | things in crypt.3, and create MLINKS | ||||
* | ansi | 2003-08-07 | 2 | -18/+8 | |
| | |||||
* | Remove some double semicolons (hmm, do two semis equal a maxi?). | 2003-08-06 | 1 | -3/+3 | |
| | | | | I've skipped the GNU stuff for now. From Patrick Latifi. | ||||
* | getdiskbyname(3) requires <sys/types.h>; Patrick Latifi | 2003-08-06 | 1 | -1/+2 | |
| | |||||
* | add missing header. millert ok. | 2003-08-06 | 1 | -1/+2 | |
| | |||||
* | In setjmp() and sigsetjmp(), be sure to return with r14 and r15 unchanged, as | 2003-08-06 | 2 | -4/+11 | |
| | | | | they are part of the call preserved register set, and gcc -O relies upon this. | ||||
* | ansify function arguments | 2003-08-04 | 1 | -34/+16 | |
| | | | | ok tdeval@ | ||||
* | Use WCONTINUED as width for list of wait options; jmc@ | 2003-08-03 | 1 | -2/+2 | |
| | |||||
* | Implement the WCONTINUED flag to the wait(2) family of syscalls and the | 2003-08-03 | 1 | -9/+20 | |
| | | | | | | | | | associated WIFCONTINUED macro as per 1003.1-2001. Adapted from FreeBSD. A minor amount of trickiness is involved here. The value for WCONTINUED is chosen in such a way that _WSTATUS(_WCONTINUED) == _WSTOPPED and the WIFSTOPPED macro has been modified such that WIFSTOPPED(_WCONTINUED) != _WSTOPPED. This means we don't need to add an extra check to the WIFSIGNALED and WIFSTOPPED macros. deraadt@ OK. | ||||
* | Rename rootd to needslash and invert its value. This fixes the check | 2003-08-01 | 1 | -6/+6 | |
| | | | | | for ENAMETOOLONG, though since we use strlcpy() and strlcat() this is not a big deal. Problem found by vincent@ | ||||
* | Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times. | 2003-08-01 | 3 | -36/+15 | |
| | | | | Gets us a working perl 5.8. | ||||
* | fix a proto | 2003-07-31 | 1 | -2/+2 | |
| | |||||
* | Remove my email address from my entry in the AUTHORS section | 2003-07-30 | 2 | -4/+4 | |
| | |||||
* | missing #include | 2003-07-30 | 1 | -1/+2 | |
| | | | | Claudio Jeker, PR3382 | ||||
* | document: ip.portfirst ip.portlast ip.porthifirst ip.porthilast; | 2003-07-29 | 1 | -1/+28 | |
| | | | | | | | | | reported by Alejandro G. Belluscio on bugs@ Also document: ip.maxqueue thanks to henning, pb, otto and markus for their help. ok henning@ | ||||
* | add a spot of .Fa to variable names | 2003-07-29 | 1 | -2/+5 | |
| | | | | jmc@ ok | ||||
* | sync struct addrinfo with what's in <netdb.h>; | 2003-07-27 | 1 | -11/+11 | |
| | | | | ok itojun@ | ||||
* | change the description of [EINVAL] for mount() and unmount(); | 2003-07-25 | 1 | -3/+3 | |
| | | | | | | discussed with tedu. reported by Hannah Schroeter on misc@ | ||||
* | warn about unsafe APIs at link time. Conditional on libc/Makefile defining | 2003-07-24 | 9 | -15/+63 | |
| | | | | | APIWARN; disabled by default. In use by many developers for quite some time, now they have a common knob to enable/disable this | ||||
* | kill a whitespace at EOL; | 2003-07-23 | 1 | -2/+2 | |
| | |||||
* | bug library/3297: lib/libc/net/get{addr,name}info should share mutex | 2003-07-21 | 2 | -4/+9 | |
| | | | | 'Looks right' deraadt@ | ||||
* | updated license | 2003-07-21 | 3 | -68/+47 | |
| | |||||
* | Remove bogus static; from Hiroki Sato | 2003-07-21 | 1 | -3/+3 | |
| | |||||
* | minor number bump due to added functions | 2003-07-21 | 1 | -1/+1 | |
| |