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
ad
2a64c855d7
Fix build failure.
2008-05-21 13:36:45 +00:00
jmcneill
1cba716bb9
If machdep.sleep_state is present, use it in favour of apm. Also stop and
...
start wpa_supplicant across suspend/resume just to be safe.
2008-05-21 13:06:10 +00:00
martti
2452a7932b
IPF 4.1.29
2008-05-21 12:22:34 +00:00
njoly
e82000b55e
Add IPC_64 support to msgctl, needed for amd64.
2008-05-21 11:15:57 +00:00
ghen
4466d774f5
wscons(4): Add support for the Colemak keyboard layout.
2008-05-21 07:43:46 +00:00
ghen
41f841e610
Add support for the Colemak keyboard layout variant, see http://colemak.com
2008-05-21 07:39:24 +00:00
ad
76f1ed8cb3
PR port-amd64/38708 lkm_map issues on amd64
...
Don't plonk lkm_map right on top of the ISA ROM/video hole.
2008-05-21 03:50:42 +00:00
jmcneill
70932cf82f
Don't echo 'hello sh' when installing modules :-)
2008-05-21 03:48:42 +00:00
ad
22af427bf0
PR port-amd64/38708 lkm_map issues on amd64
...
lkm_map should not be marked pageable.
2008-05-21 03:04:35 +00:00