Commit Graph

171219 Commits

Author SHA1 Message Date
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
christos
d50bc8ead7 import bind-9-5-0 2008-06-21 18:25:42 +00:00
wiz
d23e93082f Sort options.
New sentence, new line.
Use more markup.
Drop trailing whitespace.
Bump date for previous.
2008-06-21 17:11:03 +00:00
tsutsui
cda67469e5 Regen from syscalls.master rev 1.69:
> Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t.
2008-06-21 13:22:04 +00:00
tsutsui
f1d9471407 Include <sys/sched.h> before <sys/syscallargs.h> for cpuset_t. 2008-06-21 13:20:46 +00:00
reinoud
9c4be68820 DO set the birthtime please.... 2008-06-21 13:12:33 +00:00
ad
49b506e72f PR lib/38948: libpthread, java: thread awakening itself 2008-06-21 11:27:41 +00:00
tnozaki
76b2ef13b2 add alias for XFree86 compatibility. 2008-06-21 07:06:01 +00:00
gmcgarry
d977ef8e7b pcc needs -Wno-unreachable-code. 2008-06-21 01:00:43 +00:00
gmcgarry
79ae39b7d3 Use __builtin_alloc() with pcc. 2008-06-21 00:58:00 +00:00
gmcgarry
8cb6efd4df Add stdargs support for pcc. 2008-06-21 00:56:39 +00:00
gmcgarry
38541e9dad Remove old GCC bug work-around which relied on GCC extension. 2008-06-21 00:52:52 +00:00
reinoud
6eab4517fa Elaborate file times extension times definition. 2008-06-21 00:12:09 +00:00
christos
afd857d440 make getn return long long to support large numbers on all archs. 2008-06-20 23:29:36 +00:00
reinoud
e1f31734bf Factor out extended attribute header creation. The VAT and extended time
descriptors are now added by this function.

Extended attribute for birthtime added to (non-extended) file descriptors.
2008-06-20 22:41:42 +00:00
jnemeth
5935b7361f KNF: space after comma -- be consistent! 2008-06-20 20:23:01 +00:00
peter
4802ff77f9 Update pf version. 2008-06-20 17:27:41 +00:00
peter
bddc0f0ae5 Mention pf(4) update. 2008-06-20 17:25:05 +00:00
peter
5f47c5620b Add entries for /etc/pf.conf and /etc/pf.os.
Suggested by Luke Mewburn in PR/35188.
2008-06-20 17:05:26 +00:00
peter
430b2da1d5 Install /etc/pf.os with 444 permissions.
Modify postinstall(8) to always upgrade /etc/pf.os.

Suggested by Luke Mewburn in PR/35188.
2008-06-20 17:04:45 +00:00
cube
aa5a552a2f Apply a similar patch as what was just applied to sk(4):
> Use a mutex instead of splvm() to protect the list of jubo-ready mbufs, as
> done with nfe(4) a while ago.
>
> Issue reported by Gary Duzan, who kindly fixed the patch I had sent him.

Lars Nordlund noted that such a change made things a lot better with his
msk(4).
2008-06-20 16:45:13 +00:00
cube
0ec953c973 Use a mutex instead of splvm() to protect the list of jubo-ready mbufs, as
done with nfe(4) a while ago.

Issue reported by Gary Duzan, who kindly fixed the patch I had sent him.
2008-06-20 16:28:36 +00:00
christos
5e865a2f1b Also enforce that cm->cmsg_len >= CMSG_ALIGN(sizeof cmsghdr), from
Michael van Elst
2008-06-20 15:27:50 +00:00
yamt
86a4e26fc8 add a default for ftp_proxy as reminded by Geoff Wing and others. 2008-06-20 15:21:56 +00:00
christos
db982eb35b Don't require cm->cmsg_len == control->m_len, just that the cm->cmsg_len
<= control->m_len, like FreeBSD does. Idea from Taylor R Campbell.
2008-06-20 15:18:38 +00:00
christos
fcf1d86b3e add CMSG_ man pages. 2008-06-20 14:39:28 +00:00