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