summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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-21In builtin_saveregs(), try to save registers with double store instructions,Miod Vallat
2004-07-21use \- for number rangesJared Yanovich
2004-07-21slight fixes:Jared Yanovich
2004-07-21the argument to most "cd" shell built-ins is optional, soJared Yanovich
2004-07-21I was wrong. The assymetry created by the proc argument to rw_enter_writeArtur Grabowski
2004-07-21bz#902: cache remote port so we don't fatal() in auth_log when remoteDamien Miller
2004-07-21fix function declarationDamien Miller
2004-07-21bz#899: Don't display invalid usernames in setproctitleDamien Miller
2004-07-21no multiple free(); "John L. Scarfone" <j0@cox.net>Henning Brauer
2004-07-21tidy up EXAMPLES somewhat;Jason McIntyre
2004-07-21typo from netbsd (-r 1.10);Jason McIntyre
2004-07-21s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ...Markus Friedl
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