Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-08-06 | this will be ok on sgi too (pci arch) | Theo de Raadt | |
2004-08-06 | not sgimips, be careful | Theo de Raadt | |
2004-08-06 | add sgi | Per Fogelstrom | |
2004-08-06 | build on hppa | Michael Shalayeff | |
2004-08-05 | better signal cache printf | Michael Shalayeff | |
2004-08-03 | -src/-srcmask are no more | Henning Brauer | |
2004-08-03 | display route labels with "route get", and allow them to be set | Henning Brauer | |
2004-08-03 | Rewrite the transport reference count code to avoid leaks. | Hakan Olsson | |
hshoexer@ ok. | |||
2004-08-03 | Handle geometry parameters as unsigned quantities, getting rid of | Otto Moerbeek | |
negative number of sectors on large disks and other similar problems. Also make reading of ASCII disk labels more robust by using strtonum(3) instead of atoi(3). ok millert@ deraadt@ | |||
2004-08-03 | spacing | Theo de Raadt | |
2004-08-03 | Handle geometry parameters as unsigned quantities, getting rid of negative | Otto Moerbeek | |
number of sectors on large disks and other similar problems. ok toby@ tom@ deraadt@ | |||
2004-08-03 | Allow a unicast ip address to be specified for pfsync with the 'syncpeer' | Ryan Thomas McBride | |
keyword. This address is used instead of the multicast address to send state updates; this allows pairs of pfsync firewalls to protect the traffic with IPSec. ifconfig must be updated to match the kernel. | |||
2004-08-02 | Do not expire unestablished phase 2 SAs on SIGHUP. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-08-02 | Missed to add virtual.c here. Noted by Benjamin Pineau. | Hakan Olsson | |
2004-07-30 | mark down some punctuation, and sync usage(); | Jason McIntyre | |
2004-07-30 | Style. | Hakan Olsson | |
2004-07-29 | Less noise while debugging. | Hakan Olsson | |
2004-07-29 | Repair NAT-T using Aggressive mode, NAT-D checks were in the wrong place. | Hakan Olsson | |
Noted by Yvan VANHULLEBUS. | |||
2004-07-28 | .Xr growfs 8 | Jason McIntyre | |
2004-07-28 | sort options, and fix a spurious list width; | Jason McIntyre | |
2004-07-28 | - sort options | Jason McIntyre | |
- sync usage() - use -keeps for SYNOPSIS | |||
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert | |
code is all conditionalized on __HAVE_TIMECOUNTER, and not enabled on any platforms. adjtime(2) support exists, courtesy of nordin@, sysctl(2) support and a concept of quality for each time source attached exists. High quality time sources exists for PIIX4 ACPI timer as well as some AMD power management chips. This will have to be redone once we actually add ACPI support (at that time we need to use the ACPI interfaces to get at these clocks). ok art@ ken@ miod@ jmc@ and many more | |||
2004-07-23 | - make SYNOPSIS and usage() clear that -t precedes -T; | Jason McIntyre | |
spotted by Tamas Tevesh, via dhartmei@; also, add -o to usage(), and note that /ruleset is now the correct syntax, not :ruleset; ok dhartmei@ | |||
2004-07-21 | use \- for number ranges | Jared Yanovich | |
document new timeslot command ok alex jmc | |||
2004-07-20 | Make ENXIO from SIOCGWAVELAN a fatal error so we don't get garbage | Todd C. Miller | |
when wicontrol is run on a non-existant interface. | |||
2004-07-19 | print the correct labels when displaying timeouts with pfctl (eg, pfctl -st). | David Gwynne | |
From Chris Pascoe. ok dhartmei@ | |||
2004-07-17 | some ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-07-16 | 'pfctl -o' ruleset optimizer that doesnt change the meaning of the final ruleset | Mike Frantzen | |
- remove identical and subsetted rules - when advantageous merge rules w/ similar addresses into a table and one rule - re-order rules to improve skip step performance (can do better w/ kernel mods) - 'pfctl -oo' will load the currently running ruleset and use it as a profile to direct the optimization of quicked rules ok henning@ mcbride@. man page help from jmc@ | |||
2004-07-16 | remove netiso traces, millert deraadt ok | Henning Brauer | |
2004-07-15 | remove references to removed pages: clnp(4), esis(4), and iso(4); | Jason McIntyre | |
2004-07-15 | fix for setting antena diversity; from Brian Falk <falk@seas.upenn.edu> | Michael Shalayeff | |
2004-07-15 | Keep trying if we get EINPROGRESS from SIOCGWAVELAN, up to 10 times. | Todd C. Miller | |
2004-07-15 | Make wi_getval() return int and check the rval when printing the AP list. | Todd C. Miller | |
Avoids bogus data leading to a core dump on cards that don't support it. | |||
2004-07-14 | no \n in errx(3) | Henning Brauer | |
From: Andrey Matveev <andrushock@korovino.net> | |||
2004-07-13 | Remove unused argument 'int pn' to PRT_fix_CHS(). The 'int pn' | Tom Cosgrove | |
argument to PRT_parse() then becomes unused, so remove that too. ok henning@, otto@ | |||
2004-07-11 | Just use err(1, NULL) following malloc() failures, per err(3). | Tom Cosgrove | |
ok otto@ | |||
2004-07-10 | The long descriptions of partition types are not used by the code, so | Tom Cosgrove | |
have them as comments rather than data. Reduces the size of the executable by over 2 KB. Also s/Netware/NetWare/. ok tedu@ deraadt@ | |||
2004-07-09 | variety of cleanups; nofsk@aanet.com.au and I | Theo de Raadt | |
2004-07-09 | ansi | Theo de Raadt | |
2004-07-08 | free() and close() in error path. | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-07-08 | typo, and line adjustment; | Jason McIntyre | |
2004-07-07 | document -a/-K and "Acquire-Only"/"Use-Keynote". | Hans-Joerg Hoexer | |
ok markus@ henning@ ho@ english polish and mdoc help and ok jmc@ | |||
2004-07-07 | make the shell script execution window 3 seconds. i really need to find | Theo de Raadt | |
a better solution... | |||
2004-07-07 | plug memleak when receiving an INVALID_HASH_INFORMATION notify. | Hans-Joerg Hoexer | |
Found by Patrick Latifi, thanks! ok ho@ | |||
2004-07-07 | compile cleanly with -Wsign-compare; while around, kill a space | Hans-Joerg Hoexer | |
ok ho@ | |||
2004-07-06 | delint: offset arg to mmap is off_t and remove dead code | Otto Moerbeek | |
ok millert@ | |||
2004-07-05 | when running as supplier and asked about a defualt route but we have no, | Henning Brauer | |
do not try to fake one when the query comes from a non-local network, i. e. ifp is NULL, which caused a segfault. PR3841, William J Hulley <jonny@abduction.org> | |||
2004-07-05 | userquota and groupquota _optionally_ have a value. | Otto Moerbeek | |
ok pedro@ millert@ | |||
2004-07-05 | %lu and cast to unsigned long to print a size_t; ok ho | Peter Valchev | |
2004-07-05 | remove useless (always false) check; ok millert henning | Peter Valchev | |