Age | Commit message (Expand) | Author |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-11-17 | Initialize the FPU to be in double precision mode for SH4. This is what the | Mark Kettenis |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-11-04 | Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it. | Mark Kettenis |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-08-13 | A new(er) mtx_enter_try(). | Tobias Weingartner |
2009-08-11 | Do not bother initializing bufpages in the md code if the computation is | Miod Vallat |
2009-08-11 | With the SysV memory allocation changes, allocsys() doesn't do anything | Miod Vallat |
2009-08-09 | Another lost bit for SysV message queues. | Bret Lambert |
2009-07-26 | Create the pci resource extents as covering the full 4GB address space, | Miod Vallat |
2009-07-23 | Allow __pmap_pv_enter() to fail, instead of dereferencing NULL; and let the | Miod Vallat |
2009-04-27 | Revert mtx_enter_try. It didn't compile on hppa, it doesn't compile on | Mark Kettenis |
2009-04-25 | Enter mtx_enter_try. In part for completeness, things may start | Tobias Weingartner |
2009-04-25 | Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass | Mark Kettenis |
2009-04-19 | Mutexes for arm and sh softinterrupts. | Owain Ainsworth |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-03-25 | Deinline softintr_schedule(). | Miod Vallat |
2009-02-14 | Fix logic error in copyinstr() when deciding whether to return EFAULT | Miod Vallat |
2009-02-04 | Unify memory size reports a bit more: always report size in MB, and report | Miod Vallat |
2008-12-30 | savecore(8) wants dumpmag to be an unsigned long. | Miod Vallat |
2008-10-23 | a better fix for the "uvm_km thread runs out of memory" problem. | Ted Unangst |
2008-10-23 | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | Mark Kettenis |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-10-04 | Fix potentially uninitialized variables in syscall(). | Miod Vallat |
2008-09-12 | Remove bzero/memset calls after pool_gets by passing the PR_ZERO | Bret Lambert |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-08-24 | surplus semicolon on if statement | Jonathan Gray |
2008-08-22 | Set PIE address range to avoid or minimize mmap pressure due to limited | Kurt Miller |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-07-14 | Use uvm_km_valloc_prefer_wait() instead of uvm_km_valloc_wait() in vmapbuf(). | Miod Vallat |
2008-06-27 | Clear swap encryption keys before dumping a kernel image. | Miod Vallat |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
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-22 | Like alpha, db_stack_dump() on mips and sh needs complete frame information | Miod Vallat |
2008-05-21 | Not all cache operations need to be run from P2, so don't do this unless | Miod Vallat |
2008-05-04 | convert to ptoa/atop | Martin Reindl |
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre |
2008-04-06 | SH is not ARM. | Dale Rahn |
2008-02-11 | Remove long dead CLKF_BASEPRI which crept in by mistake. | Miod Vallat |
2008-02-11 | g/c db_thread_fp_used() | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2007-12-15 | Remove a lot of symbols from the namespace, otherwise sys/sysctl.h and | Theo de Raadt |
2007-11-25 | libkern, begone. Move to a new mechanism where config(8)'s "file" | Theo de Raadt |