index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sbin
/
disklabel
/
disklabel.c
Age
Commit message (
Expand
)
Author
2006-10-14
Friends don't let friends look for disklabels in Free/NetBSD MBR
Kenneth R Westerback
2006-10-14
Friends don't let friends look for disklabels in Free/NetBSD MBR
Kenneth R Westerback
2006-09-27
Oops. Missed a line. Fix so disklabel(8) compiles again.
Kenneth R Westerback
2006-09-26
Zap D_REMOVABLE flag from disklabel. If you didn't already know that
Kenneth R Westerback
2006-09-24
Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were
Kenneth R Westerback
2006-07-01
Eliminate redundant get_le() in favour of letoh32(). Add letoh32()
Kenneth R Westerback
2005-11-13
missing fclose(); from dhill@mindcry.org
Theo de Raadt
2005-11-12
use snprintf; ok cloder dhill@mindcry.org
Theo de Raadt
2005-04-30
Better header at the top:
Theo de Raadt
2005-01-07
Print disk size and free space in requested unit. Some refactoring to
Otto Moerbeek
2004-10-04
Allow one more char for fstype, to avoid truncation of ISO9660 fstype.
Otto Moerbeek
2004-09-28
Tidy disklabel output for todays big disks. Based on a diff from f
Otto Moerbeek
2004-09-18
remove unused var, and then fix the code to watch for waitpid() errors
Theo de Raadt
2004-08-08
spacing
Theo de Raadt
2004-08-03
Handle geometry parameters as unsigned quantities, getting rid of
Otto Moerbeek
2004-05-20
Typo from Jared Yanovich phirerunner@comcast.net
Marco Peereboom
2004-04-07
Remove those option letters from the getopt string which do not have a case
Aaron Campbell
2003-12-20
make disklabel docs more readable: more logical SYNOPSIS; sort options;
Jason McIntyre
2003-07-29
spaces
Theo de Raadt
2003-07-16
new default frag/block sizes.
Ted Unangst
2003-07-02
missing protos
Theo de Raadt
2003-06-25
remove junk protos
Theo de Raadt
2003-06-11
ansification
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-04-06
string handling; ok millert
Theo de Raadt
2003-02-13
add support for printing disklabels in units other than sectors from
Ted Unangst
2003-02-05
WORKAROUND: use a volatile to get around a compiler or fp emulation bug
Theo de Raadt
2002-12-31
Prepare for the removal of amiga and sun3 platforms from the tree.
Miod Vallat
2002-06-09
rm trailing whitespace
Todd T. Fries
2002-05-22
strcpy, sprintf death; mpech ok
Theo de Raadt
2002-03-24
Work around a compiler bug on sparc64; deraadt@ OK
Todd C. Miller
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-09-03
Include su# in generated disktab. Because modern disks have a variable
Todd C. Miller
2001-07-07
major -Wall cleanup, almost complete
Theo de Raadt
2000-06-30
warnx?/errx? paranoia (use "%s" not a bare string unless it is a
Todd C. Miller
1999-08-17
More <sys/file.h> vs. <fcntl.h> and open() flags fixes.
Todd C. Miller
1999-08-14
Add -c flag that uses DIOCRLDINFO to clear (and update) the in-core label.
Todd C. Miller
1999-08-13
microseconds; vax@linkdead.paranoia.com
Theo de Raadt
1999-07-14
put in a check for architectures that demand that partition A start at sector 0
Theo de Raadt
1999-06-16
missed i386 -> __i386__
Marc Espie
1999-04-07
Kill -F option, it is not needed and just plain wrong anyway
Todd C. Miller
1999-03-23
Rename -F option to -f and add a new -F (full disk) option to use in -E mode.
Todd C. Miller
1999-03-16
Add -F flag to cause editor to prompt for mount points and save the resulting...
Todd C. Miller
1999-03-14
Fix check for partition ending on a cylinder boundary. Previously it
Todd C. Miller
1999-03-07
dkcksum() requires d_checksum cleared
Theo de Raadt
1999-03-01
Change undocumented '-p' flag to '-d' and document. Also document '-v'.
Todd C. Miller
1999-01-12
use pid_t
Aaron Campbell
1998-10-03
Add DIOCGPDINFO ioctl and use it in disklabel's new -p mode
Todd C. Miller
1998-09-11
Pass specname in to editor(), missing part of a commit a while ago.
Todd C. Miller
1998-09-10
pass correct args to editor()
Theo de Raadt
[next]