summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2007-08-07m_priv_req_readdir(): check file type after fstat, since d_typeMarkus Friedl
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-08-05Allow key exchange with RSA signature authentication to work withTom Cosgrove
2007-08-01cats went awayTheo de Raadt
2007-08-01cats went awayTheo de Raadt
2007-07-31Use correct function name in log message. Noticed by Igor ZinovkHans-Joerg Hoexer
2007-07-31oops, forgot to include the man page tweaks from jmc@Pierre-Yves Ritschard
2007-07-31When setting the vlandevice without specifying a tag, infer the tagPierre-Yves Ritschard
2007-07-30strlen returns size_t.Pierre-Yves Ritschard
2007-07-30avoid segfault when empty string is passed as interface name.Pierre-Yves Ritschard
2007-07-26use calloc() instead of malloc(); zinovik@cs.karelia.ruTheo de Raadt
2007-07-24Sync closer to netstat/show.c this removes also the unneeded variableClaudio Jeker
2007-07-24rearrange newline printing code during editor startup; ok millert krwTheo de Raadt
2007-07-21Check the rtm_version before trying to print an entry. If the rtmsg has aClaudio Jeker
2007-07-19kern.timecounter.timestepwarnings may be altered; from Kristaps DzonsonsJason McIntyre
2007-07-18hw.sensors is a tree, so describe/expand it as such; 'put it in' jmc@Constantine A. Murenin
2007-07-18eliminate duplicate code to open lease file and just open atKevin Steves
2007-07-17remove m68k gcc workaround now that the gcc fix is in; ok miod@Todd C. Miller
2007-07-17rmoev the macppc workaround, now that isset() and friends use expressionsOtto Moerbeek
2007-07-17sync swapon usage(); from Igor ZinovikJason McIntyre
2007-07-17do not try to list which options go with -p: the list is currently out ofJason McIntyre
2007-07-16Remove dead code and fix incorrect comment. From Igor Zinovik.Todd C. Miller
2007-07-16No need to include <sys/param.h> or <errno.h>. Also reorder includesTodd C. Miller
2007-07-11ffs2 support from FreeBSD. Tested by jmc@ and kili@Todd C. Miller
2007-07-11put -q in the right place;Jason McIntyre
2007-07-10implement -q to query a scsi disk for its inquiry data (vendor, model,Henning Brauer
2007-07-09correct a typo in an error message.Thordur I. Bjornsson
2007-07-09disable specific gcc optimization that triggers the gcc bugTodd C. Miller
2007-07-09Use -O1 for m68k to work around a gcc optimizer bugTodd C. Miller
2007-07-09remove -WallTodd C. Miller
2007-07-07Pull in ffs2 support and other updates from FreeBSD. OK deraadt@Todd C. Miller
2007-07-07Initialize the first 2 block's worth of inodes for ffs1 as well as ffs2.Todd C. Miller
2007-07-04workaround for [daddr64_t] issue; worked on mostly by otto, wee bit by meTheo de Raadt
2007-07-04another mbr partition type; fgschTheo de Raadt
2007-07-03Correct the '-i' parameters in the examples. The '64' in the -c stringsKenneth R Westerback
2007-07-03allow proto esp/ah in flow specification (especially useful for bypass flows)Markus Friedl
2007-07-01states here too not stateHenning Brauer
2007-06-30allow states instead of just state for -s and -F for consistency's sake.Henning Brauer
2007-06-29more daddr64_t changes; checked by ottoTheo de Raadt
2007-06-26Enable creation of larger than 1TB FFS2 filesystems. Note that thisOtto Moerbeek
2007-06-25some trivial delintingTheo de Raadt
2007-06-25Teach fsdb about 64-bit block addresses. ok moritz@ pedro@Otto Moerbeek
2007-06-25Teach fsck_ffs about 64-bit block addresses. ok (and help) moritz@ pedro@Otto Moerbeek
2007-06-23expand size/offset to 16 characters, and drop the Cyl comments whichTheo de Raadt
2007-06-23sync description of "-m" option to reality. mcbride@ okJun-ichiro itojun Hagino
2007-06-22daddr_t -> daddr64_t; ok pedro@ thib@Otto Moerbeek
2007-06-21always initialize logif, from max laier, ok ryanHenning Brauer
2007-06-20if a 4.2BSD partition falls partly within the area defined by theOtto Moerbeek
2007-06-20Allow "log" for nat rules without "pass".Marco Pfatschbacher
2007-06-19Allow IPv6 addresses to use the CIDR notation too, no need for separatePierre-Yves Ritschard