DragonFly commits List (threaded) for 2009-04
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.0.659.g9d667 master include limits.h unistd.h lib/libc/gen sysconf.c sys/sys _posix.h syslimits.h unistd.h usr.bin/tip/tip remote.c usr.sbin/inetd inetd.c usr.sbin/rrenumd parser.y
commit 9d66746cf7a1da0544550266a1c5cb53e776aa01
Author: Peter Avalos <pavalos@dragonflybsd.org>
Date: Sat Apr 4 05:23:27 2009 +0000
Clean up sysconf and associated headers.
* Fixes for amd64.
* Implement more keys.
* Namespace cleanups for the include files. Move definitions that are
implemented in userspace from sys/unistd.h to unistd.h.
* Try to avoid using sysctl and just provide the constants direct.
Obtained-from: FreeBSD
Summary of changes:
include/limits.h | 97 ++++++---
include/unistd.h | 444 ++++++++++++++++++++++++++++++++------
lib/libc/gen/sysconf.c | 525 +++++++++++++++++++++++++++++++++++----------
sys/sys/_posix.h | 2 +-
sys/sys/syslimits.h | 42 +++--
sys/sys/unistd.h | 261 ++++++++++-------------
usr.bin/tip/tip/remote.c | 1 -
usr.sbin/inetd/inetd.c | 1 +
usr.sbin/rrenumd/parser.y | 1 +
9 files changed, 994 insertions(+), 380 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/9d66746cf7a1da0544550266a1c5cb53e776aa01
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]