summaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* unbreak build:Alfred Perlstein2002-05-112-6/+2
* #include <stdlib.h> for exit(3) prototype.Chris D. Faulhaber2002-05-111-0/+1
* BWK awk appears to work for world builds just fine now. We want to makeDavid E. O'Brien2002-05-101-2/+0
* xargs.c,v 1.33 broke the upgrade path from old versions of 4.x and 5.0.Ruslan Ermilov2002-05-102-1/+13
* Cast the uc_mcontext member to regcontext *, not the whole ucontext_t.Thomas Gellekum2002-05-101-2/+3
* Fix wrong bitmask.Thomas Gellekum2002-05-101-3/+3
* According to POSIX, exit status must be 127 if the requested utility was notTim J. Robbins2002-05-102-5/+15
* Reimplement the who(1) utility to add some features required by SUSv3:Tim J. Robbins2002-05-092-122/+270
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-098-16/+16
* Back out part of previous commit - K&R doesn't have const.Dag-Erling Smørgrav2002-05-091-1/+1
* Make _msgout take a const char * rather than a char *.Dag-Erling Smørgrav2002-05-081-2/+2
* Change whtespace indent in format string to fit new output form ofJun Kuriyama2002-05-081-2/+2
* These files haven't been used in a while.Dag-Erling Smørgrav2002-05-083-480/+0
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-0811-1216/+317
* Really include <paths.h> (it seems it was brought in indirectly)Dag-Erling Smørgrav2002-05-081-0/+1
* Use <paths.h> rather than "pathnames.h", and fix a couple of whitespace nits.Dag-Erling Smørgrav2002-05-085-45/+18
* Oops, update usage() to have -i.Juli Mallett2002-05-071-2/+2
* Add handling for any nil-length string passed to -i for the backup extension.Juli Mallett2002-05-072-2/+21
* Un-shadow the `fname' variable.Juli Mallett2002-05-071-9/+9
* Add a -i option to sed(1) to do inplace editing, to give us an alternative toJuli Mallett2002-05-072-3/+77
* Add myself.Tony Finch2002-05-071-0/+1
* Make sure the file in Attic is really "dead".Ruslan Ermilov2002-05-071-91/+0
* Affect the first of stdin, stdout and stderr that is attached to a terminal.Tim J. Robbins2002-05-062-17/+28
* -I and -J both set the same variable, replstr, to the string to replace withJuli Mallett2002-05-061-0/+2
* - Properly initialize the count_win when the user turns the info windowMark Peek2002-05-061-1/+4
* Fix make(1) behaviour regarding SysV-style substitution when given a nilJuli Mallett2002-05-051-0/+6
* Modify the -p implementation to use a user's locale, so they can respond toJuli Mallett2002-05-052-13/+63
* Fix a typo.Juli Mallett2002-05-051-2/+3
* In an effort to make this utility easier to work with at a source level, moveJuli Mallett2002-05-051-141/+154
* Document the fact that at(1) is run through cron(8) and that this affectsJeroen Ruigrok van der Werven2002-05-041-0/+14
* Add myself.Jonathan Mini2002-05-041-0/+1
* Grouping changes.Juli Mallett2002-05-041-2/+2
* Don't use pointers as booleans.Juli Mallett2002-05-041-3/+3
* Replace calloc(3) with malloc(3), and set the tail of theJuli Mallett2002-05-041-2/+3
* Rename `eqrelval' which was renamed from `eqrel' to quiet a shadow warningJuli Mallett2002-05-031-3/+3
* Fix a bug whereby we were getting ~0 and comparing it to maxsize, i.e. ifJuli Mallett2002-05-031-1/+1
* Move substitution out to a function, prerun(), and replace use of run() withJuli Mallett2002-05-031-85/+78
* Get rid of bogus holder for realloc(3).Juli Mallett2002-05-031-6/+5
* Rewrite the loop that handles substitution in the -I case, and try to makeJuli Mallett2002-05-031-15/+75
* Rename `lflag' to `Lflag' to match the option's case.Juli Mallett2002-05-031-6/+6
* Revert revision 1.22. I incorrectly modified the Berkeley identifiers.Juli Mallett2002-05-031-3/+12
* Revert vendor identifiers, and #if 0 what is #if 0/#else for OpenBSD.Juli Mallett2002-05-036-13/+52
* Add the csplit(1) utility, which splits files based on context, as specifiedTim J. Robbins2002-05-021-0/+5
* Add the csplit(1) utility, which splits files based on context, as specifiedTim J. Robbins2002-05-023-0/+589
* Remove redundant declarations of getopt(3) externals (since <unistd.h> doesJuli Mallett2002-05-022-4/+2
* __COPYRIGHT() and __SCCSID().Juli Mallett2002-05-021-12/+3
* An explicit cast to size_t for an inline integer, since the two are not theJuli Mallett2002-05-021-2/+2
* A markup fix, and document -R as non-standard.Juli Mallett2002-05-021-3/+5
* Make -J a proper flag internal to the code (rather than just check forJuli Mallett2002-05-022-10/+30
* *str is spelled 's1' inside the body of the code.Juli Mallett2002-05-021-4/+2