Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-03-03 | Working disk statistics; NetBSD PR 2160 | Thorsten Lockert | |
1996-03-02 | Make sure SYSV-style include directives are only matched when there is a | Thorsten Lockert | |
whitespace character after the word "include" | |||
1996-03-02 | timespec members are now named tv_{,u}sec again | Thorsten Lockert | |
1996-03-01 | Add gram.c to CLEANFILES | Thorsten Lockert | |
1996-03-01 | Allow "make depend" to work | Thorsten Lockert | |
1996-03-01 | Secondary name cache is per-directory now, not per-process. | Thorsten Lockert | |
1996-02-23 | Implement an -m option used for replacing /usr/share/mk with a | Niklas Hallqvist | |
custom search path, like $DESTDIR/usr/share/mk | |||
1996-02-23 | From 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-23 | From NetBSD: | Niklas Hallqvist | |
I (tls) seem to have forgotten to commit the patch in PR1608 when I closed it. Fix VLNEXT handling. | |||
1996-02-23 | From 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-23 | Minor 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-22 | From 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-20 | Support getting interrupts per device on the i386 platform, similar to | Thorsten Lockert | |
implementation on pc532 | |||
1996-02-15 | libcrypt no longer a link dependancy. | etheisen | |
1996-02-15 | libcrypt no longer a link dependancy. | etheisen | |
1996-02-13 | passwd should be setuid root | dm | |
1996-02-04 | Yacc now understands %expect keyword. This should help prevent yacc from | etheisen | |
gagging on GNU bison grammer. | |||
1996-02-03 | rdist 6.1.1 | dm | |
1996-02-03 | put supscan/supfilesrv in usr/sbin, users do not run them | Theo de Raadt | |
1996-01-29 | add -q option for silence; from mouse@collatz.mcrcim.mcgill.edu; | Theo de Raadt | |
netbsd pr#1204 | |||
1996-01-29 | less becomes more, and more is no more. from mrg@eterna.com.au | Theo de Raadt | |
1996-01-16 | the yppasswd command is not needed. the user should always let the | Theo 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-16 | from netbsd; Use err() & warn() | Theo de Raadt | |
1996-01-15 | from netbsd; Add capability to read archives (from Thomas Eberhardt; PR#497) | Theo de Raadt | |
1996-01-15 | from 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-15 | from netbsd: | Theo de Raadt | |
Document the -follow option, per David Brownlee <abs@mono.city.ac.uk> in PR #1113. | |||
1996-01-11 | from netbsd; Fetch `-p' documentation from a previous version of | Theo de Raadt | |
the man page | |||
1996-01-07 | more traditional semantics. if wheel group has no listed users, anyone | Theo 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-07 | date formatting glitch; from kashmir@umiacs.UMD.EDU; netbsd pr#1906 | Theo de Raadt | |
1996-01-05 | from tls; contrary to unpopular opinion, "help" is a perfectly valid hostname | Theo de Raadt | |
1996-01-04 | create /usr/libexec/cpp as a symbolic link | Theo de Raadt | |
1996-01-03 | Parse_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 the | Theo de Raadt | |
correct path to GNU cpp through an incredibly twisted hack) | |||
1996-01-02 | latest diff caused uuencode to not be built | Theo de Raadt | |
1996-01-02 | got am/pm reversed when hour is 12; from Mark_Weaver@brown.edu; netbsd pr#1743 | Theo de Raadt | |
1996-01-02 | netbsd -> openbsd | Theo de Raadt | |
1996-01-02 | deal with FD_ZERO changes; from augustss@cs.chalmers.se; netbsd pr#1872 | Theo de Raadt | |
1996-01-02 | supporte extended regular expressions; from jbernard@geek.mines.edu; | Theo de Raadt | |
netbsd pr#1879 (more will be completely replaced soon) | |||
1995-12-26 | from 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-23 | Honor SKEY flag from <bsd.own.mk> | Thorsten Lockert | |
1995-12-22 | fieldcnt is number of fields, not +1; from mouse@Collatz.McRCIM.McGill.EDU; ↵ | Theo de Raadt | |
netbsd pr#1356 | |||
1995-12-22 | Imported from Cygnus byacc: Define YYEMPTY and YYLEX, because GCC uses them. | Niklas Hallqvist | |
1995-12-22 | Imported from Cygnus byacc, David 'Zoo' Zuhn: add support for a -o | Niklas Hallqvist | |
flag, to be command line compatible with bison, for most FSF programs that use a parser. | |||
1995-12-21 | from netbsd; repair last commit, do not forget to remove the _symbol_ temp file | Theo de Raadt | |
1995-12-21 | from netbsd: some versions of strip generate a new file; thus we should | Theo de Raadt | |
re-open the file before doing chown/chmod operations on it. | |||
1995-12-20 | add ability to zero out entry; from millert@cs.colorado.edu; netbsd pr#1851 | Theo de Raadt | |
also add a prototype for skeyzero() | |||
1995-12-18 | from netbsd: | Theo de Raadt | |
Add PTRDIFF_IS_LONG and SIZEOF_IS_ULONG config entries for (32-bit) mips | |||
1995-12-18 | pmax trash from netbsd | Theo de Raadt | |
1995-12-18 | alpha and mips architectures use lorder.sh.gnm | Theo de Raadt | |
1995-12-18 | from netbsd: | Theo de Raadt | |
run nm once; also check dependencies for 'G' (gp-relative constant pool) and 'R' (readonly data) |