aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Don't free(sock) before it's even allocated.Dag-Erling Smørgrav2005-06-101-1/+0
* Remove kludges intended to support src trees with partial obj trees.Dag-Erling Smørgrav2005-06-102-24/+8
* Append a newline character to the usage string.Christian S.J. Peron2005-06-051-1/+1
* Use the ki_udata field that was recently-added to kinfo_proc, instead ofGarance A Drosehn2005-06-041-1/+1
* Back out revision 1.19 and 1.20 until I find mental clarity to deal withEivind Eklund2005-06-011-1/+7
* Add myself as a new committer.Brad Davis2005-06-011-0/+1
* o Teach login(1) to respect "hushlogin" and "nocheckmail" attributesMaxim Konovalov2005-06-011-2/+7
* Don't use a patch w/in /usr/src. Programmatically change files when needed.David E. O'Brien2005-05-312-25/+3
* Move #ident into #if 0.Stefan Farfeleder2005-05-319-18/+9
* Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-291-3/+5
* Move variable initialization to reduce compiler warning.Philippe Charnier2005-05-291-2/+2
* Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-292-0/+2
* Move FreeBSD Id outside of copyright. Initialize variable.Philippe Charnier2005-05-291-2/+4
* Modify vmstat(8)'s domem() routine, which is responsible for extractingRobert Watson2005-05-291-7/+38
* dd a '-n' option to ministat, which causes it to display only summaryRobert Watson2005-05-271-9/+17
* Remove an errno reset that became unnecessary.Eivind Eklund2005-05-261-1/+0
* decode utimes, lutimes, futimes, chflags, lchflags.Alfred Perlstein2005-05-261-0/+10
* Document a couple of gotchas.Eivind Eklund2005-05-261-1/+7
* We are past 4.4BSD - use our new-found stat flags for pipes and fifos.Eivind Eklund2005-05-261-6/+1
* decode mkdir args.Alfred Perlstein2005-05-261-0/+2
* Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSOGiorgos Keramidas2005-05-262-0/+2
* Add myself to the calendar.Andrew Thompson2005-05-261-0/+1
* Under certain conditions the condition parser would go one past end ofHartmut Brandt2005-05-251-1/+1
* Document why there is a dependency of certain object files from theHartmut Brandt2005-05-251-0/+6
* If sysctlbyname fails for kernel related reasons, tag the errnoChristian S.J. Peron2005-05-241-1/+1
* The caller of Var_Value() should not change the variable value. MakeHartmut Brandt2005-05-245-14/+15
* Get rid of the third argument to Var_Value() the pointer it pointedHartmut Brandt2005-05-248-65/+26
* Make shell.o dependend on the Makefile just in case someone changesHartmut Brandt2005-05-241-1/+1
* Bump the warning level to 6.Hartmut Brandt2005-05-241-1/+1
* Fix a 64-bit warning by casting an int64_t to intmax_t and printing itHartmut Brandt2005-05-241-1/+2
* Factor out ProcExec() into its own file and rename it to Proc_Exec() forHartmut Brandt2005-05-244-123/+193
* Factor out all the .SHELL parsing related stuff into its own file andHartmut Brandt2005-05-247-477/+588
* Use the name of the default shell instead of a numeric index to selectHartmut Brandt2005-05-243-8/+4
* Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")Hartmut Brandt2005-05-242-8/+18
* Describe the meta and builtins attributes for the .SHELL specialHartmut Brandt2005-05-241-0/+14
* Describe the -x option and the .WARN pseudo-target.Hartmut Brandt2005-05-241-0/+33
* Before doing any parsing parse the builtin shell specifications andHartmut Brandt2005-05-243-178/+204
* Allow the .SHELL target to specify the list of shell meta characters andHartmut Brandt2005-05-241-289/+305
* Make the ArgArray_Init() function visible to the rest of make.Hartmut Brandt2005-05-232-1/+2
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-211-1/+1
* Sync program's usage() with manpage's SYNOPSIS.Ruslan Ermilov2005-05-2139-61/+62
* Get rid of global variables for argument vectors produced by brk_string()Hartmut Brandt2005-05-187-211/+263
* (1) Revert unnecessary indentation changes I committed as part of theGiorgos Keramidas2005-05-181-11/+9
* Merge the CPU and WCPU columns in a single %6.2f column, add a new 'C'Giorgos Keramidas2005-05-181-17/+23
* Get rid of the ReturnStatus obscuration that was anyway used onlyHartmut Brandt2005-05-188-45/+32
* Unbreak r1.11 by delhij. Blind change from unsigned to signed charAlexander Kabaev2005-05-181-2/+2
* Add temporary patches to make one-true-awk respect locale's collating orderRuslan Ermilov2005-05-174-0/+103
* Correct the script name to be "zless.sh". This avoids an extra cp/chmodRuslan Ermilov2005-05-171-1/+1
* Add a zless script which invokes less using the lesspipe script. This isDag-Erling Smørgrav2005-05-172-3/+11
* Handle presumably uncompressed files with cat; exec the handlers.Dag-Erling Smørgrav2005-05-171-3/+9