Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-26 | Enable creation of larger than 1TB FFS2 filesystems. Note that this | Otto Moerbeek | |
won't work yet. There remains sys/ufs work. ok deraadt@ | |||
2007-06-25 | some trivial delinting | Theo de Raadt | |
2007-06-25 | Teach fsdb about 64-bit block addresses. ok moritz@ pedro@ | Otto Moerbeek | |
2007-06-25 | Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@ | Otto Moerbeek | |
2007-06-23 | expand size/offset to 16 characters, and drop the Cyl comments which | Theo de Raadt | |
noone cares to see anymore (for those architectures where this is important, disklabel(8) continues to enfoce the cyl-locked policy) ok otto | |||
2007-06-23 | sync description of "-m" option to reality. mcbride@ ok | Jun-ichiro itojun Hagino | |
2007-06-22 | daddr_t -> daddr64_t; ok pedro@ thib@ | Otto Moerbeek | |
2007-06-21 | always initialize logif, from max laier, ok ryan | Henning Brauer | |
2007-06-20 | if a 4.2BSD partition falls partly within the area defined by the | Otto Moerbeek | |
'b' command, subtract the overlapping space from the free space. fixes weird free space calculation on hppa, where converted lif labels start at sector 1, but the 'b' area skips the first cylinder. ok millert@ | |||
2007-06-20 | Allow "log" for nat rules without "pass". | Marco Pfatschbacher | |
OK henning@, ``passt scho'' markus@ | |||
2007-06-19 | Allow IPv6 addresses to use the CIDR notation too, no need for separate | Pierre-Yves Ritschard | |
prefixlen specification when using this form. man page bits by jmc. ok henning@, ``looks sane'' djm@. | |||
2007-06-18 | If disklabel(8) is run against unreadable media (e.g. a blank cd) | Kenneth R Westerback | |
don't say "can't read master boot record". Just display an empty disklabel. Really yucky code that needs a lot of tough love, but marginally less confusing until then. ok deraadt@ | |||
2007-06-18 | -r will die. Until then, make sure any labels it dredges up are | Kenneth R Westerback | |
converted to v1 format before being used. ok deraadt@ otto@ | |||
2007-06-18 | typo | Theo de Raadt | |
2007-06-17 | On Sun machines, disklabels coming from the kernel will now have a d_flags | Theo de Raadt | |
bit D_VENDOR if they face the Sun cylinder / start-at-zero semantics. Other disklabels found on these architectures do not have these issues, and do not need to be constrained. checked by otto | |||
2007-06-16 | OK, landisk needs NUMBOOT=1 | Theo de Raadt | |
2007-06-16 | i386/amd64/zaurus/landisk are not NUMBOOT=1 or NUMBOOT=2 architectures. | Theo de Raadt | |
the result was occasional disklabel trashing as a result of disklabel -r, and perhaps other requests to the command; ok krw | |||
2007-06-15 | don't use static data in recursive functions; from FreeBSD; fixes PR 5509 | Otto Moerbeek | |
and other reports about dump accessing wrong blocks; ok beck@ deraadt@ | |||
2007-06-14 | Add a new "rtlabel" option to ifconfig. It allows to specify a route label | Reyk Floeter | |
which will be used for new interface routes. For example, ifconfig em0 10.1.1.0 255.255.255.0 rtlabel RING_1 will set the new interface address and attach the route label RING_1 to the corresponding route. manpage bits from jmc@ ok claudio@ henning@ | |||
2007-06-13 | allow IPv4 addresses to be specified in CIDR notation, no need for seperate | Henning Brauer | |
mask in that case. initially from rivo nurges <rix@estpak.ee>, but changed quite a bit. this has annoyed me so long that I wonder why I hadn't fixed that earlier... input & ok markus deraadt, manpage also jmc | |||
2007-06-12 | just because sth is an abbreviation or acronym, does not mean it's | Jason McIntyre | |
a tradename: zap erroneous .Tn | |||
2007-06-12 | zap some dead AF_NS bits; ok henning | Jason McIntyre | |
2007-06-11 | When dumping ffs1, store old_atime and old_mtime too. | Todd C. Miller | |
2007-06-10 | daddr_t -> daddr64_t | Otto Moerbeek | |
2007-06-10 | remove last instances of daddr_t; ok thib@ | Otto Moerbeek | |
2007-06-10 | adjust the width of columns to match the geometry of current drives | Igor Sobrado | |
ok deraadt@ | |||
2007-06-08 | Simplify rounding to cylinders. | Todd C. Miller | |
Also, on systems with sun labels, don't allow the user to create a partition with fewer than a cylinder's worth of sectors. OK otto@ | |||
2007-06-08 | second pass, some fields slipped through the first time around | Otto Moerbeek | |
2007-06-08 | Make disklabel(8) aware of the new fields, allowing for larger than | Otto Moerbeek | |
2T disks, partitions and offsets. ok deraadt@ | |||
2007-06-08 | Fix setting total # sectors in the 'e' command. | Todd C. Miller | |
2007-06-07 | Add missing parens, fixes a bug aded in rev 1.112 where maxval would | Todd C. Miller | |
be set to 0 most of the time. | |||
2007-06-07 | do not complain about c not being a multiple of lp->d_secpercyl; ok millert | Theo de Raadt | |
2007-06-06 | fix the cylinder rounding calculation for "totally using the space" type | Theo de Raadt | |
calculations; ok otto millert | |||
2007-06-06 | fix oups, mlist@scapa.dnsalias.net | Henning Brauer | |
2007-06-06 | reverse logic of if_exists so that if_exists(interface) is true if | Henning Brauer | |
interface exists and !if_exists(interface) is when it doesn't | |||
2007-06-05 | remove support for ipx. okay claudio@ | Kurt Miller | |
2007-06-04 | avoid rounding down to zero cylinders. ok marco@ | Otto Moerbeek | |
2007-06-04 | more ipx, jmc | Henning Brauer | |
2007-06-04 | more ipx, spotted by jmc | Henning Brauer | |
2007-06-04 | use warn() where warn() is intended, not err() | Henning Brauer | |
exit nonzero if the inetrface does not exist From: tbert <bret.lambert@gmail.com> | |||
2007-06-04 | no more ipx | Henning Brauer | |
2007-06-04 | remove IPX, agreed by many | Henning Brauer | |
libc and kernel side awaiting a libc major bump to piggyback to | |||
2007-06-04 | - remove an extraneous .Bl | Jason McIntyre | |
- -C before -c | |||
2007-06-04 | document -C option of bioctl | Todd T. Fries | |
use a simpler form of options with variable number of args suggestions jmc@ ok marco@ | |||
2007-06-03 | Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. | Todd C. Miller | |
With help from otto@ | |||
2007-06-02 | do not shadow globals (in if_exists) | Henning Brauer | |
2007-06-02 | on pcap error, check wether the interface went away and exit if it did. | Henning Brauer | |
spinning and flooding syslog in that case was not so nice. | |||
2007-06-02 | installboot not just for i386; ok krw | Jason McIntyre | |
2007-06-02 | safer snprintf construct with more paranoid length calculation | Peter Valchev | |
ok millert | |||
2007-06-01 | ufs1_daddr_t cleanup, okay otto@ | Pedro Martelletto | |