Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). | |||
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-24 | Correct the HISTORY section to note that this command appeared in Version 5 | Aaron Campbell | |
of AT&T UNIX, not Version 6. Verified by strings(1)'ing a .dsk file (PDP-11 executable) containing the v5 sources, obtainable at gatekeeper.dec.com in the directory /pub/DEC/sim/software. Idea from NetBSD PR/4790. | |||
2000-03-11 | Various cleanups and standardizations. | Aaron Campbell | |
2000-03-05 | Finish standardizing options list introduction. | Aaron Campbell | |
2000-01-05 | clarify; suggestions from austin@canuck.com | Paul Janzen | |
1999-11-30 | Using mkstemp to create permanent files is possible, but then | Marc Espie | |
the file mode needs tweaking to look like normal file creation. Approved by millert@, noticed by my students at Epita. Thanks guys ! | |||
1999-06-05 | - remove trailing white space | Aaron Campbell | |
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | |||
1999-06-01 | s/line/record/; phil@athenaeum.jellybaby.net | Aaron Campbell | |
1999-05-24 | Dynamically allocate memory for structures whose sizes are based on the | Todd C. Miller | |
number of keys given. Closes PR #825. | |||
1998-09-27 | usr.bin/ man page cleanups, n-s | Aaron Campbell | |
1998-07-24 | put -H in synopsis; aaron@ug.cs.dal.ca | Theo de Raadt | |
1998-07-20 | use warnx() | Michael Shalayeff | |
1998-07-20 | indent | Theo de Raadt | |
1998-07-20 | fix usage correctly | Theo de Raadt | |
1998-07-20 | consolidate printfs | Michael Shalayeff | |
1998-05-02 | fix yet another malloc problem. | Michael Shalayeff | |
malloc(2) states quite clear that "malloc() allocates uninitialized space" just one malloc'ed memory is cleared by this fix. do a 'sort -u /dev/null' w/ /etc/malloc.conf -> J> to reproduce. | |||
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-06-30 | 64bit fixes. Some of these are a bit bogus as there were "long"s | Todd C. Miller | |
meant to be file offsets for fseek(3). However, those values could never be > an int anyay so it is not a problem. | |||
1997-06-30 | Fix an unaligned access on alpha. | Todd C. Miller | |
1997-06-24 | Add #include for string.h to get declaration for memcpy | dgregor | |
1997-06-16 | Normalize treatment of -n option. Don't know why it was ever special-cased | Todd C. Miller | |
(since it was broken that way). Fixes PR user/220. | |||
1997-06-16 | Cosmetic cleanup, mostly KNF. | Todd C. Miller | |
1997-01-26 | for implied stdin, do not corrupt argv[0] | Theo de Raadt | |
1997-01-22 | Fix some err(3) usage and usage string. | Todd C. Miller | |
1997-01-22 | Fix off-by-one differently--add an extra byte to buffer (ick). | Todd C. Miller | |
Don't dump core on empty file. | |||
1997-01-22 | Off by one error. Fixes a core dump. | Todd C. Miller | |
1997-01-20 | sort(1) test suite | Todd C. Miller | |
1997-01-20 | sort(1) from 4.4BSD-lite2 with minor tweaks and bug fixes by me. | Todd C. Miller | |