Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-28 | remove unused variable and shorten names of two other. Removed some spaces | Hans-Joerg Hoexer | |
while around. ok ho@ markus@ | |||
2004-04-28 | Reserve some payload numbers for RFC 3547 and the earlier NAT-T drafts. ↵ | Hakan Olsson | |
hshoexer@ ok. | |||
2004-04-28 | fd leaks; henning ok | Theo de Raadt | |
2004-04-27 | clean up ifdef hell | Philipp Buehler | |
2004-04-27 | make "pfctl -vvsq" to print "No queue in use" and exit when there is no | Kenjiro Cho | |
queue to show the state. requested by "Alexey E. Suslikov" <cruel@texnika.com.ua> ok henning@ | |||
2004-04-27 | reworking of man page and sync/update usage(); | Jason McIntyre | |
this stuff is based mostly on diffs from jared yanovich, with some stuff from myself and otto; ok naddy@ otto@ markus@ deraadt@ | |||
2004-04-27 | don't loop forever on 0-size extensions | Markus Friedl | |
2004-04-27 | missing ';' in actually unreached code (pointed out by logix(at)franken.de) | Philipp Buehler | |
2004-04-26 | fix route with explicit -gateway modifier. ok deraadt@ itojun@ | Cedric Berger | |
2004-04-26 | do more careful altq bandwidth checking. | Kenjiro Cho | |
- fix a bug in HFSC that does not take the newly added queue into account when computing the bandwidth for admission control. - warn when the sum of the child bandwidth exceeds parent's bandwidth for both CBQ and HFSC. - allow to explicitly specify 0bps to bandwidth. HFSC can have only the real-time sc, and it means a blackhole queue for CBQ. problem reports by "Alexey E. Suslikov" <cruel@texnika.com.ua> ok henning@ | |||
2004-04-25 | unifdef -DSMALL_KERNEL | Jun-ichiro itojun Hagino | |
2004-04-25 | have a localcopy of radix.c here | Jun-ichiro itojun Hagino | |
2004-04-25 | unbreak tree | Markus Friedl | |
2004-04-24 | Add "probability xxx" rule modifier. ok deraadt@ | Cedric Berger | |
2004-04-24 | Compile the basic wscons userland tools on luna88k. | Miod Vallat | |
2004-04-24 | Define wscons device ids for the Luna devices. | Miod Vallat | |
2004-04-23 | Make sure KEY_LENGTH attribute is present when checking AES proposals, | Hakan Olsson | |
required when acting as responder to SafeNet peers. Also make conf_load_defaults() readable again (KNF). hshoexer@ ok. | |||
2004-04-22 | typo, From: Jared Yanovich <jjy2+@pitt.edu> | Henning Brauer | |
2004-04-21 | Mention that luna88k can poweroff; also add an boot_amd64(8) reference while ↵ | Miod Vallat | |
there. | |||
2004-04-18 | zap comment; han@mijncomputer.nl | Theo de Raadt | |
2004-04-15 | more knf; ok hshoexer | Theo de Raadt | |
2004-04-15 | knf | Theo de Raadt | |
2004-04-15 | partial move to KNF. More to come. This has happened because there | Theo de Raadt | |
are a raft of source code auditors who are willing to help improve this code only if this is done, and hey, isakmpd does need our standard auditing process. ok ho hshoexer | |||
2004-04-15 | more AUTHORS update; | Jason McIntyre | |
ok henning@ | |||
2004-04-15 | typos from Jared Yanovich; | Jason McIntyre | |
2004-04-15 | spaces | Theo de Raadt | |
2004-04-15 | new world order for emulations. adjust, and become more robust. | Ted Unangst | |
testing ok deraadt@ | |||
2004-04-14 | get rif of the few dmalloc/dfree occurances that were left | Henning Brauer | |
2004-04-14 | turns out more is obsolete now | Henning Brauer | |
inspired by diff from Emil Mikulic <emikulic@dmr.ath.cx> | |||
2004-04-14 | prototypes fixup | Henning Brauer | |
2004-04-14 | make antispoof work with dynamic addresses. ok dhartmei@ mcbride@ | Cedric Berger | |
2004-04-14 | Better interface filtering. vlan1 should not match vlan19. | Cedric Berger | |
Found by Mike Wolman, ok dhartmei@ mcbride@ | |||
2004-04-13 | fix restore so that it can actually restore files larger than 4GB by | Henning Brauer | |
changing the type of "size" to off_t in getfiles() plus little dependent type cleanup, from Daniel Lucq <daniel@lucq.org> ok tdeval@ millert@ otto@ | |||
2004-04-13 | Add missing #include. Found by Stefan Paletta. | Hans-Joerg Hoexer | |
ok henning@ ho@ | |||
2004-04-13 | unfortunately we have to wait a little if the nic does not have a link and | Henning Brauer | |
check again, theo help & ok | |||
2004-04-12 | spacing | Theo de Raadt | |
2004-04-12 | simplify, from Han Boetes & pb@, theo ok | Henning Brauer | |
2004-04-09 | remove some excess from AUTHORS, and slight update; | Jason McIntyre | |
requested by henning, and discussed w/ him and deraadt; ok henning@ | |||
2004-04-09 | Do not try to load directories. found+ok mpech@ | Cedric Berger | |
2004-04-09 | typos; ok jmc@. | Xavier Santolaria | |
2004-04-08 | swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD | Henning Brauer | |
and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@ | |||
2004-04-08 | sync with reality, mostly from jmc | Henning Brauer | |
2004-04-08 | fix usage(), jmc | Henning Brauer | |
2004-04-08 | sigh, really fix the error message this time, thanks Moritz Jodeit | Anil Madhavapeddy | |
2004-04-08 | reorder error message and send_fd in order to display the correct | Anil Madhavapeddy | |
errno in error message; pointed out by Moritz Jodeit <moritz at jodeit.org> | |||
2004-04-08 | Set timezone before privsep, child uses now correct timezone. | Hans-Joerg Hoexer | |
Noticed by david@ ok ho@ david@ | |||
2004-04-08 | -l can overwrite the path to the leases file, noticed by millert | Henning Brauer | |
2004-04-07 | -Wsign-compare nits. hshoexer@ ok. | Hakan Olsson | |
2004-04-07 | Reset *data in case of unknown key types | Hakan Olsson | |
2004-04-07 | -Wmissing-declarations | Hakan Olsson | |