Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-01-28 | In doskip(), do not access an uninitialized variable in the statok == 0 case | Miod Vallat | |
(introduced in r1.9) | |||
2005-08-18 | Oops, previous fix would prevent standard input from being processed at all | Miod Vallat | |
since it is not stat(2)'ed; spotted by fgs@, better fix by tom@ | |||
2005-08-16 | Do not consider there is a file to process when stat(2) fails; gets rid of | Miod Vallat | |
spurious error messages. ok deraadt@ millert@ pedro@ tdeval@ | |||
2004-09-14 | use __inline instead of inline (for portability) | Theo de Raadt | |
2004-07-21 | Use fseeko, not fseek when offset is an off_t; Fabio Olive Leite | Todd C. Miller | |
2003-06-12 | de-register and ansification; millert ok | Theo de Raadt | |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-12-30 | Changes come from NetBSD, Lite-2 and me. ok deraadt | Peter Valchev | |
od(1): - Enable support for printing 8-byte integers. - Added -C option for hexadecimal+ASCII display. - Fix od so it displays short files containing nulls. - POSIXification: The C, S, I and L modifiers now behave correctly, specifying output in units of a char, short, int and long (as defined by the host system) respectively. Support -N, equivalent to hexdump's -n (format only COUNT bytes of input). Add -j option which does the same thing as -s in hexdump (skipping some of the input). hexdump(1): - POSIX.2 doesn't specify hexdump so it can't be compatible with it... - add missing trailing \n in usage() printf | |||
2001-11-19 | kill more registers | Mike Pechkin | |
millert@ ok | |||
2001-11-02 | replace fprintf(stderr)/exit w/ err/warn | Michael Shalayeff | |
2001-07-12 | first pass at a -Wall cleanup | Theo de Raadt | |
1998-12-16 | for less than 16 NUL bytes, do not print a * line; dillon | Theo de Raadt | |
1997-01-17 | r?index -> strr?chr | Todd C. Miller | |
1996-06-26 | rcsid | Theo de Raadt | |
1996-05-21 | use existing protos | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |