yamt
bd2a784b57
vn_lock: add an assertion about usecount.
2004-05-31 09:02:51 +00:00
dyoung
97c923cdc2
Describe Tx/Rx state a little better using clue from the ADM8211C/CR
...
datasheet.
2004-05-31 09:00:24 +00:00
dyoung
e4e9f15d6a
Use bpf_mtap2.
2004-05-31 08:52:53 +00:00
yamt
7407c491c3
nfsrv_create: fix an LP64 problem for exclusive create.
2004-05-31 08:47:08 +00:00
itojun
347bbb94d3
oops, i've committed BSD auth stuff by mistake.
2004-05-31 06:51:59 +00:00
itojun
9e40b59093
EBADF is returned when fd < 0, so change text to tell the truth
2004-05-31 05:32:27 +00:00
itojun
0f4ed61e4b
add closefrom(3). sort
2004-05-31 05:27:33 +00:00
itojun
34f8d0e9df
closefrom(3)
2004-05-31 05:25:40 +00:00
itojun
56c1b44159
implement closefrom(3).
2004-05-31 05:06:51 +00:00
itojun
7bd231952e
safer key_{spd,}dump. comment from yamt.
...
XXX is spl level ok?
2004-05-31 04:29:01 +00:00
heas
9518008e39
Note import of postfix 2.1.1
2004-05-31 03:58:57 +00:00
heas
ee88aedd7c
Correct the previous; should have been statvfs for >2.0D.
...
Thanks grant!
2004-05-31 03:55:20 +00:00
heas
5d235dc495
Override a few config variables so postconf(1) has them correct.
2004-05-31 03:54:20 +00:00
schmonz
5f5633de40
Support userconf(4) ("boot -c"). Reviewed by Bill Studenmund.
2004-05-31 03:22:45 +00:00
wrstuden
a39afd9fea
Revert last two changes. Since union vnode private data do not follow
...
layerfs guidelines, whenever layerfs_snapshot() does something, it
won't be correct for unionfs.
2004-05-31 02:04:35 +00:00
heas
82f64031cc
Use statvfs on NetBSD > 2.0
2004-05-31 00:51:19 +00:00
heas
cf26c0c11c
Resolve import conflicts
2004-05-31 00:46:46 +00:00
heas
0277737a5f
Postfix 2.1.1
2004-05-31 00:23:53 +00:00
itojun
d28d146fa1
sysctl update: describe failure case.
2004-05-31 00:18:58 +00:00
yamt
59ba83d898
lockmgr: assert that LK_RETRY is not specified.
2004-05-30 20:49:04 +00:00
yamt
c2f93eb91f
vn_lock: don't pass LK_RETRY to VOP_LOCK.
2004-05-30 20:48:04 +00:00
yamt
305b098f04
use vn_lock instead of raw VOP_LOCK.
2004-05-30 20:46:25 +00:00
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