Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-11-27 | match on buffalo and emtac wavelans; from netbsd | Michael Shalayeff | |
2001-11-27 | add an emtac wavelan | Michael Shalayeff | |
2001-11-27 | fix an error in sosend() that could make a transient error permant. | Niels Provos | |
verified with both netbsd and freebsd. from netbsd: Tue Jun 8 02:39:57 1999 UTC by thorpej In sosend(), if so_error is set, clear it before returning the error to the process (i.e. pre-Reno behavior). The 4.4BSD behavior (introduced in Reno) caused transient errors to stick incorrectly. This is from PR #7640 (Havard Eidnes), cross-checked w/ FreeBSD, where Bill Fenner committed the same fix (as described in a comment in the Vat sources, by Van Jacobsen). | |||
2001-11-27 | add a couple of buffalo wavelans, from netbsd | Michael Shalayeff | |
2001-11-27 | do pf_route() before logging in case the logging created a bogus rule | Mike Frantzen | |
(fixes a recent panic) OK dhartmei@ jasoni@ mpech@ | |||
2001-11-27 | change socket connection queues to use TAILQ_ | Niels Provos | |
from NetBSD: Wed Jan 7 23:47:08 1998 UTC by thorpej Make insertion and removal of sockets from the partial and incoming connections queues O(C) rather than O(N). | |||
2001-11-27 | kill breada | Artur Grabowski | |
2001-11-27 | Use pools for pmap and pv_entry structures. | Miod Vallat | |
2001-11-27 | Adapt to include files changes. | Miod Vallat | |
2001-11-27 | A few cleanups to have less include files include each other. | Miod Vallat | |
2001-11-27 | Use symbolic constants to identify ddb traps. | Miod Vallat | |
Fix a comment as well. | |||
2001-11-27 | Declare symbolic names for the various interrupts used by ddb. | Miod Vallat | |
Make this file #include-able from locore. | |||
2001-11-27 | regen for UBC changes | Artur Grabowski | |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski | |
code is written mostly by Chuck Silvers <chuq@chuq.com>/<chs@netbsd.org>. Tested for the past few weeks by many developers, should be in a pretty stable state, but will require optimizations and additional cleanups. | |||
2001-11-27 | Move the declaration of EH_DEBUG and ERRATA__XXX_USR to the kernel | Miod Vallat | |
configuration files. | |||
2001-11-27 | garbage collect sc_nticks | Jason Wright | |
2001-11-27 | remove sc_enaddr and just put the ethernet address into arpcom.ac_enaddr. | Jason Wright | |
2001-11-26 | cache the last deallocated voice and reuse on the next open. | Michael Shalayeff | |
this is to preserve the dac settings in between the openings, by the mp3 playing software, in particular. ho@ help and testing. | |||
2001-11-26 | remove static on functions. | Michael Shalayeff | |
from netbsd: Don't use a static variable in the power hook. It doesn't work with more than one device. | |||
2001-11-26 | add fastroute options similar to what is found in ipf | jasoni | |
ok dhartmei@, frantzen@ | |||
2001-11-26 | Trident 4DWAVE-DX/NX, SiS 7018, ALi M5451 Sound Driver; from SOMEYA ↵ | Michael Shalayeff | |
Yoshihiko and KUROSAWA Takahiro; tested by Matt Behrens <matt@zigg.com> | |||
2001-11-26 | add sis 7018 | Michael Shalayeff | |
2001-11-26 | allow pasting chars w/ codes >127 w/ mouse; from Denis Afonin <dfa@solo.ee> | Michael Shalayeff | |
2001-11-25 | Extend the magic formulae to choose option FPSP only if 68040 processor | Miod Vallat | |
support needed. | |||
2001-11-25 | Typos. | Miod Vallat | |
2001-11-25 | Need <machine/cpu.h> to be sure to bring userret() prototype for all ports. | Miod Vallat | |
2001-11-25 | Be cross-compilation friendly. | Miod Vallat | |
2001-11-25 | regen | Michael Shalayeff | |
2001-11-25 | nikon e880; from Dan Weeks <danimal@danimal.org> | Michael Shalayeff | |
2001-11-25 | Remove comments which only apply to the HP MMU found on HP300 models | Miod Vallat | |
318, 319, 320 and 350, which bear no sense in the mvme68k world. | |||
2001-11-25 | Oops, commited this file from the wrong tree. | Miod Vallat | |
2001-11-25 | Harmonize userret() prototypes across m68k arches. | Miod Vallat | |
XXX The userret() code is not factorized out yet, as this will require XXX insane amiga cleaning work. | |||
2001-11-24 | KNF | Theo de Raadt | |
2001-11-24 | Harmonize boot() logic across arches: | Miod Vallat | |
- ensure RB_DUMP | RB_HALT will cause a dump - or RB_HALT if (cold) While there, honor RB_TIMEBAD on sparc64. | |||
2001-11-23 | regen | Jakob Schlyter | |
2001-11-23 | add 3Com Wireless LAN PC Card | Jakob Schlyter | |
2001-11-23 | new vscom puc devices; lists-openbsdtech@bsws.de | Theo de Raadt | |
2001-11-23 | new vscom puc devices | Theo de Raadt | |
2001-11-23 | Remove splsched() declaration and related stuff. | Miod Vallat | |
2001-11-23 | dev{cons,cninit.c} are mandatory. | Miod Vallat | |
2001-11-23 | Typo in comment. | Miod Vallat | |
2001-11-22 | Use pmap_kenter_pa in pmap_map.. | Artur Grabowski | |
Remove the (commented out) body of pmap_copy, it's very unlikely that it will be ever used, and right now it's just confusing. | |||
2001-11-22 | more pmap_enter vs. pmap_kenter. | Artur Grabowski | |
2001-11-22 | simplify the iommu page table mapping. use pmap_kenter. | Artur Grabowski | |
2001-11-22 | Map the interrupt enable register with pmap_kenter | Artur Grabowski | |
2001-11-22 | Use pmap_map to map the msg buffer. | Artur Grabowski | |
2001-11-22 | Now that pmap_enter is allowed to fail in some cases, allow | Artur Grabowski | |
pmap_enk* and pmap_enu* to fail and return failure to pmap_enter. pmap_enter will panic when PMAP_CANFAIL is not set, but the alternative is worse. Besides, it shouldn't happen. | |||
2001-11-22 | Use pool to allocate pv list entries. | Artur Grabowski | |
2001-11-22 | Don't check for PMAP_NC in pmap_zero_page. | Artur Grabowski | |
Also make the code in there slightly more efficient. | |||
2001-11-22 | Simplify pmap_is_* and pmap_clear_*. | Artur Grabowski | |
This should also allow sun4/sun4c to work a bit better. |