wiz
f4d12e1051
Fix import instructions -- gnusrc is gone.
2003-01-16 02:35:17 +00:00
wiz
6aa895a2be
Fix conflicts, merge to 1.11.4.
2003-01-16 02:33:08 +00:00
matt
72020abb85
Add platform support for the IBM PPS Model 6040 (E) (aka ThinkPad 820).
2003-01-16 02:18:20 +00:00
wiz
0cd0661e77
Import cvs-1.11.4.
2003-01-16 02:15:31 +00:00
simonb
c018fbe68d
Tidy up event counter increments a little.
2003-01-16 01:14:17 +00:00
simonb
c69f520bc8
Removed unused register map; this info is now passed in with the attach
...
args.
2003-01-16 01:05:39 +00:00
gendalia
6fc88ea9a4
Add support for 3com 3c905CX-TX found on nForce2 MCP-T.
2003-01-16 01:02:06 +00:00
gendalia
e203560afd
add support for nForce2 MCP-T
2003-01-16 01:00:06 +00:00
kleink
f18fe39c3f
Pasto; from Thomas Klausner.
2003-01-16 00:46:58 +00:00
gendalia
53ab5df4af
regen after pcidevs is committed so the correct version number is embedded.
...
Thanks to wiz.
2003-01-16 00:45:57 +00:00
wiz
ec87827023
typo fixes.
2003-01-16 00:33:12 +00:00
gendalia
4ae8b800fb
Add 3com 3c905CX-TX and Nvidia nForce2 MCP-T ac-97, on the ASUS A7N8X Deluxe
...
motherboard, Chipset: NVIDIA nForce2 MCP-T
2003-01-16 00:32:46 +00:00
kleink
ee051ce446
Add sighold(3), sigignore(3), sigrelse(3), and sigset(3).
2003-01-16 00:02:46 +00:00
kleink
5b86f73eda
libc 12.92.
2003-01-15 23:58:57 +00:00
kleink
140dae96a7
Rename auto variable shading global sigset().
2003-01-15 23:58:03 +00:00
kleink
42b44c12f9
Bump to 12.92: sighold, sigignore, sigrelse, sigset.
2003-01-15 23:56:35 +00:00
kleink
30a90a73b4
Add sighold(3), sigignore(3), sigrelse(3) and sigset(3) to libc.
...
Fixes PR lib/19212, now redesignated standards/19212, from David Laight.
2003-01-15 23:55:41 +00:00
kristerw
78307cec5d
Correct return type for initscr().
...
From Joel Wilsson in PR 19809.
2003-01-15 23:13:51 +00:00
pk
c70db21e38
lock_printf(): use vsnprintf/printf_nolog to avoid covertly using the system
...
log and thereby invoking scheduler code.
2003-01-15 23:11:05 +00:00
pk
a5cea9e740
On Hypersparc MP machines, we need to flush the TLB after a page cache flush.
...
While the pmap functions take care of properly ordering cache and TLB flushes,
not all TLB flush requests are sent to all CPUs (due to per CPU pmap tracking)
while cache flushes are always broadcast.
XXX: need to investigate pmap tracking for cache flush operation as well.
2003-01-15 22:56:32 +00:00
kleink
912ab720a8
Move SIG_HOLD from <sys/signalvar.h> to <sys/signal.h>, since POSIX-2001
...
wants that name to be exposed.
2003-01-15 22:48:21 +00:00
bouyer
2d7b577657
When padding to URL_MIN_FRAME_LEN, memset the extra buffer space used.
2003-01-15 22:40:34 +00:00
bouyer
93ac594a91
Add a #error message asking to fix frame padding (this driver doesn't
...
compile anyway).
2003-01-15 22:38:59 +00:00
bouyer
194fbd836f
Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN-ETHER_CRC_LEN
2003-01-15 22:35:47 +00:00
bouyer
bcae687139
Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN
...
sc->write_mbuf now return len of buffer, including padding.
Tested with a PCI ne2000.
2003-01-15 22:20:03 +00:00
bouyer
fddee95ba4
Ragge said this chip should autopad, so just remove the check.
2003-01-15 22:12:31 +00:00
bouyer
65856947c5
Zero out the extra space stolen from mbuf to pad packet to ETHER_MIN_LEN
...
XXX should it be ETHER_MIN_LEN - ETHER_CRC_LEN ?
XXX2 we assume there are enouth space in the mbuf for the padding bytes.
But other places in the code assumes this already.
2003-01-15 22:10:25 +00:00
bouyer
0a5eae1855
ragge said this chip should autopad, so just remove the check for len.
2003-01-15 22:08:08 +00:00
is
490bb906c8
not enough inodes for two more tapes
2003-01-15 22:06:03 +00:00
bouyer
8951e08c3c
Hum, ragge said this chip should autopad, so just remove the check.
2003-01-15 22:05:38 +00:00
bouyer
847cb1fa0d
Zero out the buffer when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN
2003-01-15 22:01:57 +00:00
bouyer
ba7f2ad41b
Zero out the NIC memory when padding packet to ETHER_MIN_LEN-ETHER_CRC_LEN
2003-01-15 22:00:43 +00:00
bouyer
4199421246
zero out the remaining of last mbuf when padding the packet to ETHER_MIN_LEN
...
XXX should it be ETHER_MIN_LEN-ETHER_CRC_LEN ?
XXX2 we assume there is enouth room in the last mbuf. The code already assumes
this in other places.
2003-01-15 21:59:02 +00:00
kristerw
7b4c88f831
Correct which _usage function to use for some pax/cpio error cases.
2003-01-15 21:56:46 +00:00
bouyer
fb3e100370
Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN
...
XXX should it be ETHER_MIN_LEN-ETHER_CRC_LEN ?
2003-01-15 21:56:06 +00:00
bouyer
ab00572d4a
Use a properly zero'd buffer to pad the packet to ETHER_MIN_LEN-ETHER_CRC_LEN
2003-01-15 21:53:18 +00:00
bouyer
84c7763ec2
Use a properly zeroed buffer to pad the packet to ETHER_MIN_LEN
...
XXX should it be ETHER_MIN_LEN - ETHER_CRC_LEN ?
2003-01-15 21:51:47 +00:00
martin
c7d20c39f9
Fix typo - make it compile with DIAGNOSTIC.
2003-01-15 21:38:22 +00:00
wiz
c3d9aceb8d
postfix-2.0.2.
2003-01-15 19:39:31 +00:00
pk
5bb3d93538
srmmu_cache_flush: switch MMU contexts in all places where it matters.
...
(incidentally, this also makes Hypersparc MP machines mostly go).
2003-01-15 16:42:27 +00:00
reinoud
e2dacd3f22
Small typo and add initialisation for the `bank' counter
2003-01-15 16:29:27 +00:00
augustss
16d56c01d2
Regen.
2003-01-15 13:36:23 +00:00
augustss
61f5ebcc50
Add Epson Perfection 2400. From kern/19856, Rob Quinn.
2003-01-15 13:35:55 +00:00
mhitch
800625f99f
/usr/mdec/installboot is gone.
2003-01-15 07:32:39 +00:00
mhitch
1984eae437
No more /usr/mdec/installboot.
2003-01-15 07:28:09 +00:00
mhitch
7295f9f909
Switch to MI installboot.
2003-01-15 07:25:51 +00:00
mhitch
ee6fcf69c0
Use the MI /usr/sbin/installboot instead of /usr/mdec/installboot.
2003-01-15 07:20:52 +00:00
thorpej
b9cdec841a
Pass the process priority we want to compare to resched_proc(). Restores
...
resetpriority() behavior. Thanks to Enami Tsugutomo for pointing out my
mistake.
2003-01-15 07:12:20 +00:00
pk
a458d9f040
Fix compiler warning induced by last change.
2003-01-15 06:57:12 +00:00
mhitch
e7852b0563
Add support for amiga.
2003-01-15 06:33:13 +00:00