Age | Commit message (Collapse) | Author | |
---|---|---|---|
1998-02-03 | bail out for sourcerouted packets earlier, also do not forward | Theo de Raadt | |
sourcerouted packets ever if ipforwarding is off; tqbf@secnet.com | |||
1998-02-03 | sync | Theo de Raadt | |
1998-02-03 | void *ss_sp; XPG | Theo de Raadt | |
1998-02-03 | more pci subclasses and such; netbsd | Theo de Raadt | |
1998-02-03 | more bridge types | Theo de Raadt | |
1998-02-03 | fix preconsolidate; dzerkel@phofarm.com | Theo de Raadt | |
1998-02-03 | usage line fix; pjanzen@foatdi.harvard.edu | Theo de Raadt | |
1998-02-03 | workaround gethostbyaddr() race in signal handler; more correct fix would | Theo 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-03 | bad types; wileyc@sekiya.twics.co.jp | Theo de Raadt | |
1998-02-03 | Steal better desciption of GLOB_NOESCAPE from fnmatch(3). | Todd C. Miller | |
1998-02-03 | Sync with NetBSD 970827. Forgot this one last time. -moj | Mats O Jansson | |
1998-02-03 | lean up lint warnings | Thorsten Lockert | |
1998-02-03 | Fix the non-MACHINE_NONCONTIG case for Jason's fix. | Todd C. Miller | |
1998-02-03 | Use 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-03 | Add description ti NAME section. Noted by Theo. | Todd C. Miller | |
1998-02-03 | Just update from newer version included with binutils. | Todd C. Miller | |
1998-02-03 | Fix formatting so makewahtis.sed can deal, noted by Theo | Todd C. Miller | |
1998-02-03 | s/@CMD_EXT_U@/1 | Todd C. Miller | |
1998-02-03 | Remove stray "awk" at the beginning of the mam page. | Todd C. Miller | |
1998-02-02 | No need to put a Subject: line. We use "mail -s" in the crontab anyway. | Todd C. Miller | |
1998-02-02 | Don't override environ if realloc() fails. Pointed out by | Todd C. Miller | |
Dave Bodenstab <imdave@mcs.net> | |||
1998-02-02 | support non-ISA case | Theo de Raadt | |
1998-02-02 | enable a few more drivers | Theo de Raadt | |
1998-02-02 | Replay revisions 1.8 and 1.9. | Jason Downs | |
1998-02-02 | The "fix" for running out of kernel maps, from FreeBSD. Integrated by | Jason Downs | |
myself a couple of weeks ago; reviewed and tested by a few people since then. | |||
1998-02-02 | Don't start cfsd if mountd is not running, instead give an error message. | dima | |
1998-02-01 | "if [ -f" --> "if [ -x" | dima | |
1998-02-01 | undo wildcard loopback stuff; it was not checked by other developers | Theo de Raadt | |
1998-02-01 | add softdep displaying in mount listing | Michael Shalayeff | |
1998-02-01 | document the link1 flag | Michael Shalayeff | |
1998-02-01 | support 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-31 | Use GLOB_NOESCAPE flag with glob(3) to preserve old behavior now that | Todd C. Miller | |
glob(3) accepts backslash quoting by default. | |||
1998-01-31 | Document what fs.posix.setuid means. | Todd C. Miller | |
1998-01-31 | tweaks and cleanup; pjanzen@foatdi.harvard.edu | Theo de Raadt | |
1998-01-31 | equal time | kstailey | |
1998-01-31 | Add GLOB_NOESCAPE to turn off backslash escaping and make backslash escaping | Todd C. Miller | |
the default. For xpg4.2. | |||
1998-01-31 | glob(3) is not xpg4.2 compliant yet | Todd C. Miller | |
1998-01-30 | Change error message to be like mount_ffs | Tobias Weingartner | |
1998-01-29 | create devices for the disks/tapes on a second scsi controller (asc1) | Thomas Graichen | |
1998-01-29 | add 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-29 | Wrong name | Per Fogelstrom | |
1998-01-29 | New try with conf, take two | Per Fogelstrom | |
1998-01-29 | New try with conf | Per Fogelstrom | |
1998-01-29 | Some more mips files | Per Fogelstrom | |
1998-01-29 | Some more arc/sgi fixes | Per Fogelstrom | |
1998-01-29 | Make profiling work, mostly from NetBSD | Niklas Hallqvist | |
1998-01-29 | Talk about ongoing development. | brian | |
1998-01-29 | Don't moan about not creating tunX.pid and ttyX.if if RELEASE_CRUNCH | brian | |
is defined. | |||
1998-01-29 | Cosmetic: | 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-28 | Added futher checks... from theo -moj | Mats O Jansson | |