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