<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/util-linux/fdisk_aix.c, branch mount_point</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=mount_point</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=mount_point'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2019-10-04T15:16:15+00:00</updated>
<entry>
<title>fdisk_aix: fix aliasing warning, comment out unused global variables</title>
<updated>2019-10-04T15:16:15+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2019-10-04T15:16:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=27f0e8a27584df50736398c26491c450b12fd00d'/>
<id>urn:sha1:27f0e8a27584df50736398c26491c450b12fd00d</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: make GNU licensing statement forms more regular</title>
<updated>2010-08-16T18:14:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-16T18:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a'/>
<id>urn:sha1:0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a</id>
<content type='text'>
This change retains "or later" state! No licensing _changes_ here,
only form is adjusted (article, space between "GPL" and "v2" and so on).

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>fdisk: add a warning and truncate disks with &gt;= 2^32 sectors</title>
<updated>2009-09-16T01:03:13+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2009-09-16T01:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ddf7850f2b775c2148f76cd7e839b8a6e667de8e'/>
<id>urn:sha1:ddf7850f2b775c2148f76cd7e839b8a6e667de8e</id>
<content type='text'>
As a result, for sectors we can use uint32_t instead of long long,
and on 32 bits it has drastic effects:

function                                             old     new   delta
get_geometry                                         619     646     +27
set_sun_partition                                    148     150      +2
get_partition                                        134     135      +1
xbsd_write_bootstrap                                 382     381      -1
xbsd_readlabel                                       247     246      -1
bsd_select                                          1674    1672      -2
sun_other_endian                                       4       1      -3
scsi_disk                                              4       1      -3
floppy                                                 4       1      -3
fdisk_main                                          3735    3732      -3
read_maybe_empty                                      43      37      -6
create_doslabel                                      111     104      -7
read_line                                             97      88      -9
add_logical                                          117     107     -10
write_table                                          599     588     -11
new_partition                                       1684    1670     -14
list_disk_geometry                                   229     215     -14
wrong_p_order                                        130     110     -20
xselect                                             3142    3114     -28
seek_sector                                           71      40     -31
get_boot                                            1576    1533     -43
fill_bounds                                          174     128     -46
delete_partition                                     603     551     -52
list_table                                          1401    1232    -169
set_partition                                        459     286    -173
verify                                              1840    1495    -345
add_partition                                       2486    1270   -1216
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/24 up/down: 30/-2210)       Total: -2180 bytes
   text    data     bss     dec     hex filename
 848812     460    7116  856388   d1144 busybox_old
 846620     460    7108  854188   d08ac busybox_unstripped

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Fix forgotten license comments</title>
<updated>2008-12-07T00:52:58+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-12-07T00:52:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=db12d1d733ab7de0c5f4cda261eb79fd334a4ed9'/>
<id>urn:sha1:db12d1d733ab7de0c5f4cda261eb79fd334a4ed9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fdisk: do not open device twice. Complain on fdisk -l /dev/bogus.</title>
<updated>2008-04-17T00:12:10+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-04-17T00:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4437d19fb4d7bd7cd9d8acd5e67d85c8751a6e93'/>
<id>urn:sha1:4437d19fb4d7bd7cd9d8acd5e67d85c8751a6e93</id>
<content type='text'>
  Made enums UPPERCASE. Removed one global variable.
  Added some FIXMEs.

   text    data     bss     dec     hex filename
 804708     645    7112  812465   c65b1 busybox_old
 804685     641    7112  812438   c6596 busybox_unstripped

</content>
</entry>
<entry>
<title>random s/short/int/</title>
<updated>2008-02-16T13:18:17+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-02-16T13:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=284d0faed6a1ec2adcc4b7aea31ae3d05b3b70d9'/>
<id>urn:sha1:284d0faed6a1ec2adcc4b7aea31ae3d05b3b70d9</id>
<content type='text'>
add_cmd                                             1189    1190      +1
xconnect_ftpdata                                     118     117      -1
data_align                                            86      84      -2
process_files                                       2101    2096      -5
forkexec                                            1345    1334     -11

</content>
</entry>
<entry>
<title>fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;)</title>
<updated>2007-12-16T17:22:33+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-12-16T17:22:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f77f369ce89549ae3b0b70bfbac4e9c242ec5298'/>
<id>urn:sha1:f77f369ce89549ae3b0b70bfbac4e9c242ec5298</id>
<content type='text'>
(add/remove: 0/13 grow/shrink: 6/19 up/down: 74/-492)        Total: -418 bytes
   text    data     bss     dec     hex filename
 778330     860    7408  786598   c00a6 busybox_old
 777970     840    7376  786186   bff0a busybox_unstripped

</content>
</entry>
<entry>
<title>fdisk: get rid of _() macro.</title>
<updated>2007-03-19T14:43:38+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-03-19T14:43:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bd852076b9f6600d039e75d646a6965b5b092606'/>
<id>urn:sha1:bd852076b9f6600d039e75d646a6965b5b092606</id>
<content type='text'>
Shorten some messages. Stop using stderr - anyone who tries
to use fdisk no-interactively is "strange" anyway.
Improve storage handling in bsd module.
   text    data     bss     dec     hex filename
 728112    1488   33788  763388   ba5fc busybox.t0/busybox
 727248    1488   33372  762108   ba0fc busybox.t1/busybox
</content>
</entry>
<entry>
<title>next bunch of fixes for bugs found by randconfig</title>
<updated>2006-12-30T18:42:29+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-12-30T18:42:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd'/>
<id>urn:sha1:6a5dc5d75a1368464fc7e085aa1f1d4c453d27cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fdisk: separate sun/aix/etc code into #included files</title>
<updated>2006-10-12T19:30:44+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2006-10-12T19:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=98ae2160b62b99424e5793e97d5abd4e3c2e576b'/>
<id>urn:sha1:98ae2160b62b99424e5793e97d5abd4e3c2e576b</id>
<content type='text'>
</content>
</entry>
</feed>
