OpenBSD CVS

src/bin/csh/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / bin / csh

Current tag: OPENBSD_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] USD.doc/        
[TXT] Makefile  1.14   8 years  naddy   remove the profiling and debugging ifdefs; ok zhuk@
[TXT] alloc.c  1.17   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] char.c  1.6   8 years  naddy   Clean up cruft made visible by the NLS unifdefing: * remove setlocale() calls * ...
[TXT] char.h  1.5   8 years  naddy   unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set) and remov...
[TXT] const.c  1.8   8 years  naddy   Clean up cruft made visible by the NLS unifdefing: * remove setlocale() calls * ...
[TXT] csh.1  1.76   8 years  naddy   document the -p and -l file enquiries and explicitly do not document -s with/ok ...
[TXT] csh.c  1.39   8 years  krw   Turn off the close-on-exec bit with fcntl() instead of ioctl(). Remove some now...
[TXT] csh.h  1.28   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] dir.c  1.21   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] dir.h  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] dol.c  1.20   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] error.c  1.12   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] exec.c  1.19   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] exp.c  1.16   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] extern.h  1.25   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] file.c  1.23   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] func.c  1.32   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] glob.c  1.22   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] hist.c  1.10   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] init.c  1.8   9 years  deraadt   Kill the alloc command, which tried to measure behaviour based on sbrk. Discusse...
[TXT] lex.c  1.23   8 years  krw   Change last non-/gnu/ fcntl(x, F_GETFL, 0) strays to fcntl(x, F_GETFL). No func...
[TXT] misc.c  1.18   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] parse.c  1.12   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] pathnames.h  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] proc.c  1.30   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] proc.h  1.3   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] sem.c  1.22   8 years  krw   Turn off the close-on-exec bit with fcntl() instead of ioctl(). Remove some now...
[TXT] set.c  1.19   8 years  mestre   Replace handrolled xfree() function by directly using free(3) OK mmcc@
[TXT] str.c  1.19   8 years  naddy   Remove the #define Strfoo() s_strfoo() redirection and move everything directly ...
[TXT] time.c  1.14   10 years  guenther   Correct format string mismatches turned up by -Wformat=2 suggestions and ok mil...