Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-05-31 | warn instead of warnx; kleink | Theo de Raadt | |
1997-05-31 | futimes avoids race; mycroft | Theo de Raadt | |
1997-05-31 | trunc uid/gid to USHRT_MAX; mycroft; PR#75 | Theo de Raadt | |
1997-05-31 | typo; msaitoh@spa.is.uec.ac.jp | Theo de Raadt | |
1997-05-30 | Integrate changed from NetBSD being careful not to step on our important | kstailey | |
stuff (like the -M flag and things.) | |||
1997-05-30 | In -f mode notice when the file has been replace or truncated and | Todd C. Miller | |
deal. Useful for tail'ing log files that get rotated. | |||
1997-05-30 | shorter | Theo de Raadt | |
1997-05-30 | if less than 60 secs of uptime, say so | Theo de Raadt | |
1997-05-30 | Fix FFS and add ext2fs support. | Jason Downs | |
1997-05-30 | overflows abound | Theo de Raadt | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
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 | |
work. Needed for install scripts to work. I didn't run into this as I was installing from a non-anonymous account. | |||
1997-05-11 | Only retry login as "anonymous" if we are doing anonftp. | Todd C. Miller | |
Found by grr@openbsd.org. | |||
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 | |
the username ANONYMOUS. It works, too :-) | |||
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 | |
Cleanup parser of ftp://[user:pass@]host[:port]/[dir/][file Should be more robust now. Fixes NetBSD PR #3520. | |||
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 | |
without problems and the problem Theo saw before is gone. | |||
1997-04-27 | COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIP | Todd C. Miller | |
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named. | |||
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 | |
decls of library functions, kill local implementation of setproctitle(). This of course points out how utterly bad this code is and that someone needs to come in here with a chainsaw sometime. | |||
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 | |
traditional finger. Noticed by Theo. | |||
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 | |
Also, print a better error message when the host you're checking isn't ypbound. The previous error was cryptic and incomprehensible. | |||
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 | |
tip.c getchar() returns an int [important since EOF == -1] (thorpej) Set CLOCAL if dc flag is set (mellon) tip.h Change booleans from char to short so that comparisons against negative values work as expected on systems with unsigned chars. (thorpej) Add boolean for dc flag (mellon) hunt.c Set O_NONBLOCK if dc flag set. Don't set HUPCL if dc flag is set. (mellon) remote.c Add boolean for dc flag (mellon) | |||
1997-04-20 | Back out the following change since it introduces an ordering problem: | Todd C. Miller | |
in compat mode, expand .USE before evaluating the list of targets, instead of doing .USE expansions on demand, because they can cause tree restructuring. | |||
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller | |
Same change doen for SKEY, YP, and KERBEROS5. This allows people to override those setting in /etc/mk.conf. | |||
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 | |
lives. Idea from NetBSD. | |||
1997-04-16 | Sync with NetBSD (lukem): | Todd C. Miller | |
* differentiate between being connected, and being logged in * cleanup some text messages * support username & password ftp URLs (ftp://user:pass@host/) in non-proxy situations; assume proxy supports it for proxy situations. * cd to / before performing any autofetch transfers | |||
1997-04-16 | Make mkioctls obey the DESTDIR environment variable. | Todd C. Miller | |
From NetBSD (leo). | |||
1997-04-16 | <paths.h> now includes _PATH_DEFTAPE. Change rmt0 -> rst0 in man page. | Todd C. Miller | |
From NetBSD (lukem). | |||
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 | |