wiz
77c248c29f
Remove trailing whitespace.
2009-05-04 20:37:28 +00:00
wiz
3cc511c34e
New sentence, new line. Sort SEE ALSO.
2009-05-04 20:37:07 +00:00
wiz
148a07685e
Fix typo in Dd argument.
2009-05-04 20:11:30 +00:00
wiz
03736339b7
Use Aq instead of \*[Lt]\*[Gt].
2009-05-04 20:10:19 +00:00
wiz
2b17065540
Uppercase CPU.
2009-05-04 20:09:10 +00:00
wiz
113b689e88
Sort errors.
2009-05-04 20:08:07 +00:00
wiz
b10ceebb6d
New sentence, new line.
2009-05-04 19:52:34 +00:00
wiz
ead0f5812e
New sentence, new line. Prepare for HTML output.
2009-05-04 19:48:15 +00:00
wiz
d8c85176f3
New sentence, new line.
2009-05-04 19:45:51 +00:00
wiz
29c223b6bb
Prepare for HTML output.
2009-05-04 19:42:40 +00:00
wiz
a5cda1e927
s/ctxsw/mi_switch/
2009-05-04 19:42:14 +00:00
wiz
c3d6275457
Prepare for HTML output.
2009-05-04 19:41:09 +00:00
wiz
54f3bd9704
Sort SEE ALSO. Drop trailing whitespace.
2009-05-04 19:40:02 +00:00
wiz
1e4a5a2d99
New sentence, new line. Use \*[Gt] for HTML output.
...
Punctuation improvements. Other fixes.
2009-05-04 19:28:03 +00:00
wiz
14d466a44a
New sentence, new line.
2009-05-04 19:18:49 +00:00
wiz
259d9a680a
New sentence, new line. Use Pa for paths.
2009-05-04 19:17:49 +00:00
wiz
e0d897a4e4
Add an article.
2009-05-04 19:16:41 +00:00
wiz
83412be2c1
Sort SEE ALSO.
2009-05-04 19:15:36 +00:00
wiz
274aaf51a5
New sentence, new line.
2009-05-04 19:11:49 +00:00
mhitch
0428b65ea1
fix sign-compare issues in vax-specific code.
2009-05-04 18:09:04 +00:00
mhitch
f2451d1c4c
Allocate relocation section using bfd_zalloc() to ensure no garbage
...
relocations when not all the entries are used. Fixes PR port-vax/39182.
2009-05-04 17:56:35 +00:00
ginsbach
ced39b2b50
Mention POSIX.1-2008 (_POSIX_C_SOURCE == 200809L) and
...
XPG 7 (_XOPEN_SOURCE == 700) in comments.
2009-05-04 16:44:14 +00:00
manu
c328d568d4
TFTPROOT loads the RAMdisk through TFTP at boot time. It needs the
...
network to be functionnal, and therefore must be called after
config_finalize(). Unfortunately, config_finalize() attaches md0
through mdattach(), and when tftproot_getfile() attempts to attach it
later by calling mdattach() again, it gets a failure.
This change checks for the RAMdisk size in mdattach(). If it is zero, then
the RAMdisk has not been loaded yet, and nothing is done. It will be
attached later when tftproot_getfile() will call mdattach()
2009-05-04 16:20:41 +00:00
yamt
183ff8793d
sysctl_doeproc: fix a bug in rev.1.135.
...
don't forget to mark our marker process PK_MARKER.
this fixes crashes in sched_pstats, etc.
2009-05-04 14:52:33 +00:00
pooka
b142e2e100
Nuke RUMPCN_HASNTBUF. The inspiration behind it must've been ... deep.
2009-05-04 14:31:25 +00:00
wiz
159e5816d2
Add missing word.
2009-05-04 13:37:57 +00:00
cegger
463905bb9c
struct cfdata * -> cfdata_t
2009-05-04 12:38:51 +00:00
cegger
1a57d635a0
struct device * -> device_t
...
No functional changes intended.
2009-05-04 12:19:29 +00:00
cegger
ad6eeaade5
struct device * -> device_t, use device_private()
...
No functional changes intended.
2009-05-04 12:15:51 +00:00
cegger
a4a2ef3bd3
struct device * -> device_t
...
No functional changes intended.
2009-05-04 12:14:31 +00:00
cegger
46919b98ad
struct device * -> device_t, use device_private
2009-05-04 12:13:19 +00:00
ad
557443fab0
PR kern/41342: BSDi binaries cause panic
...
XXX Manuel, please have a look as I am not sure what to do for XEN here!
2009-05-04 11:47:29 +00:00
ad
1e51983b0a
Add a CONCURRENCY section with some food for thought.
2009-05-04 11:44:28 +00:00
yamt
f0ea152bc0
disable automatic mountd reloading for now because it makes the service
...
temporary unavailable. PR/41331 from FUKAUMI Naoki.
2009-05-04 11:41:48 +00:00
ad
c4d79b73e9
Document callout_halt.
2009-05-04 11:28:20 +00:00
markd
a44286a718
Treat G4X like I915 and G33 for MSAC. Fixes aperture setting.
...
Has been working successfully for me and snj for the last few months.
2009-05-04 11:05:45 +00:00
yamt
6f0983460b
when freeing cn_pnbuf, make it NULL if DIAGNOSTIC.
2009-05-04 06:05:19 +00:00
yamt
706e6928e0
tweak some assertions on so_head to make them more meaningful.
2009-05-04 06:02:40 +00:00
yamt
fc99505dcc
nfs_lookup: handle the case where the vnode returned cache_lookup_raw is
...
being reclaimed by another thread. after recent changes in cache_lookup_raw,
there's a race between cache_lookup_raw/vtryget and getcleanvnode/vclean.
PR/41028.
2009-05-04 05:59:35 +00:00
yamt
5f6d027dab
nfs_lookup: add an assertion.
2009-05-04 05:50:17 +00:00
yamt
ffdcb971f2
nfs_lookup: comments. no functional changes.
2009-05-04 05:49:00 +00:00
pooka
f9733ae8d4
Use make syntax where LDADD applies only to a certain target
...
(not that there currently is more than one, but ...)
2009-05-04 01:26:49 +00:00
pooka
a6059f9100
g/c unused variables
2009-05-04 00:14:59 +00:00
pooka
0a3318e028
In addition to testing the fd passing doesn't crash the kernel,
...
also check that it actually works.
2009-05-03 23:19:59 +00:00
elad
414eb0a314
Move dovfsusermount to secmodel_bsd44, where it really belongs.
...
The secmodel code now creates the same knob in two places: both under the
secmodel itself, as well as the widely known location.
Mailing list references:
http://mail-index.netbsd.org/source-changes/2009/05/02/msg220641.html
http://mail-index.netbsd.org/tech-kern/2009/05/03/msg005015.html
2009-05-03 21:25:44 +00:00
pooka
55a30cc8cc
make it possible to disable puffs caches
2009-05-03 20:26:42 +00:00
wiz
d99af0e90f
Remove Pp before Ss.
2009-05-03 19:25:39 +00:00
pooka
d98497528c
set MNT_ROOTFS for the rootfs (the kernel, a logical piece of work)
2009-05-03 19:00:18 +00:00
tsutsui
9e1aa4a731
Use <bsd.klinks.mk> to create machine and ${MACHINE_ARCH} symlinks.
2009-05-03 17:33:29 +00:00
elad
fda35a52f4
Add a bluetooth action to the device scope and use it in netbt as a
...
replacement for KAUTH_GENERIC_ISSUSER.
Mailing list reference:
http://mail-index.netbsd.org/tech-kern/2009/04/25/msg004905.html
Bluetooth-specific authorization wrapper might come later.
2009-05-03 17:21:12 +00:00