This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
023801f122
NetBSD
/
sbin
/
fdisk
History
dyoung
023801f122
For portability, use standard types: s/uint/unsigned int/,
...
s/ulong/unsigned long/, s/u_int8_t/uint8_t/.
2005-06-12 19:06:43 +00:00
..
mbr
Remove old i386 mbr stuff (move to arch/i386/stand/mbr a while ago)
2003-07-16 11:11:49 +00:00
Makefile
Make fdisk(8) available on all platforms, since MS-DOS partitioning
2005-05-22 03:45:30 +00:00
fdisk.8
Allow partition sizes to be input in GB
2005-04-07 20:23:13 +00:00
fdisk.c
For portability, use standard types: s/uint/unsigned int/,
2005-06-12 19:06:43 +00:00