summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
...
* Add the possibility to use a no_rip_out configuration option in orderasmodai2002-04-072-0/+5
* bbsize and sbsize cannot ever be trusted from the disklabel, inphk2002-04-073-53/+4
* Add code to try the nmount(2) syscall when mount(2) failed withmux2002-04-071-1/+22
* Get us to WARNS=2 with a bit of constification and some printf fiddling.phk2002-04-074-52/+38
* Nuke a totally pointless optional debug optionphk2002-04-072-30/+0
* When checking the alternate superblock, we used to copy any fieldsmckusick2002-04-071-61/+25
* Sync with the new endianness in ata.hsos2002-04-051-7/+19
* Be able to print ATA133 mode.sos2002-04-051-1/+1
* Remove remaining traces of d_boot[01]phk2002-04-044-42/+2
* Fixed some style bugs in axings. Whitespace before __P was not axed whenbde2002-04-041-6/+6
* Fixed some English errors in previous commit.bde2002-04-041-14/+15
* Add more DWIM/autoadjustment and less evil style(9) banned exit(2) codes.phk2002-04-031-15/+17
* Unifdef -DCOMPATphk2002-04-031-22/+0
* Kill only usage of the undocumnted and unuse d_boot[01] fields ofphk2002-04-032-56/+0
* Make the kernel dump header endianness invariant by always dumpingmarcel2002-04-031-11/+15
* Add get-status to the ATA RAID subsystem.sos2002-04-022-11/+61
* Move savecore back to the MI list so that it compiles for othermarcel2002-04-021-6/+2
* WARNS fixes.maxim2002-04-021-3/+3
* style(9) cleanup.maxim2002-04-021-57/+53
* Add long long casts so that this compiles on archs with 64-bit longs.jhb2002-04-011-4/+4
* Duh, savecore is called savecore.phk2002-04-011-1/+1
* Fix a bzero length calculation. sizeof(struct ccb_getdev) should have beenken2002-04-011-1/+1
* Savecore:phk2002-03-312-754/+177
* Here follows the new kernel dumping infrastructure.phk2002-03-312-37/+25
* Add support for getting status (fan, temp, 5V and 12V levels) fromsos2002-03-302-0/+19
* Get this to WARNS=4 and closer to style(9) at a sacrifice inphk2002-03-292-300/+102
* Turn "ether" address family into a generic "link" familyru2002-03-272-72/+56
* Add support for creating/deleting ATA RAID'ssos2002-03-272-82/+161
* Add missing \ before an 'n' to get the proper newline when runningimp2002-03-271-1/+1
* Fix problem in macro definition breaking compiles with -DDEBUG.pb2002-03-261-1/+1
* add extra include path to get .h files from source being used to compiledarrenr2002-03-261-0/+1
* Add forgotten flag in flag lists.pb2002-03-251-2/+2
* Replace __progname with the documented, more acceptable and functionally iden...markm2002-03-242-10/+9
* Replace __progname with the functionally identical but moremarkm2002-03-242-19/+14
* Add option -n to i386 boot2 to disallow boot interruption by keypress.pb2002-03-231-1/+5
* Style(9) local vars after 'register' removal.obrien2002-03-231-33/+41
* o remove __Pimp2002-03-2113-123/+122
* o __P removedimp2002-03-2121-130/+129
* o __P removal.imp2002-03-214-79/+46
* Revert 1.20:mike2002-03-211-2/+0
* Replaced hacks in sbin/Makefile,v 1.99 and usr.sbin/Makefile,v 1.217ru2002-03-211-4/+8
* Provide a proper error message in mdconfig(8) when a filesystem is toomike2002-03-211-0/+2
* o __P removedimp2002-03-2038-1073/+501
* o remove __Pimp2002-03-201-160/+64
* o remove __Pimp2002-03-2016-694/+376
* Remove 'register' keyword.obrien2002-03-2043-328/+328
* * add extra -I path to get the "matching" header files. (and split the onedarrenr2002-03-201-1/+3
* * add extra -I path to get the "matching" header files.darrenr2002-03-201-0/+1
* * need to compile printnat.c now that this function is in a separate .c filedarrenr2002-03-201-1/+2
* Swing the axe and remove some archaic features from newfs which modernphk2002-03-204-339/+52
OpenPOWER on IntegriCloud