Commit Graph

186805 Commits

Author SHA1 Message Date
msaitoh
59da6c1f98 regen 2009-12-29 15:52:48 +00:00
msaitoh
b0380c272e add entry for i82583V 2009-12-29 15:52:18 +00:00
macallan
51eb91a5a6 mention gfb 2009-12-29 07:06:36 +00:00
macallan
a1690b5dc2 add gfb at mainbus 2009-12-29 06:56:41 +00:00
macallan
5f7d924101 a simple fb driver for Sun XVR-1000 boards 2009-12-29 06:55:55 +00:00
snj
875f862227 Properly replace @MKTEMP_SH_FUNCTION@, @MKTEMP@, and @SENDMAIL@.
Fixes PR bin/39629.
2009-12-29 06:00:35 +00:00
elad
190f3232cd Use the socket credentials, now that we have them, instead of uidinfo. 2009-12-29 04:25:30 +00:00
elad
75ab55811f Changes to struct socket (added credentials) - 5.99.23. 2009-12-29 04:24:32 +00:00
elad
841ec82ba2 Add credentials to to sockets.
We don't need any deferred free etc. because we no longer free the
credentials in interrupt context.

Tons of help from matt@, thanks!
2009-12-29 04:23:43 +00:00
elad
34ce871d58 Remove commented-out code that should not have gone in. 2009-12-29 03:48:18 +00:00
christos
8106943a02 reduce diff with tcsh 2009-12-28 22:15:36 +00:00
christos
b90e7198e7 improve on the listing display by printing only one character after the
filename not two, and no trailing blanks. I will revisit this when I write
the ls-F code.
2009-12-28 21:55:38 +00:00
christos
c8b67cd8d5 Reduce diff with tcsh's editor. No functional change intended. 2009-12-28 21:54:21 +00:00
christos
969676ec74 Fix bug where tab completion on the second or > line that caused listing
ended up corrupting the display by an extra space in the beginning. Reported
by Mac Chan.
2009-12-28 21:52:43 +00:00
nakayama
36efb2549a Make fault LED and alarms status changeable via sysctl(8).
The sysctl entries are created under the hw.lomN MIB.
2009-12-28 18:25:44 +00:00
uebayasi
6d9df63461 Indent. 2009-12-28 15:13:57 +00:00
uebayasi
3fa5841a40 Always name struct pv_entry * as pv, not pve. No binary change. 2009-12-28 15:02:59 +00:00
elad
ac90530da8 In veriexec_file_verify(), always check 'lockstate' before unlocking
'veriexec_op_lock'. Triggering a panic is possible in the path from
veriexec_openchk() (easily repeatable). The two switch cases at the
bottom of the function are going to panic anyway, but they might as well
panic as they're intended to as opposed to tripping over a locking
violation...
2009-12-28 07:16:41 +00:00
uebayasi
aa4916d952 More setttb() -> cpu_setttb() for readability & consistency. Missing instances
pointed out by tsutsui@ & nonaka@, thanks.
2009-12-28 03:22:19 +00:00
elad
fa8206aeb0 Our error paths can call veriexec_file_free(), whicn in turn will try to
rw_destroy() the vfe lock. The easiest way to fix it for now is simply to
initialize the lock right after allocating the vfe...
2009-12-28 02:35:20 +00:00
abs
564d9d15f0 Put "MAN= acpidump.8" back outside the i386/amd64 block so its in the
MI manpages, and non i386/amd64 setlists are correct again
2009-12-27 21:42:22 +00:00
msaitoh
0623c04866 Fix the bug that ICH9 can't found a PHY. This fix is not good, but it's
the same as e1000 driver... Fixes PR#42237
2009-12-27 20:36:38 +00:00
christos
6e8626c060 don't bump libdes - not needed. 2009-12-27 19:26:04 +00:00
christos
ded3e18dc8 adjust entropy_add signature. (From Kurt Schreiner) 2009-12-27 17:27:29 +00:00
jakllsch
09b3cf740d Free memory when done with it.
From Henning Petersen in PR/42522.
2009-12-27 16:03:49 +00:00
tsutsui
b8587108c5 Fix a typo in comment. 2009-12-27 15:24:55 +00:00
skrll
154c44ffa9 Simplify. 2009-12-27 14:54:24 +00:00
skrll
26d75c899a Delete extra '('. PR 42528 2009-12-27 13:55:13 +00:00
tsutsui
df41171f42 Fix missing parenthesis in #ifdef notyet block. PR port-sun2/42524 2009-12-27 08:41:50 +00:00
tsutsui
4c2c307c1a Fix typo on ANSIfy in 2005. PR port-arc/42523 2009-12-27 08:31:10 +00:00
uebayasi
fe705f1018 Add write-through cache work-around for ARM11 as well as ARM9/ARM10. Analyzed
& tested on i.MX35 with help from Tsubai Masanari.
2009-12-27 05:14:56 +00:00
christos
2a8f722d1a mention new openssh 2009-12-27 01:44:13 +00:00
christos
bb63eb87ed new openssh 2009-12-27 01:42:40 +00:00
christos
47dc77041d merge changes. 2009-12-27 01:40:46 +00:00
jakllsch
a70f4ed596 Implement and use a dkminphys() that calls the parent device's minphys
function with b_dev temporarily adjusted to the parent device's dev_t.

Fixes PR/37390.
2009-12-27 01:37:17 +00:00
christos
3fab09205c import openssh 5.3 2009-12-27 01:07:02 +00:00
christos
1b7f75f91e new openssl. 2009-12-27 00:54:15 +00:00
christos
fe6a4bfaaf new openssl 2009-12-27 00:53:35 +00:00
christos
bfc463fe1e merge conflicts and undo the session renegotiation disabling code. 2009-12-27 00:48:55 +00:00
christos
cef2ee707e import SNAP-20091226 2009-12-26 23:29:52 +00:00
christos
48b5ff6259 mention new bind 2009-12-26 23:14:32 +00:00
christos
72d39b99c8 sets for new bind. 2009-12-26 23:13:15 +00:00
christos
e1523714f8 merge 9.7.0rc1 2009-12-26 23:08:21 +00:00
christos
d12c9ec32b Import bind 9.7.0rc1 2009-12-26 22:18:13 +00:00
elad
3bd7842cba Put a space after ':'... 2009-12-26 21:41:14 +00:00
mrg
84caf7efa2 s/SIGINTR/SIGINT/ here as well as termios.4. from jmc@openbsd. 2009-12-26 19:31:34 +00:00
uebayasi
998f9b1597 Use cpu_* prefix to call cpu_* functions (setttb() -> cpu_setttb()); no
functional changes.
2009-12-26 16:01:23 +00:00
uebayasi
cb96e85ab2 Garbage collect an unused global, vm_offset_t pagetables_start. 2009-12-26 15:47:14 +00:00
mbalmer
2940930ee5 'build.sh ... modules' only builds modules, but does not install them,
reflect that in the scripts output.  While here, fix the past form of build.
2009-12-26 14:13:08 +00:00
mbalmer
be714279aa Fold long lines. 2009-12-26 11:00:46 +00:00