Commit Graph

168607 Commits

Author SHA1 Message Date
lukem
050e20c6d5 Be consistent about making USE_PAM!=no be exclusive to USE_SKEY!=no. 2008-04-06 09:54:37 +00:00
xtraeme
c32766fd4f Pass KTHREAD_MPSAFE to kthread_create(). I've been testing this for
some weeks in both UP and SMP without any issue so far.
2008-04-06 09:42:04 +00:00
cegger
5895620423 use aprint_*_dev and device_xname 2008-04-06 08:54:43 +00:00
cegger
b90893744b use aprint_*_dev and device_xname 2008-04-06 08:33:31 +00:00
skrll
9fcc1f5407 de-__P 2008-04-06 08:03:36 +00:00
cegger
c0d1e7cb9e use aprint_*_dev and device_xname 2008-04-06 07:54:17 +00:00
kochi
63e7ca5a5c Make loader.efi compile again. 2008-04-06 07:50:04 +00:00
cegger
f5bd7c2196 use aprint_*_dev and device_xname 2008-04-06 07:23:57 +00:00
matt
6c93bdee60 Add a device_xname() stub. 2008-04-06 05:17:54 +00:00
tsutsui
c3b0f346ec Fix pasto. 2008-04-06 04:01:56 +00:00
christos
e00c77edc9 bump libedit. 2008-04-05 23:54:47 +00:00
christos
4652e1fb8f bump minor. 2008-04-05 23:53:26 +00:00
tsutsui
c3b129605a Use generic atomic_cas_uint() for mutex(9) and rwlock(9), and
remodel old RAS based _lock_cas() implementation for m68010
into genereic atomic_cas_32().
Now sun2 kernel compiles and even works on multiuser. (hehe)

Tested on tme (emulationg 2/120 and 3/150) and (real) 3/80.
2008-04-05 22:47:52 +00:00
tsutsui
7dfcdee2a2 Use .c version atomic ops for m68010. 2008-04-05 22:28:36 +00:00
tsutsui
6cc162d54c Always specify COPTS="-Os" and disable several options and devices
to shrink kernels. Current sun68k bootloader can't load a kernel larger
than ~2MB, and our ever growing kernel have reached the limit.
2008-04-05 22:16:04 +00:00
tsutsui
6976334ea5 Always specify COPTS="-Os" and disable several options and devices
to shrink kernels. Current sun68k bootloader can't load a kernel larger
than ~2MB, and our ever growing kernel have been reached the limit.
2008-04-05 22:08:41 +00:00
cegger
8bac8763ae use aprint_*_dev and device_xname 2008-04-05 22:04:36 +00:00
cegger
335ec2beb5 use aprint_*_dev and device_xname 2008-04-05 21:44:50 +00:00
cegger
bebbf57b68 use aprint_*_dev and device_xname 2008-04-05 21:31:23 +00:00
christos
8a487dca06 Fix build from dieter roelants 2008-04-05 20:17:37 +00:00
cegger
801bd3ddec use aprint_*_dev and device_xname 2008-04-05 20:08:52 +00:00
cegger
34895c30e4 use aprint_*_dev and device_xname 2008-04-05 19:16:49 +00:00
xtraeme
7633a17263 Merge NOMAN, CLEANFILES and WARNS into the shared Makefile.inc. 2008-04-05 19:03:57 +00:00
cegger
92e3ef7aaa use aprint_*_dev and device_xname 2008-04-05 18:54:10 +00:00
cegger
4c5fa20d1f use aprint_*_dev and device_xname 2008-04-05 18:35:31 +00:00
xtraeme
bea13694d3 Add the autoconf(9) detach method; useful for the LKM. 2008-04-05 18:32:14 +00:00
tsutsui
aadb5be453 Add some register definitions for RTL8168C. 2008-04-05 18:26:39 +00:00
tsutsui
052ab0354c Add commented out ext2fs definitions. 2008-04-05 18:21:34 +00:00
tsutsui
cde344d3be Allow MD cycle counter routines to pass their own optimized
tc_get_timecount function to MI cc_init().
2008-04-05 18:17:36 +00:00
cegger
2ebebb8472 make this compile 2008-04-05 18:16:56 +00:00
adrianp
fe2ff28dc6 Add no-user-rc option which disables execution of ~/.ssh/rc
(backport from OpenSSH 4.9)
2008-04-05 17:20:53 +00:00
cegger
375450b55e use aprint_*_dev and device_xname 2008-04-05 16:46:15 +00:00
cegger
395c8c3fd3 use aprint_*_dev and device_xname 2008-04-05 16:35:35 +00:00
christos
5f256bd3f7 Style cleanups from Anon Ymous 2008-04-05 16:26:57 +00:00
cegger
1344fa8b25 use aprint_*_dev and device_xname 2008-04-05 16:06:12 +00:00
christos
327d0b0912 call setprogname(), from Anon Ymous 2008-04-05 15:59:39 +00:00
skrll
f4e066c173 Note hp700 attachments. 2008-04-05 15:59:28 +00:00
christos
0cb4d42e16 add EL_REFRESH for the benefit of readline 2008-04-05 15:53:28 +00:00
cegger
3069a1f144 use aprint_*_dev and device_xname 2008-04-05 15:50:49 +00:00
skrll
f214b85d2b Note siop(4) at various attachments support on hp700. 2008-04-05 15:48:22 +00:00
cegger
13783bfd7e use aprint_*_dev and device_xname 2008-04-05 15:47:00 +00:00
skrll
cefd9f38fa Add and enable various siop attachments. 2008-04-05 15:30:46 +00:00
yamt
3426b80b5e - l_wmesg is not always valid. check l_wchan when using l_wmesg.
should fix a crash reported by Juan RP on current-users@.
- ttyinfo: lock lwp when accessing l_wmesg.
- fill_lwp: add an assertion.
2008-04-05 14:03:16 +00:00
yamt
c6f589405e assertions. 2008-04-05 13:58:12 +00:00
cegger
cc658c528f use aprint_*_dev and device_xname 2008-04-05 13:49:36 +00:00
cegger
09275ba76d use aprint_*_dev and device_xname
OK martin
2008-04-05 13:40:05 +00:00
mlelstv
8dbc8a3822 revert the broken DeMorgan-ification 2008-04-05 09:34:22 +00:00
skrll
42081d876c Typo in comment. 2008-04-05 08:42:35 +00:00
rtr
f2575a3983 whitespace fix 2008-04-05 08:01:54 +00:00
tsutsui
467bde0590 Add support for RealTek RTL8211B(L) PHY. From FreeBSD. 2008-04-05 07:52:08 +00:00