Age | Commit message (Expand) | Author |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt |
1997-05-30 | xref accton | Theo de Raadt |
1997-05-29 | errors fixed; msaitoh@spa.is.uec.ac.jp | Theo de Raadt |
1997-05-29 | why select(2) when you can sleep(3) cheap? | kstailey |
1997-05-28 | format error; frueauf@ira.uka.de | Theo de Raadt |
1997-05-19 | Make ftp ftp://anonymous:root@your.dom.ain@ftp.our.place.foo/pub/OpenBSD/ | Todd C. Miller |
1997-05-11 | Only retry login as "anonymous" if we are doing anonftp. | Todd C. Miller |
1997-05-06 | Removed Mach and added NCR. | etheisen |
1997-05-05 | Cleaned up manpage. | etheisen |
1997-05-05 | This fixes FTP so that it first tries with the username FTP, and then with | jkatz |
1997-05-05 | elf2aout converts to aout not to ecoff | Thomas Graichen |
1997-05-01 | CDIOCSETSTEREO -> CDIOCSETSTERIO, go@cclub.tutcc.tut.ac.jp | Jason Downs |
1997-04-28 | From NetBSD (lukem): | Todd C. Miller |
1997-04-28 | Deal with $TERM not being set (like in single user mode). | Todd C. Miller |
1997-04-28 | Use strtoul() not strtol() when assigning to an unsigned long. | Todd C. Miller |
1997-04-28 | Clean up terminal type handling. | Jason Downs |
1997-04-28 | Modernize protyped, switch to libtermlib. | Jason Downs |
1997-04-28 | Back out newer .USE code as it caused problems. I've done a "make build" | Todd C. Miller |
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller |
1997-04-27 | Prototype fixes and cruft removal. | Jason Downs |
1997-04-27 | No more setargs.c. | Jason Downs |
1997-04-27 | Pull in more includes to properly prototype library functions, kill local | Jason Downs |
1997-04-23 | allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work | Theo de Raadt |
1997-04-23 | Treat "finger@" like "finger@localhost" to act more like | Todd C. Miller |
1997-04-23 | revised to handle form feeds, bugs fixed etc | grr |
1997-04-22 | Do some beautification of this file (that theo didn't :P). | gene |
1997-04-22 | indent | Theo de Raadt |
1997-04-21 | nope, breaks other things | Theo de Raadt |
1997-04-20 | Incorporate some NetBSD changes: | Todd C. Miller |
1997-04-20 | Back out the following change since it introduces an ordering problem: | Todd C. Miller |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller |
1997-04-19 | strncpy paranoia, how much do you trust getpwent? | Theo de Raadt |
1997-04-19 | use mkstemp | Theo de Raadt |
1997-04-18 | Fix problem when fetching files with -a. | Todd C. Miller |
1997-04-17 | Add support for STRIP environment variable to specify where strip(1) | Todd C. Miller |
1997-04-16 | Sync with NetBSD (lukem): | Todd C. Miller |
1997-04-16 | Make mkioctls obey the DESTDIR environment variable. | Todd C. Miller |
1997-04-16 | <paths.h> now includes _PATH_DEFTAPE. Change rmt0 -> rst0 in man page. | Todd C. Miller |
1997-04-14 | URL specifiers are case insensitive. Noticed by Theo. | Todd C. Miller |
1997-04-13 | single ^C on a pipe | Theo de Raadt |
1997-04-13 | do not (continue) on a stdin pipe | Theo de Raadt |
1997-04-13 | vis usernames; bitblt is paranoid | Theo de Raadt |
1997-04-13 | buf oflow; bitblt | Theo de Raadt |
1997-04-12 | get an unreserved port if not root; required now that rresvport fails | Jim Rees |
1997-04-11 | emacs is dumb too--the $TERM entry that is. | Todd C. Miller |
1997-04-10 | enable .group entries in /etc/passwd.conf | Niels Provos |
1997-04-10 | how is this for fast bug fixing response! revert to sigblock() since the | Theo de Raadt |
1997-04-10 | Sync with NetBSD (lukem) | Todd C. Miller |
1997-04-09 | just clean up a stylistic mess I created myself long ago. | michaels |
1997-04-08 | Obseleted by new which(1) that acts like whereis(1) when invoked | Todd C. Miller |