christos
f8d5cae651
from 20040916 from ftp.am-utils.org
2004-11-27 01:00:29 +00:00
uwe
520a24ea83
Use standard uintN_t types instead of home-grown u_intN_t types.
2004-11-26 22:29:36 +00:00
he
5e3fe78edd
Convert the sgimips section to use int types from <sys/stdint.h>
...
instead of <sys/types.h>, to allow hp700's mkboot to build both as
a host tool and built for the target. The problem with including
<sys/types.h> before <sys/bootblock.h> is that this ends up defining
_NETBSD_SOURCE, which is incompatible with the tool build.
I've verified that both sgimips and hp700 build after this change.
2004-11-26 21:51:50 +00:00
mycroft
67325f43a5
Fix what appears to be a byte order error on big-endian systems with Symbol
...
cards.
2004-11-26 17:55:41 +00:00
wiz
bd8c343563
No dot at end of SEE ALSO.
2004-11-26 10:15:37 +00:00
jmc
25287474ca
Put back a few locators.h includes that are still needed here. Now evbppc
...
kernels build clean once again
2004-11-26 05:10:31 +00:00
lukem
309eefda19
implement "protocols"
2004-11-26 05:07:12 +00:00
lukem
f6f918f7c3
implement "networks"
2004-11-26 04:52:45 +00:00
uwe
c82b9df9d8
Fix several typos in comments.
2004-11-26 02:07:09 +00:00
christos
845189a2e2
Consider framebuffers in text emulation mode as regular ttys. Should fix
...
a few PRs.
2004-11-25 20:23:36 +00:00
christos
8526cbfc67
WARNS=3
2004-11-25 20:23:09 +00:00
kim
d62a9fc15a
Whitespace police.
2004-11-25 16:13:34 +00:00
wiz
c79a26d6f8
Sort options in SYNOPSIS.
2004-11-25 16:05:11 +00:00
wiz
56c0f8cbac
Bump date for previous; new sentence, new line.
2004-11-25 16:04:30 +00:00
martin
4d3b851c60
Document that carrier scripts are run at starttime. Bump date.
2004-11-25 15:55:29 +00:00
manu
6dfb732236
For and from bouyer@: call wdc_init_shadow_reg(chp) only after chp has
...
been initialized. Cause the hard disk to be detected again on the iBook G4,
and probably other machines.
Weee, I can run -current again!
2004-11-25 15:24:14 +00:00
wiz
055a617415
Remove "CFLAGS+=-g".
2004-11-25 14:10:28 +00:00
wiz
eb1dcbb30e
Mark up paths with .Pa.
2004-11-25 11:40:56 +00:00
christos
35a75baff6
PR/28418: Do not drop packets for which we cannot add state, because adding
...
state is not applicable. The fix just reverts the new code that blocked
packets where fr_addstate() fails. This is not correct in all cases, but
blocking them is a bit drastic and breaks existing functionality. The proper
fix is to change fr_addstate() to return:
- state added
- adding state failed
- adding state is not applicable
and then filter packets only in the second case. I am leaving this for someone
else.
2004-11-25 09:49:12 +00:00
christos
aae3f73769
include sys/types.h to make this compile again.
2004-11-25 08:30:52 +00:00
jmc
9a999c376a
Convert bebox's remaining host tools over to cross tools scheme. Builds to sets
...
w/o error now.
2004-11-25 08:09:14 +00:00
martin
59ca47f545
In the initial interface scan at start time, query the link status of
...
the interfaces and call the CARRIER script if a link is already there.
This allows me to boot my notebook with the cable pluged and
fixes PR bin/26830.
2004-11-25 06:57:38 +00:00
yamt
5dac1f19cb
revert unintended changes in the previous. pointed by matthew green.
2004-11-25 06:52:14 +00:00
christos
051b79b0c3
Add pty group and mode settings.
2004-11-25 05:15:10 +00:00
yamt
eb54e7db24
lookup bufq using link_set rather than a switch statement.
2004-11-25 04:52:23 +00:00
yamt
e558aadcb2
remove __lockbarrier, which i forgot to remove in the previous.
2004-11-25 04:50:48 +00:00
atatat
e7eaf9a12d
Properly set va_fsid so that st_dev ends up correct.
2004-11-25 03:46:50 +00:00
ginsbach
9edd582697
New sentence, new line.
2004-11-25 03:11:17 +00:00
christos
5a55e0c902
Don't give write privileges at all if the tty group is missing.
2004-11-25 02:49:46 +00:00
atatat
c8c0bfb574
Put the rest of the -f description in the right place, while adjusting
...
the wording and starting a new sentence on a new line.
My turn to play wiz and fix the man page he broke. :)
2004-11-25 01:41:51 +00:00
perry
87352ee9ba
add ./var/chroot and subdirectories
2004-11-25 01:33:31 +00:00
wiz
6f3f0eb54a
Remove netsmb(4); nsmb(4) replaces it (and is linked to it for now).
...
Sort MLINKS lines in Makefile.
2004-11-24 22:38:44 +00:00
christos
96832589f8
Limit the hard-coding of things to tty_bsdpty.c.
2004-11-24 22:19:27 +00:00
christos
3a6758fe9c
Add a method to set the vattr of the granted pty, so that ptyfs can set it
...
to what it wants.
2004-11-24 22:18:35 +00:00
christos
6c29f97902
Remove _TTY_GID
2004-11-24 22:17:51 +00:00
christos
db5d4e2d6a
I really want to kill the hard-coding of _TTY_GID. Set the group to the
...
primary group of the user if the group tty does not exist.
2004-11-24 22:17:19 +00:00
christos
f11900e378
Add arguments for ptyfs: slave tty group and mode, so we don't have to
...
hard-code them in the kernel.
2004-11-24 22:13:08 +00:00
jmc
2a2d87d1db
Remove all references to vnd usage here now that sgivol works correctly on file
...
images
2004-11-24 22:01:42 +00:00
jmc
417e73cb35
Retool sgivol into a proper hostool that doesn't depend on disklabel.h.
...
Assume defaults for file images that match what a vnd would have used.
Native use will still use the standard NetBSD label to get this data.
Fixes PR#25996
2004-11-24 22:01:21 +00:00
jmc
ceb4d24120
Pull host/arch native label information into bootblock.h. Therefore pieces of
...
this are accessible from host tools.
2004-11-24 21:59:32 +00:00
bouyer
4994bd88e1
Regen (initially for pdcsata(4), but it looks like the files were not
...
regenerated after some recent addition to kernel configs).
2004-11-24 20:52:23 +00:00
bouyer
fe4d81db48
pdcsata(4), a driver for the Promise SATA150 (aka PDC203xx) serie of
...
controllers. Tested with a PDC20375 (2 SATA, one PATA) controller on sparc64.
Added to all kernel config file which had pdcide(4).
2004-11-24 20:49:17 +00:00
pooka
b256c805c4
file 4.12 is out fixing a critical bug in 4.11. Always happier is
...
the procrastinator, hmm?
2004-11-24 19:57:48 +00:00
bouyer
489e5e5287
Move bus_dma setup out of pciide_dma_init() in a new function,
...
pciide_dma_dmamap_setup(), for the benefit of drivers that needs special
registers setup in dmainit().
2004-11-24 19:52:50 +00:00
tsutsui
c6824e7fc3
Fix comment.
2004-11-24 17:31:58 +00:00
ginsbach
1468e327a8
Fix what appears to be a typo in the description.
2004-11-24 16:37:44 +00:00
briggs
83931ac682
The 8254x apparently doesn't respond well to I/O accesses at 0. Do not
...
attempt to map the I/O BAR if it is 0. This will have the side-effect
of causing the wm_reset() routine to fall back to memory BAR accesses
for those chips on which it would attempt I/O BAR accesses for the reset.
Also update the comments about why we attempt the I/O BAR accesses for
the reset in favor of the memory BAR accesses.
2004-11-24 15:14:13 +00:00
scw
1d6e3e9f5a
Check and clear the HT bit in strtc_clock_read(), not just strtc_clock_write()
...
otherwise we end up reading the date/time of the previous powerfail event.
2004-11-24 14:46:18 +00:00
oster
fc7a4ed42c
Only touch bufpool whilst in splbio(). (That should be the case
...
already, but this makes it explicit and safer in the case where
that changes for some reason.)
2004-11-24 13:42:36 +00:00
wiz
1279f7fbb6
file-4.11 out.
2004-11-24 13:38:58 +00:00