Age | Commit message (Expand) | Author |
2009-02-14 | Make spstrcpy() return ENAMETOOLONG if the string being copied is too long. | Mark Kettenis |
2009-02-14 | Limit the amount of physical memory to 2GB. Using more causes memory | Mark Kettenis |
2009-02-10 | enable run(4) everywhere where ural(4) and rum(4) are enabled. | Damien Bergamini |
2009-02-08 | Make sure than cpu_hardclock() never sets a ``next interrupt value'' which has | Miod Vallat |
2009-02-06 | Split sti structures into rom-related information and screen-related | Miod Vallat |
2009-02-06 | typo | Miod Vallat |
2009-02-04 | Handle PCXS data protection traps. Unlike other PA1.1 chips, there is a | Miod Vallat |
2009-02-04 | On systems with split BTLB, do not bother trying to insert DBTLB entries, | Miod Vallat |
2009-02-04 | On systems with viper memory controllers, always print its revision, | Miod Vallat |
2009-02-04 | Unify memory size reports a bit more: always report size in MB, and report | Miod Vallat |
2009-02-01 | Fix the logic in mbus_add_mapping() to correctly handle requests spanning | Miod Vallat |
2009-01-25 | Remove /dev/drum and related code. | Miod Vallat |
2009-01-11 | Fix a sed bug in the makefile's depend target. | Paul Irofti |
2009-01-06 | - add and enable ipgphy(4) everywhere there's a stge(4) entry. | Jasper Lievisse Adriaanse |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | mpsafe intr_establish that doesn't get biglock, so that we may dream of the d... | Ted Unangst |
2008-12-01 | terse is good, more readable; please commit deraadt@ | Todd T. Fries |
2008-11-26 | Enable Bluetooth (btd and btctl are not hooked into the build yet) | Uwe Stuehler |
2008-11-24 | Import btsco(4) from NetBSD to work on it | Uwe Stuehler |
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-01 | Be more agressive in flusing the cache. In addition to flushing the | Mark Kettenis |
2008-09-30 | Do not perform cache operations in vmapbuf(), pmap is supposed to do them | Miod Vallat |
2008-09-14 | Use one block mapping to map kernel text up to 4MB and another one for the | Mark Kettenis |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-09-06 | Fix comment to catch up with HPPA_PGALIAS change. | Mark Kettenis |
2008-08-24 | Correct eisa i/o ports layout structure, this has probably been broken | Miod Vallat |
2008-08-22 | Set PIE address range to avoid or minimize mmap pressure due to limited | Kurt Miller |
2008-08-18 | Add stge(4) and gentbi(4). | Mark Kettenis |
2008-07-28 | No longer clear ci_want_resched within cpu_switchto(), now that it's done | Miod Vallat |
2008-07-23 | Do not rely on an <ichc>invisible cast</ichc> to return failure in | Miod Vallat |
2008-07-23 | So it turns outthe HP engineers changed the PA-RISC 2.0 architecture | Mark Kettenis |
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 | Implement pckbc_xt_translation() in gsckbc. Thus, we can attach pckbd instead of | Miod Vallat |
2008-07-14 | Be sure to propagate PSL_O in psw on PCXU* processors to userland processes | Miod Vallat |
2008-07-14 | Be sure to propagate PSL_O in psw on PCXU* processors to userland processes | Miod Vallat |
2008-07-02 | Enable FFS2. | Brad Smith |
2008-07-01 | add bio & bioctl | Todd T. Fries |
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-25 | Move .rodata 512KB further, since kernels will soon reach the address .rodata | Miod Vallat |
2008-06-14 | defininig NATIVE_EXEC_ELF is mandatory on ELF platforms. | Miod Vallat |
2008-06-12 | Enable /dev/video* for all USB capable archs. MAKEDEV bits will follow | Marcus Glocker |
2008-06-12 | Bring biomem diff back into the tree after the nfs_bio.c fix went in. | Theo de Raadt |