summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Describe the meta and builtins attributes for the .SHELL specialharti2005-05-241-0/+14
* Describe the -x option and the .WARN pseudo-target.harti2005-05-241-0/+33
* Before doing any parsing parse the builtin shell specifications andharti2005-05-243-178/+204
* Allow the .SHELL target to specify the list of shell meta characters andharti2005-05-241-289/+305
* Make the ArgArray_Init() function visible to the rest of make.harti2005-05-232-1/+2
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-211-1/+1
* Sync program's usage() with manpage's SYNOPSIS.ru2005-05-2139-61/+62
* Get rid of global variables for argument vectors produced by brk_string()harti2005-05-187-211/+263
* (1) Revert unnecessary indentation changes I committed as part of thekeramida2005-05-181-11/+9
* Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'keramida2005-05-181-17/+23
* Get rid of the ReturnStatus obscuration that was anyway used onlyharti2005-05-188-45/+32
* Unbreak r1.11 by delhij. Blind change from unsigned to signed charkan2005-05-181-2/+2
* Add temporary patches to make one-true-awk respect locale's collating orderru2005-05-174-0/+103
* Correct the script name to be "zless.sh". This avoids an extra cp/chmodru2005-05-171-1/+1
* Add a zless script which invokes less using the lesspipe script. This isdes2005-05-172-3/+11
* Handle presumably uncompressed files with cat; exec the handlers.des2005-05-171-3/+9
* Hardcode username to 8 characters. This makes top(1) output sane whenobrien2005-05-161-7/+7
* Make <runefile.h> internal to libc.ru2005-05-162-2/+2
* o Add option -n. The -n option takes a count and breaks the linemarcel2005-05-153-31/+90
* Reindent and improve style(9) comformance.marcel2005-05-151-26/+26
* NI_WITHSCOPEID cleanup. Neither RFC 2553 nor RFC 3493 definesume2005-05-131-2/+2
* Use the print_flags function to print the OP_ flags of a target.harti2005-05-134-41/+28
* Move the Boolean and ReturnStatus stuff from sprite.h to util.h andharti2005-05-1316-81/+27
* Make Shell_Init() static - it's only used here.harti2005-05-132-10/+9
* Add a flag (-q) which prints no header for the file and which doesn't indent thejmallett2005-05-122-33/+61
* Include <err.h>. On my system CVS Make(1) has an implicit declaration ofjmallett2005-05-121-0/+1
* Still too early to bump WARNS - there are still warnings on 64bitharti2005-05-121-1/+1
* Make sure machine is initialize before use. Also make two pointers constharti2005-05-121-4/+5
* Get rid of the warning about vfork() clobbering variables.harti2005-05-121-4/+9
* Do mktemp() by hand to get rid of the mktemp() warning and theharti2005-05-121-17/+102
* Use a variable initialized to a string instead of the string directlyharti2005-05-122-7/+8
* Move code in CondToken() and get rid of a goto.harti2005-05-121-12/+11
* Remove a useless else and un-indent the following code.harti2005-05-121-377/+378
* Revert the previous accidential commit.harti2005-05-121-1/+1
* Cleanup SuffFindArchDeps() to get rid of two const-warnings.harti2005-05-122-12/+10
* The first element of the vector built by brk_string() is neverharti2005-05-122-10/+15
* Cleanup. Move initialisation of file and program global variablesharti2005-05-121-56/+56
* Replace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlobal().harti2005-05-123-18/+30
* Cleanup main(). Move catching SIGCHLD into job.c. Move unsetenv("ENV")harti2005-05-123-53/+63
* Reshuffle functions to get rid of prototypes.harti2005-05-121-108/+102
* Compat_RunCommand is used only in job.c so make it static there.harti2005-05-122-2/+2
* Move variable printing from main.c to var.charti2005-05-123-29/+38
* Fix the fix for bin/72510 applied in job.c:1.70. Actually there haveharti2005-05-125-8/+13
* Move some global variables to the correct files.harti2005-05-124-10/+12
* Untwist the convoluted if() expressions in JobFinish(). Theyharti2005-05-121-106/+174
* Move some comments around to where they belong and remove some unneccessaryharti2005-05-122-48/+34
* Convert Compat_RunCommand() to use ProcWait(). This also gives Cmd_Exec()harti2005-05-121-73/+68
* Make a function ProcWait() that waits for the given process.harti2005-05-121-20/+31
* Overhaul the fork(), exec() code. Put all the common handling thatharti2005-05-121-167/+222
* - check for geom_uzip module presence using kldstat -m.fjoe2005-05-112-6/+4
OpenPOWER on IntegriCloud