gmcgarry
5d7934424a
Add some more details.
2003-02-12 02:46:57 +00:00
gmcgarry
70f3d1c13d
Add nls(7)
2003-02-12 02:45:06 +00:00
gmcgarry
53034721e6
Some NLS discussion.
2003-02-12 02:42:44 +00:00
ross
0328c52302
Sigh, use an even more elaborate wait loop; it turns out we have a child
...
before we even start when run from sysinst. Thanks also Takao Shinohara.
2003-02-12 00:58:34 +00:00
cgd
afc03f9fe6
fix spacing on Broadcom license.
2003-02-11 23:48:21 +00:00
christos
afb2c9d098
PR/15825: Monroe Williams: Machines booting from third-party SCSI cards
...
can't find root device. This is because the code blindly kills everything
after a comma in the boot path string, instead of being careful and doing
so only for the last component.
2003-02-11 17:29:23 +00:00
tsutsui
397febeb94
Backout previous. <sys/lock.h> is pulled from <sys/tty.h>.
2003-02-11 17:25:14 +00:00
christos
3e354b00a7
ufs is ffs not ufs.
2003-02-11 16:17:13 +00:00
wiz
e835b21fe1
Quote minus.
2003-02-11 14:58:12 +00:00
tsutsui
3bb612938d
- Enable options SYMTAB_SPACE by default.
...
- Use options<space><tab> .
2003-02-11 12:13:41 +00:00
tsutsui
2dbe6275c3
It seems the ARC BIOS can't load too large kernel,
...
so prepare a shrinked config for RAMDISK kernel.
2003-02-11 12:03:18 +00:00
jmc
c3afc4ab88
Put a retry loop around the cd mount to try and handle slow cd spinup's that
...
might return EIO on some systems. Fixes PR#20165
2003-02-11 11:30:54 +00:00
jmc
4aa8ba861b
After dhcp'ing rerun the interface get routine to pick up any new values
...
like IP/netmask/etc. Fixes PR#20133
2003-02-11 11:29:35 +00:00
drochner
05faaa969d
stylistic change: put variable declarations to the top of a function
2003-02-11 10:45:28 +00:00
drochner
2d794f4e34
fix typo in comment
2003-02-11 10:43:29 +00:00
drochner
56a2c46cd8
access(9) et al. were in comp, not man. Pointed out by James Chacon.
2003-02-11 10:41:55 +00:00
yamt
f4585f067a
- don't compare c_time directly.
...
- in callout_hardclock, test if timeout_todo is empty or not
before release the lock.
2003-02-11 09:43:37 +00:00
tron
d919d0ef65
Synchronize documentation of MSS clamping feature with what's available
...
under "http://www.netbsd.org/Documentation/network/pppoe/ ".
2003-02-11 08:18:35 +00:00
yamt
e913851a15
use Ar for option arguments.
2003-02-11 08:05:29 +00:00
thorpej
4c275f2081
Improve the wording regarding the relationship between bus_dmamap_sync()
...
and memory barriers.
2003-02-11 07:02:26 +00:00
perry
0302b43268
clockctlattach takes only an int.
2003-02-11 01:44:16 +00:00
itohy
453c51f214
Tweak unit ping (removal detect) code to work around problems
...
with some 3rd party memory cards.
2003-02-11 01:21:46 +00:00
seb
a5742d7191
usr/share/man/{cat,man}9/{access,kernacc,useracc}.9 were removed.
...
Approved by perry@
2003-02-11 00:50:22 +00:00
mrg
3b06b649fe
revert previous
2003-02-11 00:45:02 +00:00
nathanw
158b157b2a
Move stack allocation in case 1 of sa_switch() to after the
...
sau == NULL check, to avoid a stack leak in the error case.
Spotted by enami.
2003-02-11 00:03:47 +00:00
ichiro
7f36ac7104
add SUNTAC U-Cable type D2
...
from FreeBSD
2003-02-11 00:02:45 +00:00
ichiro
6e231f6386
regen
2003-02-11 00:01:24 +00:00
ichiro
d2e9b4b23d
add product SUNTAC U-Cable type D2
2003-02-11 00:00:43 +00:00
dsl
d616c663f8
Resize windows on SIGWINCH and restart from SIGTSTP
...
(approved by christos)
2003-02-10 23:59:48 +00:00
grant
4352e01ddb
remove section name comments -- they're in the template.
2003-02-10 23:59:16 +00:00
mrg
dcd2b71575
no need for "pstat -T" to copyout() the entire vnode list , which can
...
take a Long Time on systems with large numbers of vnodes.
2003-02-10 23:58:27 +00:00
dsl
f7a8d65f01
resize subwindows when a window is resized, otherwise the subwin has
...
pointers into the ether.
(approved by christos)
2003-02-10 23:24:27 +00:00
perry
d42c7a04d9
Fix clockctlattach to take an (ignored) int as its parameter, which is
...
what the rest of the pseudo-device attach infrastructure expects. It
didn't cause any harm that the function signature was wrong because it
ignored what it was passed.
2003-02-10 23:20:15 +00:00
manu
06def0e4fb
Build again
2003-02-10 21:46:49 +00:00
ross
7784308321
replace linux examples with netbsd examples
2003-02-10 21:44:41 +00:00
fvdl
180fbdb32f
Use int32_t for block adresses in segment summary structures.
2003-02-10 21:17:53 +00:00
christos
84168d80ce
Centralize the interrupt bits for the 3 registers where they are being used.
2003-02-10 21:10:06 +00:00
jandberg
ba34244e76
make sure cursor is cleared from old location before drawing in the next
2003-02-10 20:09:43 +00:00
kleink
f0fd548041
Add another we(4) instance.
2003-02-10 19:50:26 +00:00
drochner
d229e1e550
replace &(a?b:c) by (a?&b:&c), so that it looks more like an lvalue
...
(to lint at least)
approved by thorpej
2003-02-10 19:18:56 +00:00
nathanw
695bc028ab
Since sadata_upcall_alloc(1) can sleep, call it before checking the
...
supply of stacks, to avoid a race. Problem pointed out by Lars
Heidieker on current-users.
2003-02-10 19:02:52 +00:00
martin
504b72aeba
Remove some #if 0 code and a few XXX marked membars w/o proper
...
justification for their existence.
2003-02-10 18:23:26 +00:00
christos
e163414ca5
include more opt_ files for nfs.
2003-02-10 17:33:13 +00:00
christos
49d7e33c00
move the MALLOC decl for DIROFFS to nfs_subs.c
2003-02-10 17:31:01 +00:00
christos
1bc826ce5e
getfh is needed for NFS server.
2003-02-10 17:30:08 +00:00
christos
2411f49e72
make this compile again.
2003-02-10 17:18:33 +00:00
grant
fbaeb4bd05
some mdoc improvements.
...
ok'd by wiz.
2003-02-10 16:10:22 +00:00
wiz
5693d445c1
Drop trailing whitespace.
2003-02-10 15:31:08 +00:00
wiz
b810a5c518
Bump date for kern.dump_on_panic addition.
2003-02-10 15:30:52 +00:00
atatat
d2982a52ac
Sorry. That's not for public consumption yet.
2003-02-10 15:20:04 +00:00