summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2005-01-31Avoid dereferencing a NULL pointerHans-Joerg Hoexer
2005-01-31Remove unused stuff.Hans-Joerg Hoexer
2005-01-30Avoid null pointer dereference when deleting not fully established SAs.Hans-Joerg Hoexer
2005-01-29some knf and space killing, no binary change.Hans-Joerg Hoexer
2005-01-29Handle some pointers more carefully. From pat@ some while ago.Hans-Joerg Hoexer
2005-01-28add messages for syntax errors that caused silent failure before.Daniel Hartmeier
2005-01-28Allow setting of kern.tty.*; now we can set kern.tty.maxptys. The kernelTodd C. Miller
2005-01-27remove some overly complex macros;Jason McIntyre
2005-01-27document what preen mode does;Jason McIntyre
2005-01-27dynamic interface names must start with a letter. catches the nonsensicalDaniel Hartmeier
2005-01-23"caught" should be volatile sig_atomic_t; lukem@netbsd.orgTodd C. Miller
2005-01-23Avoid signal race condition. If a slave gets SIGUSR2 between theTodd C. Miller
2005-01-20Document syncif->syncdev change. Also fix order of syncdev optionRyan Thomas McBride
2005-01-20Use syncdev instead of syncif in ifconfig, and modify ioctl struct pfsyncreqRyan Thomas McBride
2005-01-19add a swap primitive; ok various, will be polished after by tomTheo de Raadt
2005-01-19Don't ignore a provided source address, when building an own IP header.Marco Pfatschbacher
2005-01-18Print configured timeslot mask for PDH/TDM interfaces.Claudio Jeker
2005-01-18Don't shift the timeslot map so that timeslot 1 ends in bit 0. E1 may needClaudio Jeker
2005-01-17PXALCD type.Dale Rahn
2005-01-14Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now.Miod Vallat
2005-01-14zaurus entry, ok miod@Dale Rahn
2005-01-14`halt -p' works on some zaurus platforms (C3000).Uwe Stuehler
2005-01-13be aware of zaurusTheo de Raadt
2005-01-13build on zaurus too, after further discusssion, because MANSUBDIR needsDale Rahn
2005-01-08Use the handler specified in phandler instead of always usingCan Erkin Acar
2005-01-07Print disk size and free space in requested unit. Some refactoring toOtto Moerbeek
2005-01-07Use fstatfs(), not statfs() to determine free space so if /var/crashTodd C. Miller
2005-01-06validate mfs size to avoid wrapping. ok miod@Otto Moerbeek
2005-01-06Missing braces in pfctl_load_debug(), pointed out by camield@Ryan Thomas McBride
2005-01-05spelling;Jason McIntyre
2005-01-05kill whitespace;Jason McIntyre
2005-01-05Document -m flag.Ryan Thomas McBride
2005-01-05Modify pfctl behaviour so that 'set ...' options are no longer "sticky", ie.Ryan Thomas McBride
2005-01-05Discourage using aggressive mode.Hans-Joerg Hoexer
2005-01-03don't merge a rule's source address into a table if we're already trying toMike Frantzen
2005-01-02"bad-timestamp" is a valid logging reason;Jason McIntyre
2004-12-31Build wicontrol on all arm archs, not just cats.Dale Rahn
2004-12-30Replace home-grown byte swapping routine with calls to swap* macrosTodd C. Miller
2004-12-29Put settimeslot() into #ifndef SMALL as it is not needed on ramdisks.Claudio Jeker
2004-12-29Print 'set fingerprints' correctly when parsing verbosely.Ryan Thomas McBride
2004-12-29Make sure that fingerprint_count gets reset to 0 correctly when we flushRyan Thomas McBride
2004-12-29change last commit so that the test for PF_OPT_NOACTION is actually inDan Harnett
2004-12-29don't clear interface flags if '-n' option was given.Dan Harnett
2004-12-29be quiet about resetting the interface flags omn ruleset load, onlyHenning Brauer
2004-12-28reset skip interface flags on reloads and for -FallHenning Brauer
2004-12-28handle strtoul correctly on 64-bit machines; hshoexer okTheo de Raadt
2004-12-28proper portable C; ok hshoexerTheo de Raadt
2004-12-28Correctly determine length of rsa key passed by the kernel to userland. FoundHans-Joerg Hoexer
2004-12-28use __LP64__; miodTheo de Raadt
2004-12-27unbreak treeTheo de Raadt