summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1996-03-03Working disk statistics; NetBSD PR 2160Thorsten Lockert
1996-03-02Make sure SYSV-style include directives are only matched when there is aThorsten Lockert
whitespace character after the word "include"
1996-03-02timespec members are now named tv_{,u}sec againThorsten Lockert
1996-03-01Add gram.c to CLEANFILESThorsten Lockert
1996-03-01Allow "make depend" to workThorsten Lockert
1996-03-01Secondary name cache is per-directory now, not per-process.Thorsten Lockert
1996-02-23Implement an -m option used for replacing /usr/share/mk with aNiklas Hallqvist
custom search path, like $DESTDIR/usr/share/mk
1996-02-23From NetBSD:Niklas Hallqvist
since we're going to use the mem*() functions, we need them prototyped so that the return types work right on the Alpha.
1996-02-23From NetBSD:Niklas Hallqvist
I (tls) seem to have forgotten to commit the patch in PR1608 when I closed it. Fix VLNEXT handling.
1996-02-23From NetBSD:Niklas Hallqvist
Don't rely on select() not to modify the timeval argument. Also, simplify the code by passing in NULL rather than an empty fd_set to indicate no file descriptors.
1996-02-23Minor cleanup for 8-bit cleanliness. From der Mouse, PR 1322.Niklas Hallqvist
Eliminate the use of char variables for holding booleans. Compress struct ww somewhat. Make ww_index and related variables explicitly unsigned.
1996-02-22From NetBSD:Niklas Hallqvist
Support SVR4 style archives. Fix pr/1421 (from Matthew Green) and pr/1997 (from Jeff Thieleke). In ParseDoInclude(), make a temporary copy of the current file name while searching for ""-type include files, since the current file name might not be a writeable string.
1996-02-20Support getting interrupts per device on the i386 platform, similar toThorsten Lockert
implementation on pc532
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-15libcrypt no longer a link dependancy.etheisen
1996-02-13passwd should be setuid rootdm
1996-02-04Yacc now understands %expect keyword. This should help prevent yacc frometheisen
gagging on GNU bison grammer.
1996-02-03rdist 6.1.1dm
1996-02-03put supscan/supfilesrv in usr/sbin, users do not run themTheo de Raadt
1996-01-29add -q option for silence; from mouse@collatz.mcrcim.mcgill.edu;Theo de Raadt
netbsd pr#1204
1996-01-29less becomes more, and more is no more. from mrg@eterna.com.auTheo de Raadt
1996-01-16the yppasswd command is not needed. the user should always let theTheo de Raadt
passwd command figure out where their password is located. if they really need to change a specific one, they can use the flags - bet noone ever needs to use that.
1996-01-16from netbsd; Use err() & warn()Theo de Raadt
1996-01-15from netbsd; Add capability to read archives (from Thomas Eberhardt; PR#497)Theo de Raadt
1996-01-15from netbsd:Theo de Raadt
Handle multichar comment and quote delimiters (up to 5 characters, per the manual page). Takes care of PR#485.
1996-01-15from netbsd:Theo de Raadt
Document the -follow option, per David Brownlee <abs@mono.city.ac.uk> in PR #1113.
1996-01-11from netbsd; Fetch `-p' documentation from a previous version ofTheo de Raadt
the man page
1996-01-07more traditional semantics. if wheel group has no listed users, anyoneTheo de Raadt
can su to root. default wheel group lists "root" as a user, thus defaulting to a secure envirment. from arnej@pvv.unit.no; netbsd pr#1894
1996-01-07date formatting glitch; from kashmir@umiacs.UMD.EDU; netbsd pr#1906Theo de Raadt
1996-01-05from tls; contrary to unpopular opinion, "help" is a perfectly valid hostnameTheo de Raadt
1996-01-04create /usr/libexec/cpp as a symbolic linkTheo de Raadt
1996-01-03Parse_DoVar() trashes string, so pass it a strdup()'d copy of *argv...Theo de Raadt
then kvm_getargv will show a nice unhacked argument list
1996-01-02/usr/bin/cpp wrapper script (which now knows where to find theTheo de Raadt
correct path to GNU cpp through an incredibly twisted hack)
1996-01-02latest diff caused uuencode to not be builtTheo de Raadt
1996-01-02got am/pm reversed when hour is 12; from Mark_Weaver@brown.edu; netbsd pr#1743Theo de Raadt
1996-01-02netbsd -> openbsdTheo de Raadt
1996-01-02deal with FD_ZERO changes; from augustss@cs.chalmers.se; netbsd pr#1872Theo de Raadt
1996-01-02supporte extended regular expressions; from jbernard@geek.mines.edu;Theo de Raadt
netbsd pr#1879 (more will be completely replaced soon)
1995-12-26from netbsd:Theo de Raadt
Use POSIX signals. Always set FNONBLOCK on the tty. Eliminate the use of SIGIO, and some other cleanup. We don't need non-blocking mode without SIGIO.
1995-12-23Honor SKEY flag from <bsd.own.mk>Thorsten Lockert
1995-12-22fieldcnt is number of fields, not +1; from mouse@Collatz.McRCIM.McGill.EDU; ↵Theo de Raadt
netbsd pr#1356
1995-12-22Imported from Cygnus byacc: Define YYEMPTY and YYLEX, because GCC uses them.Niklas Hallqvist
1995-12-22Imported from Cygnus byacc, David 'Zoo' Zuhn: add support for a -oNiklas Hallqvist
flag, to be command line compatible with bison, for most FSF programs that use a parser.
1995-12-21from netbsd; repair last commit, do not forget to remove the _symbol_ temp fileTheo de Raadt
1995-12-21from netbsd: some versions of strip generate a new file; thus we shouldTheo de Raadt
re-open the file before doing chown/chmod operations on it.
1995-12-20add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851Theo de Raadt
also add a prototype for skeyzero()
1995-12-18from netbsd:Theo de Raadt
Add PTRDIFF_IS_LONG and SIZEOF_IS_ULONG config entries for (32-bit) mips
1995-12-18pmax trash from netbsdTheo de Raadt
1995-12-18alpha and mips architectures use lorder.sh.gnmTheo de Raadt
1995-12-18from netbsd:Theo de Raadt
run nm once; also check dependencies for 'G' (gp-relative constant pool) and 'R' (readonly data)