summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2004-08-05better signal cache printfMichael Shalayeff
2004-08-03-src/-srcmask are no moreHenning Brauer
2004-08-03display route labels with "route get", and allow them to be setHenning Brauer
2004-08-03Rewrite the transport reference count code to avoid leaks.Hakan Olsson
2004-08-03Handle geometry parameters as unsigned quantities, getting rid ofOtto Moerbeek
2004-08-03spacingTheo de Raadt
2004-08-03Handle geometry parameters as unsigned quantities, getting rid of negativeOtto Moerbeek
2004-08-03Allow a unicast ip address to be specified for pfsync with the 'syncpeer'Ryan Thomas McBride
2004-08-02Do not expire unestablished phase 2 SAs on SIGHUP.Hans-Joerg Hoexer
2004-08-02Missed to add virtual.c here. Noted by Benjamin Pineau.Hakan Olsson
2004-07-30mark down some punctuation, and sync usage();Jason McIntyre
2004-07-30Style.Hakan Olsson
2004-07-29Less noise while debugging.Hakan Olsson
2004-07-29Repair NAT-T using Aggressive mode, NAT-D checks were in the wrong place.Hakan Olsson
2004-07-28.Xr growfs 8Jason McIntyre
2004-07-28sort options, and fix a spurious list width;Jason McIntyre
2004-07-28- sort optionsJason McIntyre
2004-07-28This touches only MI code, and adds new time keeping code. TheThorsten Lockert
2004-07-23- make SYNOPSIS and usage() clear that -t precedes -T;Jason McIntyre
2004-07-21use \- for number rangesJared Yanovich
2004-07-20Make ENXIO from SIOCGWAVELAN a fatal error so we don't get garbageTodd C. Miller
2004-07-19print the correct labels when displaying timeouts with pfctl (eg, pfctl -st).David Gwynne
2004-07-17some ansi; khalek@linuxgamers.netTheo de Raadt
2004-07-16'pfctl -o' ruleset optimizer that doesnt change the meaning of the final rulesetMike Frantzen
2004-07-16remove netiso traces, millert deraadt okHenning Brauer
2004-07-15remove references to removed pages: clnp(4), esis(4), and iso(4);Jason McIntyre
2004-07-15fix for setting antena diversity; from Brian Falk <falk@seas.upenn.edu>Michael Shalayeff
2004-07-15Keep trying if we get EINPROGRESS from SIOCGWAVELAN, up to 10 times.Todd C. Miller
2004-07-15Make wi_getval() return int and check the rval when printing the AP list.Todd C. Miller
2004-07-14no \n in errx(3)Henning Brauer
2004-07-13Remove unused argument 'int pn' to PRT_fix_CHS(). The 'int pn'Tom Cosgrove
2004-07-11Just use err(1, NULL) following malloc() failures, per err(3).Tom Cosgrove
2004-07-10The long descriptions of partition types are not used by the code, soTom Cosgrove
2004-07-09variety of cleanups; nofsk@aanet.com.au and ITheo de Raadt
2004-07-09ansiTheo de Raadt
2004-07-08free() and close() in error path.Hans-Joerg Hoexer
2004-07-08typo, and line adjustment;Jason McIntyre
2004-07-07document -a/-K and "Acquire-Only"/"Use-Keynote".Hans-Joerg Hoexer
2004-07-07make the shell script execution window 3 seconds. i really need to findTheo de Raadt
2004-07-07plug memleak when receiving an INVALID_HASH_INFORMATION notify.Hans-Joerg Hoexer
2004-07-07compile cleanly with -Wsign-compare; while around, kill a spaceHans-Joerg Hoexer
2004-07-06delint: offset arg to mmap is off_t and remove dead codeOtto Moerbeek
2004-07-05when running as supplier and asked about a defualt route but we have no,Henning Brauer
2004-07-05userquota and groupquota _optionally_ have a value.Otto Moerbeek
2004-07-05%lu and cast to unsigned long to print a size_t; ok hoPeter Valchev
2004-07-05remove useless (always false) check; ok millert henningPeter Valchev
2004-07-05fix warning: extra tokens at end of #undef; ok henningPeter Valchev
2004-07-04properly bitch when we cannot open the config file, basically resemblingHenning Brauer
2004-07-03zap INET_ONLY, compress usage(); jaredTheo de Raadt
2004-07-03ansi; jaredTheo de Raadt