Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-29 | Initial libc ELF support. Currently only elf_hash() is implemented. | etheisen | |
1996-04-25 | NIS+ in YP compatibility mode does not support a working yp_order(). amd | Theo de Raadt | |
wants one so it can flush it's cache intelligently. Here's a working compromise... solution worked out by matthieu@laas.fr and I. | |||
1996-04-24 | yp_prot.h lies -> use yp.h (from yp.x) instead, change lots of structure | Theo de Raadt | |
accesses to match. change xdr_domainname() and some other functions to take "char **" instead of "char *", as rpcgen intended -- helps programs linking against rpcgen output of yp.x. yp_all() should not free it's return value. split xdryp.c and yplib.c into ~20 files so binaries like "csh" need not link in functions like yp_maplist(). NIS+'s YP emulation code lacks YPPROC_ORDER... attempt to deal nicely. | |||
1996-04-23 | do not assume "." exists -- it might have gotten unlink()'ed -- we | Theo de Raadt | |
don't want closedir() to SIGSEGV. as well, sample code in man pages should be very robust and not hint that closedir() might survive being passed opendir()'s failure code. | |||
1996-04-21 | sync to netbsd 960418 | Theo de Raadt | |
1996-03-30 | Substantially improve random number generation by using the largest prime | Thorsten Lockert | |
that fits inside 32 bits as the denominator; take care not to overflow. Regenerate initial seed after replacing the generator | |||
1996-03-25 | Add support for building lint(1) library | Thorsten Lockert | |
1996-03-25 | Make a proper lvalue in INC | Thorsten Lockert | |
1996-03-25 | Add const qualifier to match prototype | Thorsten Lockert | |
1996-03-25 | Protect use of long long with /* LONGLONG */ | Thorsten Lockert | |
1996-03-25 | Use __asm, not asm | Thorsten Lockert | |
1996-03-25 | Prototype __syscall() correctly | Thorsten Lockert | |
1996-03-25 | Cannot do operations on a void pointer | Thorsten Lockert | |
1996-03-25 | Update prototypes to match declarations | Thorsten Lockert | |
Remove unused variables Install all man-page links | |||
1996-03-25 | Add prototypes for internal functions | Thorsten Lockert | |
Change inline to __inline | |||
1996-03-25 | Protect internal mcount symbol from lint(1) | Thorsten Lockert | |
Use __asm, not asm | |||
1996-03-25 | Pull in prototypes | Thorsten Lockert | |
Do the right thing in presense of __STDC__ | |||
1996-03-25 | Pull in more prototypes | Thorsten Lockert | |
1996-03-25 | Pull prototypes into scope | Thorsten Lockert | |
Remove graticious casts | |||
1996-03-25 | Prototype internal functions | Thorsten Lockert | |
Do the right thing in presense of __STDC__ | |||
1996-03-25 | Cast negative args to their unsigned type | Thorsten Lockert | |
1996-03-25 | Use correct prototype in the presense of __STDC__ | Thorsten Lockert | |
1996-03-25 | Add prototypes for internal functions | Thorsten Lockert | |
1996-03-25 | Minor cleanup | Thorsten Lockert | |
1996-03-25 | Add prototypes for local functions, add const qualifiers where needed | Thorsten Lockert | |
1996-03-22 | sethostid() is documented and has historically returned int, not long | Thorsten Lockert | |
1996-03-19 | Fix RCS Id botch in last change | Niklas Hallqvist | |
1996-03-19 | Fix RCS Id botch in last change | Niklas Hallqvist | |
1996-03-19 | From NetBSD: merge of 960317 | Niklas Hallqvist | |
1996-03-09 | From NetBSD: 960217 merge | Niklas Hallqvist | |
1996-02-24 | bumbed to 12.4 for bind | dm | |
1996-02-24 | From NetBSD: Fix embarassing typo | Niklas Hallqvist | |
1996-02-24 | From NetBSD: Fixed SEE ALSO section. Closes PR # 2049 (from Mike Long | Niklas Hallqvist | |
<mike.long@analog.com>) | |||
1996-02-24 | From NetBSD: Add explicit return type | Niklas Hallqvist | |
1996-02-19 | netbsd: bind 4.9.3 | dm | |
1996-01-29 | Add kernel PLL for system clock | Thorsten Lockert | |
Add ntp_adjtime() and ntp_gettime() system calls Mostly stolen from FreeBSD | |||
1996-01-29 | new common tz code | Theo de Raadt | |
1996-01-29 | from netbsd; add S_IFWHT | Theo de Raadt | |
1996-01-29 | need errno.h because err declerations have moved | Theo de Raadt | |
1996-01-29 | realloc(ptr, 0) does not free; from seebs@taniemarie.solon.com; | Theo de Raadt | |
netbsd pr#1806 | |||
1996-01-29 | typo; fix from norijuki soda; netbsd pr#1954 | Theo de Raadt | |
1996-01-29 | from netbsd; warnx called incorrectly | Theo de Raadt | |
1996-01-15 | from netbsd: | Theo de Raadt | |
Document the EACCES errno value as returned by sendmsg(2), per Ted Mellon <mellon@fugue.com>, PR #1093. | |||
1996-01-15 | from netbsd: | Theo de Raadt | |
Don't read the network address as an alias when there isn't whitespace after the network address. Closes PR 1940. | |||
1996-01-14 | Redid formatting with mandoc macros. Added an "ERRORS" section. | Niklas Hallqvist | |
1996-01-12 | Completed incomplete edit and corrected history | Niklas Hallqvist | |
1996-01-11 | from netbsd; sync with tzcode96a | Theo de Raadt | |
1996-01-10 | describe actual openbsd rfork() details. this should be converted to a | Theo de Raadt | |
mandoc manpage by some brave individual (prettier because they fit more data on the same page). please? | |||
1996-01-10 | original rfork(2) manpage from plan9. This will be modified to describe | Theo de Raadt | |
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. | |||
1996-01-08 | from ragge; Changed to only include <machine/asm.h>, as the other ports | Theo de Raadt | |