aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Staticify for lint.Mark Murray2002-10-181-2/+2
* Constify and staticify for lint.Mark Murray2002-10-183-6/+6
* Print non-printing characters in directory names, as well as file names,Tim J. Robbins2002-10-183-5/+9
* Avoid accidentally making "-h" a synonym for "fc".Tim J. Robbins2002-10-181-1/+1
* Output "human-readable" values with a non-0 precision whereDima Dorfman2002-10-181-7/+9
* Dekerberise. The corresponding userland stuff has been dekerberisedMark Murray2002-10-163-169/+6
* Do not strip CTL* escapes from redirection filenames in argstr(); theyTim J. Robbins2002-10-081-1/+1
* Clean up use of <stdarg.h> macros: always call va_end after va_start,Tim J. Robbins2002-10-061-2/+6
* Ensure all va_starts have a matching va_end.Tim J. Robbins2002-10-061-1/+1
* While removing a memory leak, rev 1.32 introduced aPhilippe Charnier2002-10-061-16/+11
* /dev/sa0 is the default tape device, not /dev/rst0.Tim J. Robbins2002-10-062-6/+6
* Disallow empty condition parts of "if", "while" and "until" compoundTim J. Robbins2002-10-061-3/+6
* Use %jd in format string and cast argument to intmax_t instead of usingTim J. Robbins2002-10-062-4/+3
* Fix format string errors relating mainly to the use of %qu to print off_t's.Tim J. Robbins2002-10-064-9/+15
* Oops, the previous version was a last minute test version with off_tBruce Evans2002-10-031-1/+1
* Use a non-bogus type for representing the values of offsets in structs.Bruce Evans2002-10-031-1/+1
* Fix some twelve hour clock braindamage. The range for hours is 0-23 not 1-12.Tony Finch2002-10-031-1/+1
* Catch up to SMTX -> SLOCK changes.John Baldwin2002-10-024-25/+22
* Use %d in a printf() format string and cast the argument to int instead ofTim J. Robbins2002-10-021-1/+1
* Return the ``u''Tom Rhodes2002-10-011-1/+1
* Back out experimental changes to fmtstr() that I didn't mean to includeTim J. Robbins2002-10-011-1/+9
* Replace a home-grown printf() clone with a fwopen() wrapper aroundTim J. Robbins2002-10-011-190/+23
* It is now safe to remove WARNS=0 and WFORMAT=0.Maxime Henrion2002-10-011-2/+0
* Restore "not found" error message when searching for (or executing)Tim J. Robbins2002-10-011-2/+8
* - Don't use quad_t when we really mean rlim_t.Maxime Henrion2002-10-011-5/+6
* Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format stringTim J. Robbins2002-10-011-0/+2
* Use the %t format modifier to print differences betweenMaxime Henrion2002-10-012-2/+2
* Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2Tim J. Robbins2002-10-011-2/+0
* Remove some kind of profiling support that required the 4.2BSD monitor()Tim J. Robbins2002-10-011-12/+0
* Remove bits and pieces of support for atty, which was made obsolete byTim J. Robbins2002-10-014-41/+1
* Callers of error() don't need to supply a program name prefix in theTim J. Robbins2002-09-301-6/+6
* Allow a left parenthesis before patterns in case blocks. POSIX requiresTim J. Robbins2002-09-301-0/+2
* Allow empty case/esac statements; POSIX requires this, and recent versionsTim J. Robbins2002-09-301-2/+2
* Remove dead code which supported systems without O_APPEND, O_CREAT or SIGTSTP.Tim J. Robbins2002-09-292-34/+0
* Convert the remaining callers of errmsg() to use strerror(), and removeTim J. Robbins2002-09-294-111/+13
* Mark the signo as __unused in a lazy signal handler.Juli Mallett2002-09-291-1/+1
* s/behaviour/behavior/ in the chmod(1) manualTom Rhodes2002-09-281-1/+1
* List valid keywords, ala kill(1), rather than the csh builtin kill, whichJuli Mallett2002-09-271-2/+5
* Ala kill(1), tell people to type 'ps -L' for a list of format keywords.Juli Mallett2002-09-271-1/+1
* cp -p could report success even if a file copy failed. This was due toStephen McKay2002-09-221-3/+4
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structGarrett Wollman2002-09-212-4/+4
* Rename new PLONG type to PGTOK as the conversion is more important than theJuli Mallett2002-09-173-4/+4
* Conglomerate printing of ps_pgtok'd data into a PLONG type. I couldn't thinkJuli Mallett2002-09-174-23/+6
* Perform keyword.c:1.27 properly, implement -orss in the New World Order ofJuli Mallett2002-09-163-2/+12
* Remove some NOTINUSE stuff. Good housekeeping.Juli Mallett2002-09-161-9/+0
* Do not risk using the kernel pgtok() which assumes the page size isPeter Wemm2002-09-131-6/+2
* Correct a usage of fnctl that could not be right and results in aJacques Vidrine2002-09-111-1/+1
* ANSIify function definitions.David Malone2002-09-041-4/+2
* Prevent ps(1) from doing idiotic munging of things in a -ofmt= string.Juli Mallett2002-09-031-1/+8
* Fix a warning of "possibly used before initialisation".Giorgos Keramidas2002-08-291-2/+1