Commit Graph

186713 Commits

Author SHA1 Message Date
thorpej 69ceabfc59 Include nbtool_config.h as needed. Should fix missing defn of __unused in
some host tool environments.
2009-12-29 17:32:18 +00:00
msaitoh 653da907ac mention i82583V support in wm(4). 2009-12-29 17:26:50 +00:00
elad 34edb026e5 Keep an internal variable indicating whether securelevel is present, and
don't blindly try to get/set it. Prevents error messages that don't make
sense if securelevel isn't supported by the kernel.
2009-12-29 17:07:17 +00:00
elad 4fc2067c9d Securelevel might not be present, properly complain instead of printing
error messages from sysctl(8).
2009-12-29 17:06:10 +00:00
thorpej 4d886fcd1a Merge FreeBSD-8-0-RELEASE. All this does is remove the __RCSID() tags
due to the modified prepare-import.sh.
2009-12-29 17:05:58 +00:00
thorpej 8a81f35236 Import libelf from FreeBSD 8.0-RELEASE. The main purpose of this is to
get a new import after prepare-import.sh was changed to not insert NetBSD
__RCSID() macros (which are problematic for host tool builds).
2009-12-29 16:58:08 +00:00
thorpej 7c6f9e4c11 We don't really need __RCSID() tags in these files, so just get rid of them. 2009-12-29 16:56:25 +00:00
msaitoh 168809dd71 - Fix an incorrect test for WM_F_EEPROM_INVALID since rev. 1.183. Some old
chips don't set EECD_EE_PRES.
- Fix a bug that both WM_F_EEPROM_SPI and WM_F_EEPROM_FLASH are set.
- Add a missing decrement for a timeout reported by Wolfgang Stukenbrock
  in PR#42422.
- Add support for i82583V.
- PBA setting for i82574 is not 12K but 20K.
- Enable checking the management mode on 82574.
2009-12-29 16:01:21 +00:00
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