| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo causing ``fc -e'' to not work correctly. getopt() sets optarg, | tjr | 2002-06-02 | 1 | -1/+1 |
* | Adding an entry to the history with H_ENTER moves libedit's internal | tjr | 2002-06-02 | 1 | -0/+9 |
* | Implement $PPID, the parent process ID of the shell. | tjr | 2002-06-01 | 2 | -0/+9 |
* | Support the remaining job ID formats required by SUSv3: | tjr | 2002-06-01 | 1 | -2/+21 |
* | Add -s (output PID's only) and -l (show PID's) options to the jobs(1) | tjr | 2002-05-31 | 4 | -18/+85 |
* | #if JOBS around a job control-related statement to allow compilation with | tjr | 2002-05-31 | 1 | -0/+2 |
* | Break the code to display status info for one job out from showjobs() into | tjr | 2002-05-31 | 1 | -63/+52 |
* | Move job to front of most recently used job list when bg'd or fg'd. | tjr | 2002-05-31 | 1 | -0/+1 |
* | Instead of keeping just the jobid of the most recently bg'd or fg'd job, | tjr | 2002-05-31 | 2 | -9/+85 |
* | mdoc(7) police: kill hard sentence breaks. | ru | 2002-05-30 | 1 | -3/+5 |
* | Reject options, handle "--" correctly in unlink(1). | tjr | 2002-05-30 | 1 | -4/+7 |
* | Reject options, handle "--" end-of-options marker in link(1). | tjr | 2002-05-30 | 1 | -4/+7 |
* | mdoc(7) police: punctuation. | ru | 2002-05-29 | 1 | -1/+1 |
* | mdoc(7) police: tidy up the markup a bit. | ru | 2002-05-29 | 1 | -142/+41 |
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -11/+11 |
* | mdoc(7) police: markup nits. | ru | 2002-05-29 | 1 | -2/+3 |
* | mdoc(7) police: punctuation. | ru | 2002-05-29 | 1 | -3/+3 |
* | mdoc(7) police: replace the XXX with the correct width. | ru | 2002-05-29 | 1 | -2/+1 |
* | Add uuidgen(2) and uuidgen(1). | marcel | 2002-05-28 | 3 | -0/+190 |
* | Note that the lutimes(2) and lchflags(2) syscalls also do not follow symlinks. | tjr | 2002-05-26 | 1 | -13/+16 |
* | Add lchmod(2) to the list of syscalls that do not follow symbolic links. | tjr | 2002-05-26 | 1 | -1/+3 |
* | sh appeared in Version 1, not System V.1. | tjr | 2002-05-25 | 1 | -1/+1 |
* | Implement `set +o', which displays the currently set options in a format | tjr | 2002-05-25 | 2 | -5/+28 |
* | Bring back the cd -L and -P options from revision 1.24, but try harder not | tjr | 2002-05-22 | 1 | -33/+105 |
* | Temporarily back out revision 1.24; it seems to handle the case where the | tjr | 2002-05-22 | 1 | -78/+22 |
* | Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical' | tjr | 2002-05-20 | 2 | -24/+110 |
* | Remove a small, annoying, nit I ran in to editing this file, a lone tab | jmallett | 2002-05-19 | 1 | -1/+1 |
* | Implement the -u (-o nounset) option, which gives an error message if | tjr | 2002-05-19 | 2 | -1/+11 |
* | Make the fg and bg commands give the output required by SUSv3. | tjr | 2002-05-19 | 1 | -0/+10 |
* | Implement the -C (-o noclobber) option, which prevents existing regular | tjr | 2002-05-19 | 8 | -1/+19 |
* | Add missing options required by SUSv3: | tjr | 2002-05-19 | 5 | -16/+100 |
* | Unconditionally update the maximum field width statistics when we | iedowse | 2002-05-18 | 1 | -5/+3 |
* | Back out part of previous commit: make -P the default again until I'm | tjr | 2002-05-18 | 2 | -2/+2 |
* | Make -L the default, allow both -L and -P to be specified (last one used | tjr | 2002-05-18 | 2 | -11/+16 |
* | Optimize prev. commit code a bit | ache | 2002-05-17 | 1 | -4/+4 |
* | Trailing slash fixes. | ache | 2002-05-17 | 1 | -2/+12 |
* | Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in the | jmallett | 2002-05-17 | 2 | -1/+1 |
* | The sysctl has changed from 'kern.ps_showallprocs' to | joe | 2002-05-16 | 1 | -1/+1 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -1/+1 |
* | Consistancy check s/file system/filesystem/ | trhodes | 2002-05-16 | 20 | -46/+46 |
* | restore missing default case removed in ls.c:r1.57 | billf | 2002-05-15 | 2 | -0/+4 |
* | Make 'user' and 'group' const as to not discard the qualifier from the | jmallett | 2002-05-15 | 1 | -1/+2 |
* | Remove an empty default case to make this syntactically correct. Not there | jmallett | 2002-05-15 | 1 | -1/+0 |
* | Remove the private code for reading UFS superblocks, this does not belong | phk | 2002-05-12 | 2 | -110/+36 |
* | Add semicolon to empty default case to silence warning. | jedgar | 2002-05-11 | 1 | -0/+1 |
* | EXPR_COMPAT should imply -e, since there is no way to specify it otherwise, | wollman | 2002-05-11 | 2 | -1/+18 |
* | while i'm breaking stuff, use __dead2 instead of GCC specific __attribute__. | alfred | 2002-05-11 | 1 | -2/+1 |
* | backout additional include of cdefs.h, it's not helping any. | alfred | 2002-05-11 | 1 | -1/+0 |
* | include cdefs.h for __printf0like to silence warning. | alfred | 2002-05-11 | 1 | -0/+1 |
* | Add semicolon to empty default case to silence warning. | jedgar | 2002-05-11 | 1 | -0/+1 |