summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2012-12-31Eliminate orig_errno, which could be uninitialized in one case, by doingPhilip Guenther
2012-12-31Declare ucom as a DV_TTY class device, not DV_DULL; Alexander PolakovMiod Vallat
2012-12-30Prevent a branch-with-delay-slot instruction to be the delay slot of a previousMiod Vallat
2012-12-30add Radeon HD4550Jonathan Gray
2012-12-30In sysctl_proc_cwd(), vref() the target proc's fd_cdir before callingPhilip Guenthe
2012-12-29make sure the entry from tree_src_tracking is still in the pool;Markus Friedl
2012-12-29reset the counter in case its current value has been removedMarkus Friedl
2012-12-29Keep mfs from potentially consuming the entire buffer cache if it getsBob Beck
2012-12-29pass pf_pool directly to pfr_pool_get(); simplifies the API;Markus Friedl
2012-12-28change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@Gleydson Soares
2012-12-28Avoid spinning in the cleaner when there are insufficient clean pages, butJoel Sing
2012-12-26Nuke commons.Miod Vallat
2012-12-25Add GENERIC.MPMiod Vallat
2012-12-24Fix compilation with POOL_DEBUG but !DDBPhilip Guenthe