Age | Commit message (Expand) | Author |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-28 | No longer clear ci_want_resched within cpu_switchto(), now that it's done | Miod Vallat |
2008-07-22 | Do not define VM_MIN_ADDRESS as __LDPGSZ, but provide its value, to prevent | Miod Vallat |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-21 | nam2blk[] needs a "vnd" entry for some things (like softraid) | Todd T. Fries |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-07-16 | Send unused string literal ``mapme'' to nirvana. | Miod Vallat |
2008-07-14 | Zap some dead commons that are no longer used. | Artur Grabowski |
2008-07-02 | add bio & bioctl | Todd T. Fries |
2008-06-29 | Use DEV_BSIZE (defined as 512) instead of 512 when initializing the | Kenneth R Westerback |
2008-06-29 | Revert 1.8, and reenable branch prediction on swift cpus. Ten years of trap.c | Miod Vallat |
2008-06-27 | Clear swap encryption keys before dumping a kernel image. | Miod Vallat |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-24 | On user/kernel shared page table machines, do not let processes map their | Theo de Raadt |
2008-06-15 | Don't bypass partition bounds check for RAW_PART. We now guarantee that | Kenneth R Westerback |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |
2008-06-11 | back out biomem diff since it is not right yet. Doing very large | Theo de Raadt |
2008-06-10 | Fix buffer cache pending read statistics by ensuring we can identify | Bob Beck |
2008-06-09 | Create a real holp by using uvm_map() with UVM_FLAG_HOLE in pmap_remove_holes(). | Miod Vallat |
2008-06-08 | Make sure to cnpollc(1)/cnpollc(0) around cngetc() or getsn() calls. | Miod Vallat |
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt |
2008-06-01 | Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64. | Mark Kettenis |
2008-05-21 | ddb expects the kernel longjmp() to only take a single parameter and always | Miod Vallat |
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-15 | It turns out the mysterious chip with the heatsink glued on, found on mgx | Miod Vallat |
2008-04-15 | Fix braino in mgx_loadcmap() invocation. | Miod Vallat |
2008-04-15 | Oops, it's a bit too early for -Wvariable-decl on sparc. | Miod Vallat |
2008-04-12 | Compile kernels with -Wvariable-decl (except on arches with ipmi, for now). | Miod Vallat |
2008-04-09 | Add new stub uvm_shutdown() and call it from the right place in MD boot() | Theo de Raadt |
2008-04-08 | Split the cdev makro for bpftun into two seperate definitions. tun(4) and | Claudio Jeker |
2008-03-23 | setroot() is supposed to be safe in all cases, so kill the special cases | Theo de Raadt |
2008-03-23 | Make ovbcopy() the default bcopy() flavour; requested by deraadt@ some time ago. | Miod Vallat |
2008-03-22 | Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd | Kenneth R Westerback |
2008-03-22 | - remove pre-uvm prototype of pmap_page_index() | Jasper Lievisse Adriaanse |
2008-03-20 | Bring isa/fd.c into line with sparc/sparc64 fd code and prepare all | Kenneth R Westerback |
2008-03-15 | Support the old-prom XVideo boards by rewriting the sbus range registers; | Miod Vallat |
2008-03-15 | After 15 years of fun, fix Torek's ovbcopy() operation when copying shorts | Miod Vallat |
2008-03-06 | Change ramdisk filesystem size from 4352 to 4000 blocks, so that | Theo de Raadt |
2008-03-01 | Print consoleness the canonical way. | Mark Kettenis |
2008-02-16 | On these platforms, REDUCEing unconditionnaly a second time is faster and | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-06 | Enclose some SUN4-specific code within preprocessor directives, this lets SUN4C | Miod Vallat |
2008-01-06 | Add lebuffer. | Miod Vallat |
2007-12-29 | fix comments after the members of scsi_adapter were changed. | David Gwynne |
2007-12-15 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-28 | ctob/btoc -> ptoa/atop | Martin Reindl |