Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-06-17 | careful with stackgap handling in execve() | Theo de Raadt | |
1997-06-17 | dont coredump if the specified rule file does not exist | Niels Provos | |
1997-06-17 | Put in hooks to start rpc.yppasswdd with flags | Niklas Hallqvist | |
1997-06-17 | Add 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-17 | Add support to handle password files in directories other than /etc | Niklas Hallqvist | |
1997-06-17 | do some umask stuff too | Theo de Raadt | |
1997-06-17 | use mktemp, but use it without guessability or DOS attacks | Theo de Raadt | |
1997-06-17 | mkstemp it in the correct place, ok? | Theo de Raadt | |
1997-06-17 | fixed some typos; netbsd | Niels Provos | |
1997-06-17 | Back out last change. Allowing no path to mean "." causes problems | Todd C. Miller | |
with getopts vs. predicates. | |||
1997-06-17 | do not test for a bug which does not exist | Theo de Raadt | |
1997-06-17 | If no paths are specified, use "." | Todd C. Miller | |
1997-06-17 | Add per-interface binding, based on der Mouse's code in netbsd. | denny | |
1997-06-17 | Don't trample argv[], we want ps et al to be able to see args. | Todd C. Miller | |
1997-06-16 | replaced by a BSD sort | Theo de Raadt | |
1997-06-16 | Use buflen, not sizeof(buf) as buf is a pointer. | Todd C. Miller | |
1997-06-16 | You can't store a double in an int and then do tests for the fractional part | kstailey | |
miss thing! Also, make more sensitive to digital decay. Now "<<<" will show up in load average display. | |||
1997-06-16 | even more global.dummy -> .global.dummy | kstailey | |
1997-06-16 | Default file causes lots of "dummy names should start with `.'" syslog | dm | |
messages. Comment out global.dummy and make it .global.dummy. | |||
1997-06-16 | do not modify argv[] strings | Theo de Raadt | |
1997-06-16 | swap labels; adam@math.tau.ac.il | Theo de Raadt | |
1997-06-16 | Our newuser FAQ might as well be in the source tree, right? | jkatz | |
1997-06-16 | Better 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-16 | Normalize treatment of -n option. Don't know why it was ever special-cased | Todd C. Miller | |
(since it was broken that way). Fixes PR user/220. | |||
1997-06-16 | Cosmetic cleanup, mostly KNF. | Todd C. Miller | |
1997-06-16 | if -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-16 | flags cannot be optional; what a bad argument layout design...; ↵ | Theo de Raadt | |
jgarzik@pobox.com, PR#228 | |||
1997-06-15 | First cut at documentinf tsearch(3) -- needs work. | Todd C. Miller | |
1997-06-15 | Section 4 manpages for the mac68k courtesy of Colin Wood | gene | |
(ender@is.rice.edu). Includes some tweaks by myself including a note of the true HISTORY of the sn driver. :) | |||
1997-06-15 | Add pilot entries. | Jason Downs | |
1997-06-15 | Mention that cd is a built-in. | Todd C. Miller | |
1997-06-15 | Avoid possible /tmp races by using mkstemp(3). | Todd C. Miller | |
1997-06-15 | change byte counters to u_quad_t | Theo de Raadt | |
1997-06-15 | Address bug i386/224 from Jason Downs. | dm | |
1997-06-15 | Add ttye6, bug noticed by Ulrich Flegel | Niklas Hallqvist | |
1997-06-15 | i like it linked, LINKED, rAnDoM mAn LiNkEd !1!1! | Michael Shalayeff | |
1997-06-15 | update | Michael Shalayeff | |
1997-06-15 | rshd should give the same error message when the user doesn't exist | Todd 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-15 | is is | Jason Downs | |
1997-06-15 | reality update | Michael Shalayeff | |
cleanup | |||
1997-06-15 | Automatically decide whether or not to disable door locks. Idea from provos. | Jason Downs | |
1997-06-15 | move towards completeness | Michael Shalayeff | |
1997-06-14 | correct printouts about L2 cache | Theo de Raadt | |
1997-06-14 | split the treatment of the random events | Michael 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-14 | typo; k-horik@yk.rim.or.jp | Theo de Raadt | |
1997-06-14 | Add usr.sbin. | Jason Downs | |
1997-06-14 | Add wrapper; also update config support (from gcc) and disable all subdirs | Jason Downs | |
except for misc and the libs. | |||
1997-06-14 | Initial import of (unmodifed) e2fsprogs 1.10. | Jason Downs | |
1997-06-14 | Make a space for the import to come.. | Jason Downs | |
1997-06-14 | i have made a mistake, and i do not yet understand how | Theo de Raadt | |