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