History log of /freebsd-current/usr.sbin/nscd/mp_rs_query.c
Revision Date Author Comments
# 4d65a7c6 24-Nov-2023 Warner Losh <imp@FreeBSD.org>

usr.sbin: Automated cleanup of cdefs and other formatting

Apply the following automated changes to try to eliminate
no-longer-needed sys/cdefs.h includes as well as now-empty
blank lines in a row.

Remove /^#if.*\n#endif.*\n#include\s+<sys/cdefs.h>.*\n/
Remove /\n+#include\s+<sys/cdefs.h>.*\n+#if.*\n#endif.*\n+/
Remove /\n+#if.*\n#endif.*\n+/
Remove /^#if.*\n#endif.*\n/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/types.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/param.h>/
Remove /\n+#include\s+<sys/cdefs.h>\n#include\s+<sys/capsicum.h>/

Sponsored by: Netflix


# 1d386b48 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line .c pattern

Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/


# a7d5f7eb 19-Oct-2010 Jamie Gritton <jamie@FreeBSD.org>

A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.


# fe0506d7 09-Mar-2010 Marcel Moolenaar <marcel@FreeBSD.org>

Create the altix project branch. The altix project will add support
for the SGI Altix 350 to FreeBSD/ia64. The hardware used for porting
is a two-module system, consisting of a base compute module and a
CPU expansion module. SGI's NUMAFlex architecture can be an excellent
platform to test CPU affinity and NUMA-aware features in FreeBSD.


# 8eeaaffa 13-Jun-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Remove casts from {c,m,re}alloc() and simplify sizeof().

MFC after: 1 week


# 27f2bc9e 12-Jun-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Explain to the compiler why the aliasing we're doing is OK.

MFC after: 1 week


# 51d6ddb5 12-Jun-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Fix a large number of signed - unsigned comparison warnings.

MFC after: 1 week


# 28f805ce 12-Jun-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

#include cleanup

MFC after: 1 week


# d7f03759 19-Oct-2008 Ulf Lilleengen <lulf@FreeBSD.org>

- Import the HEAD csup code which is the basis for the cvsmode work.


# 4f7df5c2 11-Oct-2008 Xin LI <delphij@FreeBSD.org>

Reduce code duplication: use calloc instead of allocing and memset
afterward.

Approved by: bushman


# db1bdf2b 09-Aug-2007 Michael Bushkov <bushman@FreeBSD.org>

- Renaming repocopied cached to nscd

Approved by: re (kensmith), brooks (mentor)


# 06a99fe3 27-Apr-2006 Hajimu UMEMOTO <ume@FreeBSD.org>

- Extend the nsswitch to support Services, Protocols and Rpc
databases.
- Make nsswitch support caching.

Submitted by: Michael Bushkov <bushman__at__rsu.ru>
Sponsored by: Google Summer of Code 2005