summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17(foo *)NULL -> NULLkstailey
1997-06-17minor cleanupkstailey
1997-06-17count slow queue low entropy dropsMichael Shalayeff
bigger queue use queue overflows for arc4_stir()
1997-06-17Adds a -d (directory) flag.Todd C. Miller
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-17Put in hooks to start ypserv with flagsNiklas Hallqvist
1997-06-17careful with stackgap handling in execve()Theo de Raadt
1997-06-17dont coredump if the specified rule file does not existNiels Provos
1997-06-17Put in hooks to start rpc.yppasswdd with flagsNiklas Hallqvist
1997-06-17Add a -d flag which takes the directory where the YP password files are.Niklas Hallqvist
This change makes it possible to separate the host's passwords from the ones served to YP clients.
1997-06-17Add support to handle password files in directories other than /etcNiklas Hallqvist
1997-06-17do some umask stuff tooTheo de Raadt
1997-06-17use mktemp, but use it without guessability or DOS attacksTheo de Raadt
1997-06-17mkstemp it in the correct place, ok?Theo de Raadt
1997-06-17fixed some typos; netbsdNiels Provos
1997-06-17Back out last change. Allowing no path to mean "." causes problemsTodd C. Miller
with getopts vs. predicates.
1997-06-17do not test for a bug which does not existTheo de Raadt
1997-06-17If no paths are specified, use "."Todd C. Miller
1997-06-17Add per-interface binding, based on der Mouse's code in netbsd.denny
1997-06-17Don't trample argv[], we want ps et al to be able to see args.Todd C. Miller
1997-06-16replaced by a BSD sortTheo de Raadt
1997-06-16Use buflen, not sizeof(buf) as buf is a pointer.Todd C. Miller
1997-06-16You can't store a double in an int and then do tests for the fractional partkstailey
miss thing! Also, make more sensitive to digital decay. Now "<<<" will show up in load average display.
1997-06-16even more global.dummy -> .global.dummykstailey
1997-06-16Default file causes lots of "dummy names should start with `.'" syslogdm
messages. Comment out global.dummy and make it .global.dummy.
1997-06-16do not modify argv[] stringsTheo de Raadt
1997-06-16swap labels; adam@math.tau.ac.ilTheo de Raadt
1997-06-16Our newuser FAQ might as well be in the source tree, right?jkatz
1997-06-16Better support for unmounted filesystems (i.e. df /dev/rsd0a):denny
- interpret the superblock of lfs, ext2fs, and ffs filesystems. - never mount() an offline filesystem, always read its superblock. - use the same algorithm as statfs() for ffs, get the same answers. Even so, now I'm really unsure this code should remain in df. Similar functionality should be added to dumpfs or fsck instead.
1997-06-16Normalize treatment of -n option. Don't know why it was ever special-casedTodd C. Miller
(since it was broken that way). Fixes PR user/220.
1997-06-16Cosmetic cleanup, mostly KNF.Todd C. Miller
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-15First cut at documentinf tsearch(3) -- needs work.Todd C. Miller
1997-06-15Section 4 manpages for the mac68k courtesy of Colin Woodgene
(ender@is.rice.edu). Includes some tweaks by myself including a note of the true HISTORY of the sn driver. :)
1997-06-15Add pilot entries.Jason Downs
1997-06-15Mention that cd is a built-in.Todd C. Miller
1997-06-15Avoid possible /tmp races by using mkstemp(3).Todd C. Miller
1997-06-15change byte counters to u_quad_tTheo de Raadt
1997-06-15Address bug i386/224 from Jason Downs.dm
1997-06-15Add ttye6, bug noticed by Ulrich FlegelNiklas Hallqvist
1997-06-15i like it linked, LINKED, rAnDoM mAn LiNkEd !1!1!Michael Shalayeff
1997-06-15updateMichael Shalayeff
1997-06-15rshd should give the same error message when the user doesn't existTodd C. Miller
as for when there is no .rhosts/hosts.equiv. With a different error message an information gathering attack can be done. Noted by David Holland <dholland@eecs.harvard.edu>.
1997-06-15is isJason Downs
1997-06-15reality updateMichael Shalayeff
cleanup