summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-09-20Incorrect parens (from netbsd)Jason Wright
2001-09-20Our printf has %b, use it and don't bother with snprintf stuff.Jason Wright
2001-09-20correct %b stringsJason Wright
2001-09-20grammar; from tobyMichael Shalayeff
2001-09-20openfirmware device (and move ksyms decl to conf.h)Jason Wright
2001-09-20document why we use random()Theo de Raadt
2001-09-20syncMichael Shalayeff
2001-09-20no one cares if RFIFO has been hit... so shaddap!Jason Wright
2001-09-20s/TF_SIZE/TRAPFRAME_SIZEOF/ to make it compile nowMichael Shalayeff
2001-09-20make this produce the assym.h at least, was very hard to test of courseMichael Shalayeff
2001-09-20OpenBSD style bit definitionsJason Wright
2001-09-20undef HMEDEBUG by default, and maximum rx/tx size isJason Wright
2001-09-20occured->occurredMike Pechkin
2001-09-20the use of arc4random() in ether_ifattach() is wrong as randomattach()Peter Galbavy
2001-09-20Allow nesting of fault handlers by saving old onfault handler andDale Rahn
2001-09-20On a fault the onfault condition should be set to the old handler, notDale Rahn
2001-09-20Be much more careful about pcb_onfault.Artur Grabowski
2001-09-20Get rid of B_VFLUSH. Tested by costa and me.Grigoriy Orlov
2001-09-20regenNathan Binkert
2001-09-20more broadcom BCM570x based boards.Nathan Binkert
2001-09-20Avoid leaking memory if uiomove fails.Artur Grabowski
2001-09-20remove mountroot_hooks and add all of the stuff necessary for RAMDISK_HOOKSJason Wright
2001-09-19add mapping for ramdisks to chrtoblktblJason Wright
2001-09-19Get rid of B_VFLUSH. Not relevant after the end of the AGE queue.Constantine Sapuntzakis
2001-09-19typoTheo de Raadt
2001-09-19Get rid of unused pagezero variable. From NetBSD.Miod Vallat
2001-09-19Now is a good time to commit this cosmetic maxpartition-related change...Miod Vallat
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-19Fix a typo... and remove return; at the end of a void function.Miod Vallat
2001-09-19No need to PHOLD/PRELE here, really.Artur Grabowski
2001-09-19No need for this complicated (and bug-prone) method for waking up the flusher.Artur Grabowski
2001-09-19ugly ugly hack for compiling sha1.c with -O0Jason Wright
2001-09-19Unify elf32 and elf64 code with macros. This forced a renamingArtur Grabowski
2001-09-19Patch from Ryan McBride. Compile without INET6, remove unnecessaryDaniel Hartmeier
2001-09-19comment; sockopt # 57-59 are also reservedJun-ichiro itojun Hagino
2001-09-18bring sparc64 OUT of the stone age... MAXPARTITIONS 16Jason Wright
2001-09-18allow a little more time for reset and match TCM5098 (from NetBSD pr'sJason Wright
2001-09-18syncJason Wright
2001-09-18another 3com EISA board (from NetBSD pr 13948)Jason Wright
2001-09-18make sure mountroot_hook list is initializedJason Wright
2001-09-18Avoid memory leak when disabling PMTU, rt_timer_queue_destroy() expects theAaron Campbell
2001-09-18uvmexp not uwmexp, these changes should be tested...Dale Rahn
2001-09-18Changing the way the pmap code works again.Dale Rahn
2001-09-18Don't include sys/systm.h if not _KERNEL.Artur Grabowski
2001-09-18Opps. should have comitted this yesterday. add ext2fs_bswapArtur Grabowski
2001-09-18Not used anymore.Miod Vallat
2001-09-18Improve the panic message, print symbol and offset, of where fault occursDale Rahn
2001-09-18move ext2fs_init to where it belongs.Artur Grabowski
2001-09-18various cleanups from NetBSDArtur Grabowski
2001-09-18More of cleanups, reliability and endianness fixes from NetBSD.Artur Grabowski