summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2009-01-17Use different variables for the dump offset in blocks and the dump offsetMiod Vallat
2009-01-11On *ppc disks shared with MacOS, walk the Apple partition map to find outMiod Vallat
2009-01-10Use the kernel set ifam_hdrlen so that ABI changes won't cause olderClaudio Jeker
2009-01-08Reflect MPLS kernel changes.Michele Marchetto
2009-01-06i saw the previous was wrong as soon as i committed it: put theJason McIntyre
2009-01-06document, consistently, those apps which also exist as built-insJason McIntyre
2009-01-04replace hardcoded exit values with .Ex macros;Igor Sobrado
2009-01-02Handle kernel core files larger than 2GB; ok dlg@Miod Vallat
2008-12-29Give ifb its own display type (be sure to make includes before rebuildingMiod Vallat
2008-12-29Some forms of inode corruption can make remsize and thus isize goOtto Moerbeek
2008-12-24fox format string; ok tedu@Otto Moerbeek
2008-12-22Only warn about pfkey failures when errno is != EEXIST.Hans-Joerg Hoexer
2008-12-22mark log_fatal() and monitor_exit() as __dead, as they do not return.Hans-Joerg Hoexer
2008-12-16Use macros from route.h when mapping route priorities to names; theStuart Henderson
2008-12-15Reflect kernel changes. Labels are no more per link uniqueMichele Marchetto
2008-12-15remove unused vars; damien@ ok.Federico G. Schwindt
2008-12-12ifconfig(8) part to make it possible to set an interface priority.Claudio Jeker
2008-12-12Use the hdrlen to skip over the header and to the sockaddrs instead of theClaudio Jeker
2008-12-07clean up find_bounds(), no binary change; 'dead initialisation' llvm/clang; ...Constantine A. Murenin
2008-12-07fix an 11-year-old typo in an if statement; 'null dereference' llvm/clang; ...Constantine A. Murenin
2008-12-01Back out previous; it broke specifying paritions sizes with decimals,Ray Lai
2008-12-01Check for invalid integers passed getuint(); instead of getuint()Ray Lai
2008-11-29Explain how /32 changes the address type to IPV4_ADDR_SUBNET. From MitjaHans-Joerg Hoexer
2008-11-28Make growfs refuse to run on a dirty filesystem, and set the filesystem toChris Kuethe
2008-11-24remove trailing "\n" from errx()Kevin Steves
2008-11-17Fix printing of partner link aggregation group ID.Marco Pfatschbacher
2008-11-14When parsing v4 addresses mark them as network addressesHans-Joerg Hoexer
2008-11-14when describing options that can be passed to mount:Jason McIntyre
2008-11-11Use rfc2409 conform notification message when client identities areHans-Joerg Hoexer
2008-11-09add missing header needed by getpagesize().Charles Longeau
2008-11-08Document the ddb.trigger sysctl.Chris Kuethe
2008-11-06Have called pass pagesize into FS_KERNMAXFILESIZE(), because there is noTheo de Raadt
2008-11-02check for the maximum file size to avoid some out-of-bounds accesses;Otto Moerbeek
2008-10-22log pcap stats upon SIGUSR1; ok canacarHenning Brauer
2008-10-21do not listen on tentative (during DAD), duplicated (after DAD) orMarkus Friedl
2008-10-20add an example of how to scan for wireless networks, since it is notJason McIntyre
2008-10-17init bufdata to NULL for when compiled without KVM supportTheo de Raadt
2008-10-17findeol() fix from pfctlHenning Brauer
2008-10-17in findeol(), do not skip the pushback buffer. fixes PR 5952 by sthen@ andHenning Brauer
2008-10-05- talk about the "client configuration script" consistenlyJason McIntyre
2008-10-05Oops. Missed one typo jmc@ spotted.Kenneth R Westerback
2008-10-05Clarify discussion of option modifiers. They only affect values passedKenneth R Westerback
2008-10-02implement "set state-defaults X", where X is a list of state options asHenning Brauer
2008-09-30compress powersleep commands into one; ok damienTheo de Raadt
2008-09-24remove duplicate command;Jason McIntyre
2008-09-15Mask rtm->rtm_priority with RTP_MASK before printing so that the priority isClaudio Jeker
2008-09-10sync synopsis and usage; documentation tweaks.Igor Sobrado
2008-09-10some pflow tweaks;Jason McIntyre
2008-09-10do not try to print $$ when it has not been setTheo de Raadt
2008-09-09fix printing by group name (eg. ifconfig em), do not abort in theReyk Floeter