Commit Graph

170190 Commits

Author SHA1 Message Date
rjs
299a890abf Add call to pic_init(). Spotted by garbled. 2008-05-22 20:56:24 +00:00
hauke
b4529683e5 Install Hurdler CPI man page. 2008-05-22 19:51:48 +00:00
hauke
f5ede5dc2e Added driver for the Creative Systems Inc. Hurdler CPI parallel printer card.
Timecounter support for the Z8536 counters A + B is not complete, yet.

Reviewed by Martin Husemann.
2008-05-22 19:49:43 +00:00
martin
1f2b983e85 Reorder postporcessing: move the more intelligent transformations first,
then the dumb replaces.
Special case the openssl mkerr.pl script which has code that prints a
license.
2008-05-22 17:05:49 +00:00
he
6ac0267475 Export NETBSDSRCDIR from make, and use it to point at
sys/conf/osrelease.sh, so that the script is found when building
with -O is given to build.sh.

Discussed with lukem.
2008-05-22 14:48:42 +00:00
lukem
6258c039ac Compile in LDAP if ${USE_LDAP} != "no".
XXX: untested.
2008-05-22 14:45:42 +00:00
lukem
3ece9bfe0a OpenLDAP client libraries, utilities, and relevant manual pages. 2008-05-22 14:24:42 +00:00
lukem
d974160208 Add missing prototypes.
(I don't know why am-utils doesn't use header files for public prototypes)
2008-05-22 14:22:28 +00:00
lukem
2de962bd80 OpenLDAP 2.4.9 2008-05-22 14:20:36 +00:00
lukem
fe8ce90e3d Add entry for OpenLDAP. 2008-05-22 14:19:25 +00:00
lukem
8f975a405a Tie in ../external/lib after the "2nd" dependency barrier.
Move libpam to after a "3rd" dependency barrier, since PAM modules
may depend upon external/lib libraries such as libldap.
2008-05-22 14:16:11 +00:00
lukem
1a34d8be07 Descend into external.
Add 'do-external-lib' target to build external/lib "early"
2008-05-22 14:13:58 +00:00
lukem
c24fbc8d24 Descend into lib & bsd 2008-05-22 14:12:32 +00:00
lukem
20758608e1 Makefile to build various external/*/*/lib "early" in the build. 2008-05-22 14:12:21 +00:00
lukem
1b6b1060cc MKLDAP, USE_LDAP 2008-05-22 14:09:27 +00:00
he
4ff90c621b Add support for optionally setting some environment variables before
starting ${command}, via ${name}_env.

Discussed with lukem.
2008-05-22 14:03:26 +00:00
lukem
7eccc37b28 Descend into openldap 2008-05-22 14:02:24 +00:00
lukem
e77448e07b NetBSD reachover build framework for OpenLDAP.
Inspired by framework kindly donated by Wasabi Systems.
2008-05-22 13:57:46 +00:00
ad
d9b262b49d Mark x86_curlwp() with __attribute__ ((const)), so gcc can CSE it and know
that it does not clobber global data.
2008-05-22 13:55:51 +00:00
lukem
050d9aaef4 Add MKLDAP, USE_LDAP, LIBLBER, LIBLDAP 2008-05-22 13:40:30 +00:00
lukem
098ab8e3fa Add a missing cast. 2008-05-22 13:23:48 +00:00
lukem
9f0dc52f94 Don't add the date to the generated file. 2008-05-22 13:21:32 +00:00
lukem
f21cc69704 Document src/external.
Per discussion with core.
2008-05-22 12:44:26 +00:00
wiz
16cab1f7e5 Formatting improvements. Use standard headers and macros.
Fix typos. Bump date for import.
2008-05-22 12:01:03 +00:00
njoly
12da67c77e Make msgsnd return EINVAL instead of 0, when the value of mtype is
less than 1.
2008-05-22 11:25:54 +00:00
dyoung
8862e80cb4 Delete non-illuminating #ifdef-OTHER_OPERATING_SYSTEM code that
confuses ctags(1).
2008-05-22 01:27:32 +00:00
dyoung
1346df7877 KNF. 2008-05-22 01:23:48 +00:00
dyoung
eef522873b Use __arraycount(). 2008-05-22 01:22:17 +00:00
dyoung
0089c8a0c9 Cosmetic: good-bye, excessive #ifdef'age. 2008-05-22 01:21:18 +00:00
dyoung
89429568e1 Add ETHER_IS_LOCAL(). Tests for "local" ethernet addresses. 2008-05-22 01:15:33 +00:00
dyoung
a8ad22e5d9 Don't cast to void * unnecessarily. 2008-05-22 01:06:39 +00:00
dyoung
e47d9e31bc Cosmetic: don't cast NULL unnecessarily. 2008-05-22 01:05:38 +00:00
dyoung
dfe2dae171 Cosmetic: delete dead code. 2008-05-22 01:00:50 +00:00
dyoung
7f292b1471 Delete unnecessary casts to void *. 2008-05-22 00:59:19 +00:00
dyoung
d7cef2ab29 s/0/NULL/ in pointer comparisons. 2008-05-22 00:58:29 +00:00
dyoung
b39c416892 Delete unnecessary cast to void *. 2008-05-22 00:57:09 +00:00
brook
c34fe4cd39 Add Brook Milligan as a developer. 2008-05-21 21:34:16 +00:00
he
64f581f791 Explain how to get out of the problem related to the kernel modules
directory in an unprivileged UPDATE build.
2008-05-21 20:01:37 +00:00
he
775e29197c Do ${INSTALL_DIR} on all the intermediate directory levels from
the top of the tree down to where the kernel modules are installed,
so that unprivileged builds have a chance at working again.

Note, to use this fix in a tree where you've already hit on this
problem, you need to manually remove the kernel modules in
$DESTDIR/stand/<arch/, and then reinstall them from sys/modules/.
2008-05-21 19:56:30 +00:00
rafal
6dfc4ff323 Add 'xterm' and 'ansi' to termcap.mini (and the mktermcap script which is
used to generate it), use termcap.mini in evbarm ramdisk (vs. the full
termap DB) which frees up a bit of room to add dhclient and cu.
2008-05-21 18:05:29 +00:00
drochner
26a4d5b843 fix argument to usb_setup_reserve() (called from USB host adapter drivers)
to be device_t consistently, from Quentin Garnier
2008-05-21 17:19:44 +00:00
ghen
551ca764ea Add X11 support for the Colemak keyboard layout, see http://colemak.com
(it's been included in upstream X.org, too).
2008-05-21 17:09:29 +00:00
drochner
0a6f1919c0 protocol "drain" functions can be called in interrupt context, so
don't acquire softnet_lock
approved by ad
2008-05-21 17:08:07 +00:00
aymeric
00a7af4852 add a cast to make this file compile on amd64 2008-05-21 16:02:30 +00:00
ad
697d5e2cd4 PR kern/38663 Kernel preemption can't be enabled on x86 because of amd64
FPU handling

Ugly hack until the amd64 fpu handling is working (which should be soon):
enable kernel preemption on i386.
2008-05-21 15:41:03 +00:00
ad
1e62ed170b Remove unneeded playing about with kernel_lock. 2008-05-21 14:07:29 +00:00
ad
48dad50527 Acquire kernel_lock in putter's fileops. 2008-05-21 14:03:31 +00:00
wiz
6e1c25bcb1 Bump date for previous. 2008-05-21 14:03:17 +00:00
ad
6b51302cb8 Acquire kernel_lock in tap's fileops. 2008-05-21 13:56:15 +00:00
ad
323763b5d6 Acquire kernel_lock in the bpf fileops. 2008-05-21 13:48:52 +00:00