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