summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-07-24Print a newline before the message in kbintr. Otherwise the messageTodd 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-23fix use after free due to freeing incorrect item.Marco S Hyman
2004-07-23SyncMiod 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-23add a manpage for /etc/defaultdomainJared Yanovich
2004-07-23Move luna88k and mvme88k vm_machdep to m88k-agnostic code area.Miod Vallat
2004-07-23Nuke getdevunit().Miod Vallat
2004-07-23tweaks for openssl spkac;Jason McIntyre
2004-07-23- make SYNOPSIS and usage() clear that -t precedes -T;Jason McIntyre
2004-07-23Revamp the file interface to make life easierJean-Francois Brousseau
2004-07-23move example descriptions before the examples themselvesJared Yanovich
2004-07-22fast-scanner should now about dir/ too.Marc Espie
2004-07-22Add missing check for NULL in DIOCCHANGERULE. This prevents a crash inMathieu Sauve-Frankel
2004-07-22useMarc Espie
2004-07-22typo;Jason McIntyre
2004-07-22Make the inline bzero() of the U area much more readable.Miod Vallat
2004-07-22Grammar.Miod Vallat
2004-07-22Split and modify tests to prevent infinite loops on platforms with preciseMark Kettenis
2004-07-22Add vax libkvm kernel memory image debugging support.Mark Kettenis
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-22use full path to netgroup file in SYNOPSISJared Yanovich
2004-07-22Fix incorrect snprintf return value check noticed by Jarno Huuskonen.Todd C. Miller
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-22Fix a typo and get good results in the process, fixes PR 3830 and passesMiod 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-22Do not overallocate stack space, and keep the stack on a 16-byte boundary.Miod Vallat
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-22stage 1 of the infinite minibuffer work - add support for on the flyVincent Labrecque
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-21Use fseeko, not fseek when offset is an off_t; Fabio Olive LeiteTodd C. Miller
2004-07-21typo in comment; Fabio Olive LeiteTodd C. Miller
2004-07-21In pipe_read, when the pipelock fails (most likely because we catch aArtur Grabowski