summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
2006-08-30put this page into a better structure orderJason McIntyre
(very little text change); from hshoexer and myself; ok everyone
2006-08-30do not call pf_key_v2_disable_sa twice; ok hshoexer, hoMarkus Friedl
2006-08-29add support for ufqdn ids in ike rulesMathieu Sauve-Frankel
ok hshoexer@
2006-08-29Add support for IKE AH rules to ipsecctl. Man page input by jmc@.Christian Weisgerber
ok hshoexer@
2006-08-29allow a numeric argument to "carpdemote" to in-/decrease the demotionHenning Brauer
counter by more than one. manpage help by jmc, ok mcbride mpf deraadt
2006-08-29Properly define quick mode suites for AH. With naddy.Hans-Joerg Hoexer
ok ho
2006-08-29snuck in a typo, damnitTheo de Raadt
2006-08-29some net if devices do not media negotiate (for link) until brought up.Theo de Raadt
(for some drivers, this is a bug. for others, it is part of how they work) therefore before doing the 10-second link test, we must bring the if up. ok krw, tested marco ckuethe
2006-08-28proper justify the size caption to match numbers justification; deraadt@ okMichael Shalayeff
2006-08-28Except I disagree strongly, and I was not askedTheo de Raadt
2006-08-27proper justify the size caption to match numbers justification; krw@ okMichael Shalayeff
2006-08-24add .Ex;Jason McIntyre
2006-08-24- expand the text on priorities: from netbsdJason McIntyre
- move WARNINGS to BUGS: from netbsd
2006-08-24reword a scary sentence;Jason McIntyre
2006-08-24sort options;Jason McIntyre
2006-08-22correct function name in log message.Hans-Joerg Hoexer
2006-08-22back out -r1.497 (support for "tagged {}" lists), it broke "tagged" supportDaniel Hartmeier
for nat rules. sorry, existing functionality trumps syntactic sugar. feel free to resubmit a complete patch. closes PR 5207.
2006-08-18make non-root -M use not cut ifconfig output; ok jsgTheo de Raadt
2006-08-11Give a less cryptic error message when trying to mount invalid filePedro Martelletto
systems, okay thib@ ian@ millert@ beck@
2006-08-10text improvements;Jason McIntyre
2006-08-10kill some .Tn;Jason McIntyre
2006-08-10kill a truckload of useless macros;Jason McIntyre
2006-08-10sync usage();Jason McIntyre
2006-08-10comment out -R:Jason McIntyre
ping6: -R is not supported in this configuration
2006-08-10oops, put -m in the right place;Jason McIntyre
2006-08-10document -m;Jason McIntyre
2006-08-10sort options;Jason McIntyre
2006-08-08properly join host lists in ifa_grouplookup(), closes PR 5195,Daniel Hartmeier
reported by andrew fresh
2006-08-05Mention that `b', `k', `m', and `g' can be specified after the printRay Lai
command to print partition sizes in units of bytes, kilobytes, megabytes, and gigabytes. Inspired by patch from Hiren Patel <hiren at obsidian dot co dot za>. OK jmc@ and otto@
2006-08-02remove trailing blanks in output of ieee80211_status() as well.Alexander von Gernler
help from claudio@, and ok claudio@ mickey@ mpf@
2006-07-31Now that we can report either LK201 or LK401 as the keyboard type, do theMiod Vallat
right thing there.
2006-07-28permit synchronous mountsNikolay Sturm
ok pedro
2006-07-27Change some obvious atoi() to strtonum().Ray Lai
OK tedu@
2006-07-27Add checks to each write(2) attempt and try to keep fdisk in aRay Lai
consistent state upon write failure. OK krw@ and deraadt@.
2006-07-25ifconfig output contained trailing whites in inet and groups: linesAlexander von Gernler
fix that by rearranging spaces in printf format strings ok claudio@ mpf@ mickey@
2006-07-25tweak;Jason McIntyre
2006-07-25correct .Xr; from marcus poppJason McIntyre
2006-07-25-a flag is now optional; prompted by steven@Damien Miller
2006-07-25better yet, make this use getopt for argument processing;Damien Miller
"looks good" kettenis@
2006-07-24Build wscons stuff on vax (but no for bsd.rd yet)Miod Vallat
2006-07-24Driver for the VS4000/90 frame buffer, adapted from NetBSD (ragge) andMiod Vallat
Blaz Antonic's work, no acceleration yet, untested due to the lack of hardware, but enough sacrifices were made to the RAMDAC Gods.
2006-07-24Style; return is not a function. hshoexer@ ok.Hakan Olsson
2006-07-24make "brconfig" with no arguments equivalent to "brconfig -a",Damien Miller
following the similar change to ifconfig; 'nice' deraadt@
2006-07-23userland shouldnt care about kernel issuesDavid Gwynne
2006-07-23update to reflect realityDavid Gwynne
2006-07-23remove some scsi ioctls, most importantly the ones that can reprobe theDavid Gwynne
bus. supporting these complicates the midlayer unnecessarily. ok krw@
2006-07-22corrections from alexey e. suslikov;Jason McIntyre
ok hshoexer
2006-07-21When no peer is specified, no peer address is defined, thus do not use it.Hans-Joerg Hoexer
Noticed by Alexey E. Suslikov <cruel@texnika.com.ua>, thanks!
2006-07-19Only compare important parts of the boot block with the backup copy,Tom Cosgrove
since some vendor utilities will change one without changing the other. Raised most recently by Nick Guenther; fix is similar to what is in NetBSD, but includes an idea from Steven E. Kalbach <kalbachs (at) kalbachsoft (dot) com>, posted to bugs@ over 5 years ago. ok tedu@, pedro@
2006-07-18Fix a typo, paritition -> partition.Marc Balmer
From Alexey Dobriyan <adobriyan@gmail.com>, thanks.