| Commit message (Expand) | Author | Age | Files | Lines |
* | dump(8)'s manual page is confusing in its use of records, blocks, | trhodes | 2002-04-17 | 1 | -13/+26 |
* | Expand the reserved space section. Explain how the amount of reserved | keramida | 2002-04-16 | 1 | -4/+12 |
* | Change reference URLs. | kuriyama | 2002-04-16 | 1 | -2/+2 |
* | disklabel(8) manual page: | trhodes | 2002-04-15 | 2 | -54/+50 |
* | Sync with UDF p4 tree: Properly initialize part of the mntopts. | asmodai | 2002-04-15 | 2 | -2/+2 |
* | Take the "tickadj" element out of struct clockinfo. Our adjtime(2) | phk | 2002-04-15 | 1 | -2/+2 |
* | Actually add the UDF files! | scottl | 2002-04-14 | 3 | -0/+225 |
* | Add a filesystem driver for the Universal Disk Format. For more info, | scottl | 2002-04-14 | 1 | -0/+1 |
* | Do not use perl where sed is more than adequate. | obrien | 2002-04-13 | 1 | -1/+4 |
* | High-level changes (user visible): | marcel | 2002-04-13 | 1 | -56/+137 |
* | I don't know what the MAINTAINER means in src/ part of FreeBSD. | ru | 2002-04-12 | 1 | -2/+0 |
* | restore(8) manual page does not explain rrestore. | trhodes | 2002-04-12 | 1 | -0/+4 |
* | Removed the cruft that became cruft after rev. 1.4. | ru | 2002-04-12 | 1 | -5/+1 |
* | Update dumpon manual page to explain single/multi-user usability | trhodes | 2002-04-09 | 1 | -6/+4 |
* | GC kget(1), userconfig is long dead. | phk | 2002-04-09 | 4 | -199/+0 |
* | Rename DIOCGKERNELDUMP to DIOCSKERNELDUMP as it strictly speaking | phk | 2002-04-09 | 1 | -4/+4 |
* | Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>. | phk | 2002-04-08 | 2 | -2/+2 |
* | Don't set WARNS to 2, we're default compatible now. | phk | 2002-04-08 | 2 | -2/+0 |
* | Add the possibility to use a no_rip_out configuration option in order | asmodai | 2002-04-07 | 2 | -0/+5 |
* | bbsize and sbsize cannot ever be trusted from the disklabel, in | phk | 2002-04-07 | 3 | -53/+4 |
* | Add code to try the nmount(2) syscall when mount(2) failed with | mux | 2002-04-07 | 1 | -1/+22 |
* | Get us to WARNS=2 with a bit of constification and some printf fiddling. | phk | 2002-04-07 | 4 | -52/+38 |
* | Nuke a totally pointless optional debug option | phk | 2002-04-07 | 2 | -30/+0 |
* | When checking the alternate superblock, we used to copy any fields | mckusick | 2002-04-07 | 1 | -61/+25 |
* | Sync with the new endianness in ata.h | sos | 2002-04-05 | 1 | -7/+19 |
* | Be able to print ATA133 mode. | sos | 2002-04-05 | 1 | -1/+1 |
* | Remove remaining traces of d_boot[01] | phk | 2002-04-04 | 4 | -42/+2 |
* | Fixed some style bugs in axings. Whitespace before __P was not axed when | bde | 2002-04-04 | 1 | -6/+6 |
* | Fixed some English errors in previous commit. | bde | 2002-04-04 | 1 | -14/+15 |
* | Add more DWIM/autoadjustment and less evil style(9) banned exit(2) codes. | phk | 2002-04-03 | 1 | -15/+17 |
* | Unifdef -DCOMPAT | phk | 2002-04-03 | 1 | -22/+0 |
* | Kill only usage of the undocumnted and unuse d_boot[01] fields of | phk | 2002-04-03 | 2 | -56/+0 |
* | Make the kernel dump header endianness invariant by always dumping | marcel | 2002-04-03 | 1 | -11/+15 |
* | Add get-status to the ATA RAID subsystem. | sos | 2002-04-02 | 2 | -11/+61 |
* | Move savecore back to the MI list so that it compiles for other | marcel | 2002-04-02 | 1 | -6/+2 |
* | WARNS fixes. | maxim | 2002-04-02 | 1 | -3/+3 |
* | style(9) cleanup. | maxim | 2002-04-02 | 1 | -57/+53 |
* | Add long long casts so that this compiles on archs with 64-bit longs. | jhb | 2002-04-01 | 1 | -4/+4 |
* | Duh, savecore is called savecore. | phk | 2002-04-01 | 1 | -1/+1 |
* | Fix a bzero length calculation. sizeof(struct ccb_getdev) should have been | ken | 2002-04-01 | 1 | -1/+1 |
* | Savecore: | phk | 2002-03-31 | 2 | -754/+177 |
* | Here follows the new kernel dumping infrastructure. | phk | 2002-03-31 | 2 | -37/+25 |
* | Add support for getting status (fan, temp, 5V and 12V levels) from | sos | 2002-03-30 | 2 | -0/+19 |
* | Get this to WARNS=4 and closer to style(9) at a sacrifice in | phk | 2002-03-29 | 2 | -300/+102 |
* | Turn "ether" address family into a generic "link" family | ru | 2002-03-27 | 2 | -72/+56 |
* | Add support for creating/deleting ATA RAID's | sos | 2002-03-27 | 2 | -82/+161 |
* | Add missing \ before an 'n' to get the proper newline when running | imp | 2002-03-27 | 1 | -1/+1 |
* | Fix problem in macro definition breaking compiles with -DDEBUG. | pb | 2002-03-26 | 1 | -1/+1 |
* | add extra include path to get .h files from source being used to compile | darrenr | 2002-03-26 | 1 | -0/+1 |
* | Add forgotten flag in flag lists. | pb | 2002-03-25 | 1 | -2/+2 |