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