aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
Commit message (Expand)AuthorAgeFilesLines
* Actually, arc4random() returns a uint32_t, not an int. Use the correctGarrett Wollman2001-11-081-1/+1
* fix jot -r on 64-bit platforms by teaching it that arc4random outputsAndrew Gallatin2001-11-081-1/+1
* Don't allocate a zero byte segment.Mike Heffner2001-11-081-1/+4
* Add missing include for <ctype.h>Brian Feldman2001-11-061-27/+47
* Anding the fsid with 0xffff was causing aliasing problems.David Malone2001-11-053-4/+4
* Make filenames const to avoid a few warnings.David Malone2001-11-055-9/+15
* Don't use gcc -Wall flag. Add FreeBSD: line.David Malone2001-11-051-1/+1
* Add two Russian holidays (by osa)Andrey A. Chernov2001-11-051-6/+8
* Nuke spaces in front of tabs.Dima Dorfman2001-11-041-1/+1
* Fix compilation with -DDEBUG.Dima Dorfman2001-11-041-1/+1
* Make cmp work by mmapping chunks of a file, rather than the wholeDavid Malone2001-11-041-14/+52
* Add myself.Shigeyuki Fukushima2001-11-041-0/+1
* Add myself.MANTANI Nobutaka2001-11-031-0/+1
* Remove a debugging warnx() that got committed by mistake.Dag-Erling Smørgrav2001-11-031-1/+0
* Bring Gawk back. There just isn't any other POSIX compliant AWK out there.David E. O'Brien2001-11-021-1/+0
* In order to perform faster when doing "head -n", use a pair ofAlfred Perlstein2001-11-021-7/+8
* change a global into a local, misc style fixesAlfred Perlstein2001-11-021-7/+5
* Really fix this work to work. While rev 1.24 did allow awk to run w/oDavid E. O'Brien2001-11-011-3/+3
* Utilize the property of 'echo' in that it removes \n from its input.David E. O'Brien2001-11-011-1/+1
* Add -K support to gprof(1), which enables dynamic symbol resolution fromBrian Feldman2001-10-306-4/+89
* Switch to the One True AWK from Bell-Labs, away from GNU AWK.David E. O'Brien2001-10-302-0/+37
* localtime() was being called on an int pointer (due to recentMatthew Dillon2001-10-291-6/+13
* Fix long format mismatch with int argMatthew Dillon2001-10-291-1/+1
* o Restore previous inconsistent style to login_fbtab.c, following itsRobert Watson2001-10-281-22/+22
* Fix time_t == int assumption, convert protocol int to time_t.Matthew Dillon2001-10-281-1/+2
* Fix time_t == int assumption, properly convert protocol int to time_t.Matthew Dillon2001-10-281-3/+2
* Make this compile cleanly when warnings are enabled:Jens Schweikhardt2001-10-288-227/+310
* Correct James Cook's year of birth. I wonder how anybody could expectGreg Lehey2001-10-271-1/+1
* o Modify format of /etc/fbtab to accept glob matching patterns forRobert Watson2001-10-251-35/+23
* Update Labour Day in New Zealand. It's definitely not today. ThisGreg Lehey2001-10-251-1/+1
* Fix typo.Murray Stokely2001-10-231-1/+1
* Add ia64 support (stubs, just like i386, alpha)Peter Wemm2001-10-233-0/+61
* This program uses sysexits(3), so it does not exit 1 on failure.Dima Dorfman2001-10-231-3/+1
* Back out part of previous commit: remove #include <sys/proc.h>.Dag-Erling Smørgrav2001-10-222-2/+0
* #include <sys/proc.h> where needed (for the stop event definitions) andDag-Erling Smørgrav2001-10-227-29/+49
* Teach truss(1) to display sockaddrs. It currently knows about AF_INET,Dag-Erling Smørgrav2001-10-212-3/+82
* Properly handle backslash newline within an identifier or keyword.Jens Schweikhardt2001-10-191-1/+11
* Fixed most style bugs in previous commit.Bruce Evans2001-10-191-14/+11
* Fixed missing DPADD and misplaced $FreeBSD$ in previous commit.Bruce Evans2001-10-191-1/+2
* Print statistics for AF_IPX.Matthew N. Dodd2001-10-191-0/+2
* Add libedit support to tftp.Matthew N. Dodd2001-10-192-8/+46
* Remove some EOL whitespace. Update usage() to current reality.Mike Barcroft2001-10-171-5/+5
* Use whois.example.com rather than non-existent.host in an example.Mike Barcroft2001-10-171-2/+2
* If the remote uptime is less than one minute, print the uptime inBill Fenner2001-10-171-0/+2
* Use strlcpy(3) instead of strcpy(3) to copy optarg into a fixed-size buffer.Maxim Sobolev2001-10-162-2/+2
* Removed unused include of kernel-only file <sys/lock.h>.Bruce Evans2001-10-131-1/+0
* o Treat a buffer as a non-NUL terminated string, because the whoisMike Barcroft2001-10-121-34/+24
* Minor cleanup, no functional changes:Thomas Gellekum2001-10-125-96/+108
* Fixed bugs from revision 1.27. Specifically:Ruslan Ermilov2001-10-111-9/+16
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-109-9/+0