summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2001-09-14simplify userretArtur Grabowski
2001-09-14Unbreak trap(), simplify userret().Artur Grabowski
2001-09-14Fix fallout from round_page fixes.Artur Grabowski
2001-09-14Fix compilation errorsArtur Grabowski
2001-09-14Simplify userret.Artur Grabowski
2001-09-14Simplify userret.Artur Grabowski
2001-09-14Instead of defning our own AS, define FPSPAS.Artur Grabowski
2001-09-13Simplify userret.Artur Grabowski
2001-09-13Remove a comment that just doesn't make any sense.Artur Grabowski
2001-09-13Simplify userret, modelled after alpha.Artur Grabowski
2001-09-13Change nsops to u_int to match prototype as discussed with millert@.Federico G. Schwindt
2001-09-13In sys_semop(), change local nsops to size_t to avoid ending with aFederico G. Schwindt
2001-09-13The vgafb driver does not test memory, so no point mapping it during the probe.Dale Rahn
2001-09-13old timeout removal, code by art@. (ok by miod)Janne Johansson
2001-09-13signed -> unsigned. From NetBSD via Todd Miller.Janne Johansson
2001-09-13missing $OpenBSD:Markus Friedl
2001-09-12No need to be overkill for the french keyboard layout.Miod Vallat
2001-09-12get sc_bustag and sc_dmatag from attach.Jason Wright
2001-09-12Rename timeout_init to timeout_startup to deconfuse a bit.Artur Grabowski
2001-09-12Print memory numbers in KB as well as bytes like most other platforms.Todd C. Miller
2001-09-12Print avail/real memory sizes in KB in addition to bytes as in i386 land. ok ...Peter Valchev