Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-06-02 | don't define _PATH_TMPDIR as nothing uses it anymore | Todd C. Miller | |
1998-06-02 | add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; ↵ | Theo de Raadt | |
mostly from kleink | |||
1998-06-02 | fddi byte order for addresses; matt | Theo de Raadt | |
1998-05-31 | fix paths | Todd C. Miller | |
1998-05-31 | update paths | Todd C. Miller | |
1998-05-25 | missing :; tv | Theo de Raadt | |
1998-05-24 | typo | Todd T. Fries | |
1998-05-24 | add missing #endif, magnus stahre <ms@xy.org> | Todd C. Miller | |
1998-05-23 | make default location of named.boot and named-xfer /var/named | Todd C. Miller | |
1998-05-23 | support for easy chroot'ing to /var/named and install named-xfer in ↵ | Todd C. Miller | |
/var/named as a static binary | |||
1998-05-23 | make 'ndc status' work for non-root | Todd C. Miller | |
1998-05-22 | stash argv in pid file like sendmail does so we can restart w/ args. also ↵ | Todd C. Miller | |
make ndc work even if ps does not. | |||
1998-05-22 | bind 4.9.7 + -u, -g, and -t from bind 8.1.2 | Todd C. Miller | |
1998-05-22 | somehow this got lost from the last commit | Todd C. Miller | |
1998-05-22 | bog.ps is generated | Todd C. Miller | |
1998-05-22 | updated bind docs | Todd C. Miller | |
1998-05-22 | updated bind docs | Todd C. Miller | |
1998-05-22 | updated bind docs | Todd C. Miller | |
1998-05-22 | docs for named 4.9.5-4.9.7 | Todd C. Miller | |
1998-05-22 | install doc/bog | Todd C. Miller | |
1998-05-22 | bind 4.9.6, 4.9.7 comming soon. | Todd C. Miller | |
1998-05-21 | update to bind 4.9.6 version, will update to 4.9.7 soon | Todd C. Miller | |
1998-05-19 | Close forgotten descriptor. | brian | |
Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> | |||
1998-05-19 | sendmail 8.9.1 | Todd C. Miller | |
1998-05-19 | install contents of sendmail/cf as /usr/share/sendmail so users can generate ↵ | Todd C. Miller | |
sendmail .cf files w/o a source tree | |||
1998-05-18 | readlink len-1 | Theo de Raadt | |
1998-05-18 | MAXPATHLEN not MAXPATHLEN+1 | Theo de Raadt | |
1998-05-18 | MAXHOSTNAMELEN not MAXHOSTNAMELEN+1 | Theo de Raadt | |
1998-05-18 | understand makeoption as makeoptions | Artur Grabowski | |
1998-05-14 | more careful scanf | Theo de Raadt | |
1998-05-14 | buf oflow | Theo de Raadt | |
1998-05-13 | fix .Sh ENVIRONMENT | Theo de Raadt | |
1998-05-12 | document how to enable YP for each database | Theo de Raadt | |
1998-05-11 | Formerly reuse of unit numbers of detached devices was impossible, with | Niklas Hallqvist | |
this change starred devices will search from the first allowed unit for such devices and up for free units when attaching. This means you have to rerun config(8) before yopu compile current kernels. FYI, this is a necessity when doing PCMCIA flashcard reading, otherwise you soon run out of unit numbers. I have also added a way to detach all children of a certain device, used in a new PCMCIA framework to come, so you detach all functions on a single PCMCIA card when pulling it out. A few bugs wrt starred devices fixed in the autoconfig_verbose code too. Last and least, fixed some panic messages. | |||
1998-05-11 | set max field width of %s correctly | Theo de Raadt | |
1998-05-11 | Fix bug where ident stuff ignored short writes and reads. | Bob Beck | |
1998-05-11 | set max field width of %s correctly | Theo de Raadt | |
1998-05-11 | set max field width of %s correctly | Theo de Raadt | |
1998-05-08 | when handling % line breaks, correctly handle escaped % which should be ↵ | Theo de Raadt | |
embedded; fenner@parc.xerox.com | |||
1998-05-08 | pppd 2.3.5 | Todd C. Miller | |
1998-05-05 | select on nfds+1, not nfds. ficus@openbsd.org | Todd C. Miller | |
1998-05-03 | don't lose errors from socket() | David Leonard | |
1998-05-03 | Hmmm... $Id$ -> $OpenBSD$. | gene | |
Looks like the Id tags were left over from RCSid's on the original files. | |||
1998-05-03 | Right spelling of 'canonical'. | gene | |
Also, clarify the -f option (clumsy grammar). | |||
1998-04-30 | use inet_ntoa | Theo de Raadt | |
1998-04-27 | Remove mention of libalias and dlopen/dlsym. | brian | |
1998-04-27 | make error messages for binds different | Michael Shalayeff | |
1998-04-26 | reenable ppp | Theo de Raadt | |
1998-04-26 | Remove libalias entirely. | brian | |
1998-04-26 | Exclude use of the libalias stubs as there is no useful | brian | |
way of determining if dlopen() and dlsym() exist. |