| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bumbed to 12.4 for bind | 1996-02-24 | 1 | -1/+1 | |
| | | |||||
| * | From NetBSD: Fix embarassing typo | 1996-02-24 | 1 | -2/+2 | |
| | | |||||
| * | From NetBSD: Fixed SEE ALSO section. Closes PR # 2049 (from Mike Long | 1996-02-24 | 1 | -2/+3 | |
| | | | | | <mike.long@analog.com>) | ||||
| * | From NetBSD: Add explicit return type | 1996-02-24 | 6 | -5/+15 | |
| | | |||||
| * | netbsd: bind 4.9.3 | 1996-02-19 | 15 | -542/+1120 | |
| | | |||||
| * | Add kernel PLL for system clock | 1996-01-29 | 1 | -1/+3 | |
| | | | | | | Add ntp_adjtime() and ntp_gettime() system calls Mostly stolen from FreeBSD | ||||
| * | new common tz code | 1996-01-29 | 6 | -63/+53 | |
| | | |||||
| * | from netbsd; add S_IFWHT | 1996-01-29 | 1 | -1/+2 | |
| | | |||||
| * | need errno.h because err declerations have moved | 1996-01-29 | 1 | -1/+2 | |
| | | |||||
| * | realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com; | 1996-01-29 | 1 | -2/+11 | |
| | | | | | netbsd pr#1806 | ||||
| * | typo; fix from norijuki soda; netbsd pr#1954 | 1996-01-29 | 1 | -2/+2 | |
| | | |||||
| * | from netbsd; warnx called incorrectly | 1996-01-29 | 1 | -3/+3 | |
| | | |||||
| * | from netbsd: | 1996-01-15 | 1 | -1/+4 | |
| | | | | | | Document the EACCES errno value as returned by sendmsg(2), per Ted Mellon <mellon@fugue.com>, PR #1093. | ||||
| * | from netbsd: | 1996-01-15 | 1 | -12/+13 | |
| | | | | | | Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940. | ||||
| * | Redid formatting with mandoc macros. Added an "ERRORS" section. | 1996-01-14 | 1 | -54/+66 | |
| | | |||||
| * | Completed incomplete edit and corrected history | 1996-01-12 | 1 | -5/+5 | |
| | | |||||
| * | from netbsd; sync with tzcode96a | 1996-01-11 | 10 | -108/+291 | |
| | | |||||
| * | describe actual openbsd rfork() details. this should be converted to a | 1996-01-10 | 1 | -70/+16 | |
| | | | | | | mandoc manpage by some brave individual (prettier because they fit more data on the same page). please? | ||||
| * | original rfork(2) manpage from plan9. This will be modified to describe | 1996-01-10 | 1 | -0/+155 | |
| | | | | | | | the actual implimentation in OpenBSD. > From: "Rob Pike" <rob@plan9.att.com> > feel free to borrow the text of the plan 9 rfork page, with attribution. | ||||
| * | from ragge; Changed to only include <machine/asm.h>, as the other ports | 1996-01-08 | 1 | -77/+2 | |
| | | |||||
| * | add rfork.o and minherit.o | 1996-01-08 | 1 | -1/+3 | |
| | | |||||
| * | add minherit() system call | 1996-01-07 | 6 | -1/+71 | |
| | | |||||
| * | typo in strspn manpage; from kashmir@umiacs.umd.edu; netbsd pr#1905 | 1996-01-07 | 1 | -2/+2 | |
| | | |||||
| * | from netbsd; make get_myaddress() return failure if it is unable to | 1996-01-05 | 3 | -15/+19 | |
| | | | | | determine address, make other code understand this failure. | ||||
| * | from netbsd: removed :errfix; const qualifier makes it unnecessary | 1995-12-30 | 1 | -8/+0 | |
| | | |||||
| * | "advise" is a verb, "advice" is a noun; from seebs@taniemarie.solon.com; | 1995-12-30 | 1 | -2/+2 | |
| | | | | | netbsd pr#1846 | ||||
| * | from netbsd: Fixed %u to expand to a single digit | 1995-12-30 | 1 | -2/+2 | |
| | | |||||
| * | from netbsd: Removed unused CALL macro | 1995-12-30 | 1 | -2/+11 | |
| | | |||||
| * | from netbsd: Use <machine/asm.h> instead of DEFS.h | 1995-12-30 | 7 | -28/+28 | |
| | | |||||
| * | from netbsd: | 1995-12-30 | 3 | -15/+12 | |
| | | | | | Remove #include "SYS.h"; it is not needed (by normal assembly functions) | ||||
| * | from netbsd: | 1995-12-26 | 3 | -6/+6 | |
| | | | | | | Change mips assembly code for {,_,sig}setjmp.S to get register names from <machine/regnum.h>, not <machine/reg.h> (which also defines structs.) | ||||
| * | from netbsd; Rearrange to avoid sign problems with GCC. | 1995-12-21 | 4 | -73/+115 | |
| | | |||||
| * | i believe i took care of the 32bit and alignment issues, so the comment can go away | 1995-12-18 | 2 | -16/+2 | |
| | | |||||
| * | expose even more internals, for bdes | 1995-12-17 | 1 | -1/+308 | |
| | | |||||
| * | non-USA crypto code by davidb@werj.com.au. The source has been split | 1995-12-16 | 4 | -0/+1298 | |
| | | | | | | | | | & copied into two pieces so that use of crypt() pulls in a crypt.o that contains only that one programmer interface -- this permits USA export of binaries that use crypt() for authentication purposes. morecrypt.c contains the other DES programmer interfaces commonly used. | ||||
| * | use alloca() instead of malloc() | 1995-12-15 | 1 | -58/+55 | |
| | | |||||
| * | sigsetjmp from Havard.Eidnes@runit.sintef.no; netbsd pr#1793 | 1995-12-15 | 2 | -2/+73 | |
| | | |||||
| * | look for additional sources in crypt/ | 1995-12-15 | 1 | -0/+1 | |
| | | |||||
| * | from ragge; Add defs to understand K&R cpp | 1995-12-15 | 1 | -1/+16 | |
| | | |||||
| * | update from netbsd | 1995-12-14 | 17 | -71/+187 | |
| | | |||||
| * | from netbsd: | 1995-12-14 | 1 | -1/+2 | |
| | | | | | | Didn't take care of errors when return parameter was long long. Bug pointed out by Arne Henrik Juul. | ||||
| * | from netbsd; cannot be sure cpp can handle x ## y | 1995-12-14 | 1 | -1/+18 | |
| | | |||||
| * | from netbsd; sigsetjmp/siglongjmp was missing. Code fix by Arne H. Juul. | 1995-12-14 | 2 | -2/+70 | |
| | | |||||
| * | properly add them... | 1995-12-14 | 10 | -0/+1576 | |
| | | |||||
| * | from netbsd: | 1995-12-14 | 21 | -38/+48 | |
| | | | | | add & fix a bunch of system call pages | ||||
| * | make first arg of strtod/strtoq const | 1995-12-14 | 1 | -3/+3 | |
| | | |||||
| * | from cgd@netbsd: | 1995-12-14 | 1 | -5/+54 | |
| | | | | | | kill a gratuitous cast of lowpc to an int Add support for PROFDIR environment variable | ||||
| * | setmode() returns void * | 1995-12-14 | 1 | -2/+2 | |
| | | |||||
| * | unvis() works on plain char, not u_char | 1995-12-14 | 1 | -2/+2 | |
| | | |||||
| * | initgroups() takes a gid_t | 1995-12-14 | 1 | -2/+2 | |
| | | |||||
