| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 2 | -8/+0 |
* | Fix stuttering sequences and reverse ranges | brian | 2010-06-02 | 2 | -9/+96 |
* | Add a reference to newly added seq(1) command. | delphij | 2010-02-20 | 1 | -1/+2 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+1 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
* | Fix some uninitialise variables. | brian | 2009-07-08 | 1 | -4/+4 |
* | Use explicit braces to avoid ambiguous else. | delphij | 2006-12-09 | 1 | -1/+2 |
* | Prevent buffer overflow when forcibly terminating an escape character. | dds | 2006-12-03 | 1 | -1/+3 |
* | Correct handling of format strings with escaped % specifications. | dds | 2006-12-03 | 1 | -2/+5 |
* | Style facelift. | dds | 2006-11-06 | 1 | -57/+73 |
* | Use a more sensible default of 1 or -1 when only the start and | dds | 2006-11-06 | 2 | -2/+9 |
* | Do What I Mean when the user asks for random integers or characters. | dds | 2006-11-06 | 2 | -8/+50 |
* | Avoid negative array indices: an empty string can also be used | dds | 2006-11-06 | 2 | -2/+3 |
* | See also arc4random | dds | 2006-11-06 | 1 | -0/+1 |
* | Restore jot's ability to use a seed for producing a deterministic | dds | 2006-11-06 | 2 | -7/+18 |
* | Replace obscure aliases through pointers with plain variables. | dds | 2006-11-06 | 1 | -11/+8 |
* | Merge code in common cases. | dds | 2006-11-06 | 1 | -29/+6 |
* | Replace opaque numeric bit flag values with #defined identifiers. | dds | 2006-11-06 | 1 | -29/+38 |
* | Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD. | cperciva | 2006-10-20 | 1 | -0/+5 |
* | Sort sections. | ru | 2005-01-18 | 1 | -2/+2 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 1 | -1/+2 |
* | Avoid passing negative values to <ctype.h> functions on machines with | tjr | 2004-07-16 | 1 | -3/+3 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -2/+2 |
* | Fix jot so that 'jot -r -w %d 1 1 4' never prints 4. Previously, it | das | 2003-08-01 | 1 | -1/+1 |
* | Don't depend on pollution in <limits.h> for the definition of | mike | 2002-07-05 | 1 | -0/+1 |
* | mdoc(7) police: added missing markup bits, lowercased argument names. | ru | 2002-07-03 | 1 | -5/+7 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -1/+0 |
* | Remove local prototype for main(). | jmallett | 2002-06-15 | 1 | -1/+0 |
* | Protoize. Remove un-needed cast to char in switch of getopt(3)'s return value. | jmallett | 2002-06-15 | 1 | -14/+10 |
* | Use `The .Nm utility' | charnier | 2002-04-20 | 1 | -2/+3 |
* | remove __P | imp | 2002-03-22 | 1 | -5/+5 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
* | Actually, arc4random() returns a uint32_t, not an int. Use the correct | wollman | 2001-11-08 | 1 | -1/+1 |
* | fix jot -r on 64-bit platforms by teaching it that arc4random outputs | gallatin | 2001-11-08 | 1 | -1/+1 |
* | mdoc(7) police: utilize the new .Ex macro. | ru | 2001-08-15 | 1 | -3/+1 |
* | Remove whitespace at EOL. | dd | 2001-07-15 | 1 | -1/+1 |
* | Replace the cast I removed in rev. 1.16 with a slightly less evil one | dd | 2001-05-29 | 1 | -1/+1 |
* | Silence warnings and compile with WARNS=2 on i386 and alpha. | dd | 2001-05-28 | 2 | -12/+12 |
* | Miscellaneous cleanups; sync to OpenBSD as much as feasible. | dd | 2001-05-27 | 1 | -81/+68 |
* | Prepare for mdoc(7)NG. | ru | 2000-12-19 | 1 | -1/+1 |
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
* | Don't call printf with no format string. | kris | 2000-07-10 | 1 | -1/+1 |
* | Back out rev 1.11, about which bde had concerns, and instead implement | sheldonh | 2000-01-06 | 2 | -66/+72 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Don't dump core for a known, documented bug. | sheldonh | 1999-07-22 | 1 | -1/+21 |
* | Improve printf(3) conversion specifier parsing so that silly formats | sheldonh | 1999-07-22 | 2 | -19/+97 |
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+1 |
* | Correct an error in a manpage example, add -Wall -W to Makefile (no | kris | 1999-05-13 | 3 | -8/+6 |
* | Random data is no longer based on the time of day, rather the random | steve | 1998-01-24 | 1 | -3/+4 |
* | Mdoc'ify man page. | charnier | 1997-11-03 | 2 | -102/+98 |