summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-09-18cosmetic fixes from NetBSDArtur Grabowski
2001-09-18cosmetic and endianness fixes from NetBSDArtur Grabowski
2001-09-18More cleanups from NetBSD and a bunch of endianness fixes.Artur Grabowski
2001-09-17Some changes from NetBSD. Some cosmetic, some endianness fixes.Artur Grabowski
2001-09-17Cleanups. Mostly from NetBSD.Artur Grabowski
2001-09-17ramdisk kernel for sparc64 (compiles... will need tweaking)Jason Wright
2001-09-17Save the result of the configure children, so that the deviceDale Rahn
2001-09-17Don't treated return length of recvfrom() as a size_t... it's a socklen_t.Jason Wright
2001-09-17 The first implementation of the buffer flushing daemon. It solves ourGrigoriy Orlov
2001-09-17icmpv6 nat fix, from Ryan McBrideDaniel Hartmeier
2001-09-17No need to define TIMEZONE and DST to 0 here, param.c does that automagically.Artur Grabowski
2001-09-17Remove all of the last vestiges of vtophys (namely RFA's):Jason Wright
2001-09-17Enable DMA for wdc_obio devices. This was the mode in which the recentDale Rahn
2001-09-17Use pmap_k* to map the buffer cache.Artur Grabowski
2001-09-17pagemove() should use the pmap_k* functions instead of pmap_enter/remove.Dale Rahn
2001-09-17The gfx display buffer should request that it be mapped cached (writethru).Dale Rahn
2001-09-17Allocate the profiling buffer from kernel_map, not with malloc.Artur Grabowski
2001-09-17genassym changesTheo de Raadt
2001-09-17make ksyms work on sparc64 (requires essentially same goop as db_sym)Jason Wright
2001-09-17stuff for ksyms (doesn't quite work yet, tho)Jason Wright
2001-09-16Typos in comments.Artur Grabowski
2001-09-16Typo in comment.Artur Grabowski
2001-09-16genassym.cf changes force a lot of case changes here.Miod Vallat
2001-09-16Make use of "export", "struct" and "member" keywords to be easier to readMiod Vallat
2001-09-16Feature-sync with NetBSD (add the "config" keyword).Miod Vallat
2001-09-16Update the bmac (if_bm) to a newer version from NetBSD.Dale Rahn
2001-09-16Fix this so it understands disklabels.Artur Grabowski
2001-09-16Add some missing lengths checks when passing data from userland toTodd C. Miller
2001-09-15Mostly rewritten decode of fpu emulation:Jason Wright
2001-09-15The inner protocol of IPv4 ICMP error messages was ignored, leading toDaniel Hartmeier
2001-09-15Two changes here.Dale Rahn
2001-09-15If ddb cannot find a symbol, do not print a useless address ofDale Rahn
2001-09-15Add a timer to reinable the OHCI RHSC (Root Hub Status Change)Dale Rahn
2001-09-15Revert the sleep priority to something more saneMike Frantzen
2001-09-15fix unknown codec id printoutMichael Shalayeff
2001-09-15Don't use m_pkthdr.rcvif in pflog_packet(), it doesn't work for outgoingDaniel Hartmeier
2001-09-15Rewrite of powerpc pmap_page_protect(), the old version had a couple ofDale Rahn
2001-09-15merge with netbsd (no external differences... basically just makes diffs easier)Jason Wright
2001-09-15match ebusIII (from netbsd)Jason Wright
2001-09-15syncJason Wright
2001-09-15SUN GEMJason Wright
2001-09-15IPv6 support from Ryan McBride (mcbride@countersiege.com)Mike Frantzen
2001-09-15reimplement dbdma such that it does memory allocationsMichael Shalayeff
2001-09-15pass the dma tag to obio; drahn@ okMichael Shalayeff
2001-09-15implement _bus_dmamap_load_raw; drahn@ okMichael Shalayeff
2001-09-14binat non icmp/udp/tcp protocols as well; ok dhartmei@jasoni
2001-09-14simplify userretArtur Grabowski
2001-09-14Simplify what should be userret, but is inlined instead.Artur Grabowski
2001-09-14Don't just use 'size'. Use SIZE and make it settable.Artur Grabowski
2001-09-14Simplify userret.Artur Grabowski