dyoung
2e3b67d337
Register the shutdown hook using pmf_device_register1().
2008-03-07 21:36:51 +00:00
joerg
c3302ae742
Regen to get HAVE_FSTAT.
2008-03-07 20:10:55 +00:00
christos
53175f5071
ansi and lint fixes from Anon Ymous
2008-03-07 19:22:22 +00:00
tnn
f0a736e7f1
Add ttyE[0-3] entries for wscons.
2008-03-07 19:01:44 +00:00
mrg
37b5177b06
fix a problem in %xy decoding.
2008-03-07 18:20:20 +00:00
ad
32b8f98e7d
lwp_ctl_exit: fix a use-after-free that caused the following:
...
_lwp_ctl() <- works
execve() <- tears down lwpctl state
_lwp_ctl() <- fails erroneously
2008-03-07 18:06:04 +00:00
ad
1046045268
Keep one builtin slot so that pthread initialization doesn't need to use
...
malloc().
2008-03-07 17:56:39 +00:00
cube
8ecf8999bf
Split the softc from the device_t for all lpt(4) variants and attachments
...
except the ppbus stuff (which doesn't compile) and ulpt(4) which is
unrelated and can be dealt with separately.
As usual, it comes with related cosmetic changes.
2008-03-07 17:15:51 +00:00
phx
d40e0abd20
Define PCI_MAGIC_IO_RANGE for X11 server. The address chosen may change.
...
Approved by garbled.
2008-03-07 17:13:49 +00:00
phx
09190f8549
mem*.S no longer include assym.h
2008-03-07 17:10:00 +00:00
christos
2853595ad1
Allow KA53 to link, from Hans Rosenfeld. clk_page is used only if VAX46, VAX48
...
or VAX49 are defined.
2008-03-07 16:02:43 +00:00
christos
80acf2debe
Fix KA53 console. From Hans Rosenfeld.
2008-03-07 15:58:33 +00:00
tls
804778b0a3
Fix build issue on modern OS/X (particularly 10.5 on powerpc)
2008-03-07 14:57:09 +00:00
lukem
c293dd6128
Use "unsigned foo" instead of "u_foo".
...
Be consistent with tabs.
2008-03-07 10:38:31 +00:00
dyoung
5f9eecf7e3
In com_detach(), don't destroy the lock twice.
2008-03-07 10:08:53 +00:00
martin
813190b43d
Swap sysctl -d description of vm.filemin and vm.execmin. Noted by
...
Raymond Meyer on current-users.
2008-03-07 08:44:51 +00:00
dyoung
8e8ca68019
Use device_t and its accessors.
2008-03-07 08:39:18 +00:00
dyoung
8705e09ae4
PMF: synchronize device suspension and resumption.
2008-03-07 07:03:06 +00:00
dyoung
954c0a60d9
Stop the kernel from panicking when it detaches sysbeep0: do not
...
try to free the device driver-private storage if dv_private is
NULL.
2008-03-07 06:29:20 +00:00
ad
b0f548e27b
oops
2008-03-07 02:18:34 +00:00
ad
bb9b5eb92c
In libc, use the MI atomic_cas(). The assembly version is faster, but I
...
think there are PIC issues with it and I don't have a way to fix and test.
2008-03-07 01:18:54 +00:00
tnn
f85d89c5de
v_interlock is a kmutex_t now, simple_lock() -> mutex_enter().
2008-03-07 00:03:39 +00:00
dsl
f8907c6f49
Add a large warning about the possible side effect of using '-f'.
2008-03-06 21:27:41 +00:00
phx
e6d6e05cb1
Including assym.h is not needed and will break the build, because it does not
...
exist that early. Deleted it.
Approved by garbled.
2008-03-06 21:17:17 +00:00
dsl
f2ccbd036f
Don't treat -f and an invalid flag.
...
Report the hex value of unknown unsupported (for the specified arch) flags.
2008-03-06 21:05:27 +00:00
plunky
d0e804ff6e
a "Create Connection" command can sometimes fail to start for whatever
...
reason and the command_status event returns failure but we get no
indication of which connection failed (for instance in the case where
we tried to open too many connections all at once)
So, keep a flag on the link to indicate pending status until the
command_status event is returned to help us decide which should
be failed.
2008-03-06 20:56:26 +00:00
christos
0bdd655872
Treat "Thursday" as "*Thursday" from anon ymous
2008-03-06 17:37:57 +00:00
vanhu
b5ae261d16
Generates a log if cert validation has been disabled by configuration
2008-03-06 17:00:03 +00:00
jmmv
e708476055
Fix typo in t_modload entry.
2008-03-06 15:57:00 +00:00
njoly
e2a3dc2ff1
Do not use SYS_NSYSENT but the corresponding emulation definitions
...
instead {LINUX,LINUX32}_SYS_NSYSENT.
While here, cleanup some includes.
2008-03-06 15:16:47 +00:00
nakayama
e52ed14a31
tickintr() event counter is not specific to MULTIPROCESSOR.
2008-03-06 09:33:03 +00:00
martin
2bad903b03
Fix bit pattern error in example.
...
Reported by Edward Tomasz Napierala in PR port-sun3/38181.
2008-03-06 09:30:45 +00:00
manu
b6b6316484
From Cyrus Rahman <crahman@gmail.com>
...
privilegied instance exit when unprivilegied one terminates. Save PID in real root, not in chroot
2008-03-06 04:29:20 +00:00
mgrooms
1e1f81eb1d
Add the ability to initiate IPsec SA negotiations using the admin socket.
...
Submitted by Timo Teras.
2008-03-06 00:46:04 +00:00
mgrooms
3fd729ad89
Refactor admin socket event protocol to be less error prone. Backwards compatibility is provided. Submitted by Timo Teras.
2008-03-06 00:34:11 +00:00
mgrooms
089a95fdcd
Refactor admin socket event protocol to be less error prone. Backwards
...
compatibility is provided. Submitted by Timmo Teras.
2008-03-06 00:34:10 +00:00
cube
49f644ac35
Cosmetics: use device_t and cfdata_t.
2008-03-05 22:47:53 +00:00
cube
0c4bbfd7c5
Fix a softc split fallout.
2008-03-05 22:46:43 +00:00
mgrooms
5e5c5d5011
Properly initialize the unity network struct to prevent erroneous protocol
...
and port info from being transmitted.
2008-03-05 22:27:50 +00:00
mgrooms
f771df75b3
Reload SPD on SIGHUP or adminport reload. Also provide better handling for
...
pfkey socket read errors. Submitted by Timo Teras.
2008-03-05 22:09:44 +00:00
plunky
85ebf19dbd
pointy haired boss
2008-03-05 21:37:55 +00:00
ad
89d4a45927
selclear() while exiting netsmb's custom copy of select(). PR kern/38123.
2008-03-05 18:09:57 +00:00
ad
efbd47af45
- Add cv_is_valid(), for use in assertions. Performs basic sanity checks.
...
- Add more assertions.
2008-03-05 17:05:21 +00:00
xtraeme
66149243ef
struct cfdata * -> cfdata_t (for consistency).
2008-03-05 15:45:36 +00:00
xtraeme
e75fa1bd1d
Split device_t/softc and other related cosmetic changes.
2008-03-05 15:42:07 +00:00
xtraeme
3680f71913
Split device_t/softc in the lm(4) driver and its attachments, and
...
other related cosmetic changes.
2008-03-05 15:41:31 +00:00
dyoung
7419d9a660
Remove a couple of bogus KASSERTs.
2008-03-05 15:37:55 +00:00
xtraeme
3294fa721e
Split device_t/softc, and other related cosmetic changes.
2008-03-05 15:03:36 +00:00
xtraeme
9e715bd513
watchdog(8) -> wdogctl(8)
2008-03-05 13:28:15 +00:00
njoly
425fc32da6
s/Minimal/Maximal/ in kern.sched.pri_max sysctl node description.
2008-03-05 12:47:13 +00:00