Commit Graph

186834 Commits

Author SHA1 Message Date
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
elad
d67e78d45a Only kmem_free() the filename if we have one. 2009-12-25 22:57:54 +00:00
elad
066035a515 Oops - unintentional locking bit that's not yet ready. 2009-12-25 20:07:18 +00:00
elad
471d0b3079 This subsystem had leftovers from the time it was part of Veriexec, and then
from when I first implemented it as "metahook."

Cleanup a lot of the mess by unifying variable names, add struct member
prefixes, adjust comments, etc.

No functional change intended.
2009-12-25 20:05:43 +00:00
elad
c2d2f61cc2 No need for these prototypes here. 2009-12-25 18:51:41 +00:00
jakllsch
09be3feb9e Implement monitoring of CTS and RI lines. Use UCDC_N_SERIAL_* instead
of RSAQ_STATUS_*, the Linux driver shows that with the exception of CTS,
the PL2303 uses USB CDC bits at byte offset 8 of the interrupt transfer.

To-Do: Handle the other bits, such as BREAK.
2009-12-25 03:13:43 +00:00
mrg
5d423d552d fix a typo: s/SIGINTR/SIGINT/. 2009-12-25 02:33:50 +00:00
elad
3313b745e3 allow rump to build 2009-12-25 01:56:43 +00:00
bad
be6a186a3c Fix argument names in description of pool_cache_init(). 2009-12-24 22:45:15 +00:00
christos
9a4b585a95 running postinstall fix should also say why fontconfig did not work, like
all other postinstall methods.
2009-12-24 21:52:57 +00:00
elad
d52b481791 Change a comment. INSECURE has but one purpose. 2009-12-24 19:16:28 +00:00
elad
dadcd7355c Rename KAUTH_GENERIC_CANSEE to KAUTH_GENERIC_UNUSED1 and remove handling for
the former.

(I'll remove it from the header next time a kernel version bump happens.)
2009-12-24 19:02:07 +00:00
elad
36ec4b320c When reporting open files using sysctl, don't use 'filehead' to fetch files,
as we don't have a process context to authorize on. Instead, traverse the
file descriptor table of each process -- as we already do in one case.

Introduce a "marker" we can use to mark files we've seen in an iteration, as
the same file can be referenced more than once.

Hopefully this availability of filtering by process also makes life easier
for those who are interested in implementing process "containers" etc.
2009-12-24 19:01:12 +00:00
christos
6b74e5460f - split the sk_dev
- don't program the interrupt mitigation to 0, only to set it to 1000 later.
- don't be verbose when setting the interrupt mitigation during reset, it
  messes up the attach line and does not convey useful information.
2009-12-24 18:27:31 +00:00
tsutsui
b2a913526c Use <bsd.klinks.mk> to create machine and ${MACHINE_CPU} symlinks. 2009-12-24 16:39:39 +00:00
tsutsui
93bd1a122c Use /dev/fd0a rather than /dev/rfd0a to read instfs.tgz image from floppy.
It looks newer (appearred after 1.6) gzip tries to read less than DEV_BSIZE
(to check header?) so we can't use raw device directly.
(note sparc bootfs ramdisk doesn't have dd(1))

Workaround for PR port-sparc/42193, and would also fix PR install/28734.
2009-12-24 14:56:14 +00:00
kiyohara
4018fc33a7 Fix interrupt number.
The data sheet describes that the interrupt of ECC is 17.
2009-12-24 09:29:36 +00:00
kiyohara
38d5a971c8 Add COMPAT_50. 2009-12-24 09:26:43 +00:00
jakllsch
75bfe4c1bd defflag UGEN_BULK_RA_WB is no more.
Hi pooka
2009-12-24 01:32:22 +00:00
jakllsch
36338876d4 Add libdwarf lint file. 2009-12-24 01:13:20 +00:00
pgoyette
5c06b9862c In ATZ_F_VERBOSE mode, log a message whenever the active cooling level
changes, even when the new level is ATZ_ACTIVE_NONE
2009-12-24 00:26:28 +00:00
dsl
5281921f56 Add info for -A ptn_alignment[/ptn_0_offset] 2009-12-23 20:56:18 +00:00