Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-03 | Make pccomms suspendable (tested on a 3Com Megahertz combo card). | Angelos D. Keromytis | |
2000-02-03 | cnw_activate hacking | Angelos D. Keromytis | |
2000-02-03 | Fix the activate routine to support suspend/resume. | Angelos D. Keromytis | |
2000-02-03 | Prevent overflow in computation of buffer cache limitation | Niklas Hallqvist | |
2000-02-03 | remove extraneous spaces and tabs | Michael Shalayeff | |
2000-02-03 | Remove overly verbose printf during driver config. | Dale S. Rahn | |
2000-02-03 | Define missed when the intial bus_dma code was checked in. | Dale S. Rahn | |
Full dma code not yet integrated. | |||
2000-02-03 | WEP support -- from FreeBSD (wpaul) | Angelos D. Keromytis | |
2000-02-02 | MD swap macros | Michael Shalayeff | |
2000-02-02 | Call xxx_init and xxx_stop on activate. | Federico G. Schwindt | |
2000-02-02 | make the activate routines do xxstop() and xxinit() | Theo de Raadt | |
2000-02-02 | make 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 to | Jun-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-02 | wrap IFAFREE() by "do {} while (0)". it wasn't safe enough. | Jun-ichiro itojun Hagino | |
2000-02-02 | remove never-visited code (#ifdef MAPPED_ADDR_ENABLED) | Jun-ichiro itojun Hagino | |
2000-02-02 | regen. | Federico G. Schwindt | |
2000-02-02 | Add Melco product; from NetBSD. | Federico G. Schwindt | |
2000-02-02 | Some KNF. Initialize shutdown just in case. | Federico G. Schwindt | |
2000-02-02 | o Don't call nfs_sillyrename() form nfs_remove if v_type == VDIR | Todd 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-01 | Update to IPFilter 3.3.8. Man pages still to go. See sbin/ipf/HISTORY | Kjell Wooding | |
for details. | |||
2000-02-01 | general 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-01 | oops, return 0 if not match. | Federico G. Schwindt | |
2000-02-01 | New regs from NetBSD. | Federico G. Schwindt | |
2000-02-01 | Add Xircom Netwave driver (cnw) commented out. | Federico G. Schwindt | |
2000-02-01 | Enable Intel EE PRO; still need to find a working phy. | Federico G. Schwindt | |
2000-02-01 | New prods; use defines where available; rearrange some entries. | Federico G. Schwindt | |
2000-02-01 | sync with the new names; add support for a second model. | Federico G. Schwindt | |
2000-02-01 | Some new prods; rearrange entries. | Federico G. Schwindt | |
2000-02-01 | regen. | Federico G. Schwindt | |
2000-02-01 | Add some new prods from NetBSD; rearrange entries. | Federico G. Schwindt | |
2000-02-01 | do not create _STR_ defines; this is useless, makes pcmciadevs.h larger | Federico G. Schwindt | |
and unclean. | |||
2000-02-01 | Add 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-01 | Opps. Missed two cases of ps_alias_recache. | Artur Grabowski | |
2000-02-01 | Keep stats of pages we uncache because of bad cache aliases. | Artur Grabowski | |
2000-02-01 | sync | Theo de Raadt | |
2000-02-01 | 7895 | Theo de Raadt | |
2000-02-01 | remove superflous declaration of vnops, it's now in <sys/file.h> | assar | |
2000-02-01 | remove superflous declaration of vnops, it's now in <sys/file.h> | assar | |
2000-02-01 | add declaration of `vnops' | assar | |
2000-02-01 | call vfs_syncwait on standby and suspend | Michael Shalayeff | |
2000-02-01 | missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; ↵ | Michael Shalayeff | |
niklas@ ok | |||
2000-01-31 | Add CNet NE2000 support. | Federico G. Schwindt | |
2000-01-31 | Add CNet NE2000 support. | Federico G. Schwindt | |
2000-01-31 | explicitly round segments to a page boundary | Michael Shalayeff | |
2000-01-31 | re-add fixed vfork code from art | Theo de Raadt | |
2000-01-31 | bzero() in get_event too | Michael Shalayeff | |
2000-01-31 | Clean up memerr*. (from NetBSD) | Artur Grabowski | |
2000-01-31 | possibly uninitialized vasriable used in DEBUG code piece; from deraadt@ | Michael Shalayeff | |
2000-01-31 | remove if0ed stinkpad's spinlock | Michael Shalayeff | |
2000-01-31 | Add support for 93C66 and 93C56 SEEPROM chips. | Tobias Weingartner | |
Adapted from FreeBSD code. |