index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bin
/
pax
/
tables.c
Age
Commit message (
Expand
)
Author
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2006-11-17
Fix extracting and setting permissions for tar archives when
Otto Moerbeek
2005-04-21
fix strlcpy abuse in pax - this commit turns potential overflows into
Bob Beck
2004-11-29
Build the table of created directories in-memory, instead of using
Otto Moerbeek
2003-08-16
more errx/warnx style \n errors; tom.cosgrove@arches-consulting.com
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-02-03
typos;
Jason McIntyre
2002-10-16
sprinkle const; mostly from NetBSD
Todd C. Miller
2002-10-16
Fix comment typos; most from NetBSD and FreeBSD
Todd C. Miller
2002-10-16
kill register
Todd C. Miller
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
2001-05-16
use proper str*cpy functions instead of home grown one, spaces; millert@ ok
Michael Shalayeff
2001-02-07
Honor TMPDIR environment variable and document the fact.
Todd C. Miller
1999-04-29
always check return value of strdup()
Aaron Campbell
1998-07-03
use 10 X in mkstemp string for improved speed at race winning
Theo de Raadt
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-07-23
tabify
kstailey
1997-06-04
Fix usage of l_strncpy() (noticed by Theo) and make l_strncpy()
Todd C. Miller
1996-12-24
Use mkstemp(3) for temporary files
Thorsten Lockert
1996-08-27
Fix uses of strncpy
Thorsten Lockert
1996-06-23
update rcsid
Theo de Raadt
1996-06-11
Correct compile warnings
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt