summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-01-03netintr() doesn't exist anymoreMiod Vallat
2001-01-03Use netisr_dispatch.Miod Vallat
2001-01-02m88k doesn't like optimization on m4.Steve Murphree
2001-01-02do not honour environment variables if issetugid, and even more strongly ↵Theo de Raadt
support the random device
2001-01-02strict_host_key_checking for host_status != HOST_CHANGED && ip_status == ↵Markus Friedl
HOST_CHANGED
2001-01-02log remote ip on disconnect; PR 1600, from jcs@rt.fmMarkus Friedl
2001-01-02check for another allocation failureTheo de Raadt
2001-01-02fix sprintf overflow, found by spock@techfour.net, just a better fix of mine.Michael Shalayeff
user __progname, err/warn.
2001-01-02do not build/install fsinfo; deraadt@Michael Shalayeff
2001-01-02Fix a problem introduced by the printf format sweep. Passing a NULLTodd 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-02accumulate memory total requests in quadMichael Shalayeff
2001-01-02A bit more space to accomodate u_long for kb_calls (Requests column)Angelos D. Keromytis
2001-01-02Make kb_calls u_long (art@ ok)Angelos D. Keromytis
2001-01-02handle 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-02Fix 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-02Fine, I'm convinced -- don't set the mask to ~0.Angelos D. Keromytis
2001-01-01Guard agaist multiple inclusionTodd C. Miller
Add missing __BEGIN_DECLS and use __P macro in function prototypes
2001-01-01Guard against multiple inclusionTodd C. Miller
2001-01-01New command "setpid", just changes the ID of a partition (no otherAngelos D. Keromytis
parameters editing) -- vassilip@dsl.cis.upenn.edu
2001-01-012001Aaron Campbell
2001-01-01use shared fatal(); from stevesk@pobox.comMarkus Friedl
2001-01-01Force mask to ~0 only if hostname (kudos to james@squish.net)Angelos D. Keromytis
2000-12-31fix __m88k__ definitions.Steve Murphree
2000-12-31ifdef -> ifAngelos D. Keromytis
2000-12-31Bring the manual in sync with reality: when using the -u flag, anyAngelos D. Keromytis
options in /etc/fstab are ignored; only the options specified in the mount command line are used.
2000-12-31-lpthread -> -pthreadBrad Smith
2000-12-31Fix non-NGIF case.Angelos D. Keromytis
2000-12-31Fix non-NBRIDGE caseAngelos D. Keromytis
2000-12-31Fix non-INET6 caseAngelos D. Keromytis
2000-12-31Remove debugging printf.Angelos D. Keromytis
2000-12-31Some tests for SysV extended local variables ${@D} and the likes.Marc Espie
2000-12-31merge mistake. -m is not available in *bsd-currentJun-ichiro itojun Hagino
2000-12-31Update bugs section.Angelos D. Keromytis
2000-12-31Redress PR 1547. Provide an option to pass high characters withoutHugh Graham
escaping, and turn it off by default. Checked by angelos@.
2000-12-31Some text on use with the bridge.Angelos D. Keromytis
2000-12-31Up the number of gif interfaces, we just need one enc interface.Angelos D. Keromytis
2000-12-31ioctl's no longer needed.Angelos D. Keromytis
2000-12-31Update example and text.Angelos D. Keromytis
2000-12-30enc* is not used for the bridge anymoreAngelos D. Keromytis
2000-12-30For bridged IPsec, use the gif* interfaces.Angelos D. Keromytis
2000-12-30Use gif* instead of enc* for the bridge.Angelos D. Keromytis
2000-12-30Update for use of gif.Angelos D. Keromytis
2000-12-30Remove the dstsa/srcsa/clearsa directives, the bridge will be usingAngelos D. Keromytis
the gif interface instead.
2000-12-30Define gif_start(), which uses gif_output() with an AF_LINK sockaddrAngelos D. Keromytis
(to be used by the bridge) Also, mark the interface RUNNING as well as UP.
2000-12-30gif_start() prototypeAngelos D. Keromytis
2000-12-30AF_LINK caseAngelos D. Keromytis
2000-12-30AF_LINK case.Angelos D. Keromytis
2000-12-30Send AF_LINK to etherip_output()Angelos D. Keromytis
2000-12-30setockopt(SO_REUSEPORT), so multiple dhclients work, PR 1391Angelos D. Keromytis
2000-12-30Back-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 :-)