]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - bin
This commit was generated by cvs2svn to compensate for changes in r98038,
[FreeBSD/FreeBSD.git] / bin /
2002-06-08 Andrey A. ChernovThis commit was generated by cvs2svn to compensate...
2002-06-08 Bruce EvansFixed unsorting.
2002-06-08 Juli MallettDon't say that the list of formats can be space delimit...
2002-06-07 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-06-07 Darren ReedThis commit was generated by cvs2svn to compensate...
2002-06-07 Juli MallettBack out previous back out of previously correct code.
2002-06-07 Juli MallettRemove tunables to hide warnings that no longer exist.
2002-06-07 Juli MallettCast to long to match format. Hidden by revision 1...
2002-06-06 Juli MallettUse a global `now' variable for the current time, and...
2002-06-06 Juli MallettImplement a SUSv3-ignorant but "time"-similar format...
2002-06-06 Juli Mallettsysctlbyname(3) returns -1 on failure, not any other...
2002-06-06 Juli MallettSupport the SUSv3 `rgroup' format.
2002-06-06 Juli MallettCast arg_max to size_t when comparing it (times 4,...
2002-06-06 Juli MallettSUSv3 conform on the "comm" and "args" formats, and...
2002-06-06 Doug BartonThis commit was generated by cvs2svn to compensate...
2002-06-06 Juli MallettRefer to the command format by its SUSv3 name (comm...
2002-06-06 Juli MallettAs per behaviour on SVR4 systems, to allow any desirabl...
2002-06-06 Tim J. RobbinsDocument the -f and -v options of the unset builtin.
2002-06-06 Tim J. RobbinsQuote the output of the no-argument form of the `set...
2002-06-06 Tim J. RobbinsAdd the SUSv3 -p ("portable") option to both the export...
2002-06-06 Tim J. RobbinsDon't modify output that is to be quoted if it contains...
2002-06-05 Juli MallettWiden the scope of fmt.c::1.19 and consistently use...
2002-06-05 Juli MallettComma seperate format lists, since space is no longer...
2002-06-05 Juli MallettSupport the 'comm' keyword, which is equivalent to...
2002-06-05 Juli MallettA space cannot be a header string seperator it appears...
2002-06-05 Juli MallettTo comply with SUSv3, duplicate the variable contents...
2002-06-05 Juli MallettReturning NULL here if malloc(3) fails is silly, at...
2002-06-05 Juli MallettRemove an XXX comment that seems to be a tiny bit no...
2002-06-05 Juli MallettUse of zero here meant many things, NULL, '\0' (NUL...
2002-06-05 Juli MallettUse a const char * where it is meant to be used. There...
2002-06-05 Juli MallettDuplicate the pointer to the string containing the...
2002-06-04 Tim J. RobbinsDisplay job status correctly when a pipeline is suspended.
2002-06-04 Tim J. RobbinsDescribe finished jobs as "Done", not "Exit" (SUSv3)
2002-06-04 Tim J. RobbinsDon't output `state' and `current' fields for processes...
2002-06-04 Tim J. RobbinsMissing prototypes from previous commit.
2002-06-04 Tim J. RobbinsCorrect minor spacing problem in output of jobs -l...
2002-06-04 Tim J. RobbinsQuote alias values in the output of the alias(1) builti...
2002-06-04 Tim J. RobbinsRespect setting of the COLUMNS environment variable...
2002-06-04 Tim J. RobbinsIgnore empty COLUMNS environment variable. COLUMNS...
2002-06-03 Tim J. RobbinsCorrect history (again): V3 had a kill command, only...
2002-06-03 Tim J. RobbinsCorrect History: sync(8) appeared in V4.
2002-06-03 Tim J. RobbinsCorrect History section: kill(1) appeared in V4, not V6.
2002-06-02 Tim J. RobbinsFix typo causing ``fc -e'' to not work correctly. getop...
2002-06-02 Tim J. RobbinsAdding an entry to the history with H_ENTER moves libed...
2002-06-01 Tim J. RobbinsImplement $PPID, the parent process ID of the shell.
2002-06-01 Tim J. RobbinsSupport the remaining job ID formats required by SUSv3:
2002-05-31 Tim J. RobbinsAdd -s (output PID's only) and -l (show PID's) options...
2002-05-31 Tim J. Robbins#if JOBS around a job control-related statement to...
2002-05-31 Tim J. RobbinsBreak the code to display status info for one job out...
2002-05-31 Tim J. RobbinsMove job to front of most recently used job list when...
2002-05-31 Tim J. RobbinsInstead of keeping just the jobid of the most recently...
2002-05-30 Ruslan Ermilovmdoc(7) police: kill hard sentence breaks.
2002-05-30 Tim J. RobbinsReject options, handle "--" correctly in unlink(1).
2002-05-30 Tim J. RobbinsReject options, handle "--" end-of-options marker in...
2002-05-29 Ruslan Ermilovmdoc(7) police: punctuation.
2002-05-29 Ruslan Ermilovmdoc(7) police: tidy up the markup a bit.
2002-05-29 Ruslan Ermilovmdoc(7) police: markup nits.
2002-05-29 Ruslan Ermilovmdoc(7) police: markup nits.
2002-05-29 Ruslan Ermilovmdoc(7) police: punctuation.
2002-05-29 Ruslan Ermilovmdoc(7) police: replace the XXX with the correct width.
2002-05-28 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-28 Marcel MoolenaarAdd uuidgen(2) and uuidgen(1).
2002-05-26 Tim J. RobbinsNote that the lutimes(2) and lchflags(2) syscalls also...
2002-05-26 Tim J. RobbinsAdd lchmod(2) to the list of syscalls that do not follo...
2002-05-25 Tim J. Robbinssh appeared in Version 1, not System V.1.
2002-05-25 Tim J. RobbinsImplement `set +o', which displays the currently set...
2002-05-24 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2002-05-22 Tim J. RobbinsBring back the cd -L and -P options from revision 1...
2002-05-22 Tim J. RobbinsTemporarily back out revision 1.24; it seems to handle...
2002-05-21 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-05-20 Tim J. RobbinsAdd the SUSv3 -L and -P options to the cd and pwd built...
2002-05-19 Juli MallettRemove a small, annoying, nit I ran in to editing this...
2002-05-19 Tim J. RobbinsImplement the -u (-o nounset) option, which gives an...
2002-05-19 Tim J. RobbinsMake the fg and bg commands give the output required...
2002-05-19 Tim J. RobbinsImplement the -C (-o noclobber) option, which prevents...
2002-05-19 Tim J. RobbinsAdd missing options required by SUSv3:
2002-05-18 Ian DowseUnconditionally update the maximum field width statisti...
2002-05-18 Tim J. RobbinsBack out part of previous commit: make -P the default...
2002-05-18 Tim J. RobbinsMake -L the default, allow both -L and -P to be specifi...
2002-05-17 Andrey A. ChernovOptimize prev. commit code a bit
2002-05-17 Andrey A. ChernovTrailing slash fixes.
2002-05-17 Juli MallettRemove local definition of _PATH_CP, and use <paths...
2002-05-16 Josef KarthauserThe sysctl has changed from 'kern.ps_showallprocs' to
2002-05-16 Tom Rhodesmore file system > filesystem
2002-05-16 Tom RhodesConsistancy check s/file system/filesystem/
2002-05-15 Bill Fumerolarestore missing default case removed in ls.c:r1.57
2002-05-15 Juli MallettMake 'user' and 'group' const as to not discard the...
2002-05-15 Juli MallettRemove an empty default case to make this syntactically...
2002-05-13 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-05-13 Jacques VidrineThis commit was generated by cvs2svn to compensate...
2002-05-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2002-05-12 Poul-Henning KampRemove the private code for reading UFS superblocks...
2002-05-11 Chris D. FaulhaberAdd semicolon to empty default case to silence warning.
2002-05-11 Garrett WollmanEXPR_COMPAT should imply -e, since there is no way...
2002-05-11 Alfred Perlsteinwhile i'm breaking stuff, use __dead2 instead of GCC...
2002-05-11 Alfred Perlsteinbackout additional include of cdefs.h, it's not helping...
2002-05-11 Alfred Perlsteininclude cdefs.h for __printf0like to silence warning.
2002-05-11 Chris D. FaulhaberAdd semicolon to empty default case to silence warning.
2002-05-11 Alfred PerlsteinAdd semicolon to empty default case to silence warning.
2002-05-10 Garrett WollmanThe response to my POSIX interpretation request says...
next