summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-08-12Increase number of menu options to 20.sborrill
2008-08-12Add new accelerated driver for SPX graphics found in some VAXstations,hans
2008-08-12actually implement smart battery supportmacallan
2008-08-12fix an off-by-one in isochronous interval check, and streamline somedrochner
2008-08-12fix an inconsistency in a check for invalid configuration index vs. value;drochner
2008-08-12Fix thinko (brain fart)matt
2008-08-12turnstile_block(): When an LWP puts its turnstile onto a sync object'sthorpej
2008-08-12Deny read/write access to snapshot vnodes. We use fss(4) to read fromhannken
2008-08-12Make it possible to control starting of threads per env variablepooka
2008-08-11Define _ASM_LS_CHAR as '!' on hppa.skrll
2008-08-11Allow the asm line separator (default ';') to be overridden in theskrll
2008-08-11Fix copy{in,out}str on hppa byskrll
2008-08-11Add polling support to ld_twe_flush().simonb
2008-08-11Add a flags argument to the ld(4) flush handlers, and call these with asimonb
2008-08-11constifyyamt
2008-08-11make pcg_dummy const to catch bugs earlier.yamt
2008-08-11add some KASSERTs.yamt
2008-08-11fix a comment.yamt
2008-08-11lf_setlock: g/c dead code.yamt
2008-08-11sleepq_block: fix a bug to lose biglocks in the case of recursive calls.yamt
2008-08-10Don't forget to unload TX dmamap on failure (in !MEC_TXSTAT_SUCCESS case).tsutsui
2008-08-10In mec_intr() call mec_init() on errors for workaround.tsutsui
2008-08-10- no need to set the TXCMD_TXINT bit against the last enqueued TX packettsutsui
2008-08-10Accept filters are cool, but it's not a reason to select them twice.cube
2008-08-10Use while(cond){} instead of for(;;){if(!cond)break;}.tsutsui
2008-08-10The last txdesc is now preserved, so also set IFF_OACTIVE properly.tsutsui
2008-08-10Specify PAGE_SIZE boundary for TX dmamaps.tsutsui
2008-08-10Add accept filters to GENERIC kernels where they exist.tls
2008-08-10Change copyright statement to NetBSD 2-clause with correct attribution.tls
2008-08-10- beggining -> beginningcegger
2008-08-10Move __BEGIN_DECLS into the same ifdef as the __END_DECLS.martin
2008-08-10Add accept filters per request from port-xen:cegger
2008-08-09as dyoung points out, %zu for size_t - not %zd.dogcow
2008-08-08Remove the need for the kernel option UDF_READWRITE to be able to write toreinoud
2008-08-08Improve a comment.skrll
2008-08-08Make "show uvmhist" available to all arches (not just sparc*) in ddb.skrll
2008-08-08Comment whitespace.skrll
2008-08-08Fix broken setitimer(). (Sverre Froyen)christos
2008-08-08'if (error = 0)' -> 'if (error == 0)'bjs
2008-08-08Misc cosmetics:tsutsui
2008-08-08Bump BOOTINFO_MAGIC to prevent old kernels (including netbsd-4) crashingtsutsui
2008-08-08g/c exec_mapskrll
2008-08-08Don't create a new proc structure for kthreads (pid == 0).pooka
2008-08-08Apply patch from Yasuoka Masahiko in PR kern/39321: fix length checkmartin
2008-08-08No WAPBL (ffs journaling) for memory-strapped machines.hauke
2008-08-08minor nit: fix header #ifndef namespacingpooka
2008-08-08KASSERT works better with == instead of =pooka
2008-08-08Make the console on com0 detection work again.hannken
2008-08-08Don't run off the end of the bootconf.desc[] array when printing outsimonb
2008-08-08ttywrite: g/c an unused variable (cnt).uebayasi