Commit Graph

171144 Commits

Author SHA1 Message Date
tsutsui
152476802f Unify splraiseipl(9) implementation among m68k ports as per
suggestion from isaki@ on port-m68k.

For cesfic (compile test only):
- use static splraise4() for splvm() and remove isrcomputeipl() for IPL_VM
  because this port supports only one model
- make makeiplcookie(9) return PSL bits via ipl2psl_table[] rather than
  ipl indexes
- make ipl2psl_table[] uint16_t rather than int
2008-06-22 16:34:15 +00:00
tsutsui
836c01beb6 Don't recompute an ipl level for IPL_VM during or after cpu_configure(9)
and use a static and possible highest ipl value (ipl 5) for IPL_VM
so that we can put ipl2psl_table[] conversion into makeiplcookie(9),
which could be called before cpu_configure(9).

Fixes "panic: sbappendaddr" on NFS load.
2008-06-22 16:29:36 +00:00
christos
9172b1cf12 mention openssh-hpn. 2008-06-22 15:48:49 +00:00
christos
478064d1cc bump libssh 2008-06-22 15:44:45 +00:00
christos
4f1a5d7e7c bump libssh because of HPN and add pthreads dependency. 2008-06-22 15:43:40 +00:00
christos
80a665de90 Add the HPN patch for ssh:
http://www.psc.edu/networking/projects/hpn-ssh/
2008-06-22 15:42:50 +00:00
wiz
ce55a7f589 Bump date for previous. 2008-06-22 14:51:45 +00:00
wiz
f244e7522e Bump date for previous. Drop trailing whitespace. Improve formatting. 2008-06-22 14:50:40 +00:00
wiz
24bd7d6b65 Drop trailing whitespace. 2008-06-22 14:47:13 +00:00
christos
9766fdde63 mention postfix 2.5.2 2008-06-22 14:40:03 +00:00
christos
db19bd9062 resolve conflicts. 2008-06-22 14:38:40 +00:00
christos
31670fd55d fix build. 2008-06-22 14:38:13 +00:00
christos
a903102c9a import 2.5.2, requested by perry, approved by releng. 2008-06-22 14:02:40 +00:00
adrianp
8aae81d82f Fix for PR #33551 (a.k.a CVE-2006-2362)
Back port from the binutils CVS tree

Buffer overflow in getsym in tekhex.c in libbfd in Free Software Foundation
GNU Binutils before 20060423, as used by GNU strings, allows context-dependent
attackers to cause a denial of service (application crash) and possibly
execute arbitrary code via a file with a crafted Tektronix Hex Format (TekHex)
record in which the length character is not a valid hexadecimal character.
2008-06-22 14:02:39 +00:00
christos
0eea94d78f import 2.5.2, requested by perry, approved by releng. 2008-06-22 14:00:13 +00:00
ad
be0b2f64b3 Update a comment. 2008-06-22 14:00:11 +00:00
christos
b4e47fa186 import 2.5.2, requested by perry, approved by releng. 2008-06-22 13:59:17 +00:00
ad
bce675d015 When offlining a CPU, ensure that at least one other CPU within the same
processor set remains online, otherwise the system can deadlock.
2008-06-22 13:59:06 +00:00
christos
e5a95dcfd5 usage message 2008-06-22 13:55:05 +00:00
ad
44eb18fda8 Add a dumb, mostly Solaris-compatible psrset command. It's missing some
options. Without it there's no easy way to test or use processor sets.
2008-06-22 13:53:59 +00:00
christos
2d315ce390 netbsd rcsid. 2008-06-22 13:23:50 +00:00
christos
89a537219f make this compile again. 2008-06-22 13:23:05 +00:00
ad
53db9954a3 - Ensure that at least one cpu stays in the default pset, otherwise the
system will lock up.
- Use cpu_lock, there's no need for a seperate psets_lock.
- Add a sysctl to return the list of psets as a string.
2008-06-22 12:59:18 +00:00
peter
899faae713 Wrap definition of pfil6_wrapper in #ifdef INET6.
From Scott Ellis in PR/39007.
2008-06-22 11:36:33 +00:00
wiz
067a770e99 Note that strndup was recently (4.0) added. Bump date. 2008-06-22 11:02:07 +00:00
ad
998b5a2fd0 Fix a race with the xadd functions. 2008-06-22 09:42:56 +00:00
kiyohara
768e748678 Fix macro KERNEL_BASE_EXT from KERNEL_EXT_BASE. 2008-06-22 08:27:18 +00:00
wiz
688c5830e1 Clarify a sentence. 2008-06-22 08:25:26 +00:00
wiz
e15ccc02f4 Make HTML-ready. Bump date for previous. 2008-06-22 08:24:40 +00:00
wiz
81ffe97c5e Bump date for previous. 2008-06-22 08:24:26 +00:00
rmind
54ccd4a6fa kcpuset_isset: remove if-check. It is not reasonable for kernel,
saves few cycles, and it is better for CPU cache.
2008-06-22 03:24:31 +00:00
christos
08aeee04f0 not everyone has atomic_add_64. 2008-06-22 00:14:06 +00:00
christos
1d875fc75f Adjust to separate kcpuset_t and cpuset_t. 2008-06-22 00:06:36 +00:00
christos
dfeefcdcb8 Separate cpuset and kcpuset, and only use the bits in userland. Requested
by yamt
2008-06-22 00:05:09 +00:00
matt
b35d3ac323 Add multiple inclusion protection. Include <isc/types.h> 2008-06-21 23:57:25 +00:00
christos
7ce5e09d1b - protect DEBUG again because we should be able to set it from the Makefile
- add a missing cast to pacify lint.
2008-06-21 23:37:53 +00:00
christos
494bafa060 forgot to commit these. 2008-06-21 23:32:19 +00:00
christos
a3695a098a use our atomic functions. 2008-06-21 22:53:06 +00:00
christos
b06624789f fix prototype 2008-06-21 20:55:56 +00:00
christos
e492db1901 mention bind-9 2008-06-21 20:49:05 +00:00
christos
6c2e702afd bump shared libraries for bind-9-5-0 2008-06-21 20:45:07 +00:00
christos
aaad11e7ac bump for bind-9-5-0 2008-06-21 20:42:40 +00:00
christos
3873655b27 updates from bind-9-5-0 2008-06-21 20:41:48 +00:00
christos
bee541c300 restore correct symbol protection and add a comment so that I don't
break this again.
2008-06-21 20:24:40 +00:00
christos
a0abbe8fe8 sync with bind-9-5-0 2008-06-21 20:12:49 +00:00
he
acba26b8f9 Commit regenerated files after adding include of <sys/sched.h>. 2008-06-21 19:59:09 +00:00
he
3824f75f83 <sys/sycallargs.h> needs <sys/sched.h> now. 2008-06-21 19:58:27 +00:00
bjs
48193539c3 Revert to using atop(offset + map->offset) for map types _DRM_AGP,
_DRM_REGISTERS, and _DRM_FRAME_BUFFER.  Fixes issue where a call
to DrmMap() in libdrm returns EINVAL.
2008-06-21 19:31:31 +00:00
christos
426f20381b adjust for 9.5.0 2008-06-21 18:59:36 +00:00
christos
c3d3a6e4b6 Resolve conflicts 2008-06-21 18:59:24 +00:00