Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-03 | netintr() doesn't exist anymore | Miod Vallat | |
2001-01-03 | Use netisr_dispatch. | Miod Vallat | |
2001-01-02 | m88k doesn't like optimization on m4. | Steve Murphree | |
2001-01-02 | do not honour environment variables if issetugid, and even more strongly ↵ | Theo de Raadt | |
support the random device | |||
2001-01-02 | strict_host_key_checking for host_status != HOST_CHANGED && ip_status == ↵ | Markus Friedl | |
HOST_CHANGED | |||
2001-01-02 | log remote ip on disconnect; PR 1600, from jcs@rt.fm | Markus Friedl | |
2001-01-02 | check for another allocation failure | Theo de Raadt | |
2001-01-02 | fix sprintf overflow, found by spock@techfour.net, just a better fix of mine. | Michael Shalayeff | |
user __progname, err/warn. | |||
2001-01-02 | do not build/install fsinfo; deraadt@ | Michael Shalayeff | |
2001-01-02 | Fix a problem introduced by the printf format sweep. Passing a NULL | Todd C. Miller | |
pw_error() is prefectly legal but now we have to check for it explicity (it was handled implicitly before since warn(name) would become warn(NULL)). | |||
2001-01-02 | accumulate memory total requests in quad | Michael Shalayeff | |
2001-01-02 | A bit more space to accomodate u_long for kb_calls (Requests column) | Angelos D. Keromytis | |
2001-01-02 | Make kb_calls u_long (art@ ok) | Angelos D. Keromytis | |
2001-01-02 | handle no-event as the end of event fetch loop; my fix for pr-1588 by Sam ↵ | Michael Shalayeff | |
Isaacson <sbi@mobius.colorado.edu> | |||
2001-01-02 | Fix PR/1489 - apply patch supplied - thanks Michael Joosten <joost@c-lab.de> | Peter Galbavy | |
The whole issue of processes and threads need looking at, as NetBSD and OpenBSD do things slightly differently - think extra arg to VOP_XXX calls for one. | |||
2001-01-02 | Fine, I'm convinced -- don't set the mask to ~0. | Angelos D. Keromytis | |
2001-01-01 | Guard agaist multiple inclusion | Todd C. Miller | |
Add missing __BEGIN_DECLS and use __P macro in function prototypes | |||
2001-01-01 | Guard against multiple inclusion | Todd C. Miller | |
2001-01-01 | New command "setpid", just changes the ID of a partition (no other | Angelos D. Keromytis | |
parameters editing) -- vassilip@dsl.cis.upenn.edu | |||
2001-01-01 | 2001 | Aaron Campbell | |
2001-01-01 | use shared fatal(); from stevesk@pobox.com | Markus Friedl | |
2001-01-01 | Force mask to ~0 only if hostname (kudos to james@squish.net) | Angelos D. Keromytis | |
2000-12-31 | fix __m88k__ definitions. | Steve Murphree | |
2000-12-31 | ifdef -> if | Angelos D. Keromytis | |
2000-12-31 | Bring the manual in sync with reality: when using the -u flag, any | Angelos D. Keromytis | |
options in /etc/fstab are ignored; only the options specified in the mount command line are used. | |||
2000-12-31 | -lpthread -> -pthread | Brad Smith | |
2000-12-31 | Fix non-NGIF case. | Angelos D. Keromytis | |
2000-12-31 | Fix non-NBRIDGE case | Angelos D. Keromytis | |
2000-12-31 | Fix non-INET6 case | Angelos D. Keromytis | |
2000-12-31 | Remove debugging printf. | Angelos D. Keromytis | |
2000-12-31 | Some tests for SysV extended local variables ${@D} and the likes. | Marc Espie | |
2000-12-31 | merge mistake. -m is not available in *bsd-current | Jun-ichiro itojun Hagino | |
2000-12-31 | Update bugs section. | Angelos D. Keromytis | |
2000-12-31 | Redress PR 1547. Provide an option to pass high characters without | Hugh Graham | |
escaping, and turn it off by default. Checked by angelos@. | |||
2000-12-31 | Some text on use with the bridge. | Angelos D. Keromytis | |
2000-12-31 | Up the number of gif interfaces, we just need one enc interface. | Angelos D. Keromytis | |
2000-12-31 | ioctl's no longer needed. | Angelos D. Keromytis | |
2000-12-31 | Update example and text. | Angelos D. Keromytis | |
2000-12-30 | enc* is not used for the bridge anymore | Angelos D. Keromytis | |
2000-12-30 | For bridged IPsec, use the gif* interfaces. | Angelos D. Keromytis | |
2000-12-30 | Use gif* instead of enc* for the bridge. | Angelos D. Keromytis | |
2000-12-30 | Update for use of gif. | Angelos D. Keromytis | |
2000-12-30 | Remove the dstsa/srcsa/clearsa directives, the bridge will be using | Angelos D. Keromytis | |
the gif interface instead. | |||
2000-12-30 | Define gif_start(), which uses gif_output() with an AF_LINK sockaddr | Angelos D. Keromytis | |
(to be used by the bridge) Also, mark the interface RUNNING as well as UP. | |||
2000-12-30 | gif_start() prototype | Angelos D. Keromytis | |
2000-12-30 | AF_LINK case | Angelos D. Keromytis | |
2000-12-30 | AF_LINK case. | Angelos D. Keromytis | |
2000-12-30 | Send AF_LINK to etherip_output() | Angelos D. Keromytis | |
2000-12-30 | setockopt(SO_REUSEPORT), so multiple dhclients work, PR 1391 | Angelos D. Keromytis | |
2000-12-30 | Back-out use of apachectl to start httpd: | Angelos D. Keromytis | |
1) It's one more dependency in /etc/rc 2) It's one more script that starts from /etc/rc (slowdown) 3) We're only going to be starting httpd in /etc/rc anyway (no other weird operations), so there's no reason to force a change in rc.conf 4) apachectl(8) doesn't mention "startssl" directive 5) Admins can use apachectl to manage httpd regardless of how the latter was started Thanks to fgs@ for yelling about this :-) |