summaryrefslogtreecommitdiffstats
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* add myself as a new committerjkim2005-07-071-0/+1
* Our bsd.*.mk only supports 6 WARNS levels and we should not use higher valuesjohan2005-06-301-1/+1
* Fixed troff warnings.ru2005-06-271-1/+1
* Tidy up the markup.ru2005-06-221-34/+49
* Fix a bug where the value of ${SOMEVAR} would simply disappear if theregad2005-06-211-23/+48
* Put in a more descriptive heading for the `env' command.gad2005-06-211-1/+1
* Undo r1.14 to env.c. While it is unusual for environment variables togad2005-06-212-7/+2
* Add the '-S' and '-P' options. The '-S' option can be used to splitgad2005-06-205-32/+829
* If the `utility' specified starts with a '/' character, then execute itgad2005-06-201-1/+2
* Move the code that clears the environment when `-i' is specified, so it thatgad2005-06-201-5/+9
* Add a '-v' option to `env', to make it easier to discover exactly what stepsgad2005-06-201-4/+25
* Decode chroot(2) args.alfred2005-06-141-0/+2
* Markup and wording fixes.ru2005-06-149-18/+25
* Don't free(sock) before it's even allocated.des2005-06-101-1/+0
* Remove kludges intended to support src trees with partial obj trees.des2005-06-102-24/+8
* Append a newline character to the usage string.csjp2005-06-051-1/+1
* Use the ki_udata field that was recently-added to kinfo_proc, instead ofgad2005-06-041-1/+1
* Back out revision 1.19 and 1.20 until I find mental clarity to deal witheivind2005-06-011-1/+7
* Add myself as a new committer.brd2005-06-011-0/+1
* o Teach login(1) to respect "hushlogin" and "nocheckmail" attributesmaxim2005-06-011-2/+7
* Don't use a patch w/in /usr/src. Programmatically change files when needed.obrien2005-05-312-25/+3
* Move #ident into #if 0.stefanf2005-05-319-18/+9
* Reduce compiler warning: variable might be used uninitialized, by givingcharnier2005-05-291-3/+5
* Move variable initialization to reduce compiler warning.charnier2005-05-291-2/+2
* Reduce compiler warning: variable might be used uninitialized, by givingcharnier2005-05-292-0/+2
* Move FreeBSD Id outside of copyright. Initialize variable.charnier2005-05-291-2/+4
* Modify vmstat(8)'s domem() routine, which is responsible for extractingrwatson2005-05-291-7/+38
* dd a '-n' option to ministat, which causes it to display only summaryrwatson2005-05-271-9/+17
* Remove an errno reset that became unnecessary.eivind2005-05-261-1/+0
* decode utimes, lutimes, futimes, chflags, lchflags.alfred2005-05-261-0/+10
* Document a couple of gotchas.eivind2005-05-261-1/+7
* We are past 4.4BSD - use our new-found stat flags for pipes and fifos.eivind2005-05-261-6/+1
* decode mkdir args.alfred2005-05-261-0/+2
* Interlink systat(1), iostat(8) and vmstat(8) through their SEE ALSOkeramida2005-05-262-0/+2
* Add myself to the calendar.thompsa2005-05-261-0/+1
* Under certain conditions the condition parser would go one past end ofharti2005-05-251-1/+1
* Document why there is a dependency of certain object files from theharti2005-05-251-0/+6
* If sysctlbyname fails for kernel related reasons, tag the errnocsjp2005-05-241-1/+1
* The caller of Var_Value() should not change the variable value. Makeharti2005-05-245-14/+15
* Get rid of the third argument to Var_Value() the pointer it pointedharti2005-05-248-65/+26
* Make shell.o dependend on the Makefile just in case someone changesharti2005-05-241-1/+1
* Bump the warning level to 6.harti2005-05-241-1/+1
* Fix a 64-bit warning by casting an int64_t to intmax_t and printing itharti2005-05-241-1/+2
* Factor out ProcExec() into its own file and rename it to Proc_Exec() forharti2005-05-244-123/+193
* Factor out all the .SHELL parsing related stuff into its own file andharti2005-05-247-477/+588
* Use the name of the default shell instead of a numeric index to selectharti2005-05-243-8/+4
* Another shell attribute 'unsetenv' that will cause to unsetenv("ENV")harti2005-05-242-8/+18
* 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
OpenPOWER on IntegriCloud