Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2007-06-01 | daddr64_t changes; not fssize is still an int; ok pedro@ | Otto Moerbeek | |
2007-06-01 | add RAID to the list of partition types for which we do not prompt for a | Todd T. Fries | |
filesystem ok krw@ | |||
2007-06-01 | ufs_daddr_t is a dead type. growfs is the only program that uses it, yet | Theo de Raadt | |
it is ffs1-aware only. therefore all the types are on disk, and thus, they are actually int32_t. ok pedro | |||
2007-06-01 | Don't use cg.cg_niblk but fs.fs_ipg; the former has no meaning any more. | Otto Moerbeek | |
Fixes PR 5494; with pedro@; ok pedro@ millert@ | |||
2007-06-01 | Let conf_trans_node() set all parts of the node, so that we don't | Moritz Jodeit | |
have to expose the node to the outside. Without this, conf_trans_node() created a node, linked it into the conf_trans queue and returned it to the caller. If something failed in one of the callers, the half-initialized node would still be linked in the queue and could get accessed later on. ok hshoexer@ | |||
2007-06-01 | really gone | Theo de Raadt | |
2007-06-01 | convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib | Theo de Raadt | |
2007-06-01 | remove crufty adosfs. everytime we try to change a vfs layer interface, | Theo de Raadt | |
adosfs has the issue and in an entirely different way. noone uses this code so this is hte best way to handle the problem diff from pedro who went to sleep but we need to move ahead; ok thib | |||
2007-06-01 | since real boottime vnd support would have caused many problems, | Alexander von Gernler | |
do a poor man's (but yet working) solution and provide the user with instructions to enhance fstab(5) and rc.local(8) with own boot time support. tweaks and ok jmc@ | |||
2007-06-01 | support for softraid level 'c'. | Ted Unangst | |
2007-05-31 | fix a funny memory miscalculation bug in options parsing | Peter Valchev | |
ok henning otto theo | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-31 | typo, ok tedu@ | Alexander von Gernler | |
2007-05-31 | Cope with new ioctl interface (use pfsync_state instead of pf_state) | Ryan Thomas McBride | |
ok henning@ toby@ pyr@ | |||
2007-05-30 | some i missed... | Jason McIntyre | |
- consistent text for STANDARDS - note which options are extensions to POSIX | |||
2007-05-30 | Unbreak route.c after TOKEN removal by henning (bad henning, no cookie) | Ryan Thomas McBride | |
looks ok otto@ | |||
2007-05-29 | remove the ztsscale sysctl; ok deraadt@ | Robert Nagy | |
2007-05-29 | Updated disklabel format to support larger disks and partitions. We | Otto Moerbeek | |
free room in struct partition by packing fragment size and fragments/block more tighlty and use the resulting space to make offset and size 48 bits. For the disk part we use spare fields in struct disklabel. Kernel converts in-mem copy of the on-disk label if needed, disklabel(8) writes new version. We are careful to only change fields not used by bootloaders. Conception of basic scheme by deraadt. ok deraadt@ krw@ | |||
2007-05-28 | Make disk assembly smarter and add two qualifiers to it: | Marco Peereboom | |
1) noautoassemble; when set the softraid volume will not be assembled during autoconf. 2) force; when set it will overwrite metadata on disk While writing this I ran into 3 bugs that were fixed along the way 1) bcopy in sr_read_meta was copying data to the wrong pointer 2) in sr_read_meta the wrong metadata was coppied into the chunk 3) sr_free_discipline was freing a pointer that wasn't malloc'd ok dlg |