Age | Commit message (Expand) | Author |
2013-01-11 | Make ENTRY() generate a .type @function declaration as well if __ELF__. | Miod Vallat |
2013-01-10 | dont hardcode the phy address at 1. the 5718 family of chips can have | David Gwynne |
2013-01-10 | oh hey guys, ive got this cool new thing called a "switch statement". your | David Gwynne |
2013-01-10 | macros describing necessary bits on newer chips. | David Gwynne |
2013-01-10 | apparently broadcom finally made a series of phys that done need a bunch | David Gwynne |
2013-01-10 | regen | David Gwynne |
2013-01-10 | fix model ids for Broadcom BCM5720C and BCM5717C phys. | David Gwynne |
2013-01-10 | when checking if a particular phy has a particular model number, | David Gwynne |
2013-01-09 | add support for using c99 bool in the kernel based on our stdbool.h | Jonathan Gray |
2013-01-09 | Sync the userland facing drm headers with FreeBSD minus some cruft mpi | Jonathan Gray |
2013-01-09 | comments are lies. brgphy definitely supports more thant the BCR5400. | David Gwynne |
2013-01-08 | a single-com in the Exsys EX-4109x family; Gregory Edigarov <edigarov@qarea.com> | Theo de Raadt |
2013-01-07 | Correctly signal SIGSEGV, instead of SIGBUS, for faults caused by access to | Miod Vallat |
2013-01-07 | Move exec() libsa prototype to hp300 stand, now that it can no longer be | Miod Vallat |
2013-01-07 | Fix typos. | Kenji Aoyama |
2013-01-06 | acknowlege -> acknowledge | Martynas Venckus |
2013-01-06 | don't propagate XF86XK_Audio{Lower,Raise}Volume keys to userspace, | Alexandre Ratchov |
2013-01-05 | Enable MSI for rtsx(4). Tested on i386 and amd64. | Stefan Sperling |
2013-01-05 | Switch m88k ports to ELF. | Miod Vallat |
2013-01-05 | - add some intel 7 series sata ids. | Jasper Lievisse Adriaanse |
2013-01-04 | Attach rtsx(4) only to devices using the 'undefined' PCI class, and do | Stefan Sperling |
2013-01-04 | fix a logical or that was inteded to be binary in the last revision | Jonathan Gray |
2013-01-04 | add Huawei E353 | Jonathan Gray |
2013-01-04 | regen | Jonathan Gray |
2013-01-04 | add Huawei E353 | Jonathan Gray |
2013-01-03 | Correct error handling in two hard to hit ENOTDIR error cases. These would | Joel Sing |
2013-01-03 | Ensure that a directory link count is always 1 so that things like | Joel Sing |
2013-01-02 | Zero out sbv_maskkey to make it boot when there's a softraid crypto | Martynas Venckus |
2013-01-02 | Fix a bug in ptcwrite() that could result in up to 100 lost bytes | Todd C. Miller |
2013-01-02 | miod let one exec.c slide | Theo de Raadt |
2013-01-02 | Remove code that is not used on OpenBSD. | Joel Sing |
2013-01-02 | Add the remaining Radeon rv610/rv620/rv630/rv635/rv670, | Jonathan Gray |
2013-01-02 | regen | Jonathan Gray |
2013-01-02 | Add the remaining Radeon rv610/rv620/rv630/rv635/rv670, | Jonathan Gray |
2013-01-01 | copyright++; | Jasper Lievisse Adriaanse |
2013-01-01 | Remove libsa exec.c, not used by anything anymore; all boot blocks now use | Miod Vallat |
2013-01-01 | Switch hp300 boot blocks to MI loadfile code. | Miod Vallat |
2013-01-01 | Define _STANDALONE, not STANDALONE, in the hp300 bootblocks, to follow the | Miod Vallat |
2013-01-01 | Crank NMBCLUSTERS to 4096 to match other 32-bit platforms. | Miod Vallat |
2013-01-01 | Remove unused mem_size global. | Miod Vallat |
2013-01-01 | Fix gap value when formatting 1.44MB 3"1/2 floppy disks; from NetBSD | Miod Vallat |
2013-01-01 | <machine/aout_machdep.h> is not used anywhere in the tree, move to the Attic. | Miod Vallat |
2013-01-01 | Remove unused XCPPFLAGS. | Miod Vallat |
2013-01-01 | Add a "memory" clobber to the flush_pipeline() assembly construct, to make sure | Miod Vallat |
2012-12-31 | Switch mvme68k boot blocks to use the MI libsa loadfile routines to load | Miod Vallat |
2012-12-31 | Put the #ifdef SOCKBUF_DEBUG around sbcheck() into a SBCHECK macro. | Alexander Bluhm |
2012-12-31 | Extend the sbcheck() function to make it work with socket buffers | Alexander Bluhm |
2012-12-31 | Allow native ELF binaries (none yet) to run. | Miod Vallat |
2012-12-31 | Spell `calculation' correctly. | Miod Vallat |
2012-12-31 | Remove emulation errno mapping code from platforms that no longer have | Philip Guenther |