Age | Commit message (Expand) | Author |
2011-07-24 | OS fingerprinting can only be done on rules that explicitly specify TCP | Ryan Thomas McBride |
2011-07-23 | Replace the IPv6 header walking loop in pf_test_state_icmp() with | Alexander Bluhm |
2011-07-22 | Fix PMAPDEBUG compile | Miod Vallat |
2011-07-22 | use ifmedia_delete_instance() when destroying a vether | Theo de Raadt |
2011-07-22 | Sync 'block return' behaviour for ICMP packets with our IP stack: | Ryan Thomas McBride |
2011-07-22 | fix typos, martin pelikan | Henning Brauer |
2011-07-22 | Add the Huawei E181. | David Coppa |
2011-07-22 | Add the Huawei E181. | David Coppa |
2011-07-22 | Doh, fix a memory leak when an invalid file descriptor is passed to a | Matthew Dempsky |
2011-07-21 | Support for the eBenton EBT-700 netbook, which is similar to the Lemote | Miod Vallat |
2011-07-21 | Add the Huawei E1750 USB modem | David Coppa |
2011-07-21 | Add the Huawei E1750 USB modem | David Coppa |
2011-07-21 | Index the sensor array starting from 0 not sc_vd_id_low. On my R310 this | Stuart Henderson |
2011-07-20 | For now, disable msi interrupts. Reading through the linux driver one | Marco Peereboom |
2011-07-20 | spell FALLTHROUGH correctly | Stuart Henderson |
2011-07-20 | this works on the galaxy s2 too. | Jasper Lievisse Adriaanse |
2011-07-20 | regen | Jasper Lievisse Adriaanse |
2011-07-20 | add a newer samsung android phone | Jasper Lievisse Adriaanse |
2011-07-19 | we need to alias __movstr* as __movmem* for gcc4 | Jonathan Gray |
2011-07-19 | Warn about but don't prevent installboot from installing /boot when | Kenneth R Westerback |
2011-07-18 | unbreak set-tos for ipv6; reported by babut at yandex dot ru, | Mike Belopuhov |
2011-07-18 | Expose a bunch of new functionality from POSIX 2008: openat(2), | Matthew Dempsky |
2011-07-18 | Allocations fit if [the end of free space] >= [the end of allocated space]. | Ariane van der Steldt |
2011-07-18 | Fix uvm_pmr_alloc_piglet. | Ariane van der Steldt |
2011-07-18 | take us to 5.0-beta | Theo de Raadt |
2011-07-18 | Revert vnd(4) to its older less strict behavior. | Matthew Dempsky |
2011-07-18 | sync | Matthew Dempsky |
2011-07-18 | Add support for UTIME_OMIT and UTIME_NOW to utimensat(2), add the | Matthew Dempsky |
2011-07-18 | Fix an off-by-1 error and a 32-bit integer arithmetic overflow bug | Matthew Dempsky |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-16 | device_register() is called on the scsibus(4) devices before | Matthew Dempsky |
2011-07-16 | Make the updated zlib compile with a debug kernel. | Joel Sing |
2011-07-15 | Cope with the start-dma-before-init errata and some other register setup | Theo de Raadt |
2011-07-14 | "struct stat35" and "struct stat43" aren't needed anymore. | Matthew Dempsky |
2011-07-14 | sync | Matthew Dempsky |
2011-07-14 | Fix entry 84 to use the same prototype for linux_sys_lstat() as entry | Matthew Dempsky |
2011-07-14 | Add support for AT_REMOVEDIR to unlinkat(2), and switch sys_rmdir() to | Matthew Dempsky |
2011-07-14 | We must not call xl_wol_power() from xl_stop(). If we do the device | Stefan Sperling |
2011-07-13 | Change the visibility of the AT_* flags to kernel only. It's causing | Matthew Dempsky |
2011-07-12 | Fix typo that caused fchownat(2) and fchmodat(2) to try to dereference | Matthew Dempsky |
2011-07-12 | Range check vnd_secsize, vnd_ntracks, and vnd_nsectors so that later on | Theo de Raadt |
2011-07-12 | break up a line of code that involved a decrement operator and macros | Jonathan Gray |
2011-07-12 | fix some notyet code | David Gwynne |
2011-07-12 | now that we know if a disk is thin provisioned (or an ssd), we can choose | David Gwynne |
2011-07-11 | pass the interface for non-compat-mode piix. from netbsd. | joshua stein |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-11 | ask the disk about unmap (read trim) parameters. check if we have the | David Gwynne |
2011-07-11 | Add hibernate_read_block and fix a couple of typos in the previous commit. | Mike Larkin |
2011-07-11 | support "failover" style access to volumes, ie, only use one active | David Gwynne |
2011-07-11 | disks report trim^Wunmap^Wif theyre thin provisioned via a bit in | David Gwynne |