| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove pc98 support completely. | Yoshihiro Takahashi | 2017-01-28 | 1 | -47/+0 |
* | Re-apply change 306811 or alternatively, revert change 307385. | Marcel Moolenaar | 2016-10-16 | 1 | -38/+3 |
* | Revert change 306811 so that the change can be re-done using | Marcel Moolenaar | 2016-10-16 | 1 | -3/+38 |
* | In order to allow mkimg(1) (and other tools) to become a build tool | Marcel Moolenaar | 2016-10-07 | 1 | -38/+3 |
* | Change <sys/diskpc98.h> to not redefine the same symbols that are | Marcel Moolenaar | 2013-08-07 | 1 | -12/+8 |
* | Fix clang warnings. | Ben Laurie | 2011-06-18 | 1 | -0/+4 |
* | Move the PC98_[MS]ID_* defines from g_part_pc98.c to diskpc98.h. | Yoshihiro Takahashi | 2009-03-11 | 1 | -3/+11 |
* | Change DOSPTYP_386BSD to 0xc494. | Yoshihiro Takahashi | 2005-05-08 | 1 | -3/+3 |
* | Add some convenience defines. | Yoshihiro Takahashi | 2005-05-01 | 1 | -1/+5 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Remove advertising clause from University of California Regent's license, | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Remove DIOCGPC98 ioctl. | Yoshihiro Takahashi | 2003-05-01 | 1 | -1/+0 |
* | - Move decoding pc98_partition function into geom_pc98_enc.c. | Yoshihiro Takahashi | 2003-05-01 | 1 | -0/+3 |
* | Remove NEXTDOSPART. | Yoshihiro Takahashi | 2003-01-21 | 1 | -1/+0 |
* | Add a NEXTDOSPART definition here as well, for the benefit of biosdisk.c in | Poul-Henning Kamp | 2003-01-20 | 1 | -0/+1 |
* | Rename the dos_partition structure for pc98 to pc98_partition. | Yoshihiro Takahashi | 2003-01-04 | 1 | -2/+2 |
* | MFMBR: Add ioctls for writing an IPL and a boot menu. | Yoshihiro Takahashi | 2003-01-03 | 1 | -0/+5 |
* | Check the size of the dos_partition structure. | Yoshihiro Takahashi | 2002-10-07 | 1 | -0/+3 |
* | Divorce bsd disklabels, IBM PC MBR's and whatever the things are | Poul-Henning Kamp | 2002-10-01 | 1 | -358/+3 |
* | Make FreeBSD "struct disklabel" agnostic, step 312 of 723: | Poul-Henning Kamp | 2002-09-20 | 1 | -1/+0 |
* | Make FreeBSD "struct disklabel" agnostic, step 311 of 723: | Poul-Henning Kamp | 2002-09-20 | 1 | -1/+0 |
* | Retire now unused DIOCGDVIRGIN kludge. | Poul-Henning Kamp | 2002-09-20 | 1 | -1/+0 |
* | Deal with a new exteded MBR paritition type | Poul-Henning Kamp | 2002-09-08 | 1 | -0/+1 |
* | forgot to actually commit the DK/FS TYPES split, do it now. | Alfred Perlstein | 2002-08-16 | 1 | -1/+1 |
* | Remove the compat bits for the mis-aligned struct disklabel on alpha, | Poul-Henning Kamp | 2002-06-19 | 1 | -14/+0 |
* | More s/file system/filesystem/g | Tom Rhodes | 2002-05-16 | 1 | -4/+4 |
* | ARGH! SBLOCK is not unused. Try to get this right. | Poul-Henning Kamp | 2002-05-12 | 1 | -0/+3 |
* | De-K&R dkcksum() to fix some issues with c++. | Alfred Perlstein | 2002-04-17 | 1 | -2/+1 |
* | Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>. | Poul-Henning Kamp | 2002-04-08 | 1 | -7/+3 |
* | In reverence of the 3rd X11 development rule: | Poul-Henning Kamp | 2002-04-08 | 1 | -1/+0 |
* | Constify. | Poul-Henning Kamp | 2002-04-07 | 1 | -2/+2 |
* | Delete the bogus d_boot[01] fields from struct disklabel. | Poul-Henning Kamp | 2002-04-04 | 1 | -18/+19 |
* | CTASSERT the size of struct dos_partition. | Poul-Henning Kamp | 2002-04-04 | 1 | -0/+3 |
* | Retire the bogus ioctl DIOCGPART in toto. | Poul-Henning Kamp | 2002-04-02 | 1 | -15/+1 |
* | Really sweep the broom on this one. | Poul-Henning Kamp | 2002-04-01 | 1 | -47/+13 |
* | Remove various controller/disk type hacks for SMD, ST506 and ancient | Poul-Henning Kamp | 2002-04-01 | 1 | -20/+0 |
* | Here follows the new kernel dumping infrastructure. | Poul-Henning Kamp | 2002-03-31 | 1 | -0/+1 |
* | Add d_type and fstype names for JFS. | Greg Lehey | 2002-03-28 | 1 | -0/+13 |
* | Revert last commit, it came too late to save alpha :-( | Poul-Henning Kamp | 2002-03-23 | 1 | -4/+0 |
* | Hide the ugly d_boot[01] from the kernel. | Poul-Henning Kamp | 2002-03-23 | 1 | -0/+4 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | Bruce Evans | 2002-03-23 | 1 | -4/+3 |
* | Remove __P | Alfred Perlstein | 2002-03-19 | 1 | -15/+15 |
* | Add five GEOM oriented ioctls to get basic information about a geom device. | Poul-Henning Kamp | 2002-03-19 | 1 | -0/+6 |
* | LABELOFFSET is 128 for sparc64. | Jake Burkholder | 2002-03-13 | 1 | -0/+5 |
* | Hide the DIOCGPART ioctl from userland where it has no decent use. | Poul-Henning Kamp | 2002-03-09 | 1 | -0/+4 |
* | Uninlined most of the bloated inline functions in <sys/disklabel.h>. Some | Bruce Evans | 2002-01-17 | 1 | -18/+3 |
* | Garbage-collect vestiges of disksort(). We now have only one disksort() | Bruce Evans | 2002-01-17 | 1 | -12/+10 |
* | Rename the top 7 bits if disk minors to spare bits, rather than type bits. | Poul-Henning Kamp | 2001-11-04 | 1 | -2/+2 |
* | Put the label at the same place as i386 for compatibility. | Doug Rabson | 2001-10-06 | 1 | -0/+5 |
* | Re-apply rev 1.178 -- style(9) the structure definitions. | David E. O'Brien | 2001-09-13 | 1 | -1/+1 |