Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-23 | tabify | kstailey | |
1997-07-17 | Adds rmd160 functionality. | Todd C. Miller | |
1997-07-12 | Use new-style man macros. | Todd C. Miller | |
1997-07-12 | md5(1) is now capable of doing md4, md5 and sha1 digests. Currently | Todd C. Miller | |
only md5 and sha1 are used. | |||
1997-07-08 | Pipes are not interactive, eh. | Todd C. Miller | |
1997-07-08 | If stdin is not a tty and not seekable assume we are being used | Todd C. Miller | |
interactively. Fixes all known problems with using ed over rsh. | |||
1997-07-08 | Use line-buffered output if no tty is present. Makes ed work | Todd C. Miller | |
correctly when there is no tty. Close PR#281 | |||
1997-07-03 | There is no undelete(2) manpage. | Jason Downs | |
1997-06-30 | Wall | Theo de Raadt | |
1997-06-30 | stdlib.h | Theo de Raadt | |
1997-06-29 | new location of des.h | Niels Provos | |
1997-06-29 | Reject non-numeric argument (so can't use atoi). | denny | |
1997-06-29 | Make sleep handle fractions of a second. Why not? | denny | |
1997-06-28 | somebody added setlocale() w/o locale.h | grr | |
1997-06-27 | setlocale; kleink | Theo de Raadt | |
1997-06-23 | duh, my mind is not crisp | Theo de Raadt | |
1997-06-23 | yyyy specification code; m4@nts.umn.edu | Theo de Raadt | |
1997-06-20 | boost TEST_BLOCK_LEN and TEST_BLOCK_COUNT a bit. this makes '-t' more | flipk | |
useful on fast boxes. also fflush(stdout) after printing the first test message so the user knows its actually doing something | |||
1997-06-19 | back out | kstailey | |
1997-06-18 | (foo *)0 -> NULL | kstailey | |
1997-06-18 | s/SunOP/SunOS/ | kstailey | |
1997-06-18 | irix 6.2 /usr/bin/test is even worse, heh | kstailey | |
1997-06-18 | (foo *)0 -> NULL | kstailey | |
1997-06-18 | more entries | kstailey | |
1997-06-18 | (foo *)0 -> NULL | kstailey | |
1997-06-18 | (foo *)0 -> NULL | kstailey | |
1997-06-18 | (foo *)0 -> NULL | kstailey | |
1997-06-18 | (foo *)NULL -> NULL | kstailey | |
1997-06-18 | (foo *)NULL -> NULL | kstailey | |
1997-06-18 | (foo *)NULL -> NULL | kstailey | |
1997-06-18 | (foo *)NULL -> NULL | kstailey | |
1997-06-18 | (foo *)NULL -> NULL | kstailey | |
1997-06-18 | (foo *)NULL -> NULL | kstailey | |
1997-06-16 | Better support for unmounted filesystems (i.e. df /dev/rsd0a): | denny | |
- interpret the superblock of lfs, ext2fs, and ffs filesystems. - never mount() an offline filesystem, always read its superblock. - use the same algorithm as statfs() for ffs, get the same answers. Even so, now I'm really unsure this code should remain in df. Similar functionality should be added to dumpfs or fsck instead. | |||
1997-06-13 | return 1 if the process does not exist. | michaels | |
1997-06-11 | dynamic fd_set (please check, todd) | Theo de Raadt | |
1997-06-06 | geteuid(2) can never fail. What was I thinking? | Todd C. Miller | |
1997-06-06 | doc [ expr ] notation; he@vader.runit.sintef.no | Theo de Raadt | |
1997-06-06 | fix | Theo de Raadt | |
1997-06-06 | POSIX says pax must complain about not being able to set permissions | Todd C. Miller | |
but we don't have to do that in non-pax modes. | |||
1997-06-04 | Don't complain about not being able to set uid/gid in "tar -p" | Todd C. Miller | |
(EPERM) unless the verbose flag is given or the user is root. Noted by Magnus Holmberg <mho@stacken.kth.se>. |