Re: cvs commit: src/sys/kern kern_descrip.c
- From: "Conrad J. Sabatier" <conrads@xxxxxxx>
- Date: Wed, 28 Jun 2006 19:28:46 -0500
On Tue, 27 Jun 2006 11:32:09 +0000 (UTC), Pawel Jakub Dawidek
<pjd@xxxxxxxxxxx> wrote:
pjd 2006-06-27 11:32:09 UTC
FreeBSD src repository
Modified files:
sys/kern kern_descrip.c
Log:
Compress direct cr_ruid comparsion and jailed() call to
suser_cred(9).
Reviewed by: rwatson
Revision Changes Path
1.295 +4 -2 src/sys/kern/kern_descrip.c
_______________________________________________
cvs-src@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe@xxxxxxxxxxx"
I'm getting a kernel build error now under amd64:
cc -c -O2 -pipe -DNO_MALLOC_EXTRAS -fno-strict-aliasing -march=athlon64
-Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
-Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef
-fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys
-I/usr/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS
-include opt_global.h -fno-common -finline-limit=8000 --param
inline-unit-growth=100 --param large-function-growth=1000
-mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx
-mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding
-Wno-error /usr/src/sys/kern/kern_descrip.c
{standard input}: Assembler messages:
{standard input}:3742: Error: invalid character '_' in mnemonic ***
Error code 1
Stop in /usr/obj/usr/src/sys/CUSTOM.
--
Conrad J. Sabatier <conrads@xxxxxxx> -- "In Unix veritas"
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: cvs commit: src/sys/kern kern_descrip.c
- From: Pawel Jakub Dawidek
- Re: cvs commit: src/sys/kern kern_descrip.c
- Prev by Date: Re: if_bridge and hostapd
- Next by Date: sysv semaphore broken
- Previous by thread: rev 1.80 of kern/sysv_sem.c breaks postgresql
- Next by thread: Re: cvs commit: src/sys/kern kern_descrip.c
- Index(es):