Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-15 | unlink lofn(4) and nofn(4) | Mike Belopuhov | |
2014-08-15 | lofn(4) and nofn(4) are going away | Mike Belopuhov | |
2014-08-15 | Create a function which loads sgd in the mfi_iop_ops struct so that skinny | YASUOKA Masahiko | |
adapters can use "IEEE sgl". tested dlg yasuoka ok dlg jsg | |||
2014-08-14 | regen | Todd C. Miller | |
2014-08-14 | Add USB hubs found on Intel Z97 chipset boards (one attached to | Todd C. Miller | |
each EHCI root hub). OK deraadt@ jsg@ | |||
2014-08-14 | fixed overrid(d)en typo | Tobias Stoeckmann | |
millert@ and jmc@ agree that "overriden" is wrong | |||
2014-08-14 | Unused variable, and more fixes in the attach failure path. | Miod Vallat | |
2014-08-14 | Bring back 1.173 (reverting 1.174) - mips64 systems are still unhappy when | Miod Vallat | |
the hint returned is over VM_MAXUSER_ADDRESS, apparently; better be safe for now while this is investigated further. | |||
2014-08-14 | Compare number of allocated clusters with a low watermark, not | Mike Belopuhov | |
a magic number 4 since sometimes we can't fit a single packet (jumbo frame) into 4 clusters. OK dlg | |||
2014-08-14 | Implement rxrinfo ioctl for cluster usage statistics | Mike Belopuhov | |
2014-08-14 | No need for raw_cb.h | Martin Pieuchot | |
2014-08-14 | Kill MRT_{ADD,DEL}_BW_UPCALL interfaces and the bandwidth monitoring | Martin Pieuchot | |
code that comes with them. ok mikeb@, henning@ | |||
2014-08-14 | fix logging strings (correct function name via __func__ + a typo) | Bret Lambert | |
ok florian@ henning@ | |||
2014-08-14 | add some definitions from libdrm 2.4.56 | Jonathan Gray | |
2014-08-13 | Correctly set the rtable ID of the packet header when sending | Martin Pieuchot | |
Active Discovery Terminate packets. ok mikeb@, henning@, phessler@ | |||
2014-08-13 | Bring IPFIX sequence numbers in line with the RFC; original | Bret Lambert | |
diff from benno@. ok benno@, florian@ | |||
2014-08-13 | match on Intel 9 series and 9 series LP PCH, and add 8 series KT to puc | Jonathan Gray | |
ok millert@ | |||
2014-08-13 | regen | Jonathan Gray | |
2014-08-13 | Add some more 9 series ids, correct some existing ones and add | Jonathan Gray | |
9 series LP/Wildcat Point-LP entries. ok millert@ | |||
2014-08-12 | Lower VM_PHYSSEG_MAX from the mips64 default to a generous 4, and change | Miod Vallat | |
allocation strategy to VM_PSTRAT_BIGFIRST. | |||
2014-08-12 | addu -> PTR_ADDU when doing address arithmetic in the octeon-specific code path. | Miod Vallat | |
2014-08-12 | Finally implement what's stated in the man page regarding parent | Mike Belopuhov | |
anchors for "once" rules: "In case this is the only rule in the anchor, the anchor will be destroyed automatically after the rule is matched." Employ an additional pointer pair to keep track of the parent ruleset containing the anchor that we want to remove. OK henning | |||
2014-08-12 | Make sure that pf_step_into_anchor always saves a pointer to the rule | Mike Belopuhov | |
that owns the anchor on the pf anchor stack. There's no reason why we should check for depth here. As a side effect this makes sure that the correct nested anchor gets it's counter bumped instead of the top most. For the save/restore symmetry pf_step_out_of_anchor is made to always restore previous value of the anchor rule. depth == 0 means what we a at the top (main ruleset). OK henning | |||
2014-08-12 | Apart from some minor code reshuffling the big change is that we | Mike Belopuhov | |
start with a ruleset pointer assigned to pf_main_ruleset so that pf_purge_rule doesn't get called with a NULL. Prompted by the discussion with Alexandr Nedvedicky <alexandr ! nedvedicky at oracle ! com>. OK henning | |||
2014-08-12 | route_cb is internal to rtsock.c | Martin Pieuchot | |
2014-08-12 | Better cache information gathering. Only affects information put in dmesg. | Miod Vallat | |
2014-08-12 | Revert 1.173 now that the real cause of the octeon regression has been fixed. | Miod Vallat | |
2014-08-12 | Pass 0 instead of uvm_map_hint() to uvm_map() in exec_md_map() to figure out | Miod Vallat | |
where to put the fpu assist page, for uvm_map_hint() may return an address outside userland bounds due to aggressive randomization. Passing zero will still get a random address, but correctly bounded. | |||
2014-08-12 | sigh. when returning ENOENT in the sysctl path, unlock on the way out. | David Gwynne | |
2014-08-12 | i accidentally removed the check for whether the requested pool in | David Gwynne | |
the sysctl path exists. return ENOENT instead of trying a NULL deref. | |||
2014-08-12 | bring back r1.135: | David Gwynne | |
matthew@ noticed i wasnt populating npages in the kinfo_pool sent to userland. | |||
2014-08-12 | bring back r1.134: | David Gwynne | |
inline is the new __inline | |||
2014-08-12 | bring back r1.132. this is a bit different cos we're still using splvm to | David Gwynne | |
protect pool_list rather than the rwlock that made i386 blow up: provide a pool_count global so we can figure out how many pools there are active without having to walk the global pool_list. | |||
2014-08-11 | regen | Todd C. Miller | |
2014-08-11 | Add some Intel Z97 chipset devices; ok deraadt@ | Todd C. Miller | |
2014-08-11 | Do not pmap_update(pmap_kernel()) within the `create mappings' loop, but only | Miod Vallat | |
once after it is over. | |||
2014-08-11 | Do not extern octeon_boot_info, <machine/octeonvar.h> declares it for you. | Miod Vallat | |
2014-08-11 | Do not use CKSEG0 to quickly map physical addresses, but XKPHYS, for we are | Miod Vallat | |
not limited to 512MB physmem. | |||
2014-08-11 | Get rid of the `quirks' member, which is never initialized (but by zero at | Miod Vallat | |
softc creation) anyway. Sorry, we are not trying to support SEIL-specific hardware at this point. | |||
2014-08-11 | -current dammit | Miod Vallat | |
2014-08-11 | Remove evcnt and %b format strings relying upon SEIL extensions. This gives | Miod Vallat | |
OCTEON_ETH_DEBUG kernels a chance to build. No functional change for regular kernels. | |||
2014-08-11 | De-static so that my ddb backtrace get closer to reality. | Miod Vallat | |
2014-08-11 | Add option USER_PCICONF for pcidump(8) to be able to do its magic. | Miod Vallat | |
2014-08-11 | Use the RTF_LOCAL flag instead of abusing the RTF_LLINFO flag when | Martin Pieuchot | |
adding local route entries. This hack made sense when we didn't have the RTF_LOCAL flag, but since some months it is set on every local route. | |||
2014-08-11 | bring back r1.132: | David Gwynne | |
provide a pool_count global so we can figure out how many pools there are active without having to walk the global pool_list. | |||
2014-08-11 | Fewer <netinet/in_systm.h> | Martin Pieuchot | |
2014-08-11 | bring back r1.131: | David Gwynne | |
take the pools mutex when copying stats out of it in the sysctl path so we are guaranteed a consistent snapshot. | |||
2014-08-11 | Put back the checks about RTF_LOCAL routes now that userland tools are | Martin Pieuchot | |
aware of them. Original commit message was: Reserve the highest route priority for kernel-managed routes and prevent userland from playing with the local and broadcast flags. ok claudio@ | |||
2014-08-11 | Convert ARP llinfo allocation to pool(9). | Martin Pieuchot | |
ok henning@, dlg@ | |||
2014-08-10 | Write the core file of a non-suid process into the current directory | Alexander Bluhm | |
even if sysctl kern.nosuidcoredump has been set to 2 or 3. This allows a regular user to debug his programs again. OK guenther@ deraadt@ |