Age | Commit message (Expand) | Author |
2004-07-24 | Use '=' not '==' with test. While ksh accepts '==' as a synomym for '=', | Todd C. Miller |
2004-07-24 | intr_establish() and related defines are mvme88k-only, so move them back from | Miod Vallat |
2004-07-24 | better operated entities and quantities in raw functions | Michael Shalayeff |
2004-07-23 | Better fix for the ttymodem issue. | Miod Vallat |
2004-07-23 | Eventually get the MVME188 reset sequence to work, and allow it to return | Miod Vallat |
2004-07-23 | Be more careful when handling interrupts - especially the first one after | Miod Vallat |
2004-07-23 | Better delay code for MVME188. Should make console and network much more | Miod Vallat |
2004-07-23 | Move luna88k and mvme88k vm_machdep to m88k-agnostic code area. | Miod Vallat |
2004-07-23 | Nuke getdevunit(). | Miod Vallat |
2004-07-22 | Add missing check for NULL in DIOCCHANGERULE. This prevents a crash in | Mathieu Sauve-Frankel |
2004-07-22 | Make the inline bzero() of the U area much more readable. | Miod Vallat |
2004-07-22 | Grammar. | Miod Vallat |
2004-07-22 | Reset pcb_onfault to NULL before invoking uvm_fault(). | Miod Vallat |
2004-07-22 | Remove redundant or useless section modifiers. | Miod Vallat |
2004-07-22 | Do not use db_printf() to trace data access exceptions. | Miod Vallat |
2004-07-22 | Remove some register keywords to make this compile on amd64. | Artur Grabowski |
2004-07-22 | Change a printf+Debugger pair into a panic. | Artur Grabowski |
2004-07-22 | SIMPLELOCK -> mutex for the lock around deadproc list. | Artur Grabowski |
2004-07-22 | Spell reserved correctly; ok from copyright holders when in licence blocks. | Miod Vallat |
2004-07-22 | Use mutex instead of SIMPLELOCK for locking the tlb shootdown queues | Artur Grabowski |
2004-07-22 | mutex instead of SIMPLELOCK for mp ddb. | Artur Grabowski |
2004-07-22 | fix cases when m_dup1() returned mbuf chain (instead of single mbuf). | Jun-ichiro itojun Hagino |
2004-07-22 | remove p arg from fdplock | Ted Unangst |
2004-07-22 | remove p arg from fdplock | Ted Unangst |
2004-07-22 | remove an unused var | David Gwynne |
2004-07-22 | Fix access to direct mapped memory through /dev/kmem. | Artur Grabowski |
2004-07-21 | remove hppa workarounds; from jkunz@ pr3861 | Michael Shalayeff |
2004-07-21 | swapped byte swapping in raw vs non-raw funcs and missed swapping in rw8; fro... | Michael Shalayeff |
2004-07-21 | Fix conversion of interrupt frame to trap frame. | Mark Kettenis |
2004-07-21 | kqueue support for NFS, adapted from netbsd. | marius eriksen |
2004-07-21 | In pipe_read, when the pipelock fails (most likely because we catch a | Artur Grabowski |
2004-07-21 | regen | Michael Shalayeff |
2004-07-21 | spacing | Theo de Raadt |
2004-07-21 | use cdce_ prefix on crc32 function and table name to avoid conflicts, | Daniel Hartmeier |
2004-07-21 | I was wrong. The assymetry created by the proc argument to rw_enter_write | Artur Grabowski |
2004-07-21 | update the netbsd license and tags | David Gwynne |
2004-07-21 | add crc32(), ether_crc32_[b|l]e() doesn't work here. should make it work | Daniel Hartmeier |
2004-07-21 | from netbsd, umass.c 1.103 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.105 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.112 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.116 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.104 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.101 | David Gwynne |
2004-07-21 | from netbsd, umass.c 1.100 1.113 1.115, umass_scsipi.c 1.11, umassvar.h 1.21 | David Gwynne |
2004-07-21 | calibrate after opening. helps if cpu speed is changing and microtime can't | Ted Unangst |
2004-07-21 | Yet another victim of inline masturbation. | Artur Grabowski |
2004-07-21 | remove a few inlines from funcs that are used more than once and make code bi... | Michael Shalayeff |
2004-07-21 | from freebsd, ugen.c 1.68 usbdi_util.c 1.27 usbdi_util.h 1.15 | David Gwynne |
2004-07-20 | ifdef DDB a few functions only used (or usable) from DDB. | Artur Grabowski |
2004-07-20 | KASSERT instead of assert. Gives smaller RAMDISKS. | Artur Grabowski |