summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-02-03Make pccomms suspendable (tested on a 3Com Megahertz combo card).Angelos D. Keromytis
2000-02-03cnw_activate hackingAngelos D. Keromytis
2000-02-03Fix the activate routine to support suspend/resume.Angelos D. Keromytis
2000-02-03Prevent overflow in computation of buffer cache limitationNiklas Hallqvist
2000-02-03remove extraneous spaces and tabsMichael Shalayeff
2000-02-03Remove overly verbose printf during driver config.Dale S. Rahn
2000-02-03Define missed when the intial bus_dma code was checked in.Dale S. Rahn
Full dma code not yet integrated.
2000-02-03WEP support -- from FreeBSD (wpaul)Angelos D. Keromytis
2000-02-02MD swap macrosMichael Shalayeff
2000-02-02Call xxx_init and xxx_stop on activate.Federico G. Schwindt
2000-02-02make the activate routines do xxstop() and xxinit()Theo de Raadt
2000-02-02make sure to nuke kludge entries, regardless from refcnt.Jun-ichiro itojun Hagino
2000-02-02- improve in6_ifdetach to remove (1) multicast kludge list (2) route toJun-ichiro itojun Hagino
link-local allnode multicast (ff02:x::/32) - fix ifnet refcnt'ing in multicast kludge list management. - avoid dangling pointer in multicast kludge management. (angelos, try this version of in6_ifdetach() - it should be better)
2000-02-02wrap IFAFREE() by "do {} while (0)". it wasn't safe enough.Jun-ichiro itojun Hagino
2000-02-02remove never-visited code (#ifdef MAPPED_ADDR_ENABLED)Jun-ichiro itojun Hagino
2000-02-02regen.Federico G. Schwindt
2000-02-02Add Melco product; from NetBSD.Federico G. Schwindt
2000-02-02Some KNF. Initialize shutdown just in case.Federico G. Schwindt
2000-02-02o Don't call nfs_sillyrename() form nfs_remove if v_type == VDIRTodd C. Miller
(from FreeBSD). This avoids the panic described below. o In nfs_sillyrename(), change a panic if v_type == VDIR to just a printf (ifdef DIAGNOSTIC) and return EINVAL. o When building the .nfs file in nfs_sillyrename() don't assume a pid is only 4 chars long since PID_MAX is 5 chars and use sprintf() instead of converting the pid to ascii by hand. Thanks to Theo for assistance and sanity checking.
2000-02-01Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORYKjell Wooding
for details.
2000-02-01general cleanup (remove LMC_IOMAPPED crud entirely)Chris Cappuccio
add correct rcs tags sync w/lmc's lmc_media.c regarding watchdog support (So, the LEDs on the T1/T3 cards [the ones with built-in CSU/DSUs], and also the DS1 "SSI" card should now change according to various line conditions, as ths manual says they do)
2000-02-01oops, return 0 if not match.Federico G. Schwindt
2000-02-01New regs from NetBSD.Federico G. Schwindt
2000-02-01Add Xircom Netwave driver (cnw) commented out.Federico G. Schwindt
2000-02-01Enable Intel EE PRO; still need to find a working phy.Federico G. Schwindt
2000-02-01New prods; use defines where available; rearrange some entries.Federico G. Schwindt
2000-02-01sync with the new names; add support for a second model.Federico G. Schwindt
2000-02-01Some new prods; rearrange entries.Federico G. Schwindt
2000-02-01regen.Federico G. Schwindt
2000-02-01Add some new prods from NetBSD; rearrange entries.Federico G. Schwindt
2000-02-01do not create _STR_ defines; this is useless, makes pcmciadevs.h largerFederico G. Schwindt
and unclean.
2000-02-01Add a bunch of XXX on incorrect handling of pv_flags.Artur Grabowski
None of the noted problems are critical (the code still works), but they can have a severe impact on the performance and they are all really hard to fix in an elegant way.
2000-02-01Opps. Missed two cases of ps_alias_recache.Artur Grabowski
2000-02-01Keep stats of pages we uncache because of bad cache aliases.Artur Grabowski
2000-02-01syncTheo de Raadt
2000-02-017895Theo de Raadt
2000-02-01remove superflous declaration of vnops, it's now in <sys/file.h>assar
2000-02-01remove superflous declaration of vnops, it's now in <sys/file.h>assar
2000-02-01add declaration of `vnops'assar
2000-02-01call vfs_syncwait on standby and suspendMichael Shalayeff
2000-02-01missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; ↵Michael Shalayeff
niklas@ ok
2000-01-31Add CNet NE2000 support.Federico G. Schwindt
2000-01-31Add CNet NE2000 support.Federico G. Schwindt
2000-01-31explicitly round segments to a page boundaryMichael Shalayeff
2000-01-31re-add fixed vfork code from artTheo de Raadt
2000-01-31bzero() in get_event tooMichael Shalayeff
2000-01-31Clean up memerr*. (from NetBSD)Artur Grabowski
2000-01-31possibly uninitialized vasriable used in DEBUG code piece; from deraadt@Michael Shalayeff
2000-01-31remove if0ed stinkpad's spinlockMichael Shalayeff
2000-01-31Add support for 93C66 and 93C56 SEEPROM chips.Tobias Weingartner
Adapted from FreeBSD code.