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
/
fdisk
/
cmd.h
Age
Commit message (
Expand
)
Author
2021-08-12
Further reduce cross-file confusion by adding USER_help() and
Kenneth R Westerback
2021-07-12
Toss 'const' in anywhere the compiler doesn't complain about, thus identifying
Kenneth R Westerback
2021-07-12
Final batch of struct field name tweaks. 'cmd_' for cmd, ut_' for
Kenneth R Westerback
2021-07-11
Add tabs to make struct definitions and function prototypes easier
Kenneth R Westerback
2021-06-14
Only use of 'reinited' died in cmd.c r1.100. It is now set in a
Kenneth R Westerback
2015-12-01
Make '-i' set 'reinited' flag so that the initial Xwrite() will zap
Kenneth R Westerback
2015-10-26
Add GPT editing. Based on GSOC 2014 work by Markus Muller.
Kenneth R Westerback
2015-03-18
Stop passing around little used 'struct mbr tt' parameter. Just
Kenneth R Westerback
2015-03-17
Stop passing around little used and superfluous 'offset' parameter.
Kenneth R Westerback
2015-03-16
Stop passing around a pointer to the stack variable 'disk' in main().
Kenneth R Westerback
2015-03-14
Switch all the license blocks to the standard OpenBSD/ISC license.
Kenneth R Westerback
2014-03-31
Whitespace rectification.
Kenneth R Westerback
2014-03-17
Nuke pointless blank lines, defines, comments and casts. Eliminate
Kenneth R Westerback
2014-03-10
No need to pass the name of the command to the function that is
Kenneth R Westerback
2014-03-07
Relieve the code of an overburden of unnecessary typedef
Kenneth R Westerback
2005-01-19
add a swap primitive; ok various, will be polished after by tom
Theo de Raadt
2003-06-03
Nuke terms 3 & 4.
Tobias Weingartner
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-08-12
#(endif|else) foo is incorrect, make it #endif /* foo */
Heikki Korpela
2001-01-01
New command "setpid", just changes the ID of a partition (no other
Angelos D. Keromytis
1997-10-16
new command: manual
Theo de Raadt
1997-10-16
a bunch of improvements by weingart & I
Theo de Raadt
1997-09-29
ID in the first line w/ tabs
Michael Shalayeff
1997-09-29
New fdisk code with interactive (command line type)
Tobias Weingartner