Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   ad
Date:           Mon Oct 15 14:12:56 UTC 2007

Modified Files:
        src/lib/libc/gen: sysconf.3 sysconf.c
        src/sys/kern: init_main.c init_sysctl.c kern_cpu.c
        src/sys/sys: sysctl.h systm.h unistd.h
        src/usr.bin/getconf: getconf.c

Log Message:
Add _SC_NPROCESSORS_ONLN and _SC_NPROCESSORS_CONF for sysconf(). These
are extensions but are provided by many Unix systems.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/lib/libc/gen/sysconf.3
cvs rdiff -r1.24 -r1.25 src/lib/libc/gen/sysconf.c
cvs rdiff -r1.321 -r1.322 src/sys/kern/init_main.c
cvs rdiff -r1.108 -r1.109 src/sys/kern/init_sysctl.c
cvs rdiff -r1.8 -r1.9 src/sys/kern/kern_cpu.c
cvs rdiff -r1.170 -r1.171 src/sys/sys/sysctl.h
cvs rdiff -r1.199 -r1.200 src/sys/sys/systm.h
cvs rdiff -r1.38 -r1.39 src/sys/sys/unistd.h
cvs rdiff -r1.28 -r1.29 src/usr.bin/getconf/getconf.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