dsl
c6cbc16d26
Correctly apply IFS to unquoted text in ${x-text}.
...
Fixes PR/26058 and the 'for i in ${x-a b c}; do ...' and ${x-'a b' c}.
I can't find a PR for the latter problem.
Regression test goind in shortly.
2004-06-26 22:09:49 +00:00
kleink
6d4eb37378
Note MPC601 and IBM RS/6000 40P support.
2004-06-26 21:56:12 +00:00
kleink
8df5a93aff
Add platform support for the IBM RS/6000 6015 a/k/a 7020-001 a/k/a 40P.
2004-06-26 21:51:04 +00:00
kleink
0fea7f39a2
On OEA, turn PSL_USER* into runtime values appropriate for the CPU model
...
we're executing on; besides dealing with the bits not implemented in the
601's MSR it also removes the silent failure behaviour when passing
PSL_VEC set on a CPU not implementing it.
Also, fix those masks for the 4xx again.
2004-06-26 21:48:30 +00:00
dsl
97e8f81436
Remove a broken optimistion that crept in earlier today.
2004-06-26 20:48:44 +00:00
fredb
f17b436426
Take the lock earlier, before reading the cycle counter, so that it
...
doesn't advance while we're waiting on the lock. In fact, try to take
the lock even before blocking interrupts: the lock is locking "lasttime"
against other callers of cc_microtime(), not against the clock routines,
and if we take a clock interrupt while waiting for the lock, that's one
we don't have to take after the computations, but before returning to
the caller, and that makes the data a little fresher to the caller.
Moreover, inverting the order of splXXX() and simple_lock() permits us
to unblock interrupts before doing the long division.
With this, finally, performance of "ntpd" on my MP i386 seems to be no
worse than on non-MP i386, so this may fix PR kern/24207.
2004-06-26 16:31:33 +00:00
fredb
857732d328
Make the "iso-image" a hybrid HFS/Rockride image. The main benefit, is
...
that the Macbinary files in the "misc" directly are now directly executable
from within Mac OS. This solves a "chicken-and-egg" problem: you can't even
distribute a tool to unpack the archives on a plain ISO image, as the
executable code is all in the resource fork on mac68k. In other words, a
user can now begin the installation by simply double-clicking on the Booter
program on the CD-ROM.
2004-06-26 16:09:09 +00:00
kleink
5b37ad104f
Repair a sentence.
2004-06-26 16:04:55 +00:00
dsl
8e940884ca
Kill a diagnostic I accidentally left in.
2004-06-26 14:21:29 +00:00
dsl
e4a2a056d2
No functional changes (intended).
...
Rename some variables, add some comments, and restructure a little.
In preparation for fixing "set ${x-a b c}" and friends.
2004-06-26 14:09:58 +00:00
grant
b0cddc5f0d
break out of the loop and avoid the infinite loop if attempts to
...
create, unlink and create all fail.
2004-06-26 13:28:09 +00:00
he
30a10ee7dd
Since spamdb and it's man page is in the set lists, we ought to
...
descend into the subdirectory to build and install it as well.
2004-06-26 13:14:27 +00:00
grant
e069813aa1
don't attempt to remove the current directory.
2004-06-26 12:39:06 +00:00
abs
94d96eecb4
Regenerate from master config files
2004-06-26 07:34:43 +00:00
abs
bd8eb3b5ed
Add (commented out) ALTQ options to all GENERIC-like files
2004-06-26 07:32:05 +00:00
abs
b2ac72dc61
Fix URL to Wu-chang Feng's BLUE
2004-06-26 07:22:11 +00:00
itojun
2aef0b1784
correct TCP-MD5 support. Jeff Rizzo
2004-06-26 03:29:15 +00:00
mycroft
173e7d6ab6
Do not do a CBI reset before returning STATUS_CMD_FAILED. This causes any
...
sense information to be thrown away, and is therefore nonsensical.
2004-06-26 02:17:00 +00:00
dsl
4114f04963
Put altq back - which Itojun deleted for us in the same revision.
2004-06-25 18:57:37 +00:00
abs
4228521be0
acorn32: Generate sparkive with new bootloader for install
...
[gavan/abs 20040608]
2004-06-25 18:38:50 +00:00
wiz
5e2319eed0
2004, not 1994.
2004-06-25 17:36:04 +00:00
christos
fd55c85046
Forgot to include utmpx support for this one.
2004-06-25 17:34:38 +00:00
itojun
8f329619b8
spamlogd(8)
2004-06-25 16:34:45 +00:00
drochner
0e6c93b9fa
const'ify the arguments to pthread__assertfunc and _errorfunc;
...
needed because the __func__ pseudo-var is strictly "const*" in gcc-3.4
2004-06-25 16:33:32 +00:00
wiz
54a45d8710
Add route.conf(5).
2004-06-25 16:32:28 +00:00
wiz
383ad11060
Add route.conf(5). Closes PR 25818 by mrg.
2004-06-25 16:31:20 +00:00
itojun
e197438eb7
$NetBSD$
2004-06-25 16:27:02 +00:00
itojun
344e6a89ca
spamdb(8) and spamd.conf(5). noted by Thomas Klausner
2004-06-25 16:25:00 +00:00
itojun
b4d647b66c
PF from OpenBSD 3.5
2004-06-25 16:11:48 +00:00
wiz
94cdd0ee08
Add RCS Id.
2004-06-25 16:03:59 +00:00
wiz
5b3f28f7c5
Sort sections.
2004-06-25 16:02:49 +00:00
wiz
3a867d753d
\*[Lt]\*[Gt] instead of "<>".
2004-06-25 16:02:23 +00:00
wiz
5e18189b4a
\*[Lt]\*[Gt] instead of "<>". Use ftp.NetBSD.org as example host.
2004-06-25 16:01:22 +00:00
wiz
be3dbbb4c3
\*[Lt]\*[Gt] instead of "<>".
2004-06-25 15:59:03 +00:00
wiz
87e9965fb9
\*[Gt] instead of ">".
2004-06-25 15:57:50 +00:00
drochner
dddd0e25a3
ANSIfy
2004-06-25 15:57:38 +00:00
itojun
3ed937d076
remove "auth" group mistakenly added
2004-06-25 15:56:42 +00:00
itojun
3b8461f315
let spamd use /var/chroot/spamd, not /var/empty
2004-06-25 15:54:31 +00:00
itojun
db45a6f189
icmp_reflect: check if m_pkthdr.rcvif is non-NULL before touching it.
...
icmp_reflect could be called from the output path, so m_pkthdr.rcvif may not
be set. (found by panic when PF is configured "block return all")
2004-06-25 15:43:00 +00:00
wiz
0fc8b3b26d
Fix Dd argument.
2004-06-25 15:33:13 +00:00
wiz
c58cd09201
Avoid contractions; use macro for emphasizing instead of stars; add articles.
2004-06-25 15:31:37 +00:00
wiz
a26de71379
Do not xref ourselves; grammar fixes.
2004-06-25 15:29:25 +00:00
wiz
da71bc8372
Sort sections.
2004-06-25 15:27:39 +00:00
itojun
59302fc979
be careful touching m_pkthdr.rcvif, it could be NULL if the packet was
...
generated from local node and icmp_error calls icmp_reflect.
2004-06-25 15:24:41 +00:00
itojun
3afa4e2a37
null out m_pkthdr.rcvif on MGETHDR. otherwise we will touch unexpected
...
memory region on m->m_pkthdr.rcvif access (NULL is at least debuggable than
random junk value).
2004-06-25 15:23:57 +00:00
wiz
9eb2f51613
Document amd64; from Nicolas Joly in PR 26026.
2004-06-25 15:08:45 +00:00
wiz
e13bb221d0
regen (Document -h. From Karsten Kruse in PR 25974.
...
While here, remove a duplicate sentence).
2004-06-25 15:04:20 +00:00
wiz
2dfb022444
Document -h. From Karsten Kruse in PR 25974.
...
While here, remove a duplicate sentence.
2004-06-25 15:04:02 +00:00
wiz
40726f5f0d
Document -h. From Karsten Kruse in PR 25974.
2004-06-25 15:03:39 +00:00
wiz
e6d8e1c083
-a cannot be specified with an interface; remove it from that part
...
of the usage. Closes PR 25917 by Kouichirou Hiratsuka.
2004-06-25 14:52:36 +00:00