Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-11-28 | test qlimit on altq rule | Henning Brauer | |
2002-11-28 | qlimit before tbrsize | Henning Brauer | |
2002-11-28 | print qlimit on altq if not equal to the default value | Henning Brauer | |
2002-11-28 | allow qlimit on altq spec | Henning Brauer | |
2002-11-28 | Sync with pciide(4): mention Promise PDC20275 PDC20277 and | Alexander Yurchenko | |
Viatech VT8366 VT8233 VT8235 as supported ok gluk@ | |||
2002-11-28 | Sync with reality: mention Promise PDC20275 PDC20277 and | Alexander Yurchenko | |
Viatech VT8366 VT8233 VT8235 as supported ok gluk@ mpech@ | |||
2002-11-28 | Sync with changes in pfctl: | Ryan Thomas McBride | |
- Remove extra space before -> in print_rdr - Print hex keys lowercase ok dhartmei@ henning@ | |||
2002-11-28 | - Remove extra space before -> in print_rdr | Ryan Thomas McBride | |
- Print hex keys lowercase ok dhartmei@ henning@ | |||
2002-11-28 | remove trailing whitespace | Ryan Thomas McBride | |
ok henning@ | |||
2002-11-28 | add regression test for nat pools | Ryan Thomas McBride | |
ok henning@ | |||
2002-11-28 | - Adjust to match replacement of md5 with pf_hash | Ryan Thomas McBride | |
- Allow keys to be specified in hex (must be 128 bits, mainly to make pfctl -v output paresable by pfctl) or as a string. Randomly generate key if one is not specified. Suggestions and fixes from camield@ ok mickey@ camield@ henning@ | |||
2002-11-28 | - MD5 too slow, replace with pf_hash (based on hash from if_bridge.c) | Ryan Thomas McBride | |
- Always fold the key in Many fixes & suggestions from camield@ ok mickey@ camield@ henning@ | |||
2002-11-28 | Check for invalid ICMP6 option length, ok itojun@ | Daniel Hartmeier | |
2002-11-28 | Use any existing hostname as the default, as the install could have | Kenneth R Westerback | |
been restarted. Discard any domain information the user supplies. | |||
2002-11-28 | spaces | Theo de Raadt | |
2002-11-28 | Make questions out of requests for user input that were demands. Use | Kenneth R Westerback | |
a standard format of <question>? (<extra verbiage>) [<default value>] Makes things more consistant, and sometimes more terse. | |||
2002-11-28 | Save a few bytes; | Kenneth R Westerback | |
1) The one '/sbin/ifconfig' -> 'ifconfig'. 2) Eliminate local variable and thereby unneeded '\n' in welcome(). | |||
2002-11-28 | Fix indent botch. | Kenneth R Westerback | |
2002-11-27 | typo; Tor Houghton | Todd C. Miller | |
2002-11-27 | unkonwn -> unknown; Tor Houghton <torh@bogus.net> | Peter Valchev | |
2002-11-27 | no wrapper arounf hardclock(), use CPU_CLOCKUPDATE, real microtime; miod ok | Michael Shalayeff | |
2002-11-27 | Honour malloc_junk ('J') with realloc(3), and fix page_dir shrink update. | Thierry Deval | |
2002-11-27 | Make fc -e work in "sh-mode" (shell invoked as /bin/sh or -o sh option) | Peter Valchev | |
as well; matches Solaris. "can't hurt anything" marc@ Original report from PR user/2883 | |||
2002-11-27 | I fucked up. The manpage was correct before my last commit. | Henning Brauer | |
noticed by Daniel. To unconfuse it a bit, add a little clarification. ok dhartmei@ | |||
2002-11-27 | Avoid possible wraparound when checking timeout size; mickey@ OK | Todd C. Miller | |
2002-11-27 | more altq testing | Henning Brauer | |
2002-11-27 | handle the "no bandwidth specified" case earlier and easier. | Henning Brauer | |
2002-11-27 | allow usernames with embedded '@', e.g. scp user@vhost@realhost:file /tmp; | Markus Friedl | |
http://bugzilla.mindrot.org/show_bug.cgi?id=447; ok mouring@, millert@ | |||
2002-11-27 | more tweaking | Theo de Raadt | |
2002-11-27 | move even closer to where we want to be | Theo de Raadt | |
2002-11-27 | corrections and clarifications from Han Boetes <han at mijncomputer dot nl> | Henning Brauer | |
Thanks! | |||
2002-11-27 | -use a #define for default qlimit instead of hardcoding it | Henning Brauer | |
-print qlimit in print_queue if it is not the default one -assign the default qlimit early in the parser instead of using 0 | |||
2002-11-27 | adjust after printing changes | Henning Brauer | |
2002-11-27 | next round in print fixes: | Henning Brauer | |
-only print priority if it is not equal to the default one -space handling overhaul | |||
2002-11-27 | use a #define for default priority instead of hardcoding it | Henning Brauer | |
2002-11-27 | Make sure daemon() does not close any fd opened during initialization. | Hakan Olsson | |
niklas@ ok. | |||
2002-11-27 | in print_altq() correctly print scheduler type and options | Henning Brauer | |
2002-11-27 | regen | Michael Shalayeff | |
2002-11-27 | chips&tech 69030 | Michael Shalayeff | |
2002-11-27 | fix tbrsize spec | Henning Brauer | |
2002-11-27 | Update document date. | Hakan Olsson | |
2002-11-27 | fix error message for altq ifspec without child queues | Henning Brauer | |
2002-11-27 | fix an underflow in socket timeout calculations. | Michael Shalayeff | |
(see http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/32827). itojun@ ok | |||
2002-11-27 | correct hppa attachments | Michael Shalayeff | |
2002-11-27 | do address translation for for socket syscalls that pass addresses in | Jason Ish | |
or out - this allows linux programs that use IPv6 to work (not ipv4 mapped addresses though) - from NetBSD | |||
2002-11-27 | recover original stanford copyright. sync w/kame | Jun-ichiro itojun Hagino | |
2002-11-27 | Ressurect -l flag to be compliant with spell(1). | margarida | |
millert@ ok | |||
2002-11-27 | Kill some alloca. Reduces temp allocation for big static libraries drastically, | Marc Espie | |
allow, e.g., linking against static debug qt (or debug static mozilla for that matter). okay miod@ | |||
2002-11-26 | more tweaks | Theo de Raadt | |
2002-11-26 | tiny spacing nit | Theo de Raadt | |