aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Decrease default stripe size to 4k, as we have "FAST" mode turned on byPawel Jakub Dawidek2004-07-092-2/+2
* Remove support for gemdos, John removed it from the driver awhile ago.Tom Rhodes2004-07-081-8/+0
* Slight markup and grammar fixes.Ruslan Ermilov2004-07-075-20/+23
* mdoc(7) fixes.Ruslan Ermilov2004-07-072-2/+4
* Removed redundant and unsafe BINDIR redefinition.Ruslan Ermilov2004-07-071-1/+0
* Fix copy&paste bug.Pawel Jakub Dawidek2004-07-061-1/+1
* Parenthesised string literals are invalid in initialisers for character arrays.Stefan Farfeleder2004-07-061-1/+1
* - Add 'stop' command, which works just like 'destroy' command, but soundsPawel Jakub Dawidek2004-07-056-11/+74
* MFp4: gmirror(8) is coming soon, and we need g_metadata_read() there.Pawel Jakub Dawidek2004-07-052-0/+55
* Give natd multi-instance capabilities.Poul-Henning Kamp2004-07-043-176/+410
* One more hard sentence break.Ruslan Ermilov2004-07-031-1/+2
* Grammar nits.Pawel Jakub Dawidek2004-07-031-4/+4
* Deal with double whitespace.Ruslan Ermilov2004-07-034-10/+16
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-0237-585/+1148
* Introduce GEOM_LABEL class.Pawel Jakub Dawidek2004-07-024-0/+377
* Bump up the date and add spaces around commas. Thanks to ru@ for noticing.Arun Sharma2004-07-021-2/+2
* Deal with harmful leading whitespace.Ruslan Ermilov2004-07-021-1/+1
* Added the ability to create and display Linux/Windows GPT partitions to gpt(8).Arun Sharma2004-07-013-3/+10
* Create a unix domain socket and write to it all the events that comeWarner Losh2004-07-012-14/+91
* o Fix semantics of comparison function for qsort(3). According to qsort(3)Maxim Sobolev2004-06-251-2/+6
* fix handling of an unknown progeam nameOliver Eikemeier2004-06-221-1/+1
* Print mediasize in human readable form as well.Pawel Jakub Dawidek2004-06-213-5/+10
* Print the `99.99% done, finished soon' message only as often as theIan Dowse2004-06-191-2/+5
* Note that conscontrol set and unset are an interface for TIOCCONS.Brian Feldman2004-06-181-0/+4
* Fix indentation of continuation lines to (hopefully) comply withJoerg Wunsch2004-06-181-28/+30
* Add to conscontrol(8) "set" and "unset" commands which modify theBrian Feldman2004-06-182-4/+43
* Add missing newlines.Pawel Jakub Dawidek2004-06-172-8/+8
* Commit userland part of pf version 3.5 from OpenBSD (OPENBSD_3_5_BASE).Max Laier2004-06-162-3/+4
* Implement 3 new functions:Pawel Jakub Dawidek2004-06-162-4/+77
* When parsing an argument as an address in getaddr(), heed the -host optionBruce M Simpson2004-06-161-1/+1
* Turn on RFC 1724 compliant behaviour with regards to IP_ADD_MEMBERSHIP;Bruce M Simpson2004-06-161-1/+1
* Connect geom(8) to the build.Pawel Jakub Dawidek2004-06-151-1/+1
* Ignore kernel routes with the RTF_WASCLONED flag set. This is a slightBruce M Simpson2004-06-151-4/+4
* mdoc(7) policeBruce M Simpson2004-06-141-2/+3
* Wordsmith the BUGS section re: IPv6 link-local addresses.Bruce M Simpson2004-06-141-7/+13
* Make fdisk initialize the first instead of the last slice by default.Poul-Henning Kamp2004-06-141-3/+3
* Add gvinum, the geom_vinum userland tool.Lukas Ertl2004-06-123-0/+811
* Add sha1 and rmd160 checksum tools.Oliver Eikemeier2004-06-113-67/+206
* Cast the arguments to make_h_number() to uintmax_t before multiplyingJoerg Wunsch2004-06-111-2/+2
* Fixed a bug spotted by compiling with -Wall.Ruslan Ermilov2004-06-101-1/+1
* Introduce a new feature to IPFW2: lookup tables. These are usefulRuslan Ermilov2004-06-092-4/+169
* Reapply traditionally lost fixes, fixed some more.Ruslan Ermilov2004-06-051-38/+43
* Typedefing an array of incomplete structs is non-standard C code.Stefan Farfeleder2004-06-021-1/+1
* Remove extra semicolon.Pawel Jakub Dawidek2004-06-021-1/+1
* o Move NEED1 macro to the top of the source file.Christian S.J. Peron2004-06-021-6/+6
* ru's mdoc(7) style police was here.Joerg Wunsch2004-06-021-23/+23
* Major overhaul of sunlabel(8).Joerg Wunsch2004-06-012-72/+757
* Fix typo.Lukas Ertl2004-05-301-1/+1
* Use a better way to calculate POINTER_WIDTH suggested by pjd@.David Malone2004-05-301-1/+1
* Decide how much space we need to print a pointer usingDavid Malone2004-05-281-5/+1