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
/
csh
/
csh.h
Age
Commit message (
Expand
)
Author
2017-08-30
Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminating
anton
2017-07-22
Use monotonic clock for the time command in csh and ksh.
anton
2015-12-26
Replace handrolled xfree() function by directly using free(3)
mestre
2015-10-28
unifdef _PATH_*
Christian Weisgerber
2015-10-26
remove the profiling and debugging ifdefs; ok zhuk@
Christian Weisgerber
2015-10-26
Remove the #define Strfoo() s_strfoo() redirection and move everything
Christian Weisgerber
2015-10-26
Clean up cruft made visible by the NLS unifdefing:
Christian Weisgerber
2015-10-26
unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)
Christian Weisgerber
2015-06-17
remove -DFILEC; code does not compile for the -UFILEC case, and anyways,
Theo de Raadt
2015-02-08
remove ptr_t typedef. void * is good enough for csh.
Ted Unangst
2015-01-19
remove #ifndef #define blocks trying to handle lack of BUFSIZ
Theo de Raadt
2014-10-17
no need for realloc() front ends anymore
Theo de Raadt
2014-10-16
Use reallocarray() and remove a few archaic memory allocation practices.
Theo de Raadt
2005-03-13
Use pid_t where appropriate. From Bruno Rohee (thanks).
Chad Loder
2005-02-25
no more Strncpy or Strncat, ever
Theo de Raadt
2003-06-25
protos
Theo de Raadt
2003-06-11
de-register and ansify functions
Theo de Raadt
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2003-05-12
fix overflow in implicit constant conversion; ok millert@
Jason Peel
2003-04-15
remove final call to Strcpy/s_strcpy; some help from tedu
Theo de Raadt
2003-04-08
Strcat/s_strcat is unused
Theo de Raadt
2003-01-08
bring in strlcpy and strlcat-like things for dealing with Char types,
Theo de Raadt
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2000-10-30
Use mkstemp(3) for here document (<<) temporary files instead of $$
Todd C. Miller
2000-08-30
prevent core dumps when stderror() is called before reslab is initialized
Michael Shalayeff
1999-08-06
uid_t and gid_t, and use %u
Theo de Raadt
1997-11-15
spelling
Todd T. Fries
1997-09-22
err.[ch] -> error.[ch] and fix err/warn usage.
Todd C. Miller
1996-06-23
update rcsid
Theo de Raadt
1995-10-18
initial import of NetBSD tree
Theo de Raadt