Age | Commit message (Expand) | Author |
2011-02-17 | Disable sbt and ubt devices. The bluetooth code will sometimes sleep while | Miod Vallat |
2011-01-27 | Atom uses the same value for bus clock 200 MHz as Core, though | Jonathan Gray |
2011-01-23 | Add support to installboot(8) for installing biosboot(8) and boot(8) on | Joel Sing |
2011-01-15 | enable RDC Ethernet (vte/rdcphy) | Kevin Lo |
2011-01-14 | - use nitems() | Jasper Lievisse Adriaanse |
2011-01-13 | if the BIOS tells us to suspend at the same time that we notice a lid | Theo de Raadt |
2011-01-12 | use explicit_bzero() for the session, in drivers where struct session | Theo de Raadt |
2011-01-11 | for key material that is being being discarded, convert bzero() to | Theo de Raadt |
2011-01-10 | Only use MMCFG extended PCIe config space. Gets us back the on-CPU PCI devic... | Mark Kettenis |
2011-01-09 | Only use memory mapped extended PCIe config space access for the busses | Mark Kettenis |
2011-01-07 | do not special case ep0 at pci/eisa. ep* will be fine. We should not | Theo de Raadt |
2011-01-07 | increase i386 maxdsiz to 2GB. comments from ariane deraadt kettenis. | Ted Unangst |
2011-01-06 | enable athn at uhub | Damien Bergamini |
2011-01-04 | Support machdep.lidsuspend support in apm(4) land, at least on thinkpads | Theo de Raadt |
2011-01-04 | Add support for Memory Mapped Configuration space access. This gives us | Mark Kettenis |
2011-01-03 | remove unused file | Alexandr Shadchin |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
2010-12-29 | Bus clock doesn't matter on the Xeon 3600/5600 and Xeon 6500/7500, so don't | Mark Kettenis |
2010-12-27 | Eliminate x86_multicast_ipi() as unused and broken (doesn't handle #cpu>32). | Philip Guenthe |
2010-12-27 | Properly initialize MXCSR and XMM registers if we only write the x87 FPU state | Mark Kettenis |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-24 | the bsdi ldt entry is no longer interesting. from valdimir kirillov | Ted Unangst |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | Bring CBC oracle attack countermeasure from r1.32 of cryptosoft.c to | Mike Belopuhov |
2010-12-15 | enable uticom(4) now it is known to work | Jonathan Gray |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-15 | add a BRKSIZ define and use it for the heap gap constant, decoupling | Ted Unangst |
2010-12-11 | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU | Damien Bergamini |
2010-12-07 | bring src/sys/arch/amd64/amd64/dkcsum.c r1.16 over to i386: | David Gwynne |
2010-12-06 | - properly remove NENTS now after fixing the fallout. | Jasper Lievisse Adriaanse |
2010-12-06 | - partially revert previous NENTS removal for arches which got busted. | Jasper Lievisse Adriaanse |
2010-12-06 | - use consistent 'include' rules without a full relative path. | Jasper Lievisse Adriaanse |
2010-12-06 | - drop NENTS(), which was yet another copy of nitems(). | Jasper Lievisse Adriaanse |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-12-02 | After the most recent change, make it possible to make -j again. The | Theo de Raadt |
2010-12-02 | move vers.o to before the other objects, so that it is not linked last. | Theo de Raadt |
2010-11-30 | Extend bitmasks to 64-bit such that we can support up to 64 CPU cores. | Mark Kettenis |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-27 | Make sure we don't attach more CPUs than we can handle. Prevents an | Mark Kettenis |
2010-11-26 | Disable uscanner(4) by default on all kernels which configure it. First step | Miod Vallat |
2010-11-23 | removed slot argument of function pckbc_cnattach | Alexandr Shadchin |
2010-11-22 | Remove unused (and dummied) bios console routines. | Miod Vallat |
2010-11-20 | typo | Miod Vallat |
2010-11-20 | This is a first step towards getting rid of avail_start and avail_end in the | Miod Vallat |
2010-11-20 | Check uvm_km_alloc() return values; pmap_fork() will currently panic, | Miod Vallat |
2010-11-20 | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and | Miod Vallat |
2010-11-18 | Don't | Miod Vallat |
2010-11-18 | Do not #include <sys/dkstat.h> if you don't need anything from it. | Miod Vallat |
2010-11-12 | Push all potential (as in, all system MI not utilized by the bootblocks) | Theo de Raadt |