Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-24 | make "brconfig" with no arguments equivalent to "brconfig -a", | Damien Miller | |
following the similar change to ifconfig; 'nice' deraadt@ | |||
2006-07-23 | userland shouldnt care about kernel issues | David Gwynne | |
2006-07-23 | update to reflect reality | David Gwynne | |
2006-07-23 | remove some scsi ioctls, most importantly the ones that can reprobe the | David Gwynne | |
bus. supporting these complicates the midlayer unnecessarily. ok krw@ | |||
2006-07-22 | corrections from alexey e. suslikov; | Jason McIntyre | |
ok hshoexer | |||
2006-07-21 | When 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-19 | Only 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-18 | Fix a typo, paritition -> partition. | Marc Balmer | |
From Alexey Dobriyan <adobriyan@gmail.com>, thanks. | |||
2006-07-18 | clean up -a and -f descriptions; | Jason McIntyre | |
2006-07-18 | better 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-11 | stop a madman armed with .Tn from rampaging; | Jason McIntyre | |
various other fixes up whilst here; | |||
2006-07-11 | Let armish and cats recognize MBR partitioning, to come up with proper | Miod Vallat | |
disklabel bounds in disklabel -E; while there, sort of sort the architectures. | |||
2006-07-11 | Make the mounting process pass a hint to the kernel of where to find the VAT | Pedro Martelletto | |
2006-07-09 | Do not try and read /usr/mdec/mbr in ``fdisk -e'' unless the architecture | Miod Vallat | |
really provides it. | |||
2006-07-09 | Add armish to MANSUBDIR | Miod Vallat | |
2006-07-09 | various fixes up; | Jason McIntyre | |
2006-07-07 | fuller description for -s; from janne johansson | Jason McIntyre | |
ok krw | |||
2006-07-06 | add "rtable" to select alternate routing tables. | Henning Brauer | |
with & ok claudio hshoexer | |||
2006-07-04 | nmeaattach - attach serial lines as timedelta sensors. nmeaattach is used | Marc 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-02 | Let 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-01 | Eliminate 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-30 | spaces | Theo de Raadt | |
2006-06-30 | -.Xr mpt 4 , | Jason McIntyre | |
2006-06-29 | - special/node may be specified multiple times; from andracs | Jason 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-29 | Document that pcap files can only be writen to the /var/run directory. | Hans-Joerg Hoexer | |
2006-06-29 | use strlcpy; nicm__@ntlworld.com | Theo de Raadt | |
2006-06-28 | Use argv[0] where argv[0] is meant, Nicholas Marriott | Pedro Martelletto | |
2006-06-28 | document lists, prodded by david@ | Hans-Joerg Hoexer | |
2006-06-27 | consistency fix and clip some trailing whitespace; | Jason McIntyre | |
2006-06-27 | knf | Reyk Floeter | |
2006-06-27 | add the net80211 hostap options "nwflag hidenwid" for hidden SSID mode | Reyk 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-27 | bye bye | Theo de Raadt | |
2006-06-26 | wicontrol goes away, use ifconfig. yes, a few things cannot be done | Theo 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-23 | allow ifconfig to print the signal quality of the current ap. if the | Reyk 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-22 | oops! i put -M in the wrong place; | Jason McIntyre | |
2006-06-22 | let's just use "getty" as the plural of `getty', because "getty's" is | Jason McIntyre | |
very painful, and "gettys" is misleading; | |||
2006-06-22 | accept 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-18 | add group "none"; when choosen, pfs will be disabled. | Hans-Joerg Hoexer | |
ok david msf | |||
2006-06-18 | append to CFLAGS instead of overwriting | David Krause | |
ok kettenis@ miod@ | |||
2006-06-18 | clean up some gotos. Originally from Andrey Matveev <evol at online | Hans-Joerg Hoexer | |
dot ptt dot ru>. Ok and help moritz@ | |||
2006-06-17 | Display multipath and jumbo flags in route get/monitor. | Christopher Pascoe | |
ok claudio@ | |||
2006-06-17 | KNF | Henning Brauer | |
2006-06-17 | Do not leak file descriptor in error path. From Andrey Matveev | Hans-Joerg Hoexer | |
<evol at online dot ptt dot ru>, thanks! | |||
2006-06-16 | Add -DSAVECORE to CFLAGS instead of overriding it. | Mark Kettenis | |
ok miod@, deraadt@ | |||
2006-06-16 | add a missing "force" | Hans-Joerg Hoexer | |
2006-06-16 | make route show work on secondary tables, using the just committed | Henning Brauer | |
extension to the syctl NET_RT_DUMP interface, claudio ok | |||
2006-06-16 | introduce -T <tableid> to work on alternate tables. | Henning Brauer | |
purposefully undocumented for the moment, claudio hshoexer norby ok |