summaryrefslogtreecommitdiffstats
path: root/sbin
Commit message (Expand)AuthorAgeFilesLines
* Expand the reserved space section. Explain how the amount of reservedkeramida2002-04-161-4/+12
* Change reference URLs.kuriyama2002-04-161-2/+2
* disklabel(8) manual page:trhodes2002-04-152-54/+50
* Sync with UDF p4 tree: Properly initialize part of the mntopts.asmodai2002-04-152-2/+2
* Take the "tickadj" element out of struct clockinfo. Our adjtime(2)phk2002-04-151-2/+2
* Actually add the UDF files!scottl2002-04-143-0/+225
* Add a filesystem driver for the Universal Disk Format. For more info,scottl2002-04-141-0/+1
* Do not use perl where sed is more than adequate.obrien2002-04-131-1/+4
* High-level changes (user visible):marcel2002-04-131-56/+137
* I don't know what the MAINTAINER means in src/ part of FreeBSD.ru2002-04-121-2/+0
* restore(8) manual page does not explain rrestore.trhodes2002-04-121-0/+4
* Removed the cruft that became cruft after rev. 1.4.ru2002-04-121-5/+1
* Update dumpon manual page to explain single/multi-user usabilitytrhodes2002-04-091-6/+4
* GC kget(1), userconfig is long dead.phk2002-04-094-199/+0
* Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speakingphk2002-04-091-4/+4
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-082-2/+2
* Don't set WARNS to 2, we're default compatible now.phk2002-04-082-2/+0
* 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
OpenPOWER on IntegriCloud