cjep
033a0de92f
bump version due to today\'s changes
2004-05-05 15:06:33 +00:00
cjep
f7b1c3362b
update
2004-05-05 14:52:34 +00:00
cjep
0d48a39432
Implement --line-buffered. From OpenBSD.
2004-05-05 14:34:55 +00:00
wiz
65a50720b0
Various improvements; mostly mention arguments of flags by name to
...
simplify the description and improve lists.
2004-05-05 14:30:59 +00:00
kochi
2cb143dddf
Fix parameters for PPB_INTERRUPT_SWIZZLE macro.
...
The macro expects pin = 1..4 while previously passing 0..3.
2004-05-05 14:08:24 +00:00
yamt
1b03fa5302
uvm_page_unbusy: add assertions and comments about PG_RELEASED anon pages.
2004-05-05 11:58:27 +00:00
yamt
8368dac6a2
fix a amap_wirerange deadlock problem by re-introducing
...
PG_RELEASED for anon pages. PR/23171 from Christian Limpach.
for details, see discussion filed in the PR database.
uvm_anon_release: a new function to free anon-owned PG_RELEASED page.
uvm_anfree: we can't wait for the page here because the caller might hold
amap lock. instead, just mark the page as PG_RELEASED.
who unbusy the page should check the PG_RELEASED.
uvm_aio_aiodone: uvm_anon_release() instead of uvm_page_unbusy()
if appropriate.
uvmfault_anonget: check PG_RELEASED.
2004-05-05 11:54:32 +00:00
yamt
bd712164d0
ubc_release: grab uobj's vmobjlock when calling uvm_page_unbusy().
2004-05-05 11:35:40 +00:00
jdolecek
55c776851d
fix reference Nx 2.1 to Nx 3.0
2004-05-05 08:48:36 +00:00
kochi
6901f11fba
Fix comment (mp_nbusses -> mp_nbus)
2004-05-05 04:51:28 +00:00
fair
22e40d8402
Came in here to add nfsstat(1) reference in SEE ALSO,
...
but since I was here...
Correct spelling of "Kerberos." Add RFC references.
Reword some awkward english. Sprinkle mandoc macros throughout.
Add white space to aid readability. Change date.
2004-05-05 00:21:00 +00:00
wiz
a82f9cbbec
Bump date for previous.
2004-05-04 23:45:08 +00:00
wiz
9bdf6284c2
Mention -c explicitly, use Nm, drop trailing space,
...
and sort enhancements in history section alphabetically.
2004-05-04 23:44:21 +00:00
pk
b2260877bf
proc_reparent() must be called with proclist write lock held. Make it so.
2004-05-04 21:58:47 +00:00
pk
2fb3dac280
Since a vmspace' always includes a
vm_map' we can re-use vm_map's
...
reference count lock to also protect the vmspace's reference count.
2004-05-04 21:33:40 +00:00
pk
3ec3f724be
crcopy: no need to lock if we're only reading the structure's reference count.
2004-05-04 21:27:28 +00:00
pk
f3f1104ed8
Change sigactsfree() to take a `struct sigacts' pointer, to fit the needs
...
of exit1 (its only client).
2004-05-04 21:25:47 +00:00
pk
d190ac352d
exit1: if !BIGLOCK, once the exiting process has been placed on the zombie
...
list and the proclist lock is released, we shouldn't touch the process
structure anymore, since it may be collected immediately by a waiting
parent.
2004-05-04 21:23:39 +00:00
pk
0ba9b6aa91
`uvmexp.swtch++' is already done in exit1().
2004-05-04 15:48:45 +00:00
pk
b3d526b501
Fix incorrect diagnostic.
2004-05-04 15:34:37 +00:00
jrf
e3a43961ff
Remove caddr_t inlines. Approved by christos@NetBSD.org.
2004-05-04 13:26:58 +00:00
grant
4fc8c484c7
- remove an extraneous word
...
- it's "backward compatibility" not "backwards compatibility"
2004-05-04 13:20:46 +00:00
grant
dced68e86f
--unlink is the default, the argument is ignored and only accepted for
...
compatibility with other tar(1) implementations.
2004-05-04 13:13:01 +00:00
skd
1b1b474faa
Fix to update all references to mbuf. Fixes case where mbuf is freed twice.
2004-05-04 11:31:52 +00:00
kochi
30e09aa604
Add reference to vald(4).
2004-05-04 11:11:09 +00:00
mrg
53e1c6f576
add support for:
...
-q quiet; never show filename headers
-v verbose; always show headers
-c <bytecount>; count <bytecount> bytes, not lines
as seen in GNU head(1).
2004-05-04 10:57:42 +00:00
lukem
35a3ccf1af
Remove "./dev type=dir" entry from generated devices.spec, as it
...
causes the ownership of ${.OBJDIR}/work/dev to be used in the image
instead of that from the earlier entry in work.spec.
2004-05-04 03:02:17 +00:00
lukem
6d46b6145e
MAKEVERBOSE support
2004-05-04 02:52:05 +00:00
taca
bd6f11c075
postfix 2.1.1 released.
2004-05-04 02:45:47 +00:00
atatat
f5a0e81454
That's "endutxent", not "entutxent". Hi, wiz!
2004-05-04 02:38:35 +00:00
dbj
f1646a867f
correct cl's previous flow control fix so that flow control checks
...
for a pause any time there isn't a write lock
2004-05-03 21:11:30 +00:00
dbj
62cd773f07
fix some minor memory leaks in netbsd patches
2004-05-03 21:10:21 +00:00
bouyer
aaf27601c3
When using LBA48, use Flush cache extended command if supported.
...
From Christos Zoulas in PR 25366, with minor adjustements from me.
2004-05-03 20:11:40 +00:00
petrov
1ac4411c10
Revert default uvm counters, rename UVMMAP_COUNTERS to UVMMAP_NOCOUNTERS.
2004-05-03 20:10:35 +00:00
lukem
191597b042
move machdep.est.cpu_brand to machdep.cpu_brand
2004-05-03 16:38:28 +00:00
lukem
5f5a907836
fix description for svc_getreqset()
2004-05-03 15:57:36 +00:00
briggs
7fb1ebb1f5
Update to suggest what to do if you see
...
cbb0: NOT USED because of unconfigured interrupt
on an i386-family system.
Addresses PR kern/25386.
Thanks to wiz@ for suggestions on formatting.
2004-05-03 15:13:10 +00:00
briggs
45262a1d7d
New sentence, new line.
2004-05-03 15:01:31 +00:00
lukem
9bd9220cd7
When performing "start", "stop" or "reload" in run_rc_command(),
...
send any "<name> already running" or "<name> not running" messages
to stderr instead of stdout before the (existing) non-zero exit.
2004-05-03 14:52:26 +00:00
wiz
fe669e0931
Add comma in enumeration; use Aq instead of \*[Lt]\*[Gt].
2004-05-03 14:23:12 +00:00
wiz
eff2390d25
Add i386 to Dt.
2004-05-03 14:21:02 +00:00
kochi
be02821555
use M_ZERO for malloc
2004-05-03 14:02:56 +00:00
martin
efe61cce0d
Fix a comment.
...
Approved by Andrew Brown.
2004-05-03 13:39:50 +00:00
wiz
8a7cb127eb
New sentence, new line; mark up list with Bl;
...
drop trailing whitespace; misc other fixes.
2004-05-03 13:03:24 +00:00
kanaoka
0659f098f3
Add vald(4) manual page.
2004-05-03 12:56:55 +00:00
kanaoka
8e0c88e3c8
Add vald(4) manual page.
...
Checked by kochi (Thanks!).
2004-05-03 12:56:03 +00:00
pk
4b19351352
On reset, clear state flags and the msgout queue and notify the upper layer.
2004-05-03 12:25:34 +00:00
kleink
5a6f0c93e7
In the nothread version, don't return EINTR if select() was interrupted
...
since this value is explicitly ruled out by POSIX. Instead, return 0,
like a spurious wakeup. From YAMAMOTO Takashi in PR standards/24240.
2004-05-03 09:13:34 +00:00
toshii
46c8f26134
#include acpi.h and some others to be able to powerdown via acpi.
2004-05-03 08:59:38 +00:00
kochi
f777132bcf
Describe relationship with powerd(8).
2004-05-03 07:55:59 +00:00