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
wiz
b86a72cb8b
Improve RETURN VALUES section.
2004-11-24 12:47:20 +00:00
wiz
20a78941e4
Mark up TRUE and FALSE.
2004-11-24 12:42:51 +00:00
wiz
f039f78c3f
\-1, not -1.
2004-11-24 12:40:54 +00:00
wiz
f91573afd7
Mark up NULL.
2004-11-24 12:26:23 +00:00
wiz
7b09170529
Use Aq instead of \*[Lt]\*[Gt].
2004-11-24 12:12:19 +00:00
wiz
a7804596c1
Bump date for previous; mark up defined values with Dv;
...
use Aq instead of \*[Lt]\*[Gt].
2004-11-24 12:09:13 +00:00
blymn
57b1ec35a6
Bumped libform major number
2004-11-24 11:59:11 +00:00
blymn
19f07fb20a
* Rewrote internal handling of multiline field line data to fix a bug
...
where a newly opened line would immediately get wrapped out of existence.
The old method of handling lines in a multiline field did not cope with
this elegantly.
* Added new field flag O_REFORMAT which, when set, returns the field
buffer with newlines inserted where the line wrapped. Previously, there
was no way of preserving the on screen format of a multiline field.
* Added new file gdbinit which contains a macro to verify and print
the multiline field line data structure.
* Bumped libform major number due to changes in the _form_field structure.
2004-11-24 11:57:09 +00:00
martin
3aeabb25dc
Add BCM 4401 phy (from FreeBSD).
2004-11-24 10:15:54 +00:00
martin
8eb4323ca4
Regen (BCM4401 added)
2004-11-24 10:15:15 +00:00
martin
66839a739e
Add BCM4401 phy
2004-11-24 10:14:41 +00:00
thorpej
38f94c5d99
Don't bother caching the checksum context. Other drivers for this chip
...
don't, and it seems as though doing it may cause some problems.
2004-11-24 00:02:50 +00:00
thorpej
978214ebe8
If we have to do an m_pullup() when setting up offload parameters,
...
make sure that the pullup was done into trailing space at the end of
the existing first-mbuf-in-chain. If not, log an error and drop the
packet, because the mbuf chain no longer corresponds to the DMA map,
and we are already committed to transmitting the packet.
2004-11-23 23:05:33 +00:00
thorpej
cc4d390c49
Use log() instead of printf().
2004-11-23 21:41:57 +00:00
thorpej
0d16742b72
Also toggle the second port's Ethernet address lsb on the WM_T_82546_3.
2004-11-23 21:36:38 +00:00
aymeric
0339e1e087
bump version: coredump fixed when autocompleting a filename wider than screen
2004-11-23 14:36:50 +00:00
aymeric
0b416121a6
Move a line of code which was "obviously" misplaced.
...
This fixes a core dump when auto-completing filenames and at least one of the
file names is larger than the screen width.
Bug report and fix by Peter Bex in PR#28382
2004-11-23 14:35:45 +00:00
thorpej
9e47f7b6ef
Fix typo that caused priories to compare incorrectly. PR bin/28376 and
...
bin/28380. Fix from Geoff Wing.
2004-11-23 14:19:57 +00:00
yamt
6bc0cb25b2
note that wired pages can't be loaned out.
2004-11-23 11:20:18 +00:00
kleink
504ab89f25
Remove references to the header SIG_* are located in altogether;
...
<sys/signal.h> exposed too much implementation detail, and <signal.h>
remains the sole header referenced by this page.
2004-11-23 09:38:45 +00:00
wiz
db85937f2b
"..." does not need to be quoted.
2004-11-23 09:06:24 +00:00