Age | Commit message (Expand) | Author |
2001-09-18 | cosmetic fixes from NetBSD | Artur Grabowski |
2001-09-18 | cosmetic and endianness fixes from NetBSD | Artur Grabowski |
2001-09-18 | More cleanups from NetBSD and a bunch of endianness fixes. | Artur Grabowski |
2001-09-17 | Some changes from NetBSD. Some cosmetic, some endianness fixes. | Artur Grabowski |
2001-09-17 | Cleanups. Mostly from NetBSD. | Artur Grabowski |
2001-09-17 | ramdisk kernel for sparc64 (compiles... will need tweaking) | Jason Wright |
2001-09-17 | Save the result of the configure children, so that the device | Dale Rahn |
2001-09-17 | Don't treated return length of recvfrom() as a size_t... it's a socklen_t. | Jason Wright |
2001-09-17 | The first implementation of the buffer flushing daemon. It solves our | Grigoriy Orlov |
2001-09-17 | icmpv6 nat fix, from Ryan McBride | Daniel Hartmeier |
2001-09-17 | No need to define TIMEZONE and DST to 0 here, param.c does that automagically. | Artur Grabowski |
2001-09-17 | Remove all of the last vestiges of vtophys (namely RFA's): | Jason Wright |
2001-09-17 | Enable DMA for wdc_obio devices. This was the mode in which the recent | Dale Rahn |
2001-09-17 | Use pmap_k* to map the buffer cache. | Artur Grabowski |
2001-09-17 | pagemove() should use the pmap_k* functions instead of pmap_enter/remove. | Dale Rahn |
2001-09-17 | The gfx display buffer should request that it be mapped cached (writethru). | Dale Rahn |
2001-09-17 | Allocate the profiling buffer from kernel_map, not with malloc. | Artur Grabowski |
2001-09-17 | genassym changes | Theo de Raadt |
2001-09-17 | make ksyms work on sparc64 (requires essentially same goop as db_sym) | Jason Wright |
2001-09-17 | stuff for ksyms (doesn't quite work yet, tho) | Jason Wright |
2001-09-16 | Typos in comments. | Artur Grabowski |
2001-09-16 | Typo in comment. | Artur Grabowski |
2001-09-16 | genassym.cf changes force a lot of case changes here. | Miod Vallat |
2001-09-16 | Make use of "export", "struct" and "member" keywords to be easier to read | Miod Vallat |
2001-09-16 | Feature-sync with NetBSD (add the "config" keyword). | Miod Vallat |
2001-09-16 | Update the bmac (if_bm) to a newer version from NetBSD. | Dale Rahn |
2001-09-16 | Fix this so it understands disklabels. | Artur Grabowski |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-09-15 | Mostly rewritten decode of fpu emulation: | Jason Wright |
2001-09-15 | The inner protocol of IPv4 ICMP error messages was ignored, leading to | Daniel Hartmeier |
2001-09-15 | Two changes here. | Dale Rahn |
2001-09-15 | If ddb cannot find a symbol, do not print a useless address of | Dale Rahn |
2001-09-15 | Add a timer to reinable the OHCI RHSC (Root Hub Status Change) | Dale Rahn |
2001-09-15 | Revert the sleep priority to something more sane | Mike Frantzen |
2001-09-15 | fix unknown codec id printout | Michael Shalayeff |
2001-09-15 | Don't use m_pkthdr.rcvif in pflog_packet(), it doesn't work for outgoing | Daniel Hartmeier |
2001-09-15 | Rewrite of powerpc pmap_page_protect(), the old version had a couple of | Dale Rahn |
2001-09-15 | merge with netbsd (no external differences... basically just makes diffs easier) | Jason Wright |
2001-09-15 | match ebusIII (from netbsd) | Jason Wright |
2001-09-15 | sync | Jason Wright |
2001-09-15 | SUN GEM | Jason Wright |
2001-09-15 | IPv6 support from Ryan McBride (mcbride@countersiege.com) | Mike Frantzen |
2001-09-15 | reimplement dbdma such that it does memory allocations | Michael Shalayeff |
2001-09-15 | pass the dma tag to obio; drahn@ ok | Michael Shalayeff |
2001-09-15 | implement _bus_dmamap_load_raw; drahn@ ok | Michael Shalayeff |
2001-09-14 | binat non icmp/udp/tcp protocols as well; ok dhartmei@ | jasoni |
2001-09-14 | simplify userret | Artur Grabowski |
2001-09-14 | Simplify what should be userret, but is inlined instead. | Artur Grabowski |
2001-09-14 | Don't just use 'size'. Use SIZE and make it settable. | Artur Grabowski |
2001-09-14 | Simplify userret. | Artur Grabowski |