lukem
7f56f49762
convert from strtok() to strsep()
2001-10-17 01:19:17 +00:00
bjh21
5dcc1bbb2d
Set the major number of swapdev correctly (it's 0, not 1). This
...
finally makes pageouts work.
2001-10-16 23:58:29 +00:00
bjh21
07b63ac97a
On ELF systems, make intptr_t and uintptr_t long, because Matt says so.
...
This makes regress/lib/libc/int_fmtio compile.
2001-10-16 20:40:45 +00:00
kleink
481b132673
Remove inclusion of <sys/types.h> from synopsis; it is no longer needed.
2001-10-16 20:09:59 +00:00
kleink
7c6ef4a85e
Make this capable of being included without pre-requisite headers.
2001-10-16 19:47:44 +00:00
sjg
93de21cdc1
Don't ignore errors during .END processing.
...
PR: 14267
Reviewed: christos
2001-10-16 18:50:12 +00:00
sjg
9c66252a02
When attempting to chdir to .CURDIR because Check_Cwd_Cmd says we need to
...
make sure that the dir actually exists. In compat mode the corresponding
chdir simply fails and all is well - the issue only arises when playing
tricky games with the value of .CURDIR.
Reviewed: christos
2001-10-16 18:06:29 +00:00
kleink
7c182e37e3
Cosmetical nit-pick.
2001-10-16 18:05:26 +00:00
kleink
ac7e78d152
Define caddr_t, gid_t and uid_t via <sys/ansi.h>.
2001-10-16 18:04:14 +00:00
uch
d8c8db85ef
R5900 support.
...
COP0_SYNC
In R5900 mtc0, tlbr, tlbp, tlbwi, tlbwr must be followed by sync.p.
if defined MIPS3_5900, COP0_SYNC is defined as sync.p. else nothing.
IPL_ICU_MASK
mask interrupt directly ICU instead of SR.IM.
I've added this feature to support software interrupt for R5900.
and this option may be useful for platform which has cascaded ICU.
2001-10-16 16:31:32 +00:00
wiz
bc1b53873f
Boring whitespace or punctuation fixes.
2001-10-16 16:08:55 +00:00
kleink
4d9619365d
Clean up synopsis somewhat:
...
* only associate S/G interfaces with <sys/uio.h> (and only that header);
* drop <sys/types.h> entirely, as it is no longer needed.
2001-10-16 16:03:35 +00:00
kleink
1242c3de72
Make this capable of being included without pre-requisite headers.
2001-10-16 15:52:19 +00:00
uch
07f8f33bb9
R5900 miss-prediction of branch targets for short-loop.
2001-10-16 15:40:53 +00:00
uch
2fa5ea9720
playstation2 port
2001-10-16 15:38:29 +00:00
christos
070d583bb3
PR/14256: Kevin P. Neal: Add quirk for micropolis drive.
2001-10-16 13:33:02 +00:00
bjh21
6b49898e83
While I'm here, for those currencies that have a fixed exchange rate against
...
the Euro (BEF, DEM, ESP, FRF, IEP, ITL, LUF, NLG, ATS, PTE, FIM, GRD), use
that exchange rate.
2001-10-16 12:53:29 +00:00
bjh21
02f58b4bee
Add "rackunit" (alias "RU" or "U").
2001-10-16 12:09:04 +00:00
wiz
abaac8cbb7
Fix xref sections, sort sections.
2001-10-16 09:26:20 +00:00
tron
b7ca23147b
Add UDMA/100 support for SiS chipsets 645, 650 and 730.
2001-10-16 08:22:50 +00:00
agc
c94b91a672
Update documentation to reflect reality - "userdel -p" replaces the login
...
shell with /sbin/nologin, rather than /usr/bin/false.
2001-10-16 08:17:07 +00:00
tron
5858458732
Regen.
2001-10-16 08:15:01 +00:00
tron
7c4f946401
Add host bridges of SiS 645, 650 and 730 chipsets.
2001-10-16 08:14:15 +00:00
tron
40dc031852
Add missing timings for Ultra DMA modes 3 to 5 on SiS hostadapters.
...
Problem pointed out by IWAMOTO Toshihiro on "tech-kern@netbsd.org".
2001-10-16 08:10:24 +00:00
itojun
7dcf45fbd8
more whitespace/comment sync with kame
2001-10-16 06:24:44 +00:00
chs
4b887dad17
it is with great chagrin that I must fix yet another 64-bit math bug.
2001-10-16 05:56:23 +00:00
gmcgarry
6f9a424ab4
mdoc'ify.
2001-10-16 05:52:39 +00:00
itojun
45c8a6a57e
remove unused #define. sync whitespace/comment with kame.
2001-10-16 04:57:38 +00:00
minoura
1f7386b8aa
#include mulaw.h for converter functions prototypes.
2001-10-16 04:36:56 +00:00
itojun
9bff6fde4c
reduce diff with kame. whitespace only
2001-10-16 04:17:54 +00:00
itojun
3594efccf6
on RTM_DELETE, reduce refcnt on rt->rt_parent, to avoid leaks.
...
from IIJ seil team
2001-10-16 02:42:36 +00:00
msaitoh
61b54edfd4
s/BYTE_ORDER/_BYTE_ORDER/g
2001-10-16 02:07:46 +00:00
itojun
c878544aa7
s/IPV6_BINDV6ONLY/IPV6_V6ONLY/ to follow changes made yesterday.
2001-10-16 01:51:26 +00:00
hubertf
7dfbd02819
Only turn ttyE[1-9] on, and explicitly leave ttyE0 off, as recommended
...
in PR #14075 . (Since PR #13249 was fixed, we have /dev/console enabled
in /etc/ttys on i386 by default!)
2001-10-15 22:49:36 +00:00
bjh21
e0b2c4633d
Move hard-coded /usr/share/misc from mdb.c to pathnames.h, in accordance
...
with KNF.
2001-10-15 22:20:03 +00:00
bjh21
92fa26019d
Move the default path definition from msgdb.c to a new pathnames.h, as
...
required by KNF. This will also be required to allow msgc to be installed
into ${TOOLDIR} properly.
2001-10-15 22:11:12 +00:00
augustss
3527006336
Don't use wsmux_getmux() if we NWSMUX == 0. Fixes PR kern/14252.
...
This is only a stop gap measure until the real wsmux changed get in.
2001-10-15 21:51:33 +00:00
kleink
af6ca36a9c
Unify sparc{,64} headers once again; restore 32-bit sparc64 ABI.
2001-10-15 21:32:25 +00:00
mhitch
f7a303efc6
Machine-dependent loadfile() support for booting.
2001-10-15 21:01:34 +00:00
matt
73b0a5ab88
disable minmax_arithsi pattern (from Richard Earnshaw).
2001-10-15 20:54:06 +00:00
kleink
a84ae73f33
Unify sparc{,64} headers once again; restore 32-bit sparc64 ABI.
2001-10-15 19:49:16 +00:00
bjh21
f5e1b9570e
Update version numbers to match the current state of the world.
2001-10-15 18:28:28 +00:00
atatat
39c4f538a3
Use the new sh script instead of the (now defunct) pl one
2001-10-15 17:34:50 +00:00
minoura
8b99935fc3
Use newvers_stand.sh to record the version.
2001-10-15 16:23:00 +00:00
uch
0cbd019fc3
playstation2 support
2001-10-15 16:22:50 +00:00
minoura
9138cb0511
Prepare to set WARNS=2.
2001-10-15 16:13:39 +00:00
minoura
5239a6291a
set current_id properly.
2001-10-15 16:07:20 +00:00
wiz
a18563818b
NetBSD -> .Nx
2001-10-15 13:44:47 +00:00
wiz
ed6c442306
Whitespace fix.
2001-10-15 13:44:19 +00:00
wiz
699d58b177
Whitespace fixes, sort SEE ALSO, sort sections.
2001-10-15 13:43:06 +00:00