Go to file
christos 8e2797bc1e PR/11283: Hubert Feyrer: random memory corruption executing commands:
Fix from FreeBSD:

    growstackblock() sometimes relocates a stack_block considered empty
    without properly relocating stack marks referencing that block.
    The first call to popstackmark() with the unrelocated stack mark
    as argument then causes sh to abort.

    Relocating the relevant stack marks seems to solve this problem.

    The patch changes the semantics of popstackmark() somewhat.  It can
    only be called once after a call to setstackmark(), thus cmdloop() in
    main.c needs an extra call to setstackmark().
2000-11-01 19:56:01 +00:00
bin PR/11283: Hubert Feyrer: random memory corruption executing commands: 2000-11-01 19:56:01 +00:00
crypto Apply the following: 2000-10-30 18:58:37 +00:00
dist one more string format cleanup 2000-10-10 12:51:19 +00:00
distrib 12-bit color support 2000-11-01 15:36:53 +00:00
etc * Add installation/floppy' and installation/tape' directories to the 2000-10-31 21:18:36 +00:00
games fix a bug in the call to srandom(): xor time() with getpid(), don't add them! 2000-10-31 13:27:56 +00:00
gnu Use NetBSD's getopt{,_long}. 2000-11-01 15:27:46 +00:00
include Add {__,}fmtcheck(), a function specified by Bill Sommerfeld to check 2000-10-20 18:46:05 +00:00
lib make the following behavior compatible with GNU gettext. 2000-11-01 03:39:21 +00:00
libexec In dlopen(), use the main program's library search path, to match semantics of 2000-10-29 13:11:38 +00:00
regress visit crypto if MKCRYPTO!=no 2000-11-01 15:34:28 +00:00
sbin Add a 'CLEANFILES+= checkname.c' to remove that file during a make clean. 2000-11-01 08:45:20 +00:00
share Describe new shared-set layout: .../shared/$MACHINE_ARCH and .../shared/ALL. 2000-11-01 04:29:47 +00:00
sys Add a strcasecmp(), modified from chopps's strncasecmp(). 2000-11-01 19:37:18 +00:00
usr.bin change the direct call to crunchide to ${CRUNCHIDE} 2000-11-01 07:16:02 +00:00
usr.sbin backout previous, it was redundant 2000-11-01 06:19:35 +00:00
Makefile if building w/o a DESTDIR, grab the system make files from the source 2000-10-07 17:18:17 +00:00
Makefile.inc Set RELTOP to '.' if that's where we are. 2000-05-06 15:05:15 +00:00
UPDATING ca -> lsu 2000-10-19 15:02:38 +00:00