Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
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-10-25 | Make -h and -L follow symlinks on extraction of directories. | Niklas Hallqvist | |
This means that existing symbolic links won't get overwritten with a directory, but instead the directory is created/updated with the privs from the archive at the end of the symlink chain. Great for unpacking OpenBSD release tarballs, where you have linked away stuff due to lack of space on a certain partition etc. | |||
2001-05-16 | use proper str*cpy functions instead of home grown one, spaces; millert@ ok | Michael Shalayeff | |
1997-09-01 | i am bored enough to fix terminal space/tab uglies | Theo de Raadt | |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff | |
1997-06-06 | geteuid(2) can never fail. What was I thinking? | Todd C. Miller | |
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>. | |||
1997-04-09 | the the | Theo de Raadt | |
1997-03-05 | Add missing #include | Thorsten Lockert | |
1997-03-04 | Do not post-process directories in cpio mode | Thorsten Lockert | |
1997-03-02 | More complete cpio(1) emulation | Thorsten Lockert | |
1997-01-26 | Support lchown(). | Jason Downs | |
1996-06-23 | update rcsid | Theo de Raadt | |
1996-06-11 | Correct compile warnings | Thorsten Lockert | |
Rename warn() to paxwarn() so <err.h> can be included Remove #include <ctype.h> when not needed; from FreeBSD | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |