index
:
util-linux
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fdisk
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-26
build-sys: rename fdisk -> fdisks/, convert to module
Karel Zak
27
-14392
/
+0
2012-06-21
fdisk: add some debug messages
Karel Zak
1
-1
/
+9
2012-06-21
fdisk: use memset() rather than bzero()
Karel Zak
1
-1
/
+1
2012-06-21
fdisk: API: add geometry
Davidlohr Bueso
9
-200
/
+220
2012-06-21
fdisk: mark dos compatibility/CHS options deprecated in manpage
Davidlohr Bueso
1
-5
/
+6
2012-06-21
fdisk: sun: remove unused function
Davidlohr Bueso
2
-7
/
+0
2012-06-21
fdisk: sgi: remove unused function
Davidlohr Bueso
2
-7
/
+0
2012-06-21
fdisk: sgi: remove unused code
Davidlohr Bueso
1
-17
/
+0
2012-06-21
fdisk: API: add mbr
Davidlohr Bueso
13
-210
/
+262
2012-06-21
fdisk: API: add topology debug
Davidlohr Bueso
2
-0
/
+6
2012-06-21
fdisk: extend comments for fdisk_new_context()
Davidlohr Bueso
1
-4
/
+6
2012-06-06
fdisk: fix io_size usage in new API
Karel Zak
2
-7
/
+10
2012-06-06
fdisk: fix compiler warning [-Wunused-variable]
Karel Zak
1
-2
/
+3
2012-06-06
fdisk: fix compiler warning [-Wpointer-sign]
Karel Zak
1
-3
/
+5
2012-06-06
fdisk: fix compiler warnings [-Wsign-compare]
Karel Zak
1
-2
/
+2
2012-06-06
fdisk: remove user specified sector size global variable
Davidlohr Bueso
1
-4
/
+2
2012-06-06
fdisk: add fdisk_dev_sectsz_is_default helper
Davidlohr Bueso
3
-3
/
+16
2012-06-06
fdisk: use EXIT_SUCCESS for -l option
Davidlohr Bueso
1
-1
/
+1
2012-06-06
fdisk: add total sectors
Davidlohr Bueso
4
-16
/
+26
2012-06-06
fdisk: add device topology to the API
Davidlohr Bueso
10
-306
/
+329
2012-06-06
fdisk: sun: use sector_t
Davidlohr Bueso
1
-1
/
+1
2012-06-06
fdisk: sgi: use sector_t
Davidlohr Bueso
1
-2
/
+2
2012-06-06
fdisk: dos: use sector_t
Davidlohr Bueso
2
-19
/
+15
2012-06-06
fdisk: introduce sector_t type
Davidlohr Bueso
2
-31
/
+31
2012-06-06
fdisk: remove useless comments
Davidlohr Bueso
1
-2
/
+2
2012-06-06
fdisk: use context as a parameter
Davidlohr Bueso
10
-142
/
+144
2012-06-06
fdisk: stop buffering welcome message
Davidlohr Bueso
1
-3
/
+10
2012-05-23
fdisk: don't print welcome message to stderr
Karel Zak
1
-1
/
+1
2012-05-23
fdisk: add readonly option to fdisk_new_context_from_filename()
Karel Zak
3
-6
/
+13
2012-05-23
fdisk: always use stderr for debug messages
Karel Zak
2
-1
/
+11
2012-05-23
fdisk: add debug support
Davidlohr Bueso
3
-1
/
+61
2012-05-23
fdisk: introduce fdisk context
Davidlohr Bueso
8
-90
/
+170
2012-05-23
fdisk: refactor -s option
Davidlohr Bueso
1
-19
/
+22
2012-05-23
fdisk: use BSD label header
Davidlohr Bueso
3
-6
/
+6
2012-05-23
fdisk: remove bogus statement
Davidlohr Bueso
1
-5
/
+4
2012-05-23
fdisk: add an quit/exit handling function
Davidlohr Bueso
1
-6
/
+9
2012-05-15
fdisk: cleanup strtoxx_or_err()
Karel Zak
3
-11
/
+11
2012-05-10
libuuid: avoid double open and leaking fd (reworked)
Petr Uzel
1
-1
/
+1
2012-05-10
fdisk: sgi: abort on HDIO_GETGEO failure
Davidlohr Bueso
1
-19
/
+20
2012-05-10
fdisk: remove unused function declaration
Davidlohr Bueso
1
-2
/
+0
2012-05-10
fdisk: create DOS specific write table function
Davidlohr Bueso
3
-23
/
+30
2012-05-10
fdisk: move DOS new/add partition code
Davidlohr Bueso
4
-348
/
+365
2012-05-10
fdisk: remove unused hsc2sector macro
Davidlohr Bueso
1
-2
/
+0
2012-05-10
fdisk: fix segfault on bsd label
Davidlohr Bueso
3
-1
/
+4
2012-05-04
libuuid: avoid double open and leaking descriptor
Petr Uzel
1
-1
/
+1
2012-05-02
fdisk: fix fdiskdoslabel.c global variables
Karel Zak
4
-18
/
+25
2012-05-02
fdisk: isolate dos label logic
Davidlohr Bueso
5
-413
/
+446
2012-05-02
fdisk: remove dummy function
Davidlohr Bueso
1
-2
/
+0
2012-05-02
fdisk: rework fatal errors
Davidlohr Bueso
2
-15
/
+12
2012-05-02
fdisk: remove listing variable
Davidlohr Bueso
1
-2
/
+0
[next]