cl
885c0b6fc9
``build.sh -m xen-i386 release'' now builds a release for NetBSD/xen
...
for i386. The resulting release consists of:
- NetBSD/xen for i386 kernel, loader and docuemntation
- NetBSD/i386 userland sets
2004-05-12 16:56:41 +00:00
tron
b174c24825
Fix handling of interface aliases if "rarpd" is not invoked with "-a".
2004-05-12 16:48:44 +00:00
christos
ff2dfdbba5
Add rules for RPC_CLNTFILES; suggested by Ian Zagorskih
2004-05-12 16:38:01 +00:00
christos
b1f894b9cc
add a 'v' flag to display a version number so that our usage matches with
...
everyone else's rpcgen.
2004-05-12 15:59:54 +00:00
christos
88011fdf59
One step closer to reality:
...
- missing flags described
- synopsis was wrong
- explain -b better
2004-05-12 15:58:12 +00:00
pk
d5cc51b7d3
Remove obsolete `timerok' code, which dates back to when the timer/counter
...
interrupt handlers were pre-wired.
2004-05-12 15:44:28 +00:00
hannken
cdfa741c5c
Make compat_16_sys___sigreturn14() work again.
...
The 4XX family has no PSL_RI bit in MSR.
The 403 (explora) runs with machine check enabled.
2004-05-12 14:38:17 +00:00
minoura
72c4550293
Populate kbdmap-related definitions to the userland.
...
Also g/c unused ioctls.
Pointed out by he.
2004-05-12 14:25:08 +00:00
cube
aea96fa075
Add a sample utilization of Andrew Brown's sysctl framework. See comments
...
in the code for more details.
Give copyright to TNF.
2004-05-12 13:51:16 +00:00
lukem
e79f0736d4
define X11ETCDIR (as /etc/X11)
2004-05-12 13:49:01 +00:00
tron
4849c96bfa
Remove extra "NetBSD" after ".Nx" macro.
2004-05-12 13:40:09 +00:00
kleink
b8b70c35bd
No need to document -b twice; from mrg.
2004-05-12 13:02:01 +00:00
cube
8a0e3b4be1
In sysctl_destroyv, the newly created dnode structure must have its
...
version set to the correct value to prevent later failure of
sysctl_cvt_in.
2004-05-12 12:21:39 +00:00
yamt
5dac5f5d40
add a comment on mp_attrs.
2004-05-12 09:11:03 +00:00
wennmach
0269a1249b
Problem: rpc.yppasswdd didn't work if invoked with the "-noshell" option.
...
Reason: In routine make_passwd() in yppasswdd_mkpw.c, fgets() is used
to read master.passwd line-by-line. The lines are then parsed using
pw_scan(), without removing the trailing \n from the line. pw_scan()
fills in the shell name into pw.pw_shell, including the trailing \n.
Subsequently, rpc.yppasswdd calls pw_copy(), which copies master.passwd
to ptmp, updating the entry for pw.pw_name. pw_copy() terminates the
updated entry with an additonal \n, so that there is now an empty line
in ptmp.
Finally, rpc.yppasswdd calls pw_mkdb(3), which exec's /usr/sbin/pwd_mkdb
to install ptmp to master.passwd (and to create the pwd.db and spwd.db
data bases). pwd_mkdb chokes on the empty ptmp line.
Fix: remove the trailing \n from the buffer fgets() returns. As a side
effect, this gets us some additional error checking.
Reviewed by <tron>.
2004-05-12 08:25:53 +00:00
tron
6a835c2b56
Regen for PR kern/25166.
2004-05-12 07:07:53 +00:00
tron
71c703ffaa
Add support for Broadcom BCM5788 GbE. Patches supplied by FUKAUMI Naoki
...
in PR kern/25166.
2004-05-12 07:07:34 +00:00
lukem
985e993cfc
xdm authdir change
2004-05-12 04:01:36 +00:00
lukem
7c51496531
Use /var/db/xdm (instead of /usr/X11R6/lib/X11/xdm) as the default authDir.
2004-05-12 03:58:47 +00:00
jrf
5f626331c1
caddr_t -> void * and removal of some more casts.
2004-05-12 02:07:37 +00:00
wiz
6e05316faa
Remove UCB ad clause in Hugh Graham's license.
...
Ok'd by Hugh Graham and board.
2004-05-12 00:45:04 +00:00
wiz
0ef650eff0
Remove UCB ad clause from maximum entropy's license.
...
Ok'd by maximum entropy and board.
2004-05-12 00:38:11 +00:00
wiz
b83c30c098
Remove UCB ad clause from tsubai's license.
...
Ok'd by tsubai and board.
2004-05-12 00:34:25 +00:00
wiz
f7bb6060f2
New sentence, new line; add article.
2004-05-11 23:23:20 +00:00
wiz
106e243f37
Join two short lines.
2004-05-11 23:21:51 +00:00
wiz
fa1691a4c7
Expand macro.
2004-05-11 23:21:37 +00:00
kleink
ec0a506605
Sync with reality: -b hasn't been the default for almost 4 years.
2004-05-11 23:19:56 +00:00
wiz
51b1efa931
Fix Dd argument; new sentence, new line; sort sections;
...
typo fixes.
2004-05-11 23:19:45 +00:00
wiz
a32eb9df18
Drop trailing whitespace.
2004-05-11 23:16:59 +00:00
thorpej
4a923452bb
Handle the i6300ESB IDE / SATA controllers. These are apparently just ICH5.
2004-05-11 23:15:37 +00:00
thorpej
0af0ae5e3a
Regen: Add i6300ESB IDE / SATA controller PCI IDs.
2004-05-11 23:14:40 +00:00
thorpej
e4aad9e9a3
Add i6300ESB IDE / SATA controller PCI IDs.
2004-05-11 23:14:17 +00:00
wiz
04758584e3
Consistently case brightness (parse that!).
2004-05-11 23:12:47 +00:00
wiz
8785cb8fb1
Add commented out entries for ioat* and nsclpcsio*;
...
from Sergey Svishchev in private mail.
2004-05-11 23:07:35 +00:00
wiz
07364712b5
Uppercase some abbreviations; WAN/ic -> WANic.
2004-05-11 22:59:56 +00:00
wiz
9425bc69ed
Uppercase some abbreviations; new sentence, new line.
2004-05-11 22:58:22 +00:00
wiz
93792a45be
Some more syncing with header file, from Sergey Svishchev.
2004-05-11 22:55:00 +00:00
wiz
77fe0bb5b1
Remove some duplicate entries, and improve another entry.
...
From Sergey Svishchev in private mail.
2004-05-11 22:52:43 +00:00
wiz
8989ce5fa0
Fix typo in comment; from Sergey Svishchev.
2004-05-11 22:45:09 +00:00
wiz
aeb89569aa
Fix typo in defined variable; from Sergey Svishchev.
2004-05-11 22:44:24 +00:00
wiz
d173e8655e
Various fixes from Sergey Svishchev svs at ropnet ru in private mail.
...
Some additional "new sentence, new line" changes while I was there.
2004-05-11 22:42:47 +00:00
martin
00b23860a0
"bufmem" is unsigned long inside the kernel, so don't try to grovel it out
...
of kmem as a unsigned int.
Also avoid overrunning VCACHE_SIZE, thus scribling over unrelated memory.
Fixes PR port-sparc64/25537.
2004-05-11 21:56:20 +00:00
wiz
7117989465
Sort sections; use \*[Lt]\*[Gt] instead of <>.
2004-05-11 20:02:54 +00:00
kleink
58c660fd11
When using PATH_MAX in the example, make sure we include <limits.h>!
2004-05-11 17:39:36 +00:00
kleink
3bb0518901
Add an example code piece; suggested by Thomas Klausner.
2004-05-11 17:38:18 +00:00
thorpej
07a9ee32ba
Don't need cz or cy devices in INSTALL kernel, and they put space
...
pressure on install media.
2004-05-11 17:36:43 +00:00
drochner
f56a8e5871
make this build in the tools/compat reachover
...
case if HAVE_FPARSELN is not present
patch from Christian Limpach
2004-05-11 17:31:04 +00:00
christos
5820cbfaf6
Welcome to WARNS=3
2004-05-11 17:12:26 +00:00
christos
455c8493fb
foliage from pack_dev change :-)
2004-05-11 17:11:03 +00:00
christos
9e68dee1a2
Constify.
2004-05-11 17:09:58 +00:00