yamt
2209153ea4
lfs_gop_write: assert that ifile never come here.
2004-05-30 20:45:44 +00:00
bouyer
d718c60ca7
The fss command appeared -> The fss device appeared
2004-05-30 12:30:35 +00:00
tron
2295bcf960
Include "miscfs/genfs/layer_extern.h" to get prototype for
...
layerfs_snapshot().
2004-05-30 09:48:37 +00:00
grant
52620d764c
regen
2004-05-30 09:28:48 +00:00
grant
cd624764ba
add 2nd vendor ID for Chicony Electronics (0x0c45) and add Chicony
...
TwinkleCam USB camera (0x600d).
2004-05-30 09:27:56 +00:00
itojun
b4ea6633c0
fix SIOC*LIFADDR for IPv4. markus friedl
2004-05-30 06:37:07 +00:00
toshii
da3514b79e
rcsid
2004-05-30 03:51:48 +00:00
toshii
4b54ec9a22
Fix brokenness I introduced while debugging.
...
- initialize rxlenmask when 8139C+
- remove meaningless memsets.
2004-05-30 03:50:52 +00:00
toshii
b5fa366e57
Minor clean ups. No functional change.
...
- use RTK_RX_DESC_CNT where appropriate
- remove unused members
2004-05-30 03:43:26 +00:00
wrstuden
fc8849c40a
unionfs can use layerfs_snapshot() too.
2004-05-29 23:49:31 +00:00
wrstuden
67a15e9a78
Add layerfs_snapshot() as a handler routine for VFS_SNAPSHOT() calls
...
through a layered file system.
Note: we don't actually support snapshots through a layered file system,
and this routine returns an error. However we: 1) have clearly documented
what needs fixing (which isn't trivial to fix) and 2) if we do fix
this, all layered file systems can take advantage of it at once.
2004-05-29 23:48:08 +00:00
tron
1db853aa0f
Don't leak memory in VFS_MOUNT() if set_statvfs_info() fails.
2004-05-29 14:28:41 +00:00
darrenr
eda7e8d3e3
back out previous change - these diffs aren't what I'd tested.
2004-05-29 14:18:33 +00:00
sekiya
dabf5a69e2
Link rtl81x9.c when re* is defined (hi, Toshi!)
2004-05-29 12:12:28 +00:00
darrenr
15f2ef8f2c
add mmap(2) interface to bpf(4) devices, along with BIOCMMAPINFO ioctl call
...
for applications to interact with the bpf device for the purpose of using
mmap to examinen captured data.
2004-05-29 08:56:19 +00:00
christos
fd8537e01d
fix another scrolling use that leaked.
2004-05-29 02:04:56 +00:00
christos
b7aff9bc12
fix scrolling code that was not ifdefed.
2004-05-29 02:01:09 +00:00
uwe
1161112f12
Fix for gcc target/13250 to correctly compile rotations, e.g. in
...
sha256 code in pkgtools/digest.
Ok by Matthew Green <mrg>.
2004-05-28 Kaz Kojima <kkojima@gcc.gnu.org>
PR target/13250
* config/sh/sh.md (rotlsi3): Use emit_move_insn.
2004-05-29 00:49:15 +00:00
uwe
9da2eaca32
Provide _REENTRANT code. It's a wonder nobody has noticed this before.
...
Uncovered by multithreaded bind9 utils.
2004-05-28 23:39:09 +00:00
thorpej
1c7d20a00d
satalink now needs the "sata" attribute.
2004-05-28 23:27:28 +00:00
thorpej
9eb22bdbc9
Use the common sata_speed() routine.
2004-05-28 23:26:58 +00:00
thorpej
f2da431235
Add common routines for SATA controllers. Right now, we have sata_speed(),
...
which reports the speed encoded in the SStatus register.
2004-05-28 23:26:27 +00:00
uwe
521748fbfa
Fix typo in comment.
2004-05-28 22:58:25 +00:00
christos
1143925e65
move scroll function definition last.
2004-05-28 22:38:28 +00:00
uwe
ae04b1322a
Fix the calculation of next_pc for braf/bsrf instructions.
2004-05-28 22:04:36 +00:00
christos
5369712097
PR/19925: David Ferlier: Add scrolling support to wscons
2004-05-28 21:44:51 +00:00
christos
798847428e
PR/19925: David Ferlier: add scrolling support to wscons
2004-05-28 21:44:15 +00:00
christos
7208404c41
PR/19925: David Ferlier: Add scrolling support to wscons.
2004-05-28 21:42:29 +00:00
snj
0e4b8938d9
Bump date for last. Put the exit EXIT STATUS section in the right place.
...
New sentence, new line. Correct two typos.
2004-05-28 20:46:52 +00:00
wrstuden
6753c74560
Since VOP_UPCALL() has been a long time in coming, add this partial
...
fix for layered-file-removal. It will work for the case of accessing
and deleting a file through the layered file system. Accessing via
the layer and deleting on the underlying still won't work, nor will
accessing via complicated structures (like two umap layers over a
given file systems).
We still need VOP_UPCALL(), but this is better than things were before.
This patch has been discussed off & on for a while. This incarnation
was tested by hannken at netbsd dot org.
2004-05-28 18:55:20 +00:00
tsarna
f53a32e6c9
Refactor tpcalib and hpc* ports to make tpcalib MI, as discussed on tech-kern.
2004-05-28 17:52:06 +00:00
erh
932a41d42e
Make it possible to distinguish between exit values that indicate errors,
...
and those that are warnings. Document the exit statuses in the man page.
2004-05-28 17:46:49 +00:00
toshii
4ee3a39f89
Add re(4) RealTek 8139C+/8169/8169S/8110S PCI ethernet adapter driver,
...
from FreeBSD.
I haven't tested this code very well, but it seems to work fairly well
for me.
2004-05-28 15:35:41 +00:00
toshii
02598e7452
A couple of changes for adding re(4) (Realtek gigabit ethernet):
...
- add necessary members in rtk_softc
- make functions used by re(4) non-static
2004-05-28 15:21:32 +00:00
christos
388c103e83
PR/25003: John Kohl: File is missing a copyright.
2004-05-28 14:38:53 +00:00
itojun
05c2e80700
remove debugging printf(), seems like mistakenly commited
2004-05-28 09:38:13 +00:00
atatat
90bf99f1fb
If using stat (the -L flag) and it fails, fall back to lstat(). It
...
may be the case that we're examining a broken symlink, and anything is
better than nothing.
2004-05-28 04:48:31 +00:00
martin
5a942efb7b
If not doing full_netstat, use the -v option anyway to avoid truncating
...
interface names like bridge0 or pppoe0 - the awk post processing reserves
enough space for the column already.
2004-05-28 03:55:30 +00:00
wiz
508c6e7767
Uppercase Dt argument; \-1, not -1; sort SEE ALSO; & -> \*[Am].
2004-05-28 00:10:57 +00:00
wiz
714885bde5
Drop trailing whitespace.
2004-05-28 00:06:50 +00:00
thorpej
ef42d1cdb3
Add a "flush" operation so the array's write cache is flushed on
...
close and at shutdown.
2004-05-27 23:48:34 +00:00
thorpej
a8d1145d1b
Rename twe_tweio_command_handler() to twe_ccb_wait_handler() and expose it.
2004-05-27 23:47:23 +00:00
kleink
2d15ae23f3
tz{code,data}2004a are out and have been imported.
2004-05-27 20:43:16 +00:00
kleink
292533c827
Import tzdata2004a.
2004-05-27 20:41:15 +00:00
kleink
8bd97363d6
Merge tzcode2004a.
2004-05-27 20:39:49 +00:00
kleink
0e5c1261b9
Update for tzcode2004a.
2004-05-27 20:33:31 +00:00
christos
3c138a44de
Regen
2004-05-27 20:21:12 +00:00
christos
19bc1974d9
PR/25731: Adam K kirchhoff: Audigy support with the emuxki driver.
2004-05-27 20:20:52 +00:00
jonathan
d25d3eb263
Rework to make FAST_IPSEC PF_KEY dumps unicast and reliable:
...
Introduce new socket-layer function sbappendaddrchain() to
sys/kern/uipc_socket2.c: like sbappendaddr(), only takes a chain of
records and appends the entire chain in one pass. sbappendaddrchain()
also takes an `sbprio' argument, which indicates the caller requires
special `reliable' handling of the socket-buffer. `sbprio' is
described in sys/sys/socketvar.h, although (for now) the different
levels are not yet implemented.
Rework sys/netipsec/key.c PF_KEY DUMP responses to build a chain of
mbuf records, one record per dump response. Unicast the entire chain
to the requestor, with all-or-none semantics.
Changed files;
sys/socketvar.h kern/uipc_socket2.c netipsec/key.c
Reviewed by:
Jason Thorpe, Thor Lancelot Simon, post to tech-kern.
Todo: request pullup to 2.0 branch. Post-2.0, rework sysctl() API for
dumps to use new record-chain constructors. Actually implement
the distinct service levels in sbappendaddrchain() so we can use them
to make PF_KEY ACQUIRE messages more reliable.
2004-05-27 19:19:00 +00:00
nathanw
411bc3c814
Failure to fetch FP registers from the thread debugging library isn't
...
necessairly a problem; the thread may in fact have no FP state.
2004-05-27 19:15:10 +00:00