Displaying 8 results from an estimated 8 matches for "sys_process".
Did you mean:
svc_process
2003 Aug 11
0
kern/sys_process.c rev. 1.51.2.4.2.1 (RELENG_4_7)
The fix for the signal number range checking appears to be missing
a couple of "uap->" on line 342. cvsup'd within the last hour.
Look's like its the RELENG_4_8 code applied to 4.7 which has a
different i/f - kern_ptrace() vs. ptrace().
--
Andy
2003 Aug 12
2
4.5 RELENG broken with recent patches
...nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/kern/sys_process.c
/usr/src/sys/kern/sys_process.c: In function `ptrace':
/usr/src/sys/kern/sys_process.c:336: `data' undeclared (first use in this function)
/usr/src/sys/kern/sys_process.c:336: (Each undeclared identifier is reported only once
/usr/src/sys/kern/sys_process.c:336: for each function it appea...
2003 Aug 11
1
Kernel build fails (RELENG_4_5)
...sted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/../include -I/usr/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 /usr/src/sys/kern/sys_process.c
> /usr/src/sys/kern/sys_process.c: In function `ptrace':
> /usr/src/sys/kern/sys_process.c:338: `data' undeclared (first use in this function)
...
> *** Error code 1
This looks like it fixes the buildkernel on RELENG_4_5 branch (attached).
BMS
-------------- next part --------...
2003 Aug 11
0
FreeBSD Security Advisory FreeBSD-SA-03:09.signal
...4_6 1.44.10.1
RELENG_4_5 1.44.8.1
RELENG_4_4 1.44.6.1
RELENG_4_3 1.44.4.1
src/sys/kern/sys_process.c
RELENG_4 1.51.2.7
RELENG_5_1 1.108.2.1
RELENG_5_0 1.104.2.1
RELENG_4_8 1.51.2.6.2.1...
2003 Aug 12
0
FreeBSD Security Advisory FreeBSD-SA-03:09.signal [REVISED]
...4_6 1.44.10.1
RELENG_4_5 1.44.8.1
RELENG_4_4 1.44.6.1
RELENG_4_3 1.44.4.1
src/sys/kern/sys_process.c
RELENG_4 1.51.2.7
RELENG_5_1 1.108.2.1
RELENG_5_0 1.104.2.1
RELENG_4_8 1.51.2.6.2.1...
2003 Aug 12
0
FreeBSD Security Advisory FreeBSD-SA-03:09.signal [REVISED]
...4_6 1.44.10.1
RELENG_4_5 1.44.8.1
RELENG_4_4 1.44.6.1
RELENG_4_3 1.44.4.1
src/sys/kern/sys_process.c
RELENG_4 1.51.2.7
RELENG_5_1 1.108.2.1
RELENG_5_0 1.104.2.1
RELENG_4_8 1.51.2.6.2.1...
2003 Aug 11
1
FreeBSD Security Advisory FreeBSD-SA-03:09.signal
...4_6 1.44.10.1
RELENG_4_5 1.44.8.1
RELENG_4_4 1.44.6.1
RELENG_4_3 1.44.4.1
src/sys/kern/sys_process.c
RELENG_4 1.51.2.7
RELENG_5_1 1.108.2.1
RELENG_5_0 1.104.2.1
RELENG_4_8 1.51.2.6.2.1...
2003 Aug 12
2
panic with today's stable
Did cvsup on a machine that does just mail processing (well, a lot of spam
scanning) and it crashed not too much later. This kernel does not include
MFC src/sys/kern/sys_process.c revisions 1.111 and 1.112:
Use kmem_alloc_nofault() rather than kmem_alloc_pageable() in
procfs_rwmem().
Use vm_page_hold() in place of vm_page_wire() since the page can be freed.
Don't hold extra reference to the containing vm object while page is mapped.
which went in after I cvs...