Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: yamt
Date: Sat Feb 4 12:09:50 UTC 2006
Modified Files:
src/sys/kern: exec_elf32.c init_sysctl.c kern_resource.c kern_sig.c
vfs_lookup.c vfs_syscalls.c
Log Message:
for some random places, use PNBUF_GET/PUT rather than
- on-stack buffer
- malloc(MAXPATHLEN)
To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 src/sys/kern/exec_elf32.c
cvs rdiff -r1.61 -r1.62 src/sys/kern/init_sysctl.c
cvs rdiff -r1.99 -r1.100 src/sys/kern/kern_resource.c
cvs rdiff -r1.214 -r1.215 src/sys/kern/kern_sig.c
cvs rdiff -r1.65 -r1.66 src/sys/kern/vfs_lookup.c
cvs rdiff -r1.235 -r1.236 src/sys/kern/vfs_syscalls.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index