summaryrefslogtreecommitdiff
path: root/sbin
AgeCommit message (Collapse)Author
1997-06-29Don't assume sizeof(in_addr_t) == 4 and don't coerce an in_addr_tTodd C. Miller
to struct in_addr.
1997-06-29new location of des.hNiels Provos
1997-06-28hmmm, must have forgot to commit this with the other sparc libkvm/dump stuffgrr
1997-06-28fix the rnd typesTheo de Raadt
1997-06-26typos; msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-25(foo *)0 -> NULLkstailey
1997-06-24in_addr_t all overTheo de Raadt
1997-06-24Remove an errant line that got missed in the merge.Todd C. Miller
1997-06-24Add real prototypes.Todd C. Miller
1997-06-24Make mask and subnetshift in_addr_t and bring back a cast ofTodd C. Miller
mask to make it signed for the shift.
1997-06-24Fix "route show" on alpha. Some parts from Theo.Todd C. Miller
1997-06-24more accounting!Michael Shalayeff
1997-06-24Fix void * -> int casts -- change int's to long'sdgregor
1997-06-2364 bit clean and WallTheo de Raadt
1997-06-23merge in 3.1.11kstailey
1997-06-23merge in 3.1.11kstailey
1997-06-23fix tagkstailey
1997-06-23use maskskstailey
1997-06-23Slightly cleaner. (Change nosync to an int, like the rest.)Jason Downs
1997-06-23sizeof(int) != sizeof(long)Theo de Raadt
1997-06-22Support halt -p.Jason Downs
1997-06-22Support RB_POWERDOWN.Jason Downs
1997-06-22Avoid an overflow when checking inode numbers; from FreeBSD PR #3528 byThorsten Lockert
Ian Dowse <iedowse@maths.tcd.ie>
1997-06-20need fewer of theseTheo de Raadt
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey
we can use NLS for the text, not a hardcode English message.
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey
we can use NLS for the text, not a hardcode English message.
1997-06-20Now that mount(2) sets errno to EFTYPE, not EINVAL for "invalid file system"kstailey
we can use NLS for the text, not a hardcode English message.
1997-06-20ah-sha1 + esp-3desNiels Provos
1997-06-18dynamically allocate fd_set; deraadtkstailey
1997-06-18document the tiny raceTheo de Raadt
1997-06-18buf oflowTheo de Raadt
1997-06-18fix non-numeric minor number checking; bdeTheo de Raadt
1997-06-18WallTheo de Raadt
1997-06-18Remove all links for an inode when "changing from leaf to node".Todd C. Miller
From Guy Harris <guy@netapp.com> via Kirk McKusick <mckusick@McKusick.COM>.
1997-06-17count slow queue low entropy dropsMichael Shalayeff
bigger queue use queue overflows for arc4_stir()
1997-06-17make 'ifconfig -a' and 'ifconfig de0' print full ifaliases output. thisTheo de Raadt
was not fun, but the result sure is pretty. what is my reward?
1997-06-17dont coredump if the specified rule file does not existNiels Provos
1997-06-16if -o is used to explicitly specify time or space optimization preference,Theo de Raadt
do not override based on minfree calculation; problem from jgarzik@pobox.com, my fix; PR#226
1997-06-16flags cannot be optional; what a bad argument layout design...; ↵Theo de Raadt
jgarzik@pobox.com, PR#228
1997-06-14split the treatment of the random eventsMichael Shalayeff
event_q by flipk@ spl fix by deraadt@ gother statistics about whole processing use 'sysctl kern.random' to view what had happened also fix wrong vm.psstrings description
1997-06-14typo; k-horik@yk.rim.or.jpTheo de Raadt