summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2007-06-18typoTheo de Raadt
2007-06-17On Sun machines, disklabels coming from the kernel will now have a d_flagsTheo de Raadt
2007-06-16OK, landisk needs NUMBOOT=1Theo de Raadt
2007-06-16i386/amd64/zaurus/landisk are not NUMBOOT=1 or NUMBOOT=2 architectures.Theo de Raadt
2007-06-15don't use static data in recursive functions; from FreeBSD; fixes PR 5509Otto Moerbeek
2007-06-14Add a new "rtlabel" option to ifconfig. It allows to specify a route labelReyk Floeter
2007-06-13allow IPv4 addresses to be specified in CIDR notation, no need for seperateHenning Brauer
2007-06-12just because sth is an abbreviation or acronym, does not mean it'sJason McIntyre
2007-06-12zap some dead AF_NS bits; ok henningJason McIntyre
2007-06-11When dumping ffs1, store old_atime and old_mtime too.Todd C. Miller
2007-06-10daddr_t -> daddr64_tOtto Moerbeek
2007-06-10remove last instances of daddr_t; ok thib@Otto Moerbeek
2007-06-10adjust the width of columns to match the geometry of current drivesIgor Sobrado
2007-06-08Simplify rounding to cylinders.Todd C. Miller
2007-06-08second pass, some fields slipped through the first time aroundOtto Moerbeek
2007-06-08Make disklabel(8) aware of the new fields, allowing for larger thanOtto Moerbeek
2007-06-08Fix setting total # sectors in the 'e' command.Todd C. Miller
2007-06-07Add missing parens, fixes a bug aded in rev 1.112 where maxval wouldTodd C. Miller
2007-06-07do not complain about c not being a multiple of lp->d_secpercyl; ok millertTheo de Raadt
2007-06-06fix the cylinder rounding calculation for "totally using the space" typeTheo de Raadt
2007-06-06fix oups, mlist@scapa.dnsalias.netHenning Brauer
2007-06-06reverse logic of if_exists so that if_exists(interface) is true ifHenning Brauer
2007-06-05remove support for ipx. okay claudio@Kurt Miller
2007-06-04avoid rounding down to zero cylinders. ok marco@Otto Moerbeek
2007-06-04more ipx, jmcHenning Brauer
2007-06-04more ipx, spotted by jmcHenning Brauer
2007-06-04use warn() where warn() is intended, not err()Henning Brauer
2007-06-04no more ipxHenning Brauer
2007-06-04remove IPX, agreed by manyHenning Brauer
2007-06-04- remove an extraneous .BlJason McIntyre
2007-06-04document -C option of bioctlTodd T. Fries
2007-06-03Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes.Todd C. Miller
2007-06-02do not shadow globals (in if_exists)Henning Brauer
2007-06-02on pcap error, check wether the interface went away and exit if it did.Henning Brauer
2007-06-02installboot not just for i386; ok krwJason McIntyre
2007-06-02safer snprintf construct with more paranoid length calculationPeter Valchev
2007-06-01ufs1_daddr_t cleanup, okay otto@Pedro Martelletto
2007-06-01daddr64_t changes; not fssize is still an int; ok pedro@Otto Moerbeek
2007-06-01add RAID to the list of partition types for which we do not prompt for aTodd T. Fries
2007-06-01ufs_daddr_t is a dead type. growfs is the only program that uses it, yetTheo de Raadt
2007-06-01Don't use cg.cg_niblk but fs.fs_ipg; the former has no meaning any more.Otto Moerbeek
2007-06-01Let conf_trans_node() set all parts of the node, so that we don'tMoritz Jodeit
2007-06-01really goneTheo de Raadt
2007-06-01convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thibTheo de Raadt
2007-06-01remove crufty adosfs. everytime we try to change a vfs layer interface,Theo de Raadt
2007-06-01since real boottime vnd support would have caused many problems,Alexander von Gernler
2007-06-01support for softraid level 'c'.Ted Unangst
2007-05-31fix a funny memory miscalculation bug in options parsingPeter Valchev
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-31typo, ok tedu@Alexander von Gernler