index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util-linux
/
fdisk.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
top: batch mode should output all processes
Denis Vlasenko
2006-10-27
1
-1
/
+1
*
last nail into error_msg() (de)capitalization
Denis Vlasenko
2006-10-27
1
-1
/
+1
*
rename functions to more understandable names
Denis Vlasenko
2006-10-26
1
-1
/
+1
*
silly size savings and capitalization fixes
Denis Vlasenko
2006-10-26
1
-5
/
+5
*
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-10-20
1
-1
/
+1
*
fdisk: compilation fix
Denis Vlasenko
2006-10-14
1
-35
/
+47
*
fdisk: separate sun/aix/etc code into #included files
Denis Vlasenko
2006-10-12
1
-3144
/
+264
*
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-08
1
-7
/
+6
*
lots of silly indent fixes
Denis Vlasenko
2006-10-03
1
-3
/
+1
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-15
/
+15
*
Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage
Rob Landley
2006-08-29
1
-3
/
+3
*
Remove xcalloc() and convert its callers to xzalloc(). About half of them
Rob Landley
2006-08-03
1
-2
/
+2
*
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-07-02
1
-0
/
+1
*
Remove "#if 0" content.
"Robert P. J. Day"
2006-07-01
1
-28
/
+0
*
fix from Kolbjørn Barmen for building for m68k targets
Mike Frysinger
2006-06-30
1
-1
/
+1
*
Various cleanups I made while going through Erik Hovland's patch submissions,
Rob Landley
2006-06-25
1
-1
/
+1
*
Patch from Yann Morin to put BLKGETSIZE64 in platform.h had rather a lot of
Rob Landley
2006-06-15
1
-5
/
+0
*
Random cleanup of platform.h.
Rob Landley
2006-06-13
1
-6
/
+0
*
Remove _() and N_() from platform.h. #define them as NOP macros in the two
Rob Landley
2006-05-29
1
-0
/
+2
*
fix spelling mistakes
Mike Frysinger
2006-05-26
1
-6
/
+6
*
Migrate endianness macros.
Rob Landley
2006-05-05
1
-6
/
+2
*
use memmove() instead of bcopy()
Mike Frysinger
2006-04-16
1
-6
/
+6
*
strip out unneeded comments
Mike Frysinger
2006-02-25
1
-4
/
+1
*
fdisk unmaintained now :(
"Vladimir N. Oleynik"
2006-02-25
1
-1
/
+6
*
Another clean-up patch from Garrett.
Rob Landley
2006-02-25
1
-137
/
+120
*
Minor cleanup from Garrett Kajmowicz.
Rob Landley
2006-02-25
1
-4
/
+1
*
Cleanup from Denis Vlasenko.
Rob Landley
2006-02-24
1
-1904
/
+2013
*
- put NLS stuff in one central place to avoid redefines.
Bernhard Reutner-Fischer
2006-02-23
1
-2
/
+0
*
- bzero -> memset
Bernhard Reutner-Fischer
2006-01-31
1
-2
/
+2
*
- add and use ATTRIBUTE_ALIGNED(num_bytes)
Bernhard Reutner-Fischer
2006-01-31
1
-6
/
+5
*
hopefully the last of the annoying signed/unsigned and mixed type errors
Eric Andersen
2006-01-30
1
-11
/
+11
*
- add platform.h.
Bernhard Reutner-Fischer
2006-01-22
1
-6
/
+3
*
reduce signedness warning
"Vladimir N. Oleynik"
2005-12-02
1
-7
/
+9
*
reduce bss
"Vladimir N. Oleynik"
2005-11-24
1
-1
/
+5
*
Avoid a number of places where large drives could wrap a uint, and
Eric Andersen
2004-06-28
1
-33
/
+33
*
Per suggestion from Bastian Blank, be less evil when we force fdisk to
Eric Andersen
2004-05-26
1
-9
/
+0
*
Erik,
Eric Andersen
2004-05-19
1
-8
/
+10
*
Make vodz happy and make fdisk always use large file support if
Eric Andersen
2004-05-19
1
-0
/
+8
*
Larry Doolittle writes:
Eric Andersen
2004-04-14
1
-1
/
+1
*
Sigh. what a mess.
Eric Andersen
2004-03-30
1
-2
/
+1
*
As waldi noticed, checks for the size of an off_t and casting
Eric Andersen
2004-03-30
1
-13
/
+6
*
The fdisk llseek junk was redundant, since both uClibc and glibc
Eric Andersen
2004-03-30
1
-72
/
+7
*
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-15
1
-2
/
+2
*
Eliminate use of a kernel scsi header file.
Eric Andersen
2004-02-06
1
-6
/
+5
*
s/u_int/uint/g
Eric Andersen
2004-01-30
1
-4
/
+4
*
vodz noticed we need to cast things back to an unsigned long
Eric Andersen
2003-12-19
1
-2
/
+2
*
Be certain we use a correct entity when performing the
Eric Andersen
2003-12-12
1
-1
/
+1
*
Do not use the _syscall5 macro -- use syscall(2) instead
Eric Andersen
2003-12-04
1
-11
/
+3
*
Marc Kleine-Budde noticed a missing semicolon
Eric Andersen
2003-11-14
1
-1
/
+1
*
Avoid conflicts with the 2.6 kernel headers, which define
Eric Andersen
2003-11-03
1
-0
/
+5
[prev]
[next]