summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-08-23recompute len when the path is absolute as canonpath could have shrink itSebastien Marie
2015-08-23Use simple byte pointer arithmetic and memcpy from/to aligned stackChristian Weisgerber
2015-08-23back out bpf+srp. its blowing up in a bridge setup.David Gwynne
2015-08-23bpf+srp is blowing up, so its being backed out. bpf will need the big lock.David Gwynne
2015-08-23"XXXMRG: consider making it an inline or macro"Theo de Raadt
2015-08-23fairly trivial sizes for free()Theo de Raadt
2015-08-23add some sizes to free. looked over by deraadtTed Unangst
2015-08-22Move to tame(int flags, char *paths[]) API/ABI.Theo de Raadt
2015-08-22catch up to macppc genassym.cf; regarding C mutexesTheo de Raadt
2015-08-22Make urtwn(4) attach to Netgear WNA1000Mv2. From Mark Willson.Stefan Sperling
2015-08-22regenStefan Sperling
2015-08-22Add device ID for Netgear WNA1000Mv2. From Mark Willson via misc@Stefan Sperling
2015-08-22delete a wrong commentMike Larkin
2015-08-22delete some wrong commentsMike Larkin
2015-08-21Remove the unused loan_count field and the related uvm logic. Most ofVisa Hankala
2015-08-21Run the part of the interrupt handler that does rx completion without holdingMark Kettenis
2015-08-21Whitelist TIOCGPGRP (for tcgetpgrp()) in TAME_IOCTL.Doug Hogan
2015-08-21use vaddr_t for kernel va range calculation instead of paddr_t. No binaryMike Larkin
2015-08-21enable beep and CD controls on ALC292Jonathan Gray
2015-08-21re-enable *8.David Gwynne
2015-08-20Respect the access size when reading or writing to pci config space.Mark Kettenis
2015-08-20Use the IPD Clock Count register as a timecounter, making the clockVisa Hankala
2015-08-20Make ART internals free of 'struct sockaddr'.Martin Pieuchot
2015-08-20In an email dated 11 Feb 2015, Yoichi Hariguchi accepted to re-licenseMartin Pieuchot
2015-08-20Import an alternative routing table backend based on Yoichi Hariguchi'sMartin Pieuchot
2015-08-20Enable audio on Thinkpad docks. Help from jsg@ for the *40 / *50 seriesMike Larkin
2015-08-20reactivate tame()Theo de Raadt
2015-08-20remove unused vesafb code, had been commented out and not compiled in forMike Larkin
2015-08-20Remove an unused #include file from i386 and amd64 pmap.hMike Larkin
2015-08-19PF must keep IPv6 fragment size as chosen by sender also for packets,Alexandr Nedvedicky
2015-08-19Stop passing around constants for metadata size and location. JustKenneth R Westerback
2015-08-19Prevent mips64 FPU emulation from corrupting the page queuesVisa Hankala
2015-08-19An interface address without interface pointer could cause anAlexander Bluhm
2015-08-19Convert all calls to rtrequest1() and the following error checkAlexander Bluhm
2015-08-19Halt extra cores on SP kernel, to avoid trashing the system if thereVisa Hankala
2015-08-19Make uvm_pmr_isfree() work correctly when RB_NFIND() returnsVisa Hankala
2015-08-19Sync page_flagbits with reality.Visa Hankala
2015-08-19Remove some verbose logs in in6_update_ifa() now that errors areMartin Pieuchot
2015-08-19KNFMartin Pieuchot
2015-08-19Make arplookup() return a pointer to a "struct rtentry".Martin Pieuchot
2015-08-19Use rtfree(9) instead of decrementing rt_refcnt in rt_getifa().Martin Pieuchot
2015-08-18Fix inconsistent spelling of `inconsistent'Miod Vallat
2015-08-18typosMiod Vallat
2015-08-18Unbreak Octeon kernel config after r1.25 of files.mips64.Visa Hankala
2015-08-18Apply the logic used for "protocol" queues to bridge(4). This allowsMartin Pieuchot
2015-08-18Remove PF_KEY-specific hacks from rtalloc(9). They are dead since SPDMartin Pieuchot
2015-08-18Call rtfree(9) when we no longer need the route entry rather thanMartin Pieuchot
2015-08-18Check the error value returned by in6_ifattach().Martin Pieuchot
2015-08-18Add missing trailing to error message:Stefan Sperling
2015-08-17The 80's called and want their interface back. Remove last fragments ofKenneth R Westerback