Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-04 | Temporarily comment out cross as it is not compiling yet | Niklas Hallqvist | |
1997-01-04 | I use IP-filtering at home now too | Niklas Hallqvist | |
1997-01-04 | Use fancy macros | Niklas Hallqvist | |
1997-01-04 | Add a TOC to a temporary lib so our make(1) will not always rebuild libgcc | Niklas Hallqvist | |
1997-01-04 | readdisklabel() with correct dev_t | Theo de Raadt | |
1997-01-04 | Use new options to locate.updatedb so we don't have to make the | Todd C. Miller | |
database owned by non-root at any time. | |||
1997-01-04 | Command line args to updatedb. Also, a filename of "-" for the db | Todd C. Miller | |
means output to stdout. | |||
1997-01-04 | Fix typo, too much perl on the brain. | Todd C. Miller | |
1997-01-03 | locate shell scripts now use mktemp(1) and weekly runs updatedb | Todd C. Miller | |
as bin not nobody to avoid NFS problems. | |||
1997-01-03 | No point in ls'ing the template, it will never exist. | Todd C. Miller | |
1997-01-03 | Better error on failure. | Todd C. Miller | |
1997-01-03 | make bounce buffer aware | Theo de Raadt | |
1997-01-03 | From NetBSD: | Todd C. Miller | |
- Correct sorting behaviour. - Do multicolumn output in a way that's a more likely to line up evenly. From D'Arcy J.M. Cain <darcy@druid.com>, NetBSD PR #2965. | |||
1997-01-03 | From NetBSD: | Todd C. Miller | |
Add a `-t' (touch) option to update time stamps. Only record size for regular files. | |||
1997-01-03 | removed unnecessary test | kstailey | |
1997-01-03 | Remove private copy of md* and fix md4 usage to match libc md4. | Todd C. Miller | |
1997-01-03 | Use correct md5 API for libc md5 routines. Pointed out by niklas. | Todd C. Miller | |
1997-01-03 | Note that sb16 is treated as an sbpro. | Todd C. Miller | |
1997-01-03 | change all refs from mkdosfs to newfs_msdos | kstailey | |
1997-01-03 | make it work again, 'twas broken for a long time 'coze of ../fsck/preen.c | Michael Shalayeff | |
changes, that is yantc situation. as a side effect it's parallelized too. | |||
1997-01-03 | minimize | Theo de Raadt | |
1997-01-03 | minimize comment | Theo de Raadt | |
1997-01-03 | Install etc/amd/master.sample NOT master. | etheisen | |
1997-01-03 | No virtual consoles by default. | etheisen | |
1997-01-03 | More /var/log 'placeholder' log files. | etheisen | |
1997-01-03 | root NOT games. | etheisen | |
1997-01-03 | YYRECOVERING(), not YYRECOVERING. Approved by Robert Corbett | Thorsten Lockert | |
1997-01-03 | end of pesky log message, thanks to Go Watanabe <go@cclub.tutcc.tut.ac.jp> | kstailey | |
1997-01-02 | more samples | Theo de Raadt | |
1997-01-02 | better perms for ppp stuff | Theo de Raadt | |
1997-01-02 | COMPAT_{SUNOS,SVR4} | Theo de Raadt | |
1997-01-02 | new utility for playing sound files | kstailey | |
1997-01-02 | avoid SIGURG race; dg@root.com | Theo de Raadt | |
1997-01-02 | Fix the file dendancy problem the same way as on alpha/mips | Dale S. Rahn | |
this removed another patched file for powerpc port. | |||
1997-01-02 | accept llc/snap packets; still cannot send them... | Theo de Raadt | |
1997-01-02 | correct title; frueauf@ira.uka.de | Theo de Raadt | |
1997-01-02 | Fix for the shift-reduce conflict, contributed by dholland@hcs.harvard.edu, | bitblt | |
who is porting the OpenBSD ftpd to (of all things) Linux. | |||
1997-01-02 | Perl should build on the powerpc port now, I will build statically | Dale S. Rahn | |
instead of trying to build dynamically and fail. | |||
1997-01-02 | Revert HISTFILE. If anyone wants a differently named history file, they | Jason Downs | |
can set it in their environment. | |||
1997-01-02 | Don't mention $_. | Jason Downs | |
1997-01-02 | After discussing $_ with the maintainer, revert ksh behaviour and completely | Jason Downs | |
eliminate it from sh. | |||
1997-01-02 | DESTDIR already set. | etheisen | |
1997-01-02 | rnd is random. | etheisen | |
1997-01-02 | libcrypt is no more. | etheisen | |
1997-01-02 | handle the powerpc like the arc - no dynamic stuff | Dale S. Rahn | |
Thanks to Thomas Graichen for the fix. | |||
1997-01-02 | handle the pmax like the arc - no dynamic stuff | Thomas Graichen | |
1997-01-02 | DOH! we are not ELF yet. Fix static constructors. | Niklas Hallqvist | |
1997-01-02 | prevent system from suspend/standby twice. | Michael Shalayeff | |
(netbsd pr#3005, yasufu-i@is.aist-nara.ac.jp) | |||
1997-01-02 | pulled out the duplicated, conditional code from both kern/vfs_syscalls.c | Michael Shalayeff | |
and compat/common/vfs_syscalls_43.c and placed a single copy of that code into miscfs/union/union_subr.c (seemed like a good place to put it, since it's union-fs related). as a side effect you can build unionfs in lkm. (netbsd pr#2950, Paul Goyette <paul@pgoyette.bdt.com>) | |||
1997-01-02 | PPP_BSDCOMP not PPP_BSD_COMP | Michael Shalayeff | |