summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
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.
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