summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1995-12-14update from netbsdTheo de Raadt
1995-12-14resize an output fieldTheo de Raadt
1995-12-14update from netbsdTheo de Raadt
1995-12-14from netbsd; declare ourself as unix so that binary is assumedTheo de Raadt
1995-12-14from 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.)
1995-12-14from 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.)
1995-12-14from netbsd:Theo de Raadt
Convert to termios (from Scott Reynolds; PR#1621). 8-bit patches (from Matthieu Herrb; PR#1384).
1995-12-14update from netbsdTheo de Raadt
1995-12-14finish uuencode cleanupTheo de Raadt
1995-12-14from netbsd; Make more 8-bit clean (from Andreas Gustafsson; PR#1190).Theo de Raadt
1995-12-14fix a typoTheo de Raadt
1995-12-14from netbsd; also print elapsed timeTheo de Raadt
1995-12-14from netbsd; Describe PROFDIR environment variableTheo de Raadt
1995-12-14gcore goes awayTheo de Raadt
1995-12-14from netbsd: Added World AIDS Day.Theo de Raadt
1995-12-08s/environmental/environment/Theo de Raadt
1995-11-25make quotas work on ffs; from andrew@wipux2.wifo.uni-mannheim.de; netbsd pr ↵Theo de Raadt
#1790
1995-11-25documentation repair; from andrew@wipux2.wifo.uni-mannheim.; netbsd pr #1786Theo de Raadt
1995-11-17handle meta characters; good security idea from freebsdTheo de Raadt
1995-11-15zap some rcsmerge stuffTheo de Raadt
1995-11-15do not credit UCB if we are not prepared to credit everyoneTheo de Raadt
1995-11-13abort returns void; from bernd@arresum.inka.de; netbsd pr#1724Theo de Raadt
1995-11-13from netbsd:Theo de Raadt
Fix file descriptor leak. Include header files to bring prototypes into scope. Remove explicit declarations.
1995-11-06no more eject programs; all ELF/ECOFF machines have nlist problemsTheo de Raadt
1995-11-01Always ensure space for trailing NULL in argvTheo de Raadt
1995-10-29eliminate annoying blank line when RingingTheo de Raadt
1995-10-28update from NetBSDTheo de Raadt
1995-10-28column expansion from NetBSDTheo de Raadt
1995-10-23missing fileTheo de Raadt
1995-10-23warn if my permissions are off; but still allow a writeTheo de Raadt
1995-10-18irq count field widenedTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt