summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Expand)Author
2013-06-04Fix "\" escape handling in read_string().Kenneth R Westerback
2013-06-03sprinkle $OpenBSD$, pointed out by pedroMarc Espie
2013-06-03dependent clause requires a subject (comment grammar)Ted Unangst
2013-06-02Add mentions about net.mpls and net.inet.ip.ifq.YASUOKA Masahiko
2013-06-02various fixes; passed back to netbsdJason McIntyre
2013-06-02Switch from antique struct direct to struct direntPhilip Guenther
2013-06-01remove set-tos backwards compat, moved into the set {} block a year agoHenning Brauer
2013-06-01Refactor the default route adding code to use a general route addingKenneth R Westerback
2013-06-01import tmpfs code, originally from netbsd.Marc Espie
2013-05-31Correct the range checks in ifconfig properly for vhid, advbase and advskew.YASUOKA Masahiko
2013-05-31don't truncate trailing zeros from the round-trip times; ok deraadt@ sthen@Christian Weisgerber
2013-05-27autodetect ipv6 addresses for route(8). ok benno@ bluhm@, manpage help jmc@Stuart Henderson
2013-05-22Move the gmac/null ciphers to a different table block, clearly labelled asStuart Henderson
2013-05-10Fix subnet check. Check our rdomain against the rdomains of the otherKenneth R Westerback
2013-05-05Add a flag to struct client_state (IS_RESPONSIBLE) to record whenKenneth R Westerback
2013-05-02Bunch of comment/whitespace cleanup. Eliminate some misleading orKenneth R Westerback
2013-05-02Enough of the hand-rolling of queues. Turn client->leases andKenneth R Westerback
2013-04-27Use same parse_date() and date writing logic as in dhcpd. i.e.Kenneth R Westerback
2013-04-25big int_t/time_t fixes; ok deraadt@ krw@Otto Moerbeek
2013-04-25fix format string; found while scaning the tree for time_t/ino_t problems;Otto Moerbeek
2013-04-24pretty print bigger off_tTheo de Raadt
2013-04-24remove old backwards random junkTheo de Raadt
2013-04-24Follow ISC and freebsd by increasing ip_ttl on packets from 16 toKenneth R Westerback
2013-04-23handle large ino_t; ok teduTheo de Raadt
2013-04-23handle large ino_t; ok teduTheo de Raadt
2013-04-23simple repair for large ino_tTheo de Raadt
2013-04-23handle big ino_tTheo de Raadt
2013-04-23prepare for more time (bits); ok deraadt@ millert@Otto Moerbeek
2013-04-21avoid truncating a time_t division into daysTheo de Raadt
2013-04-21Check both f_mntfromname and f_mntfromspec when looking for a mountedJoel Sing
2013-04-21When mount(1) is run in verbose mode, display f_mntfromspec if it differsJoel Sing
2013-04-19remove comment about "make gcc happy" for variables which WERE beingTheo de Raadt
2013-04-19make sure the fs blocksize doesn't get too big; ok krw@Otto Moerbeek
2013-04-17ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t --Theo de Raadt
2013-04-16mark time_t edges with commentsTheo de Raadt
2013-04-16improve name of the 32-bit timeval that ping uses, and bound the useTheo de Raadt
2013-04-16handle big time_t types; ok guentherTheo de Raadt
2013-04-16remove casts to time_t * which are not neededTheo de Raadt
2013-04-16bzero struct tm before useTheo de Raadt
2013-04-16do not need to cast type to same typeTheo de Raadt
2013-04-16These are already static, because of ../Makefile.incTheo de Raadt
2013-04-16spelling fixes;Jason McIntyre
2013-04-15Remove CTL_USER hierarchy from sysctl()Philip Guenther
2013-04-06remove kern.rthreadsTed Unangst
2013-04-05send_packet() and writev() return ssize_t, not int. Use correctKenneth R Westerback
2013-04-05Nuke parameter to do_packet() not used since 2006. From dhill.Kenneth R Westerback
2013-04-04Make our dump(8) honour the "nodump" flag for directories, effectivelyVadim Zhukov
2013-04-03handle larger time_t types; toss some unused codeTheo de Raadt
2013-04-02handle large time_tTheo de Raadt
2013-04-02handle time_t which is not u_int32_tTheo de Raadt