summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-04-06allow GENERIC.MP to compile again...just for shits and giggles.Jasper Lievisse Adriaanse
2013-04-06i missed this file too.Ted Unangst
2013-04-06i missed a file, crap. found by deraadtTed Unangst
2013-04-06there aren't any locks in here anymore, so we don't need lock.hTed Unangst
2013-04-06shuffle around some poison code, prototypes, values...Ted Unangst
2013-04-06rthreads are always enabled. remove the sysctl.Ted Unangst
2013-04-05Even though Sandy Bridge and Ivy Bridge have stolen memory, substracting itMark Kettenis
2013-04-05don't hardcode the size of u-boot's argv, but use a define instead.Jasper Lievisse Adriaanse
2013-04-05Brad didn't even try building the ramdisk, because it is 7.5K oversize.Theo de Raadt
2013-04-05remove some obsolete castsTed Unangst
2013-04-05unfinished opti device code is never called or usedTed Unangst
2013-04-05Add the remaining USB Wifi adapters to the CD RAMDISK media for usersBrad Smith
2013-04-05Fix USB athn(4) to be able to build on the RAMDISK. RAMDISK has SMALL_KERNELBrad Smith
2013-04-05enable com3 on both i386 and amd64 (com4 config is added, but disabled)Theo de Raadt
2013-04-05move the bounds check for execbuffer relocation count closer to linuxJonathan Gray
2013-04-04regenBrad Smith
2013-04-04Add Broadcom BCM5717C, BCM5725, BCM5727, BCM5762 PCI ids.Brad Smith
2013-04-04The intel_dp_i2c_aux_ch() function has to return Linux-style negative errnoMark Kettenis
2013-04-04Merge the duplicate IPv4 and IPv6 checksum checking code in udp_input()Alexander Bluhm
2013-04-04Do not allow the listen(2) syscall for an already connected socket.Alexander Bluhm
2013-04-04Make icmp6 ready for 64 bit time_t by adding a range check and anAlexander Bluhm
2013-04-04Fix bug where clear_remove() and clear_inodedeps() would not iterateBob Beck
2013-04-04zap redundant assignmentsAlexander Hall
2013-04-03Return ENOENT instead of EBADF if looking up a gem object fails.Mark Kettenis
2013-04-03Fix a typo in the bge_ape_lock_init() function.Brad Smith
2013-04-03fix comment detailing the memory mapJasper Lievisse Adriaanse
2013-04-03move i915_gem_find_inactive_object() into i915_gem_evict.cJonathan Gray
2013-04-03fix EDID detailed timing frame rateJonathan Gray
2013-04-03fix EDID detailed timing vsync parsingJonathan Gray
2013-04-03match linux 3.8.5 and backout the 'try to train DP even harder' commitJonathan Gray
2013-04-02Use __off_t instead of off_t to make this usable on its own even in ourMark Kettenis
2013-04-02Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULLAlexander Bluhm
2013-04-02- Have the tht(4) ioctl handler for SIOCSIFFLAGS set ENETRESETBrad Smith
2013-04-02Set the IFF_ALLMULTI flag as appropriate.Brad Smith
2013-04-02Get rid of SYSCALL_G7RFLAG. iIt's been deprecated for a long time already,Mark Kettenis
2013-04-02Remove Evergreen ids people have incorrectly added to radeondrm.Jonathan Gray
2013-04-02Instead of storing the link-level address of every interface in a globalMartin Pieuchot
2013-04-02Use internal types instead of the old BSD u_int#_t types in thePhilip Guenther
2013-04-02Remove "/IPv4" from the comments of the M_{TCP,UDP}_CSUM_IN_* flags,Lawrence Teo
2013-04-02recognize and ignore power change event from newer thinkpadsjoshua stein
2013-04-01Allow raw IPv6 sockets for IPsec protocols. IPv4 does the same.Alexander Bluhm
2013-04-01There is no IPv6 default scope in OpenBSD. Remove leftovers.Alexander Bluhm
2013-04-01Make ugen_get_cdesc() a generic function by renaming it to usbd_get_cdesc()Marcus Glocker
2013-04-01Build mips kernels with -G 0, to disable use of so-called `small' data andMiod Vallat
2013-04-01Do not expose the trap T_* values to userland, since they invade theTheo de Raadt
2013-04-01Rename sr_crypto_rw2() to sr_crypto_dev_rw(), which actually reflects theJoel Sing
2013-04-01Let the hp300 boot blocks compile again after all the md include churning.Miod Vallat
2013-04-01Unbreak 1.16Miod Vallat
2013-04-01Validate the I/O request when it is first received, rather than waitingJoel Sing
2013-04-01Rewrite receive filter and ioctl handling code.Brad Smith