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 | vaxfp.h is VAX pendant of ieee.h. it defines VAX f fp, and VAX d | Martynas Venckus |
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-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-14 | A bunch of pool_get() + bzero() -> pool_get(..., .. | PR_ZERO) | Michael Knudsen |
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 | alpha/conf/RAMDISK | Theo de Raadt |
2008-05-21 | Make _PROF_PROLOGUE visible if PROF is defined; will be needed by libc | Miod Vallat |
2008-05-21 | ddb expects the kernel longjmp() to only take a single parameter and always | Miod Vallat |
2008-05-15 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-05-14 | Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc and | Miod Vallat |
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre |
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-30 | Switch bootloader code to loadfile, and enable a.out and ELF loaders within. | Miod Vallat |
2008-03-30 | Use vaddr_t instead of void * for some initial virtual memory layout arithmetic. | Miod Vallat |
2008-03-30 | Let the kernel load forthcoming ELF binaries. | Miod Vallat |
2008-03-30 | Nuke common. | Miod Vallat |
2008-02-16 | Move panic tests under #ifdef DEBUG | Miod Vallat |
2008-02-16 | Only create phys_map on systems which need it, and test for phys_map being | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-12-29 | fix comments after the members of scsi_adapter were changed. | David Gwynne |
2007-12-28 | If initializing a frame buffer as glass console fails, instead of an invisible | Miod Vallat |
2007-12-28 | Explicitely mention we are the console device, when applicable. | Miod Vallat |
2007-12-28 | There is no need, and no point, to initialize panicstr here. | Miod Vallat |
2007-12-18 | Better probe routine for lcg, now that I found the magic bit on KA46. | Miod Vallat |
2007-12-15 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt |
2007-12-09 | Attach lcspx to SPX option boards on VAXstation 3100. Tested on model 38 (KA42) | Miod Vallat |
2007-12-09 | Be more careful when checking for hardware, so as not to attach to SPX | Miod Vallat |
2007-11-30 | Define NORMAL_C_NOP everywhere. | Miod Vallat |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |
2007-11-25 | Get rid of the kernel 'libcompat' framework, and instead use conf/files to | Theo de Raadt |
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-10-08 | A few trailing bzero/memset -> M_ZERO occurrences, cast removal and | Kenneth R Westerback |
2007-10-02 | Apply (with slight variants) this elimination of bzero() with M_ZERO: | Kenneth R Westerback |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-09-22 | M_ZERO -> bzero. | Kenneth R Westerback |
2007-09-17 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-09-15 | [fF]uther -> [fF]urther in comments and man page. First one spotted on | Kenneth R Westerback |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-03 | Typos from miod. 'functin' -> 'functin' in some comments. | Kenneth R Westerback |