summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-05-14cleanTheo de Raadt
2001-05-14use real uioTheo de Raadt
2001-05-13First try at bus_dma(9)-ifying hifn7751 driver... advantages:Jason Wright
2001-05-13in bus_dmamap_load_mbuf(), segments start at zero, not one (merge error)Jason Wright
2001-05-13Remove an unused label.Aaron Campbell
2001-05-13Fix the problem that single-step tracing of a trap instructionTodd C. Miller
2001-05-13Make sure the branch target of the delay loop is aligned to a cacheTodd C. Miller
2001-05-13copyrights and $OpenBSD$ tagsJason Wright
2001-05-13syncTheo de Raadt
2001-05-13hmm, these should not need entries...Theo de Raadt
2001-05-13bail out better from tsleep failureTheo de Raadt
2001-05-13use criov_copydata for grabbing iv for next packetJason Wright
2001-05-13missing elseJason Wright
2001-05-13initial cut at /dev/crypto support. takes original mbuf "try, and discardTheo de Raadt
2001-05-13left tag uninitted in the good case in the last commit; jason@ pointed it outMichael Shalayeff
2001-05-13Add pad argument for p{read,write}v? to the syscall args comment forTodd C. Miller
2001-05-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
2001-05-13Initial support for Broadcom 5820, which is very much like the 5805 exceptJason Wright
2001-05-13PAGE_SIZE is a constant now. I should know that, I'm guilty asMiod Vallat
2001-05-13Honor the ddb.console sysctl.Miod Vallat
2001-05-12Do not use curproc before it gets initialized.Miod Vallat
2001-05-12A number of buggy BIOS implementations leave the routerMichael Shalayeff
2001-05-12always print the icu we've foundMichael Shalayeff
2001-05-12Less verbose; angelos@ okAaron Campbell
2001-05-12Move bzero() after test for correct allocation (jj@wabbitt.org)Angelos D. Keromytis
2001-05-12syncTheo de Raadt
2001-05-12more cyrix devsTheo de Raadt
2001-05-11Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guideTodd C. Miller
2001-05-11syncNathan Binkert
2001-05-11New National Semiconductor gigabit phyNathan Binkert
2001-05-11Check m_pullup() and m_pullup2() return for NULL, not 0; itojun@ okAaron Campbell
2001-05-11I think this will match and work on a hifn 7951Theo de Raadt
2001-05-11syncTheo de Raadt
2001-05-11some moreTheo de Raadt
2001-05-11MAP_COPY -> MAP_PRIVATEArtur Grabowski
2001-05-11Bye bye.Artur Grabowski
2001-05-11Use genassym.cfArtur Grabowski
2001-05-11Add a genassym.cf that uses the standard scripts.Artur Grabowski
2001-05-11more rd merge (headcolds suck)Theo de Raadt
2001-05-11Don't ask C for more syntactic sugar than it can provide.Miod Vallat
2001-05-11Revert previous untested change, until a fix is ready.Miod Vallat
2001-05-11unify rd(4) even moreTheo de Raadt
2001-05-11oh, i forgot to put this in ;-)Theo de Raadt
2001-05-11unifyTheo de Raadt
2001-05-11kmemstats, nselcoll, forkstat, and nchstats structures throughAngelos D. Keromytis
2001-05-11sysctl entries for kmemstats, nselcoll, nchstats, and forkstat.Angelos D. Keromytis
2001-05-11check for 'fastroute' condition (like ip_input) in bridge_filter() andJason Wright
2001-05-10Simplify probe routine.Aaron Campbell
2001-05-10Provide PAGE_{MASK,SHIFT,SIZE} constants.Miod Vallat
2001-05-10Don't play with MCR_IEN, it breaks serial console input on the 425e.Todd C. Miller