Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2001-11-22 | Changes to allow two partitions to share a quota file | Constantine Sapuntzakis | |
2001-11-22 | sync: BAD NADDY | Theo de Raadt | |
2001-11-22 | pasto | Christian Weisgerber | |
2001-11-21 | Added sanity checks | Constantine Sapuntzakis | |
2001-11-21 | Use vfs_mount_foreach_vnode | Constantine Sapuntzakis | |
2001-11-21 | Use vfs_mount_foreach_vnode | Constantine Sapuntzakis | |
2001-11-21 | VOP_UNLOCK + vrele does not alway == vput | Constantine Sapuntzakis | |
2001-11-21 | Don't use #define QUOTA - use stub file instead | Constantine Sapuntzakis | |
Pass over the quota code in ufs/. Make code paths clearer. Clean up some names. Move all code that manipulates quotas directly into ufs_quota.c Use vfs_mount_foreach_vnode to traverse list of vnodes in mountpoint. | |||
2001-11-21 | Use vfs_mount_foreach_vnode | Constantine Sapuntzakis | |
2001-11-21 | Added vfs_isbusy. Useful for verifying that a mount point is locked | Constantine Sapuntzakis | |
Added vfs_mount_foreach_vnode. Several places in the code seem to want to traverse the mount list and they all seem to handle locking differently. Centralize traversing the mount list in one place so that we only need to get the locking right once. | |||
2001-11-21 | Lower splvm() level, after discussing with art. | Miod Vallat | |
2001-11-21 | Use pf_pull_hdr() instead of manual mbuf traversal. Fixes potential crashes | Daniel Hartmeier | |
in pf_test6() for IPv6 packets with options. | |||
2001-11-21 | sync | lebel | |