Age | Commit message (Expand) | Author |
2005-08-01 | knf | Theo de Raadt |
2005-08-01 | spacing; ok deraadt@ | David Krause |
2005-07-31 | No need to #include <machine/pcb.h>; tested martin@ | Miod Vallat |
2005-07-31 | Wrong copyout() size in writeback(). | Miod Vallat |
2005-07-31 | Fix KDFAULT() in the 68040 & non-68040 compilation case. | Miod Vallat |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-07-31 | unfortunately de(4) no longer fits | Theo de Raadt |
2005-07-31 | remove the config glue between the /dev entry for ses and its driver | David Gwynne |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-07-30 | people grew the kernel too much again, sigh | Theo de Raadt |
2005-07-30 | Don't do nothing -> Don't do anything | Brad Smith |
2005-07-30 | remove a driver because someone bloated the kernel | Theo de Raadt |
2005-07-30 | build libkern | Todd C. Miller |
2005-07-30 | Pull in moddi3.c and negdi2.c from libkern since libz needs them. | Todd C. Miller |
2005-07-30 | Need moddi3.c qdivrem.c for libz | Todd C. Miller |
2005-07-30 | Add libkern and link it in after libz | Todd C. Miller |
2005-07-28 | Add viasio(4), a driver for VIA VT1211 LPC Super I/O found on | Alexander Yurchenko |
2005-07-28 | rev 1.46 | Brad Smith |
2005-07-28 | rev 1.32 | Brad Smith |
2005-07-28 | add pcn | Brad Smith |
2005-07-27 | Back out 1.16. There are cases where we can recover from OF_mapintr | Artur Grabowski |
2005-07-26 | Instead of juggling around with cr4 and enabling parts of it sometimes, | Artur Grabowski |
2005-07-26 | Microoptimizations. | Artur Grabowski |
2005-07-26 | In splraise, change an: | Artur Grabowski |
2005-07-26 | Add _PROF_PROLOGUE to Xspllower since it's so common in kernel profiles. | Artur Grabowski |
2005-07-26 | Reduce verbosity during dkcsum by moving open/read/close error | Kenneth R Westerback |
2005-07-25 | ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810. | Jonathan Gray |
2005-07-24 | Be more permissive when checking the interrupt vector for devices tied to | Miod Vallat |
2005-07-23 | - no need to include sys/dkstat.h | Martin Reindl |
2005-07-23 | vm_offset_t -> vaddr_t | Martin Reindl |
2005-07-23 | vm_offset_t -> {vaddr_t, bus_addr_t} | Martin Reindl |
2005-07-23 | tabbing | Martin Reindl |
2005-07-23 | Fix a few typos. Set 'error' variable before using it in message. | Kenneth R Westerback |
2005-07-21 | need moddi3 too | Theo de Raadt |
2005-07-21 | put libkern after libz | Theo de Raadt |
2005-07-20 | Always do the netisr_dispatch dance, rather than trying to be smart and use a | Miod Vallat |
2005-07-20 | typos | Miod Vallat |
2005-07-20 | put -lkern last, since libz needs syms in it | Theo de Raadt |
2005-07-19 | On the SPARCbooks, allow tctrl(4) to control the external video output, | Miod Vallat |
2005-07-18 | PB190 Gestalt IDs | Martin Reindl |
2005-07-18 | save/restore fpu for the signal handler call in the trampoline. | Michael Shalayeff |
2005-07-18 | cache a copy of the fprs so we know what fp restore we should do after | Theo de Raadt |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-07-18 | Initialize UART registers after resume, and make functions non-static. | Uwe Stuehler |
2005-07-17 | Make sure we don't reprogram the colormap upon leaving mapped mode, | Miod Vallat |
2005-07-17 | Oops, forgot to commit this file (Tadpole SPARCbook modem attachment code). | Miod Vallat |
2005-07-17 | Attach com(4) to the built-in modem found on Tadpole SPARCbooks. | Miod Vallat |
2005-07-17 | If the internal battery is missing, report it as absent rather than in an | Miod Vallat |
2005-07-17 | Always turn off video when the lid is closed; this behaviour was lost in r1.8. | Miod Vallat |
2005-07-17 | Do not claim this driver uses a soft interrupt in dmesg since it is not true. | Miod Vallat |