summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-02-06style(9) nitBret Lambert
2015-02-06Change rt_mpath_conflict() to not rely on an initialized rtentry whenMartin Pieuchot
2015-02-05Remove some unneeded <uvm/uvm_extern.h> inclusions.Martin Pieuchot
2015-02-05Whitespace.Masao Uebayashi
2015-02-05Use octeon_xkphys_*_8().Masao Uebayashi
2015-02-05Expand STACKGAP_RANDOM to 2MB on machines with large user VATheo de Raadt
2015-02-05Include sys/stdint.h for SIZE_MAX. OK deraadt@ miod@Todd C. Miller
2015-02-05unbreak after previous macro removal.Martin Pieuchot
2015-02-05Do what the comments suggest and check for port-[ab]-ignore-cd properties,Miod Vallat
2015-02-05implement SIOCIFAFATTACH and SIOCIFAFDETACH for AF_INETHenning Brauer
2015-02-05Convert various rtrequest1(RTM_DELETE,...) calls to rtdeletemsg(9).Martin Pieuchot
2015-02-05Make sure pf(4) does not see embedded scopes.Martin Pieuchot
2015-02-04Kill annoying comments about ether_input()Martin Pieuchot
2015-02-02Remove some pmap locks that were #defined to be nothing (empty). DiscussedMike Larkin
2015-02-01Gather the scattered (and sometimes duplicated) qbus address and size definesMiod Vallat
2015-02-01Do not write to the doorbell register at uba attach time - this causes aMiod Vallat
2015-02-01Pass the correct machine check frame to the machine check handler.Miod Vallat
2015-01-31xhci fitsTheo de Raadt
2015-01-31regenJonathan Gray
2015-01-31Add some more Intel 5th gen Core ids and the xHCI id used inJonathan Gray
2015-01-30Fix mbuf leak in Linux compat setsockopt() in the error path whenTodd C. Miller
2015-01-30simple_lock can finally be removed!Theo de Raadt
2015-01-29remove no-op simple locksTheo de Raadt
2015-01-29back bpf.c down to 1.113, from before most recent timeout changes.Ted Unangst
2015-01-28- Add PCH2 and PCH LPT to the list of chips capable of only 9K jumbos.Brad Smith
2015-01-28Revert rtdeletemsg conversion. It was not ok'd, I misunderstood bluhm@'sMartin Pieuchot
2015-01-28revert back to initial vnodes again so we can be sure nfs likes itTed Unangst
2015-01-28drm/radeon: allow geom rings to be setup on r600/r700 (v2)Jonathan Gray
2015-01-28drm/radeon: fix VGT_GS_INSTANCE_CNT registerJonathan Gray
2015-01-28Remove an unused macro and a stale comment. No functional change.Mike Larkin
2015-01-28when doing a blocking read with a timeout, after the sleep resetDavid Gwynne
2015-01-27tedu x86_self_ipi()/i386_self_ipi()Stefan Fritsch
2015-01-27Ignore buttons for which _STA indicates they're not present, enabled orMark Kettenis
2015-01-27Vommiting errors about failed reset or stall clear are not usefull toMartin Pieuchot
2015-01-27Always call if_ioctl() for loopback interfaces, just like IPv4 do, toMartin Pieuchot
2015-01-27Ensure that link-local addresses are correctly configured on loopbackMartin Pieuchot
2015-01-27Do not overwrite user-specified MTU.Martin Pieuchot
2015-01-27remove workq code. its been replaced with tasks.David Gwynne
2015-01-27remove #include <sys/workq.h>. it wont exist anymore soon.David Gwynne
2015-01-27ENOGREP.David Gwynne
2015-01-27this code doesnt need to know about interrupts, so i can trim someDavid Gwynne
2015-01-27i forgot to fix ipw when i removed the second task argument.David Gwynne
2015-01-27remove the second void * argument on tasks.David Gwynne
2015-01-27Remove an unused and confusing assignment that had been commented out forMike Larkin
2015-01-27Remove an unused variable whose functionality was moved to locore long ago.Mike Larkin
2015-01-27Remove an odd comment in the first line of the fileMike Larkin
2015-01-27Rewrite receive filter handling and ioctl bits.Brad Smith
2015-01-27Require EFT shared objects have a PT_PHDR entry to be consideredKurt Miller
2015-01-26Move the "stackgap" from the stack into its own page at a random address.Mark Kettenis
2015-01-26Print frame buffer resolution at attach time.Miod Vallat