Age | Commit message (Expand) | Author |
2003-10-06 | make lge(4) compile, from tedu@ | David Krause |
2003-10-06 | More vm_offset_t removal I forgot to check in; spotted by deraadt@ | Miod Vallat |
2003-10-05 | Bang head against wall, unbreak ddb, do not collect $2000, and go to sleep. | Miod Vallat |
2003-10-05 | Stop the chip from stripping VLAN headers (the driver | Henric Jungheim |
2003-10-05 | Oops, commited from the wrong tree | Miod Vallat |
2003-10-05 | More cmmu routines cleanup: | Miod Vallat |
2003-10-05 | Do not use empty No_SSBR and No_Precheck macros, but rather pass empty | Miod Vallat |
2003-10-05 | Kill vm_offset_t and vm_size_t, in favor of the [pv]addr_t and [pv]size_t | Miod Vallat |
2003-10-05 | De-register | Miod Vallat |
2003-10-05 | typos | Miod Vallat |
2003-10-05 | Correct db_{read,write}_bytes prototypes and use the official ones. | Miod Vallat |
2003-10-05 | Despite what the comments say, the instruction cache has never been turned on, | Miod Vallat |
2003-10-05 | If attaching a wsdisplay console causes a font switch, do not update the PROM | Miod Vallat |
2003-10-05 | a few more devices to come later (commented out now) | Michael Shalayeff |
2003-10-05 | reload the itmr as soon as we get the intr to avoid lagging on slower machines | Michael Shalayeff |
2003-10-05 | Fix tree breakage. We are not ready for RealTek PHYs, so back out that | Kenneth R Westerback |
2003-10-05 | Fix tree breakage. We are not ready for RealTek PHYs, so back out that | Kenneth R Westerback |
2003-10-05 | Misc. PHYs: more Broadcom, some RealTek. | Kenneth R Westerback |
2003-10-05 | Misc. PHYs: more Broadcom, some RealTek. | Kenneth R Westerback |
2003-10-05 | do not panic if microtime does not work to measure rng performance; from andr... | Michael Shalayeff |
2003-10-05 | from freebsd: read one word less (for type) and take care of odd sized records | Michael Shalayeff |
2003-10-04 | sync | Theo de Raadt |
2003-10-04 | new serverworks parts | Theo de Raadt |
2003-10-04 | Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge. | Kenneth R Westerback |
2003-10-04 | Some more Broadcomm devices. Needed for sync to latest FreeBSD/NetBSD bge. | Kenneth R Westerback |
2003-10-04 | vrele swap and/or root vnode should we fail during mountroot; found by mpech@... | Michael Shalayeff |
2003-10-04 | - document that boot will by default try to load /bsd, /obsd then /bsd.old. | Jason McIntyre |
2003-10-04 | fix xfs_devpoll so it works. | Bob Beck |
2003-10-04 | sync | Alexander Yurchenko |
2003-10-04 | VIA VT8237 southbridge | Alexander Yurchenko |
2003-10-04 | (boot): device: filename -> device:filename | Jason McIntyre |
2003-10-04 | bpf support for atm cards; from jason@ackley.net | Theo de Raadt |
2003-10-04 | sync | Theo de Raadt |
2003-10-04 | Support for Matrix Orbital USB LCD Modules; cjeker@diehard.n-r-g.com | Theo de Raadt |
2003-10-03 | Use the commen DMT constants, and try to provide at least as many information | Miod Vallat |
2003-10-03 | Merge tty_attach() in ttymalloc() and tty_detach() in ttyfree(). The need for | Miod Vallat |
2003-10-03 | Bring several fixes from FreeBSD to our current pipe implementation: | Miod Vallat |
2003-10-02 | Upon invoking the freshly loaded binary, populate registers via embedded asm | Miod Vallat |
2003-10-02 | Fix some DAE processing logic - the kernel would incorrectly end up retrying | Miod Vallat |
2003-10-02 | Ack external interrupts before reenabling them on 187. | Miod Vallat |
2003-10-02 | Round VM_MAX_KERNEL_ADDRESS to a page boundary. | Miod Vallat |
2003-10-02 | do not try to send incomplete fragments on ENOBUFS case | Jun-ichiro itojun Hagino |
2003-10-02 | correct endian handling of ip->ip_off. | Jun-ichiro itojun Hagino |
2003-10-01 | it turned that only adding the cardbus part was not enough to have | Federico G. Schwindt |
2003-10-01 | Unused bits. | Miod Vallat |
2003-10-01 | There is no point in chown/chmod outside the install target. | Miod Vallat |
2003-10-01 | use random number generator to generate IPv6 fragment ID/flowlabel. | Jun-ichiro itojun Hagino |
2003-10-01 | correct m_cat misuse. i remember it was ok'ed by someone but don't remember ... | Jun-ichiro itojun Hagino |
2003-10-01 | Fix stack leak into pfloghdr (the pad field is not initialized), | Can Erkin Acar |
2003-10-01 | Compile kernel and bootblocks with -mmemcpy, to get rid of libgcc dependancy. | Miod Vallat |