History log of /openbsd-src/bin/csh/file.c (Results 26 – 40 of 40)
Revision Date Author Comments
# e757c91e 11-Jun-2003 deraadt <deraadt@openbsd.org>

de-register and ansify functions


# 29295d1c 02-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 6a01f4ac 08-Jan-2003 deraadt <deraadt@openbsd.org>

bring in strlcpy and strlcat-like things for dealing with Char types,
this fixes at least 15 buffer overflows; some help from dhartmei.
Anyone want to go do the same in ksh, and help with some of the

bring in strlcpy and strlcat-like things for dealing with Char types,
this fixes at least 15 buffer overflows; some help from dhartmei.
Anyone want to go do the same in ksh, and help with some of the while
(*s++ = *p++) loops in here?

show more ...


# b1f6b197 24-Jul-2002 millert <millert@openbsd.org>

Fix a bug I inadvertanly introduced while fixing the last problem in here.
The item list really did want to be zero-filled since free_items() relies
on this to find the end point. However, this is r

Fix a bug I inadvertanly introduced while fixing the last problem in here.
The item list really did want to be zero-filled since free_items() relies
on this to find the end point. However, this is really pretty dumb since
we *know* how many items are in the list.

This highlights the elusive bug I was trying to fix--free_items() expects
the list to be NULL-terminated which was not the case if the list was full.
The fix is to simply pass free_items() the number of elements in the list.

show more ...


# 9a5c8861 15-Jul-2002 millert <millert@openbsd.org>

Remove 1024 directory entry limit for tenex-style file completion.
This fixes a mysterious segv when doing file completion twice in
directories w/ more than 1024 files.


# 885e28c6 09-Jun-2002 todd <todd@openbsd.org>

knf


# e7beb4a7 19-Feb-2002 millert <millert@openbsd.org>

We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.


# c72b5b24 16-Feb-2002 millert <millert@openbsd.org>

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be don

Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.

show more ...


# 1e0c4da7 01-Dec-2001 deraadt <deraadt@openbsd.org>

KNF


# 81b1fe40 18-May-1998 deraadt <deraadt@openbsd.org>

MAXPATHLEN not MAXPATHLEN+1


# 9ab19eca 15-Nov-1997 todd <todd@openbsd.org>

spelling


# b0c62ffa 25-Jul-1997 mickey <mickey@openbsd.org>

#if __STDC__ --> #ifdef __STDC__


# 26b220ad 04-Dec-1996 millert <millert@openbsd.org>

use TCSADRAIN instead of TCSANOW, to avoid dropping characters.
Fix from NetBSD (christos), reported by Chris Torek.


# 09e94acb 23-Jun-1996 deraadt <deraadt@openbsd.org>

update rcsid


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree


12