Age | Commit message (Expand) | Author |
2009-06-03 | add kern.bufcachepercent sysctl to allow adjusting the buffer cache | Bob Beck |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback |
2009-04-14 | Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon. | Owain Ainsworth |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-15 | Generic softinterrupt code for m68k platforms, now copied from m88k. | Miod Vallat |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-22 | Call checkdisklabel() for labels built from native info. This will | Kenneth R Westerback |
2009-01-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti |
2009-01-10 | dont include mfs_extern.h here | Thordur I. Bjornsson |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-25 | Another bunch of TRY_AGAIN_LATER -> NO_CCB when no I/O could be started. | Kenneth R Westerback |
2008-11-09 | typo fixed (overriden -> overridden) | Tobias Stoeckmann |
2008-10-08 | cosmetic change for ioctl funtions.. move splnet out from variable declaration. | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
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-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-19 | Change all remaining MD uses of MALLOC and FREE into proper malloc() and | Miod Vallat |
2008-05-14 | Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc and | 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-09 | use the right capitalization for platform names | Igor Sobrado |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
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-29 | fix comments after the members of scsi_adapter were changed. | David Gwynne |
2007-11-30 | Define IPL_VM on platforms which lack it. | 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 | 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-24 | make ALTENTRY() use _C_LABEL() for the 2nd argument, and adjust callers | Theo de Raadt |
2007-11-24 | some spelling fixes from Martynas Venckus | Jason McIntyre |
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-22 | stoped -> stopped | Joel Sing |
2007-10-14 | 'expresion' -> 'expression'. Reported by Jung on tech@. | Kenneth R Westerback |
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-22 | M_ZERO -> bzero. | Kenneth R Westerback |