Age | Commit message (Expand) | Author |
1996-08-09 | sprintf -> snprintf | Todd C. Miller |
1996-08-06 | _POSIX2_LINE_MAX errbuf for kvm_openfiles() | Theo de Raadt |
1996-08-04 | use bindresvport | Theo de Raadt |
1996-08-02 | Document the fact that we are compliant with 1003.2-1992, with some | Thorsten Lockert |
1996-08-02 | Exit with status >0 if any error occured; from FreeBSD | Thorsten Lockert |
1996-08-02 | zap getopt() case of -?, come on, it is the default! | Theo de Raadt |
1996-08-02 | more robust deliting, and handle negative timestamps; from freebsd | Theo de Raadt |
1996-08-02 | vmin/vtime may print 255 (_POSIX_VDISABLE) | Theo de Raadt |
1996-08-02 | ioctl ip->fd, not 0, doh | Theo de Raadt |
1996-08-02 | search table 2 | Theo de Raadt |
1996-08-02 | let vmin/vtime be set to 255 | Theo de Raadt |
1996-08-02 | not a terminal; from freebsd | Theo de Raadt |
1996-08-02 | extra utmp.h goes away; tom@haven.uniserve.com in freebsd | Theo de Raadt |
1996-07-30 | regarding freebsd pr#1351 & pr#1377 re: fastcopy(); kill "wrong gid but | Theo de Raadt |
1996-07-17 | Limit chio(1) to group operator | Thorsten Lockert |
1996-07-08 | kernel is /bsd, os is OpenBSD | ccappuc |
1996-06-29 | @ documented incorrectly; netbsd pr#2577; banshee@gabriella.resort.com | Theo de Raadt |
1996-06-29 | s/NOFILE/sysconf(_SC_OPEN_MAX)/ | Theo de Raadt |
1996-06-29 | Use tar(1) emulation as provided by pax(1) | Thorsten Lockert |
1996-06-25 | mkstemp | Theo de Raadt |
1996-06-24 | use temp file more carefully | Theo de Raadt |
1996-06-23 | update rcsid | Theo de Raadt |
1996-06-18 | from netbsd; Fix PR/2504: return with no args returns 0 instead of | Theo de Raadt |
1996-06-17 | opendev.h -> util.h | Jason Downs |
1996-06-17 | Changed to use the opendev(3) in libutil | Jason Downs |
1996-06-17 | The eject half of mt requires a device, instead of defaulting to the tape. | Jason Downs |
1996-06-16 | allocate large enough buffer; netbsd pr#2550; gsstark@mit.edu | Theo de Raadt |
1996-06-12 | ok, so I didn't think of it last night | Jason Downs |
1996-06-12 | actually document what offline does. | Jason Downs |
1996-06-11 | Manual page for tar(1) emulation in pax(1), by me | Thorsten Lockert |
1996-06-11 | Make eject(1) an alias for mt .. offline, and support disklabel(8) short | Jason Downs |
1996-06-11 | move to bin/md5 for `greater accessibility' | Theo de Raadt |
1996-06-11 | Default to "ustar" format when invoked as tar | Thorsten Lockert |
1996-06-11 | Add -z and -Z options to tar usage strings | Thorsten Lockert |
1996-06-11 | Use systems definition for getting major and minor numbers, and for | Thorsten Lockert |
1996-06-11 | Correct usage for listing contents of archives; from FreeBSD | Thorsten Lockert |
1996-06-11 | Correct compile warnings | Thorsten Lockert |
1996-06-10 | in findvar() return NULL for keywords not found | Theo de Raadt |
1996-06-10 | from mrg; grok scsi tapes | Theo de Raadt |
1996-06-10 | handle locale being incorrect | Theo de Raadt |
1996-05-22 | Fix growstackblock() 'newlen' calculations: | Theo de Raadt |
1996-05-22 | add blocksize/density commands; part of #921; from rhialto@polder.ubc.kun.nl | Theo de Raadt |
1996-05-22 | const | Theo de Raadt |
1996-05-21 | do newline correct inside ``, netbsd pr#2384 | Theo de Raadt |
1996-05-04 | old 4.4 symlink behaviour no long valid | Theo de Raadt |
1996-05-03 | don't munge argv strings -- copy them first. avoids 'w' showing: | Theo de Raadt |
1996-04-19 | from netbsd; fix 4.4 sccs damage | Theo de Raadt |
1996-04-19 | from mrg; impliment -z (gzip) in pax and tar, and -Z (compress) in tar | Theo de Raadt |
1996-04-19 | Utility to control media changers from the command line; corresponds | Theo de Raadt |
1996-04-17 | From NetBSD: Don't open tapes for writing when repositioning. | dm |