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
christos
04562cac02
add a simple lock in _yp_check(), to make it re-entrant.
2004-05-27 18:41:11 +00:00
christos
71fe243008
make yp stuff re-entrant.
2004-05-27 18:40:07 +00:00
hannken
55db9c1eb7
Fixup last commit. fs->fs_active must be initialized.
2004-05-27 17:04:52 +00:00
mycroft
0a5a28eeae
Write the registers in the proscribed order -- sector,cyllo,cylhi (LSB first
...
for LBA). This make no difference with real devices, but the funky IDE
analyzer can't search properly if the order is wrong.
2004-05-27 16:47:35 +00:00
mrg
86a3ebdbd0
fix merge cornflakes with GCC 3.3.3 (final)
2004-05-27 14:48:52 +00:00
yamt
ee306471a7
remove an unused instance of VOP_UPDATE.
2004-05-27 12:55:07 +00:00
yamt
ffa2240d3b
- remove a comment which is no longer true.
...
- add "XXX vn_lock" comments where we can call VOP_READ/WRITE
without vnode lock held. (genfs_compat_*)
2004-05-27 12:53:25 +00:00
yamt
a08da7645d
regen.
2004-05-27 12:50:35 +00:00
yamt
9ae9b45731
update to match with the recent reality: getpages doesn't care about
...
vnode locks.
2004-05-27 12:49:09 +00:00
kochi
951c6675f8
don't compile acpi_madt.c unless options MPACPI is specified.
2004-05-27 11:26:33 +00:00
abs
30a421e70b
regen from pcidevs 1.626: Add ALI 'M5257 PCI Software Modem'
2004-05-27 11:10:45 +00:00
abs
29d7222fab
Add ALI 'M5257 PCI Software Modem'
2004-05-27 11:09:45 +00:00
simonb
cdf0f38110
White space nit.
2004-05-27 04:23:36 +00:00
christos
3d4ca09443
turn off debugging.
2004-05-27 03:56:49 +00:00
agc
1893680ccf
Take Unix98 ptys off the To Do list (thanks, Christos!)
2004-05-27 03:46:32 +00:00
christos
9451ff456d
add the manual pages for pty/98
2004-05-27 03:43:31 +00:00
christos
9c9e94478a
Don't cause errors when the devices are not configured.
2004-05-27 03:18:19 +00:00