summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
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.
2006-07-18clean up -a and -f descriptions;Jason McIntyre
2006-07-18better explanation of return values;Jason McIntyre
originally from david christiansen, but (re)worded by otto; ok otto
2006-07-11+.Xr ping6 8,Jason McIntyre
2006-07-11stop a madman armed with .Tn from rampaging;Jason McIntyre
various other fixes up whilst here;
2006-07-11Let armish and cats recognize MBR partitioning, to come up with properMiod Vallat
disklabel bounds in disklabel -E; while there, sort of sort the architectures.
2006-07-11Make the mounting process pass a hint to the kernel of where to find the VATPedro Martelletto
2006-07-09Do not try and read /usr/mdec/mbr in ``fdisk -e'' unless the architectureMiod Vallat
really provides it.
2006-07-09Add armish to MANSUBDIRMiod Vallat
2006-07-09various fixes up;Jason McIntyre
2006-07-07fuller description for -s; from janne johanssonJason McIntyre
ok krw
2006-07-06add "rtable" to select alternate routing tables.Henning Brauer
with & ok claudio hshoexer
2006-07-04nmeaattach - attach serial lines as timedelta sensors. nmeaattach is usedMarc Balmer
to designate a serial line with a NMEA 0183 device (i.e. a GPS receiver) as a source of a timedelta sensor. ok deraadt@
2006-07-02Let isakmpd send out a vendor ID announcing isamkpds release version.Hans-Joerg Hoexer
Will be handy for release specific bug fixes, etc. Suggested by markus@ quite some time ago. ok markus@
2006-07-01Eliminate redundant get_le() in favour of letoh32(). Add letoh32()Kenneth R Westerback
calls in alpha, hppa, hppa64 and mips63 when accessing the two DOS MBR u_int32_t fields dp_size and dp_start. No functional change.
2006-06-30spacesTheo de Raadt
2006-06-30-.Xr mpt 4 ,Jason McIntyre
2006-06-29- special/node may be specified multiple times; from andracsJason McIntyre
- clean up DESCRIPTION somewhat feedback/ok otto ray
2006-06-29[-t ufs | lfs | external_type] -> [-t type]Jason McIntyre
syncs it w/ mount(8) too; suggested by martin usage() update
2006-06-29Document that pcap files can only be writen to the /var/run directory.Hans-Joerg Hoexer
2006-06-29use strlcpy; nicm__@ntlworld.comTheo de Raadt
2006-06-28Use argv[0] where argv[0] is meant, Nicholas MarriottPedro Martelletto
2006-06-28document lists, prodded by david@Hans-Joerg Hoexer
2006-06-27consistency fix and clip some trailing whitespace;Jason McIntyre
2006-06-27knfReyk Floeter
2006-06-27add the net80211 hostap options "nwflag hidenwid" for hidden SSID modeReyk Floeter
and "nwflag nobridge" to prevent inter-station communications. "hidenwid" will also work with wi(4) to replace the old -E 3 option of wicontrol. ok damien@ jmc@
2006-06-27bye byeTheo de Raadt
2006-06-26wicontrol goes away, use ifconfig. yes, a few things cannot be doneTheo de Raadt
with ifconfig yet, but reyk is writing them now. 3 years ago we said wicontrol had to go away, and noone helped. now they will!
2006-06-23allow ifconfig to print the signal quality of the current ap. if theReyk Floeter
driver reports a RSSI Max value, print the signal quality as a percentage instead of the arbitrary "dB" value, this also applies to the output of ifconfig -M (scan/node list). ok damien@ jsg@
2006-06-23-M clarity, ok jmc@Todd T. Fries
2006-06-22oops! i put -M in the wrong place;Jason McIntyre
2006-06-22let's just use "getty" as the plural of `getty', because "getty's" isJason McIntyre
very painful, and "gettys" is misleading;
2006-06-22accept SIGUSR2. Like SIGUSR1, except it makes RB_POWERDOWN mandatory.Theo de Raadt
This will be used by kernel components which are trying to really really power the system down. suggested and tested by jason
2006-06-18add group "none"; when choosen, pfs will be disabled.Hans-Joerg Hoexer
ok david msf
2006-06-18append to CFLAGS instead of overwritingDavid Krause
ok kettenis@ miod@
2006-06-18clean up some gotos. Originally from Andrey Matveev <evol at onlineHans-Joerg Hoexer
dot ptt dot ru>. Ok and help moritz@
2006-06-17Display multipath and jumbo flags in route get/monitor.Christopher Pascoe
ok claudio@
2006-06-17KNFHenning Brauer
2006-06-17Do not leak file descriptor in error path. From Andrey MatveevHans-Joerg Hoexer
<evol at online dot ptt dot ru>, thanks!
2006-06-16Add -DSAVECORE to CFLAGS instead of overriding it.Mark Kettenis
ok miod@, deraadt@
2006-06-16add a missing "force"Hans-Joerg Hoexer
2006-06-16make route show work on secondary tables, using the just committedHenning Brauer
extension to the syctl NET_RT_DUMP interface, claudio ok
2006-06-16introduce -T <tableid> to work on alternate tables.Henning Brauer
purposefully undocumented for the moment, claudio hshoexer norby ok