summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-11-25Typos.Miod Vallat
2001-11-25Need <machine/cpu.h> to be sure to bring userret() prototype for all ports.Miod Vallat
2001-11-25Be cross-compilation friendly.Miod Vallat
2001-11-25regenMichael Shalayeff
2001-11-25nikon e880; from Dan Weeks <danimal@danimal.org>Michael Shalayeff
2001-11-25Remove comments which only apply to the HP MMU found on HP300 modelsMiod Vallat
2001-11-25Oops, commited this file from the wrong tree.Miod Vallat
2001-11-25Harmonize userret() prototypes across m68k arches.Miod Vallat
2001-11-24KNFTheo de Raadt
2001-11-24Harmonize boot() logic across arches:Miod Vallat
2001-11-23regenJakob Schlyter
2001-11-23add 3Com Wireless LAN PC CardJakob Schlyter
2001-11-23new vscom puc devices; lists-openbsdtech@bsws.deTheo de Raadt
2001-11-23new vscom puc devicesTheo de Raadt
2001-11-23Remove splsched() declaration and related stuff.Miod Vallat
2001-11-23dev{cons,cninit.c} are mandatory.Miod Vallat
2001-11-23Typo in comment.Miod Vallat
2001-11-22Use pmap_kenter_pa in pmap_map..Artur Grabowski
2001-11-22more pmap_enter vs. pmap_kenter.Artur Grabowski
2001-11-22simplify the iommu page table mapping. use pmap_kenter.Artur Grabowski
2001-11-22Map the interrupt enable register with pmap_kenterArtur Grabowski
2001-11-22Use pmap_map to map the msg buffer.Artur Grabowski
2001-11-22Now that pmap_enter is allowed to fail in some cases, allowArtur Grabowski
2001-11-22Use pool to allocate pv list entries.Artur Grabowski
2001-11-22Don't check for PMAP_NC in pmap_zero_page.Artur Grabowski
2001-11-22Simplify pmap_is_* and pmap_clear_*.Artur Grabowski
2001-11-22Changes to allow two partitions to share a quota fileConstantine Sapuntzakis
2001-11-22sync: BAD NADDYTheo de Raadt
2001-11-22pastoChristian Weisgerber
2001-11-21Added sanity checksConstantine Sapuntzakis
2001-11-21Use vfs_mount_foreach_vnodeConstantine Sapuntzakis
2001-11-21Use vfs_mount_foreach_vnodeConstantine Sapuntzakis
2001-11-21VOP_UNLOCK + vrele does not alway == vputConstantine Sapuntzakis
2001-11-21Don't use #define QUOTA - use stub file insteadConstantine Sapuntzakis
2001-11-21Use vfs_mount_foreach_vnodeConstantine Sapuntzakis
2001-11-21Added vfs_isbusy. Useful for verifying that a mount point is lockedConstantine Sapuntzakis
2001-11-21Lower splvm() level, after discussing with art.Miod Vallat
2001-11-21Use pf_pull_hdr() instead of manual mbuf traversal. Fixes potential crashesDaniel Hartmeier
2001-11-21synclebel
2001-11-21be more precise, the ATI device 0x4c59 is actually thelebel
2001-11-21Provide COMPAT_SUNOS files via the common m68k configuration files.Miod Vallat
2001-11-20Oops.Miod Vallat
2001-11-20Prevent more symbol clashes when compiling userland.Miod Vallat
2001-11-20match on linksys iwn; from netbsdMichael Shalayeff
2001-11-20regenMichael Shalayeff
2001-11-20Linksys2 Instant Wireless NetworkMichael Shalayeff
2001-11-20Match bcom 5821 (this is untested and is based on the datasheet's claim thatJason Wright
2001-11-20syncJason Wright
2001-11-20bcom 5821Jason Wright
2001-11-20All sensitive pmap operations should operate at splvm, NOT splimp.Miod Vallat