DragonFly commits List (threaded) for 2008-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.1.1.179.gb2b00 master lib/libc Makefile.inc lib/libc/net Makefile.inc usr.sbin Makefile usr.sbin/nscd Makefile nscd.c pidfile.c pidfile.h query.c
commit b2b00a3b8c3f5a2bb06c7df516573148ac512eda
Author: Peter Avalos <pavalos@theshell.com>
Date: Sat Dec 27 12:32:38 2008 -0500
Nsswitch now supports caching. See ncsd(8) for details.
Summary of changes:
lib/libc/Makefile.inc | 7 +-
lib/libc/net/Makefile.inc | 7 +-
usr.sbin/Makefile | 7 +-
usr.sbin/nscd/Makefile | 8 +-
usr.sbin/nscd/nscd.c | 1 +
usr.sbin/nscd/pidfile.c | 255 +++++++++++++++++++++++++++++++++++++++++++++
usr.sbin/nscd/pidfile.h | 50 +++++++++
usr.sbin/nscd/query.c | 1 +
8 files changed, 320 insertions(+), 16 deletions(-)
create mode 100644 usr.sbin/nscd/pidfile.c
create mode 100644 usr.sbin/nscd/pidfile.h
http://gitweb.dragonflybsd.org/?p=dragonfly.git;a=commitdiff;h=b2b00a3b8c3f5a2bb06c7df516573148ac512eda
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]