History log of /csrg-svn/sys/kern/kern_malloc.c (Results 1 – 25 of 46)
Revision Date Author Comments
# 69576 20-May-1995 mckusick

attempt to avoid spurious simple_lock complaints from interrupt level


# 65437 04-Jan-1994 bostic

lint


# 64975 30-Nov-1993 mckusick

lint


# 63174 10-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright


# 57649 21-Jan-1993 mckusick

NULL is not always a valid kernel address


# 57077 11-Dec-1992 mckusick

check bad (modified) addresses on freelist before using them


# 56606 22-Oct-1992 mckusick

track allocation sizes


# 56517 11-Oct-1992 bostic

make kernel includes standard


# 56499 09-Oct-1992 mckusick

use kb_last to reference last element in free chain


# 53633 20-May-1992 mckusick

track previous bucket elements that modify things that follow them


# 53632 20-May-1992 mckusick

if possible, straddle forward pointer across two words


# 52943 14-Mar-1992 ralph

fix byte order bug with DIAGNOSTIC, also range check memname[type].


# 52931 13-Mar-1992 mckusick

use different values to null out freed structures


# 52536 15-Feb-1992 mckusick

more descriptive panic message


# 52423 05-Feb-1992 torek

lint


# 50959 03-Sep-1991 mckusick

do not panic after modified data found on the freelist


# 50937 29-Aug-1991 mckusick

save type when freeing an piece of memory so it can be printed out
if the piece of memory is found to be modified when it is later reallocated


# 50744 01-Aug-1991 mckusick

under DIAGNOSTIC, check for duplicate frees and data modification after freeing


# 49814 19-May-1991 mckusick

name resolution checking (need kern/kern_malloc.c 7.25.1.1,
kern/vfs_lookup.c 7.31.1.1, kern/vfs_syscalls.c 7.70.1.1,
nfs/nfs_serv.c 7.40.1.1, nfs/nfs_syscalls.c 7.26.1.1,
ufs/ufs_vnops.c 7.64.1.1, a

name resolution checking (need kern/kern_malloc.c 7.25.1.1,
kern/vfs_lookup.c 7.31.1.1, kern/vfs_syscalls.c 7.70.1.1,
nfs/nfs_serv.c 7.40.1.1, nfs/nfs_syscalls.c 7.26.1.1,
ufs/ufs_vnops.c 7.64.1.1, and hp300/hp300/trap.c 7.14.1.1

show more ...


# 49411 08-May-1991 karels

update copyright date


# 49066 04-May-1991 karels

malloc now returns void *


# 48411 20-Apr-1991 karels

fix includes


# 46259 04-Feb-1991 karels

protect free list from lossage if multiple procs try to fill bucket


# 45774 12-Dec-1990 sklower

update 7.12.1.1 to match 7.20 plus leak-fix from hibler abt
info returned while blocked in vmemall


# 45729 05-Dec-1990 mckusick

update for new VM


12