Age | Commit message (Expand) | Author |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2011-04-06 | The various read*label() have stopped returning error strings for quite | Miod Vallat |
2011-04-05 | Remove unused variable. | Paul Irofti |
2011-04-05 | Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, no | Philip Guenthe |
2011-04-04 | Make sure to clear the upper bits of the segment selectors in ddb_regs | Miod Vallat |
2011-04-04 | Add linux_sys_[g|s]et_set_thread_area() support. Okay guenther@. | Paul Irofti |
2011-04-03 | Move PPWAIT flag from struct proc to process, so that rthreads in | Philip Guenthe |
2011-04-03 | Re-enable bce(4) now that it is fixed. | Claudio Jeker |
2011-03-28 | Include mlphy(4) to the kernels that include tl(4). | Claudio Jeker |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-20 | When reading MXCSR from userland sigcontext or a ptrace request, | Philip Guenthe |
2011-03-19 | Make amd64/i386 installboot error out if /boot would cross the | Kenneth R Westerback |
2011-03-17 | Make the various findopenbsd() functions non-recursive, eliminating | Kenneth R Westerback |
2011-03-15 | Bunch of white space and style adjustments to make amd64 version | Kenneth R Westerback |
2011-03-14 | Clamp BIOS io attempts to < 2 ^28 - 1 sectors (a.k.a. 128GB for | Kenneth R Westerback |
2011-03-13 | Change daddr_t to daddr32_t. The bootblocks on our architectures only | Theo de Raadt |
2011-03-12 | Add missing __statement modifiers in various endian.h files and correct | Philip Guenthe |
2011-03-12 | Provide distinct segments for the %fs and %gs selectors to use by | Philip Guenthe |
2011-03-11 | Zap stack garbage before passing buffer to biosd_io(), which may | Kenneth R Westerback |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2011-03-08 | Fix extended partition searching so we don't get lost. The offset | Kenneth R Westerback |
2011-03-02 | - change recieved -> received in comments, as well as two unused defines | Jasper Lievisse Adriaanse |
2011-02-26 | Force the DUID cache used to generate hw.disknames to be updated | Kenneth R Westerback |
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 |