Age | Commit message (Expand) | Author |
2007-06-06 | reverse logic of if_exists so that if_exists(interface) is true if | Henning Brauer |
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 |
2007-06-04 | no more ipx | Henning Brauer |
2007-06-04 | remove IPX, agreed by many | Henning Brauer |
2007-06-04 | - remove an extraneous .Bl | Jason McIntyre |
2007-06-04 | document -C option of bioctl | Todd T. Fries |
2007-06-03 | Add ffs2 support to dump/restore. From FreeBSD with some NetBSD changes. | Todd C. Miller |
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 |
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 |
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 |
2007-06-01 | ufs_daddr_t is a dead type. growfs is the only program that uses it, yet | Theo de Raadt |
2007-06-01 | Don't use cg.cg_niblk but fs.fs_ipg; the former has no meaning any more. | Otto Moerbeek |
2007-06-01 | Let conf_trans_node() set all parts of the node, so that we don't | Moritz Jodeit |
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 |
2007-06-01 | since real boottime vnd support would have caused many problems, | Alexander von Gernler |
2007-06-01 | support for softraid level 'c'. | Ted Unangst |
2007-05-31 | fix a funny memory miscalculation bug in options parsing | Peter Valchev |
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 |
2007-05-30 | some i missed... | Jason McIntyre |
2007-05-30 | Unbreak route.c after TOKEN removal by henning (bad henning, no cookie) | Ryan Thomas McBride |
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 |
2007-05-28 | Make disk assembly smarter and add two qualifiers to it: | Marco Peereboom |
2007-05-27 | Simplify symlink creation. ok grunk | Alexander Bluhm |
2007-05-27 | cleanup the nfssvc() system call. | Thordur I. Bjornsson |
2007-05-27 | Complain to stderr if cloned pflog interface doesn't exist. Previously only ... | Jason Dixon |
2007-05-27 | Don't include sys/mbuf.h it is not needed. OK mcbride@ msf@ | Claudio Jeker |
2007-05-27 | fsck_vnd just serves no real purpose, so remove it. | Alexander von Gernler |
2007-05-27 | No need to shutdown(2) DGRAM socket before closing it. Found while looking | Claudio Jeker |
2007-05-27 | fix .Xr's to mount_vnd(8) | Alexander von Gernler |
2007-05-27 | sync usage(); ok grunk | Jason McIntyre |
2007-05-27 | sync argument names; ok grunk | Jason McIntyre |
2007-05-27 | Prevent buf[-1] access if strlen(buf) == 0. | Ray Lai |
2007-05-26 | +.Xr mount_vnd 8 , | Jason McIntyre |
2007-05-26 | tweaks; | Jason McIntyre |
2007-05-26 | link mount_vnd to the build, and remove usr.sbin/vnconfig, which is now | Alexander von Gernler |
2007-05-26 | improve the EXAMPLES for fstab entries of mount_vnd(8): | Alexander von Gernler |
2007-05-26 | make mount_vnd a C program by pulling in the vnconfig(8) source and adding | Alexander von Gernler |