summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1997-04-18Fix problem when fetching files with -a.Todd C. Miller
1997-04-17Add support for STRIP environment variable to specify where strip(1)Todd C. Miller
lives. Idea from NetBSD.
1997-04-16Sync 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-16Make 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-14URL specifiers are case insensitive. Noticed by Theo.Todd C. Miller
1997-04-13single ^C on a pipeTheo de Raadt
1997-04-13do not (continue) on a stdin pipeTheo de Raadt
1997-04-13vis usernames; bitblt is paranoidTheo de Raadt
1997-04-13buf oflow; bitbltTheo de Raadt
1997-04-12get an unreserved port if not root; required now that rresvport failsJim Rees
for non-root per bugno 70
1997-04-11emacs is dumb too--the $TERM entry that is.Todd C. Miller
1997-04-10enable .group entries in /etc/passwd.confNiels Provos
1997-04-10how is this for fast bug fixing response! revert to sigblock() since theTheo de Raadt
sigprocmask() code was not equivelant. report from grr@shandakor.tharsis.com, PR#154
1997-04-10Sync with NetBSD (lukem)Todd C. Miller
* support $ftp_proxy for ftp:// transfers [bin/3245] * add "more" & "less" as synonyms for "page" * move editline setup code into controlediting(), and call appropriately. only setup setup terminal if going into interactive mode.
1997-04-09just clean up a stylistic mess I created myself long ago.michaels
1997-04-08Obseleted by new which(1) that acts like whereis(1) when invokedTodd C. Miller
which "whereis" as argv[0].
1997-04-08whereis is now linked to whichTodd C. Miller
1997-04-08which(1) and whereis(1) are now the same program (hard linked).Todd C. Miller
1997-04-07paranoid about MAXHOSTNAMELENTheo de Raadt
1997-04-07Back out last changes for now. They cause problems.Todd C. Miller
1997-04-07Better error message when lookup of getlogin() != uidTodd C. Miller
1997-04-06Use long, not int when casting pointers and storing as integers.Todd C. Miller
Now compiles on alpha w/o warnings.
1997-04-05if TERM=dumb disable progress and editing for emacs ange-ftpkstailey
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-04-04check MID field like strip(1) does; PR#149, mickey; fix by meTheo de Raadt
1997-04-04sort & add a fewTheo de Raadt
1997-04-04mention mr.tarkovskeyMichael Shalayeff
1997-04-03fix my last fix. warnx, not warn!Michael Shalayeff
1997-04-03more about Gogol (;Michael Shalayeff
1997-04-03take 2kstailey
1997-04-03make it match what is in magdir/magickstailey
1997-04-03From FreeBSD 1.7 by markm. The log message:imp
Priorities were broken. If there was an Index: line and ***/--- lines with valid names, the ***/---names were taken first. this broke eg: Index: foo/Makefile ========== RCS <blah> Retrieving <blah> diff <blah> *** Makefile <blah> --- Makefile <blah> By trying to patch the Makefile in the _curent_ directory, rather than the one in the foo/ directory.
1997-04-03per wishes of deraadt add ufs to default fs's to search.michaels
1997-04-02buf oflows, thanks imp & millertTheo de Raadt
1997-04-02use 10 X for mktemp(1)Theo de Raadt
1997-04-02use mkstemp (millert, please double check)Theo de Raadt
1997-04-02add Gogol birthday (;Michael Shalayeff
1997-04-02Merge in good changes from NetBSD:Todd C. Miller
Compile in strcict ansi (some day I'll get around to -Wall) use set* functions instead of modifying the lvalue Change a few sprintf() to snprintf() where it coudl possibly matter. Replace zzhack stuff with something saner to make tip work on alpha
1997-04-01Disable editing when in batch mode. Idea from Theo.Todd C. Miller
This makes ``ftp ftp://some.place.com/some/file &'' work.
1997-04-01zap extra XXX if swap goes down; paul@wit387304.student.utwente.nlTheo de Raadt
1997-04-01Slightly better fix. This one is explicately bounded by UT_HOSTSIZE.Todd C. Miller
1997-04-01This merges in the latest NetBSD sup source.Todd T. Fries
- removed $Log: ...$ tags to not waste space in the repository - now doesn't segfault on the alpha! Note: To compile sup on systems other than *BSD, you'll need a copy of vis.c, vis.h, daemon.c, and sys/cdefs.h. At least the first two (for OSF/1). From NetBSD changelog description (for credit where due): .... 1996/12/23 19:42:05 christos - add missing prototypes. - fix function call inconsistencies - fix int <-> long and pointer conversions It should run now on 64 bit machines... .... 1996/12/31 18:08:00 christos 64 bit patches (mostly long -> time_t) from Matthew Jacob (?) sup now works on the alpha!
1997-04-01Sync with NetBSD (mostly by christos initial substitution/regexp from Der Mouse)Todd C. Miller
- fix the variable substitution code in make [PR/2748] 1. change s/a/b/ so that it substitutes the first occurance of the pattern on each word, not only the first word. 2. add flag '1' to the variable substitution so that the substitutions get performed only once. ***THIS IS AN INCOMPATIBLE CHANGE!*** Unfortunately there was no way to make things consistent without modifying the current behavior. Fortunately none of our Makefiles depended on this. OLD: VAR = aa1 aa2 aa3 aa4 S/a/b/ = ba1 aa2 aa3 aa4 S/a/b/g = bb1 bb2 bb3 bb4 NEW: VAR = aa1 aa2 aa3 aa4 S/a/b/ = ba1 ba2 ba3 ba4 S/a/b/1 = ba1 aa2 aa3 aa4 S/a/b/g = bb1 bb2 bb3 bb4 S/a/b/1g = bb1 aa2 aa3 aa4 - add regexp variable substitution via 'C/foo/bar/' [PR/2752] - add variable quoting via the ${VAR:Q} modifier. This is useful when running recursive invocations of make(1): make VAR=${VAR:Q} will always work... (This may prove useful in the kernel builds...) [PR/2981] - BSD did not traditionally have <sys/cdefs.h>; use BSD4_4 instead and include <sys/param.h> to grab it. - Don't compile the regex code if MAKE_BOOTSTRAP (from gwr) - Use explicit .c.o rule in Makefile.boot so that the bootstrap process works. - Use only integral types in procedure arguments. [buf.c buf.h] - Include <stdlib.h> to get getenv() prototype on SVR4 - if __STDC__ -> ifdef __STDC__ to appease SVR4 - Define const and volatile for non __STDC__ - Implement snprintf() and vsnprintf() for non BSD4_4 systems. - Make $MACHINE_ARCH settable from the environment. - Fix .USE directive problems: (reported by cgd) 1. ${.*} variables did not get expanded in dependencies. 2. expanded ${.*} variables in .USE dependencies can cause tree restructuring; handle it. 3. in compat mode, expand .USE before evaluating the list of targets, instead of doing .USE expansions on demand, because they can cause tree restructuring. - Add a .MADE directive to indicated that the children of a target are up-to-date, even when they are not. This is to simulate our current make install behavior with proper dependencies. - Fix problems in the RE substitution error handling. - Locate all the children of a node marked as MADE. - Do not compile-in ${MACHINE} (as per NetBSD PR#3386) - Disable globbing for targets/dependencies when POSIX is defined. - Fix globbing so that patterns that don't have a matching number of [] or {} don't get expanded. (before the [ case got expanded to nothing!) This is disabled. - Make sure that the children of nodes that are marked .MADE, are marked UPTODATE and their timestamps are consistent. - Don't disable wildcards completely; they are used by other Makefiles.
1997-03-31correct path in comment; thieleke@ix.netcom.comTheo de Raadt
1997-03-30blowfish + passwd.conf support. fixed md5 salt.Niels Provos
1997-03-30NetBSD PR #3399: Avoid overflowing in ut_host into ut_time (bounds check). ↵Todd C. Miller
Fix from Tatoku Ogaito
1997-03-29fix typo, msaitoh@spa.is.uec.ac.jpTheo de Raadt
1997-03-29Use ``mail.local -H'' to do dot locking so we can have mode 755 mailTodd C. Miller
spool, change an occurrence of tempnam() to mkstemp(), change some longs and shorts to ints. Mail is now usable again.
1997-03-27Fix core dump.Jason Downs