Age | Commit message (Expand) | Author |
2004-07-22 | typo; | Jason McIntyre |
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 | Split and modify tests to prevent infinite loops on platforms with precise | Mark Kettenis |
2004-07-22 | Add vax libkvm kernel memory image debugging support. | Mark Kettenis |
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 | use full path to netgroup file in SYNOPSIS | Jared Yanovich |
2004-07-22 | Fix incorrect snprintf return value check noticed by Jarno Huuskonen. | Todd C. Miller |
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 | Fix a typo and get good results in the process, fixes PR 3830 and passes | 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 | Do not overallocate stack space, and keep the stack on a 16-byte boundary. | Miod Vallat |
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 | stage 1 of the infinite minibuffer work - add support for on the fly | Vincent Labrecque |
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 | Use fseeko, not fseek when offset is an off_t; Fabio Olive Leite | Todd C. Miller |
2004-07-21 | typo in comment; Fabio Olive Leite | Todd C. Miller |
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 | In builtin_saveregs(), try to save registers with double store instructions, | Miod Vallat |
2004-07-21 | use \- for number ranges | Jared Yanovich |
2004-07-21 | slight fixes: | Jared Yanovich |
2004-07-21 | the argument to most "cd" shell built-ins is optional, so | Jared Yanovich |
2004-07-21 | I was wrong. The assymetry created by the proc argument to rw_enter_write | Artur Grabowski |
2004-07-21 | bz#902: cache remote port so we don't fatal() in auth_log when remote | Damien Miller |
2004-07-21 | fix function declaration | Damien Miller |
2004-07-21 | bz#899: Don't display invalid usernames in setproctitle | Damien Miller |
2004-07-21 | no multiple free(); "John L. Scarfone" <j0@cox.net> | Henning Brauer |
2004-07-21 | tidy up EXAMPLES somewhat; | Jason McIntyre |
2004-07-21 | typo from netbsd (-r 1.10); | Jason McIntyre |
2004-07-21 | s/Illegal user/Invalid user/; many requests; ok djm, millert, niklas, miod, ... | Markus Friedl |
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 |