summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1998-02-03bail out for sourcerouted packets earlier, also do not forwardTheo de Raadt
sourcerouted packets ever if ipforwarding is off; tqbf@secnet.com
1998-02-03syncTheo de Raadt
1998-02-03void *ss_sp; XPGTheo de Raadt
1998-02-03more pci subclasses and such; netbsdTheo de Raadt
1998-02-03more bridge typesTheo de Raadt
1998-02-03fix preconsolidate; dzerkel@phofarm.comTheo de Raadt
1998-02-03usage line fix; pjanzen@foatdi.harvard.eduTheo de Raadt
1998-02-03workaround gethostbyaddr() race in signal handler; more correct fix wouldTheo de Raadt
change SIGHUP handler to only set a flag that the main loop catches. But I'm lazy, and starting to believe noone gives a damn...
1998-02-03bad types; wileyc@sekiya.twics.co.jpTheo de Raadt
1998-02-03Steal better desciption of GLOB_NOESCAPE from fnmatch(3).Todd C. Miller
1998-02-03Sync with NetBSD 970827. Forgot this one last time. -mojMats O Jansson
1998-02-03lean up lint warningsThorsten Lockert
1998-02-03Fix the non-MACHINE_NONCONTIG case for Jason's fix.Todd C. Miller
1998-02-03Use short dash, not long dash, so makewhatis.sed doesn't get confused.Todd C. Miller
Noted by Theo (binutils objdump.1 is already ok).
1998-02-03Add description ti NAME section. Noted by Theo.Todd C. Miller
1998-02-03Just update from newer version included with binutils.Todd C. Miller
1998-02-03Fix formatting so makewahtis.sed can deal, noted by TheoTodd C. Miller
1998-02-03s/@CMD_EXT_U@/1Todd C. Miller
1998-02-03Remove stray "awk" at the beginning of the mam page.Todd C. Miller
1998-02-02No need to put a Subject: line. We use "mail -s" in the crontab anyway.Todd C. Miller
1998-02-02Don't override environ if realloc() fails. Pointed out byTodd C. Miller
Dave Bodenstab <imdave@mcs.net>
1998-02-02support non-ISA caseTheo de Raadt
1998-02-02enable a few more driversTheo de Raadt
1998-02-02Replay revisions 1.8 and 1.9.Jason Downs
1998-02-02The "fix" for running out of kernel maps, from FreeBSD. Integrated byJason Downs
myself a couple of weeks ago; reviewed and tested by a few people since then.
1998-02-02Don't start cfsd if mountd is not running, instead give an error message.dima
1998-02-01"if [ -f" --> "if [ -x"dima
1998-02-01undo wildcard loopback stuff; it was not checked by other developersTheo de Raadt
1998-02-01add softdep displaying in mount listingMichael Shalayeff
1998-02-01document the link1 flagMichael Shalayeff
1998-02-01support wildcard loopbacks. that is, setting up lo1 like:Michael Shalayeff
ifconfig lo1 inet 192.168.1.1 netmask 255.255.255.0 link1 would force it to act like all the addresses from net 192.168.1 were added to the interface. todo: man lo
1998-01-31Use GLOB_NOESCAPE flag with glob(3) to preserve old behavior now thatTodd C. Miller
glob(3) accepts backslash quoting by default.
1998-01-31Document what fs.posix.setuid means.Todd C. Miller
1998-01-31tweaks and cleanup; pjanzen@foatdi.harvard.eduTheo de Raadt
1998-01-31equal timekstailey
1998-01-31Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escapingTodd C. Miller
the default. For xpg4.2.
1998-01-31glob(3) is not xpg4.2 compliant yetTodd C. Miller
1998-01-30Change error message to be like mount_ffsTobias Weingartner
1998-01-29create devices for the disks/tapes on a second scsi controller (asc1)Thomas Graichen
1998-01-29add support for disks and tapes on a second scsi controller (asc1)Thomas Graichen
-> originally from m. hitch -> tested by Andris Strazdins <andzs@latnet.lv>
1998-01-29Wrong namePer Fogelstrom
1998-01-29New try with conf, take twoPer Fogelstrom
1998-01-29New try with confPer Fogelstrom
1998-01-29Some more mips filesPer Fogelstrom
1998-01-29Some more arc/sgi fixesPer Fogelstrom
1998-01-29Make profiling work, mostly from NetBSDNiklas Hallqvist
1998-01-29Talk about ongoing development.brian
1998-01-29Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCHbrian
is defined.
1998-01-29Cosmetic:brian
Don't mention the authors name at startup. He's already credited in the man page. Instead, make the message consistent with the one given to the diagnostic port (and fix the grammar when entering `term' mode). Don't credit the zlib author in the man page as ppp isn't linked directly with zlib (it's shared). Mention when the OpenBSD port was first made available.
1998-01-28Added futher checks... from theo -mojMats O Jansson