pooka
4de5567459
Allow KAUTH_SYSTEM_MKNOD in kauth_authorize_generic() to make it
...
possible to execute sys_mknod().
from Arnaud Ysmal
2008-06-23 12:58:12 +00:00
plunky
3b18cdef88
hold bt_lock when sending data via sco_send()
2008-06-23 12:34:38 +00:00
ad
aed68d2d63
getvnode -> fd_getvnode
2008-06-23 11:30:41 +00:00
ad
29957bec2e
sys_fcntl: use l_fd, not p_fd.
2008-06-23 11:26:53 +00:00
ad
7756789d3a
PR kern/38990: Unmounting a disk fails the first time
...
vflush: process vrele_list at least once before looking at the mount.
2008-06-23 11:23:39 +00:00
ad
10ba267505
Split cond_signal/cond_broadcast into inline and non-inline parts, like
...
the kernel.
2008-06-23 11:01:19 +00:00
ad
d9a30823e2
Move call to pthread__self() later.
2008-06-23 11:00:53 +00:00
ad
380c3da007
Split choose_arena() back out into inline and non-inline portions.
2008-06-23 10:46:25 +00:00
ad
3e1711d6de
pthread__threadreg_get: mark it const.
2008-06-23 10:39:38 +00:00
ad
edbc7575cc
pthread_curcpu_np: remove hack for pthread_dummy_lwpctl.
2008-06-23 10:38:39 +00:00
ad
d6c32b235a
+atomic_cas_*_ni
2008-06-23 10:33:52 +00:00
drochner
bc43bac5ca
-fix an obvious mistake in fpcw check
...
-replace ARG_DOUBLE_ONE_HALF by _MSW/_LSW because this reflects the
intention and also matches the terms used in C code,
also make the code where the fpcw overwrites the argument a bit
self-documenting
(this abstraction sucks because it forces to write inefficient code)
2008-06-23 10:24:13 +00:00
ad
7a21650601
Install manual pages for the atomic ops.
2008-06-23 10:22:40 +00:00
ad
61c0605342
Don't define ISC_PLATFORM_HAVEXADDQ if i386. It only works on the Pentium
...
or later - and I figured only ZFS would end up using it...
2008-06-23 09:19:34 +00:00
isaki
af8a8d9630
Make intio_intr_establish() use evcnt(9),
...
instead of dynamic allocation of intrnames/intrcnt.
2008-06-23 08:33:38 +00:00
isaki
31129b82c5
Remove some unused intrnames/intrcnt.
2008-06-23 07:36:12 +00:00
jnemeth
1868ec0ccc
more build breakage -- add new /var/lib/postfix directory
2008-06-23 07:25:16 +00:00
wiz
98c9474675
Use Xr instead of Nm.
2008-06-23 06:52:43 +00:00
dholland
ba135a4729
Avoid zooming off the end of a malloced region. Makes rtsol{,d} -a work.
...
From Dave Huang in PR bin/38282.
2008-06-23 04:55:27 +00:00
dholland
1f61ca8ba6
Remove description of ST_MAGICLINKS; it went away a long time ago.
...
From PR 36947.
2008-06-23 04:22:36 +00:00
dholland
dbdaee06a4
fix typo
2008-06-23 03:26:18 +00:00
dyoung
06f20fb7d3
Cosmetic: use LIST_FOREACH(). Join lines.
2008-06-23 03:13:12 +00:00
jnemeth
f2370a7841
Add /var/lib before /var/lib/postfix as all parent directories MUST exist
...
as per mtree(8). Unbreak build.
2008-06-23 03:12:19 +00:00
matt
7cd6f44757
Change remaining instances of ${RELEASEDIR}/${MACHINES} to
...
${RELEASEDIR}/${RELEASEMACHINEDIR}
2008-06-23 02:16:53 +00:00
matt
b3139d33db
Change MACHINE to RELEASEMACHINEDIR
2008-06-23 02:09:29 +00:00
isaki
1e2ea92126
Unify splraiseipl(9) implementation among m68k ports,
...
discussed with tsutsui@ on port-m68k.
For x68k:
- export ipl2psl_table[] and make it uint16_t
- make makeiplcookie(9) inline
- put PSL_S bit into ipl2psl_table[] rather than adding it in makeiplcookie(9)
- define both IPL_SCHED and IPL_HIGH independently to avoid confusion
2008-06-23 01:49:31 +00:00
dyoung
c3da8a28e7
Cosmetic: use TAILQ_FOREACH(). Join lines.
2008-06-23 00:56:08 +00:00
christos
1d1021c331
add macros for the upper half of the double arguments.
2008-06-23 00:14:46 +00:00
christos
8a9e7b0124
Share the amd64 and i386 exp versions. Fixes a problem with exp(-Inf) != 0.
2008-06-23 00:12:04 +00:00
christos
0d8a2b1868
add /var/lib/postfix
2008-06-22 23:12:33 +00:00
njoly
8cb9e382ae
netbsd32_ifreq_tp_t should be of type netbsd32_pointer_t, not int32_t.
2008-06-22 22:40:15 +00:00
he
d6e5879de3
Be consistent in how cpuset_nentries is computed in the kernel and
...
in user-land. This fixes the user-land part. Now "cpuctl identify 0"
gives a result instead of getting EINVAL from the set-affinity syscall.
2008-06-22 21:49:31 +00:00
ad
c24177ce10
Some more text.
2008-06-22 21:47:30 +00:00
jmcneill
8ac9fcb0d7
PR 39023: usbd_new_device: do not set address early, from FreeBSD.
2008-06-22 21:31:51 +00:00
christos
9980dced8b
ssh now needs pthread.
2008-06-22 18:54:49 +00:00
reinoud
77c6f83b52
Rename functionname to be more in sync with the kernel function naming.
2008-06-22 18:18:02 +00:00
reinoud
165572357f
Initialise l_ea though technically not nessisary since its space is claimed
...
by a calloc() its more clear to explicitly initialise it to prevent
accidents might the routine be later changed.
2008-06-22 18:15:33 +00:00
ad
b4cd4f8465
+psrset
2008-06-22 17:47:37 +00:00
jmcneill
b0ef7c658c
Regen for Sony PLAYSTATION(R) Eye
2008-06-22 17:46:01 +00:00
jmcneill
64c6729ddb
Add entry for Sony PLAYSTATION(R) Eye
2008-06-22 17:45:45 +00:00
tsutsui
aecc2565d0
Make cpu_intr_p() inline.
2008-06-22 17:33:41 +00:00
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