summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2011-06-15When BN_bn2bin converts a bignum to the binary representationMike Belopuhov
2011-06-09there is no need to close files when the titanic is going down.Theo de Raadt
2011-06-06some improvements for the text on packet capture; from Lawrence TeoJason McIntyre
2011-06-05mention that rc(8) creates /var/run/dmesg.boot;Ingo Schwarze
2011-06-05fix format stringCharles Longeau
2011-06-05Nuke uses of and references to DIOCWLABEL, and the related 'W' andKenneth R Westerback
2011-06-02Hack to ensure that the in-core labels contain the current boundsKenneth R Westerback
2011-05-27spacingReyk Floeter
2011-05-26Don't provide an af hint to getaddrinfo in settunnel(), this functionStuart Henderson
2011-05-24Allow for more room for /usr/obj on static linking only archs; ok krw@ deraadt@Otto Moerbeek
2011-05-23Allow specifying k/m/g/... suffixes in newfs(8) -S and -s options.David Coppa
2011-05-23sync auto-allocation tableOtto Moerbeek
2011-05-23Make /usr/obj a bit bigger, on small disks it ends up just a littleOtto Moerbeek
2011-05-23mention ranges; prodding and feedback jmc@Damien Miller
2011-05-23allow ranges for entering net.inet.(tcp|udp).baddynamic lists, e.g.Damien Miller
2011-05-22Apply proper rounding for the R command (changing of auto-allocatedOtto Moerbeek
2011-05-22sync auto-allocation table with codeOtto Moerbeek
2011-05-22zap unused varOtto Moerbeek
2011-05-22In addition to relative resizing, allow absolute resizing of partitionsOtto Moerbeek
2011-05-13wrong id for UDP_ENCAP_TRANSPORT_DRAFT; ok mikeb@Markus Friedl
2011-05-11Make dhclient more friendly to sequential option processing byKenneth R Westerback
2011-05-10Some cleanup and simplifications:Ingo Schwarze
2011-05-09bump copyrightReyk Floeter
2011-05-09rename functions in proc.c to proc_* and move some code from imsg_util.c toReyk Floeter
2011-05-08Small memory optimization from NetBSD; ok krw@ millert@Otto Moerbeek
2011-05-06put the tcpdump-specific stuff in a sane place (that is, not EXAMPLES);Jason McIntyre
2011-05-05Use opendev() not opendisk() so we get duid support. OK oga@Todd C. Miller
2011-05-05Small tweak - add direct pointer to env instead of using an indirect one.Reyk Floeter
2011-05-05Move the proc.c-specific runtime state out of struct iked into a sub-struct.Reyk Floeter
2011-05-05rename iked_proc* to privsep_proc*. no functional change.Reyk Floeter
2011-05-04Switch atactl over to using opendev() instead of opendisk() so it canOwain Ainsworth
2011-05-02Remove unused variableCharles Longeau
2011-05-02store the peer address as it was specified in the policy in theMike Belopuhov
2011-04-30change one of our current examples to use duids; ken suggested we useJason McIntyre
2011-04-26setrlimit only if mfs; ok millert@Otto Moerbeek
2011-04-25do not use stdio in the (stupid) SIGSEGV handlerTheo de Raadt
2011-04-25allow commands like "route add 0.0.0.0/1 $SOMEHOST" to work correctly,Stuart Henderson
2011-04-24remove support for (very) old ffs on-disk formats; ok krw@ and noOtto Moerbeek
2011-04-23improve line breaking in SYNOPSIS now that semantics of the .Bk macroIgor Sobrado
2011-04-23Indicate which side of the connection responded during phase 1 while using -v.lum
2011-04-22Move things around after recent rc(8) changes.Antoine Jacoutot
2011-04-19make same changes regarding -f/-F argument (tempfile -> file) as was doneAlexander Hall
2011-04-19Rename the argument for -f and -F from 'tempfile' to 'file'Alexander Hall
2011-04-18Deprecate vnds in favour of svnds.Thordur I. Bjornsson
2011-04-18Improve the iked acquire mode peer <-> policy matching. This changeReyk Floeter
2011-04-18When the kernel wants to acquire an SA for an unknown flow, lookup aReyk Floeter
2011-04-18Remove a header file that is only supposed to be used by the kernel.Theo de Raadt
2011-04-17a little more tweaking; ok krwJason McIntyre
2011-04-17Tweak verbiage, bring examples up to date.Kenneth R Westerback
2011-04-17by default we ignore unknown dhcp server options, so don't botherPeter Hessler