summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
1997-06-15Automatically decide whether or not to disable door locks. Idea from provos.Jason Downs
1997-06-15move towards completenessMichael Shalayeff
1997-06-14correct printouts about L2 cacheTheo de Raadt
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
1997-06-14Add usr.sbin.Jason Downs
1997-06-14Add wrapper; also update config support (from gcc) and disable all subdirsJason Downs
except for misc and the libs.
1997-06-14Initial import of (unmodifed) e2fsprogs 1.10.Jason Downs
1997-06-14Make a space for the import to come..Jason Downs
1997-06-14i have made a mistake, and i do not yet understand howTheo de Raadt