summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Use socklen_t for the length of a socket structure instead of `int'.keramida2002-06-091-1/+2
* Replace <strings.h> with <string.h>. No functions from the former arekeramida2002-06-091-1/+1
* Check the return value of getcwd() to avoid printf()ing a NULL. Markmike2002-06-091-4/+5
* Allow whitespace to act as a delimiter in the keywords list given to the -o,jmallett2002-06-082-5/+14
* Fixed unsorting.bde2002-06-081-1/+1
* Don't say that the list of formats can be space delimited, it no longer can be.jmallett2002-06-081-2/+5
* Back out previous back out of previously correct code.jmallett2002-06-071-2/+1
* Remove tunables to hide warnings that no longer exist.jmallett2002-06-071-2/+0
* Cast to long to match format. Hidden by revision 1.18 of Makefile.jmallett2002-06-071-1/+2
* Use a global `now' variable for the current time, and initialise it atjmallett2002-06-063-6/+5
* Implement a SUSv3-ignorant but "time"-similar format for "etime", elapsedjmallett2002-06-064-0/+21
* sysctlbyname(3) returns -1 on failure, not any other value < 0.jmallett2002-06-061-3/+3
* Support the SUSv3 `rgroup' format.jmallett2002-06-064-5/+24
* Cast arg_max to size_t when comparing it (times 4, plus 1) against SIZE_MAX. Ijmallett2002-06-061-1/+2
* SUSv3 conform on the "comm" and "args" formats, and make correct the "command"jmallett2002-06-064-4/+41
* Refer to the command format by its SUSv3 name (comm), and list command as anjmallett2002-06-061-2/+2
* As per behaviour on SVR4 systems, to allow any desirable type of header in thejmallett2002-06-061-2/+4
* Document the -f and -v options of the unset builtin.tjr2002-06-061-5/+15
* Quote the output of the no-argument form of the `set' builtin for re-inputtjr2002-06-061-2/+8
* Add the SUSv3 -p ("portable") option to both the export and readonlytjr2002-06-062-3/+47
* Don't modify output that is to be quoted if it contains no IFS characterstjr2002-06-061-0/+7
* Widen the scope of fmt.c::1.19 and consistently use errx(3) if malloc(3) [orjmallett2002-06-053-10/+8
* Comma seperate format lists, since space is no longer up to the task.jmallett2002-06-051-6/+6
* Support the 'comm' keyword, which is equivalent to our 'command', butjmallett2002-06-051-0/+2
* A space cannot be a header string seperator it appears given the SUSv3jmallett2002-06-051-1/+1
* To comply with SUSv3, duplicate the variable contents for each given format,jmallett2002-06-051-1/+4
* Returning NULL here if malloc(3) fails is silly, at this point in the codepathjmallett2002-06-051-1/+1
* Remove an XXX comment that seems to be a tiny bit no longer pertinent. Thisjmallett2002-06-051-4/+0
* Use of zero here meant many things, NULL, '\0' (NUL), and 0. Sort it out.jmallett2002-06-051-5/+5
* Use a const char * where it is meant to be used. There's no reason to tryjmallett2002-06-051-1/+2
* Duplicate the pointer to the string containing the header so it does not getjmallett2002-06-051-1/+1
* 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
OpenPOWER on IntegriCloud