Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
1995-12-17 | from christos: | Theo de Raadt | |
- Added .WAIT to synchronize between sources like other pmake variants. - Updated documentation to include .ORDER .PARALLEL .NO_PARALLEL .NONPARALLEL | |||
1995-12-17 | SRCS are sources, and when they are sources, make depend will work like it ↵ | Theo de Raadt | |
should | |||
1995-12-16 | Make it possible to build without SKEY support | Thorsten Lockert | |
Add support for building with kerberosIV | |||
1995-12-16 | add sup to the tree | Theo de Raadt | |
1995-12-15 | close file only if previously opened; from bgrayson@pine.ece.utexas.edu; | Theo de Raadt | |
netbsd pr#1822 | |||
1995-12-15 | R3000, not RS3000 | Theo de Raadt | |
1995-12-15 | use the real bdes | Theo de Raadt | |
1995-12-14 | from netbsd: | Theo de Raadt | |
delete bogus declaration of abort() and include stdlib.h, so that this compiles w/o warning. | |||
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-12-14 | resize an output field | Theo de Raadt | |
1995-12-14 | update from netbsd | Theo de Raadt | |
1995-12-14 | from netbsd; declare ourself as unix so that binary is assumed | Theo de Raadt | |
1995-12-14 | from christos@netbsd: | Theo de Raadt | |
Minor: - ${.PREFIX} should never contain a full pathname - Fixed gcc -Wall warnings Major: - compatMake is now FALSE. This means that we are now running in full pmake mode: * rules on dependency lines can be executed in parallel and or out of sequence: foo: bar baz can fire the rule for baz before the rule for bar is fired. To enforce bar to be fired before baz, another rule needs to be added. [bar: baz] * adjacent shell commands in a target are now executed by a single invocation of the shell, not one invocation of the shell per line (compatMake can be turned off using the -B flag) - The -j flag now works... I.e. make -j 4 will fork up to four jobs in parallel when it can. The target name is printed before each burst of output caused by the target execution as '--- target ---', when j > 1 - I have changed all the Makefiles so that they work with make -j N, and I have tested the whole netbsd by: 'make -j 4 cleandir; make -j 4 depend; make -j 4; make -j 4 install' - I have not compiled or tested this version of make with -DREMOTE. - Turn compat mode on by default. It gets turned off when the -j without the -B flag is specified. [Thus you can use -j 1 to turn it off]. - Fix malloc -> emalloc as Gordon noted. Updates for POSIX/SVR4 compiling: arch.c: Don't require ranlib stuff. Not everybody has it. dir.c: SunOS-4 != Solaris; change #ifdef sun to #if sun && !__svr4__ job.c, compat.c: Don't use 'union wait', use int and the W*() macros. main.c: Check for uname() == -1; some unames return > 0... util.c, job.c: Add signal() with BSD semantics for svr4, don't use bsd sigmask and friends. from cgd@netbsd: pull in make.h. (PAlloc() now uses emalloc(), which is prototyped in make.h. If the prototype is not in scope on the Alpha, I see lots of "cast to pointer from integer of different size" warnings.) |