summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-05-16use SMALL_KERNEL optionTheo de Raadt
2001-05-16kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern...Todd C. Miller
2001-05-16shrink printf messagesTheo de Raadt
2001-05-16no longer support ECOFF kernelsTheo de Raadt
2001-05-15txp works here nowJason Wright
2001-05-15Sync with NetBSD, different calculation of maxproc. From NetBSD via Aaron@.Janne Johansson
2001-05-15Change splimp -> splhigh in cpu_exit() to match NetBSD and some ofTodd C. Miller
2001-05-15Remove an extra space in avail mem printfTodd C. Miller
2001-05-15Replace vm_offset_t with vaddr_t and paddr_t as appropriate.Todd C. Miller
2001-05-14PAGE_SIZE,MASK,SHIFT-Reloc's had to go. Ok art@Janne Johansson
2001-05-14cleanup a lotTheo de Raadt
2001-05-14screw fibrechannel on this floppyTheo de Raadt
2001-05-14cleanTheo de Raadt
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-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-13PAGE_MASK is (PAGE_SIZE - 1), *not* (PAGE_SHIFT - 1)Todd C. Miller
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-11Kill remaining vm_offset_t and vm_size_t; NetBSD used as a guideTodd C. Miller
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-11unify rd(4) even moreTheo de Raadt
2001-05-11unifyTheo de Raadt
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
2001-05-10Nuke the DCA check. ACPI can only be console on a 425e; thorpej@netbsd.orgTodd C. Miller
2001-05-10Add missing #include <sys/resourcevar.h> so these can compile.Todd C. Miller
2001-05-10In apciparam() in the ospeed == 0 case, actually set the cfcr to the newTodd C. Miller
2001-05-10Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on everyTodd C. Miller
2001-05-10fix typo introduced in non-UVM case yesterdayTodd C. Miller
2001-05-10Hasn't been used for ages. ZAP!Artur Grabowski
2001-05-10remove the pt{1,23}_{alloc,free} functions now that pool works withoutArtur Grabowski
2001-05-10Don't crash in pgt_page_alloc if uvm_km_kmemalloc fails.Artur Grabowski
2001-05-10UVM is no longer optional on sparc.Artur Grabowski
2001-05-10Switch sparc to PMAP_NEW. I've been running with that code for ages.Artur Grabowski
2001-05-10oops.Artur Grabowski
2001-05-10Some locking protocol fixes and better enforcement of wiring limits.Artur Grabowski
2001-05-10When acpi is used as the console, set cn_tab appropriately so that aTodd C. Miller
2001-05-10Move the timeout_set() call up a bitTodd C. Miller