summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Display job status correctly when a pipeline is suspended.tjr2002-06-041-6/+8
* Describe finished jobs as "Done", not "Exit" (SUSv3)tjr2002-06-041-1/+5
* Don't output `state' and `current' fields for processes that aren'ttjr2002-06-041-3/+5
* Missing prototypes from previous commit.tjr2002-06-041-0/+3
* Correct minor spacing problem in output of jobs -l for pipelines.tjr2002-06-041-1/+1
* Quote alias values in the output of the alias(1) builtin so they aretjr2002-06-043-5/+44
* Respect setting of the COLUMNS environment variable (SUSv3)tjr2002-06-042-1/+14
* Ignore empty COLUMNS environment variable. COLUMNS should take precedencetjr2002-06-041-5/+5
* Correct history (again): V3 had a kill command, only it was in section 8,tjr2002-06-031-1/+1
* Correct History: sync(8) appeared in V4.tjr2002-06-031-1/+1
* Correct History section: kill(1) appeared in V4, not V6.tjr2002-06-031-1/+1
* Fix typo causing ``fc -e'' to not work correctly. getopt() sets optarg,tjr2002-06-021-1/+1
* Adding an entry to the history with H_ENTER moves libedit's internaltjr2002-06-021-0/+9
* Implement $PPID, the parent process ID of the shell.tjr2002-06-012-0/+9
* Support the remaining job ID formats required by SUSv3:tjr2002-06-011-2/+21
* Add -s (output PID's only) and -l (show PID's) options to the jobs(1)tjr2002-05-314-18/+85
* #if JOBS around a job control-related statement to allow compilation withtjr2002-05-311-0/+2
* Break the code to display status info for one job out from showjobs() intotjr2002-05-311-63/+52
* Move job to front of most recently used job list when bg'd or fg'd.tjr2002-05-311-0/+1
* Instead of keeping just the jobid of the most recently bg'd or fg'd job,tjr2002-05-312-9/+85
* mdoc(7) police: kill hard sentence breaks.ru2002-05-301-3/+5
* Reject options, handle "--" correctly in unlink(1).tjr2002-05-301-4/+7
* Reject options, handle "--" end-of-options marker in link(1).tjr2002-05-301-4/+7
* mdoc(7) police: punctuation.ru2002-05-291-1/+1
* mdoc(7) police: tidy up the markup a bit.ru2002-05-291-142/+41
* mdoc(7) police: markup nits.ru2002-05-291-11/+11
* mdoc(7) police: markup nits.ru2002-05-291-2/+3
* mdoc(7) police: punctuation.ru2002-05-291-3/+3
* mdoc(7) police: replace the XXX with the correct width.ru2002-05-291-2/+1
* Add uuidgen(2) and uuidgen(1).marcel2002-05-283-0/+190
* Note that the lutimes(2) and lchflags(2) syscalls also do not follow symlinks.tjr2002-05-261-13/+16
* Add lchmod(2) to the list of syscalls that do not follow symbolic links.tjr2002-05-261-1/+3
* sh appeared in Version 1, not System V.1.tjr2002-05-251-1/+1
* Implement `set +o', which displays the currently set options in a formattjr2002-05-252-5/+28
* Bring back the cd -L and -P options from revision 1.24, but try harder nottjr2002-05-221-33/+105
* Temporarily back out revision 1.24; it seems to handle the case where thetjr2002-05-221-78/+22
* Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical'tjr2002-05-202-24/+110
* Remove a small, annoying, nit I ran in to editing this file, a lone tabjmallett2002-05-191-1/+1
* Implement the -u (-o nounset) option, which gives an error message iftjr2002-05-192-1/+11
* Make the fg and bg commands give the output required by SUSv3.tjr2002-05-191-0/+10
* Implement the -C (-o noclobber) option, which prevents existing regulartjr2002-05-198-1/+19
* Add missing options required by SUSv3:tjr2002-05-195-16/+100
* Unconditionally update the maximum field width statistics when weiedowse2002-05-181-5/+3
* Back out part of previous commit: make -P the default again until I'mtjr2002-05-182-2/+2
* Make -L the default, allow both -L and -P to be specified (last one usedtjr2002-05-182-11/+16
* Optimize prev. commit code a bitache2002-05-171-4/+4
* Trailing slash fixes.ache2002-05-171-2/+12
* Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in thejmallett2002-05-172-1/+1
* The sysctl has changed from 'kern.ps_showallprocs' tojoe2002-05-161-1/+1
* more file system > filesystemtrhodes2002-05-161-1/+1
OpenPOWER on IntegriCloud