aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Add `.Nm red' to NAME section.Alexey Zelkin2000-01-101-1/+2
* . mdoc(7)'fyAlexey Zelkin2000-01-071-4/+9
* Print negative minor numbers in hex. Negative minor numbers areBruce Evans2000-01-061-2/+3
* Actually remove unrequired SRCS.Bruce Evans2000-01-051-1/+0
* Added missing DPADD's. Removed unrequired SRCS's.Josef Karthauser2000-01-013-1/+3
* Removed bogus dependancy on libutil.Josef Karthauser2000-01-011-3/+0
* Retire stat_flags.c; it's now in libutil.Josef Karthauser1999-12-301-149/+0
* Moved flags_to_string and string_to_flags into libutil. It's used inJosef Karthauser1999-12-303-6/+8
* Back out previous commit and replace with a cleaner solution adaptedSheldon Hearn1999-12-291-11/+21
* Take into account the fact that "[" may be called with a path,Sheldon Hearn1999-12-281-1/+6
* Mention the hostname variable in /etc/rc.conf since that is the mostJohn Baldwin1999-12-221-1/+6
* Fix a bug where a pointer would be one character too far after puttingOllivier Robert1999-12-211-1/+1
* Fix cut'n'paste niggles in previous commit.Sheldon Hearn1999-12-212-7/+8
* Add link(1) and unlink(1) as special cases of ln(1) and rm(1)Sheldon Hearn1999-12-206-6/+83
* Fix command hash handling onMartin Cracauer1999-12-203-3/+29
* Rewriting of flags_to_string() and string_to_flags() to use an array.Ollivier Robert1999-12-191-86/+61
* Second part of 8-bit fixes.Martin Cracauer1999-12-161-1/+9
* Document ulimit -b for RLIMIT_SBSIZE.Martin Cracauer1999-12-151-1/+3
* First round of 8-bit fixes.Martin Cracauer1999-12-153-9/+10
* add human readable output (-h and -H)Michael Haro1999-12-153-12/+158
* I've been Brucified! I did evil things with typedefs, but I'll do itBrian Feldman1999-12-081-4/+4
* Do proper constification in args.c. This shuts up -Wcast-qual (thanks,Brian Feldman1999-12-072-4/+8
* make '|' character visible.Martin Cracauer1999-12-051-1/+1
* Fix "subscript has type `char'" warnings by casting to int, asMartin Cracauer1999-12-042-5/+6
* Include strerror(errno) in error messages after failed system calls.Martin Cracauer1999-11-2910-15/+21
* Default to not -v.David E. O'Brien1999-11-281-2/+2
* brucifyMichael Haro1999-11-283-29/+33
* Add "-v".David E. O'Brien1999-11-272-2/+18
* Correct use of .Nm. Add DIAGNOSTICS section. Add rcsidPhilippe Charnier1999-11-212-8/+12
* Follow-up on mdoc fixes in rev 1.35; this includes things that I missedSheldon Hearn1999-11-181-29/+58
* The pipleline problem introduced in version 1.22 wasn't fully fixed inMartin Cracauer1999-11-171-1/+1
* I'm probably jumping the gun, but what the heck, this is -current.Peter Wemm1999-11-171-2/+2
* Use eproc.e_stats, not a series of crude hacks to fetch it from the u-area.Peter Wemm1999-11-171-60/+19
* Introduce commandline caching in the kernel.Poul-Henning Kamp1999-11-161-1/+1
* Typo (appropiate -> appropriate)Kris Kennaway1999-11-151-1/+1
* Allow the year to be specified with an optional century.Sheldon Hearn1999-11-102-4/+14
* Don't call bash(1) a Korn shell clone. Instead, use pdksh(1) as anSheldon Hearn1999-11-101-2/+2
* Correct logic from previous commit - middle processes in long pipesSteve Price1999-11-071-1/+1
* When a backquote command inside a here-document had a pipe with moreMartin Cracauer1999-11-051-1/+2
* Most modern OSs have the ability to flag certain mounts as ones toJulian Elischer1999-11-012-6/+14
* Restore reference to sleep(3).Ruslan Ermilov1999-10-281-1/+2
* Fix ';' command when used with -e flag.Martin Cracauer1999-10-261-1/+8
* Add `n' to the synopsis.David E. O'Brien1999-10-161-1/+1
* Implement ulimit -b for RLIMIT_SBSIZE.Brian Feldman1999-10-091-1/+4
* This implements the RLIMIT_SBSIZE ("sbsize") administrative limits forBrian Feldman1999-10-091-0/+1
* Mdoc cleanup, with a few grammar cleanups on the side.Sheldon Hearn1999-10-071-498/+922
* Nuke the FIODTYPE compatibility bits. It's time.Brian Feldman1999-10-031-3/+1
* Let sleep(1) handle fractions of a second (up to nanosecond).Ruslan Ermilov1999-10-012-12/+72
* Fix for new Kerberos4.Mark Murray1999-09-192-3/+6
* Make count=0 set cpy_cnt to -1, which is slight overloading, but makesBrian Feldman1999-09-163-5/+18