Age | Commit message (Expand) | Author |
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat |
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-18 | Protect dma operations with splvm instead of splhigh, that's faster than | Miod Vallat |
2008-07-18 | Make IPL_VM level 5, which is guaranteed to be above bio tty and net, instead | 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-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-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-05-14 | Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc and | Miod Vallat |
2008-05-01 | Sync hpux_sendsig() behaviour with native sendsig(): let malloc fail and | Miod Vallat |
2008-05-01 | regen | Miod Vallat |
2008-05-01 | The built-in frame buffer in models 362 and 382 actually comes in different | 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-02-13 | #undef IIOV before redefining for 1:1 mappings, to silence a warning. | Miod Vallat |
2008-02-13 | Offset the kernel message buffer down one page again, for the PROM scribbles | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-04 | Compute physmem as the real physical memory size, not the physical memory | Miod Vallat |
2008-01-04 | Do not leave a page unused after the kernel message buffer on m68k platforms. | Miod Vallat |
2007-12-30 | Correctly handle non-null state frames on 68020 and 68030 in fpfault. | Miod Vallat |
2007-12-28 | Repair fallout from libkern changes. | Miod Vallat |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-26 | More LIBKERN bits that go away | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
2007-11-09 | IPL_xxx values on hp300 are logical values (although some of them happen to | Miod Vallat |
2007-11-09 | Get rid of IPL_TTYNOBUF, it was handled exactly like IPL_TTY for years. | Miod Vallat |
2007-11-09 | Move splassert_check() from common m68k code to each m68k-based architecture, | Miod Vallat |
2007-11-02 | replace ctob/btoc with ptoa/atop (plus the usual round_page() where needed) | Martin Reindl |
2007-10-13 | Do not splhigh() before invoking sched_exit(), sched_exit() will do it better. | Miod Vallat |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-09-08 | use M_ZERO. | Martin Reindl |
2007-07-30 | Shuffle the order in which we look for header files, when doing | Thordur I. Bjornsson |
2007-06-21 | Brace got lost in rev 1.51. | Miod Vallat |
2007-06-20 | These drivers were abusing b_cylinder to store device-specific information | Miod Vallat |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | delete comment above cpu_disklabel that is not needed | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-14 | set the prototype disklabel to version 1 | Theo de Raadt |
2007-06-14 | do not depend on previous loop variable, use a constant instead | Theo de Raadt |
2007-06-12 | all disksubr.c did their b_flags manipulation differently (and wrong). | Theo de Raadt |
2007-06-09 | The differences in the last non-homogeneous bounds_check_with_label() | Kenneth R Westerback |
2007-06-09 | by hand i carefully found that all the differences in setdisklabel() | Theo de Raadt |
2007-06-08 | all disklabels read from the kernel now always contain a total sector | Theo de Raadt |