Age | Commit message (Expand) | Author |
2004-07-06 | sent in by loki@animata.net: This includes all the changes from netbsd | Theo de Raadt |
2004-07-06 | from netbsd, via loki@animata.net, ehci.c revision 1.58 without some | Theo de Raadt |
2004-07-06 | from netbsd, via loki@animata.net, ehci.c revision 1.56 sans some debugging | Theo de Raadt |
2004-07-06 | Replace magic number with a more descriptive #define. This magic number was | Aaron Campbell |
2004-07-05 | Allocate buffers in randomread and randomwrite via malloc instead | Todd C. Miller |
2004-07-05 | remove some stuff to make the blocks slightly smaller. we could go further | Theo de Raadt |
2004-07-05 | clean & knf | Theo de Raadt |
2004-07-05 | do not queue events when no daemon running. flush all events on last close. | Theo de Raadt |
2004-07-05 | sync various changes in old_identifycpu() into identifycpu() | David Krause |
2004-07-05 | Completes the structs for the isochronous and split transaction | Theo de Raadt |
2004-07-05 | Adds missing port routing rules field, fixes an incorrect offset for | Theo de Raadt |
2004-07-05 | This fixes a couple of spelling errors (EHCI_HCS_P_INCICATOR to | Theo de Raadt |
2004-07-05 | KNF | Henning Brauer |
2004-07-04 | sync | Theo de Raadt |
2004-07-04 | shrink, shrink, shrink | Theo de Raadt |
2004-07-04 | - two typos, stallen -> stolen | Brad Smith |
2004-07-04 | sis rev 0x91 seeprom support to get eaddr; from fgsch | Theo de Raadt |
2004-07-04 | remove the half-baked and bogus pfi_dynamic_drivers() which tries to guess | Henning Brauer |
2004-07-04 | fix a NetBSDism and a pasto left over from the import; ok millert@ | Christian Weisgerber |
2004-07-04 | re fits on this floppy | Theo de Raadt |
2004-07-04 | proc_stop needs sched_lock locked. From art, verified with NetBSD. | Niklas Hallqvist |
2004-07-04 | sync | Theo de Raadt |
2004-07-04 | two hp netserver LH 3 devices | Theo de Raadt |
2004-07-04 | turn off _KERN_DO_ECOFF unless COMPAT_OSF1 is enabled. This shrinks the | Theo de Raadt |
2004-07-03 | Check return value instead of uninitialized variable. | Mark Kettenis |
2004-07-03 | sigh, not yet | Theo de Raadt |
2004-07-03 | Cruft removal; ed(4) has been dead for ages. OK deraadt@ miod@ | Todd C. Miller |
2004-07-03 | oops something went wrong in commit | Theo de Raadt |
2004-07-03 | {e,}intr{names,cnt} are extinct | Theo de Raadt |
2004-07-03 | if vinvalbuf() fails, unlock the vnode and release it. ok marius@ | Pedro Martelletto |
2004-07-03 | Oops, one more mmap() bounds check. | Miod Vallat |
2004-07-03 | On 1[67]7 boards, always use the VMEChip2 timers for delay(), even if the | Miod Vallat |
2004-07-03 | quick workaround until proper PF_FORWARD reass gets implemented. | Jun-ichiro itojun Hagino |
2004-07-02 | move into #ifdef; various people | Theo de Raadt |
2004-07-02 | During bootup, only print the VMEChip2 decoder settings for those which are | Miod Vallat |
2004-07-02 | Remove unused code, per mvme88k. | Miod Vallat |
2004-07-02 | Stricter bounds checking for mmap() calls. | Miod Vallat |
2004-07-02 | Kill ca_master in autoconf structures. Drivers either only attach to one | Miod Vallat |
2004-07-02 | Merge *ramread() and *ramwrite(), as done on mvme88k. | Miod Vallat |
2004-07-02 | Remove unused getdevunit(). | Miod Vallat |
2004-07-02 | Cope with SONPROC scheduler changes. | Miod Vallat |
2004-07-02 | Maintain %f and %gs over traps. Mostly from NetBSD. Preparation for SMP | Niklas Hallqvist |
2004-07-02 | Make page-aligned variable contiguous. Saves almost one page of data. | Miod Vallat |
2004-07-02 | Switch mvme88k to evcount, but keep maintaining intrcnt[] too for now. | Miod Vallat |
2004-07-02 | Disable a -O2 specific optimization which causes kern_fork (and probably other | Miod Vallat |
2004-07-02 | printf inode numer as unsigned -- just the way it is | Michael Shalayeff |
2004-07-02 | Be sure to fill intrhand structures correctly. | Miod Vallat |
2004-07-02 | Remove unused extra intrhand. | Miod Vallat |
2004-07-02 | Since these vector tables are not final tables, they don't need to be | Miod Vallat |
2004-07-02 | fill out error info into ret* regs upon failed syscall return | Michael Shalayeff |