aboutsummaryrefslogtreecommitdiff
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* GC kget(1), userconfig is long dead.Poul-Henning Kamp2002-04-094-199/+0
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingPoul-Henning Kamp2002-04-091-4/+4
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-082-2/+2
* Don't set WARNS to 2, we're default compatible now.Poul-Henning Kamp2002-04-082-2/+0
* Add the possibility to use a no_rip_out configuration option in orderJeroen Ruigrok van der Werven2002-04-072-0/+5
* bbsize and sbsize cannot ever be trusted from the disklabel, inPoul-Henning Kamp2002-04-073-53/+4
* Add code to try the nmount(2) syscall when mount(2) failed withMaxime Henrion2002-04-071-1/+22
* Get us to WARNS=2 with a bit of constification and some printf fiddling.Poul-Henning Kamp2002-04-074-52/+38
* Nuke a totally pointless optional debug optionPoul-Henning Kamp2002-04-072-30/+0
* When checking the alternate superblock, we used to copy any fieldsKirk McKusick2002-04-071-61/+25
* Sync with the new endianness in ata.hSøren Schmidt2002-04-051-7/+19
* Be able to print ATA133 mode.Søren Schmidt2002-04-051-1/+1
* Remove remaining traces of d_boot[01]Poul-Henning Kamp2002-04-044-42/+2
* Fixed some style bugs in axings. Whitespace before __P was not axed whenBruce Evans2002-04-041-6/+6
* Fixed some English errors in previous commit.Bruce Evans2002-04-041-14/+15
* Add more DWIM/autoadjustment and less evil style(9) banned exit(2) codes.Poul-Henning Kamp2002-04-031-15/+17
* Unifdef -DCOMPATPoul-Henning Kamp2002-04-031-22/+0
* Kill only usage of the undocumnted and unuse d_boot[01] fields ofPoul-Henning Kamp2002-04-032-56/+0
* Make the kernel dump header endianness invariant by always dumpingMarcel Moolenaar2002-04-031-11/+15
* Add get-status to the ATA RAID subsystem.Søren Schmidt2002-04-022-11/+61
* Move savecore back to the MI list so that it compiles for otherMarcel Moolenaar2002-04-021-6/+2
* WARNS fixes.Maxim Konovalov2002-04-021-3/+3
* style(9) cleanup.Maxim Konovalov2002-04-021-57/+53
* Add long long casts so that this compiles on archs with 64-bit longs.John Baldwin2002-04-011-4/+4
* Duh, savecore is called savecore.Poul-Henning Kamp2002-04-011-1/+1
* Fix a bzero length calculation. sizeof(struct ccb_getdev) should have beenKenneth D. Merry2002-04-011-1/+1
* Savecore:Poul-Henning Kamp2002-03-312-754/+177
* Here follows the new kernel dumping infrastructure.Poul-Henning Kamp2002-03-312-37/+25
* Add support for getting status (fan, temp, 5V and 12V levels) fromSøren Schmidt2002-03-302-0/+19
* Get this to WARNS=4 and closer to style(9) at a sacrifice inPoul-Henning Kamp2002-03-292-300/+102
* Turn "ether" address family into a generic "link" familyRuslan Ermilov2002-03-272-72/+56
* Add support for creating/deleting ATA RAID'sSøren Schmidt2002-03-272-82/+161
* Add missing \ before an 'n' to get the proper newline when runningWarner Losh2002-03-271-1/+1
* Fix problem in macro definition breaking compiles with -DDEBUG.Pierre Beyssac2002-03-261-1/+1
* add extra include path to get .h files from source being used to compileDarren Reed2002-03-261-0/+1
* Add forgotten flag in flag lists.Pierre Beyssac2002-03-251-2/+2
* Replace __progname with the documented, more acceptable and functionally iden...Mark Murray2002-03-242-10/+9
* Replace __progname with the functionally identical but moreMark Murray2002-03-242-19/+14
* Add option -n to i386 boot2 to disallow boot interruption by keypress.Pierre Beyssac2002-03-231-1/+5
* Style(9) local vars after 'register' removal.David E. O'Brien2002-03-231-33/+41
* o remove __PWarner Losh2002-03-2113-123/+122
* o __P removedWarner Losh2002-03-2121-130/+129
* o __P removal.Warner Losh2002-03-214-79/+46
* Revert 1.20:Mike Barcroft2002-03-211-2/+0
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217Ruslan Ermilov2002-03-211-4/+8
* Provide a proper error message in mdconfig(8) when a filesystem is tooMike Barcroft2002-03-211-0/+2
* o __P removedWarner Losh2002-03-2038-1073/+501
* o remove __PWarner Losh2002-03-201-160/+64
* o remove __PWarner Losh2002-03-2016-694/+376
* Remove 'register' keyword.David E. O'Brien2002-03-2043-328/+328