summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-03-14Convert sparc drivers bpp and magma to uiomoveStefan Kempf
2016-03-14Correct the value of SRT_ENDTAG: it was documented incorrectly in earlyPhilip Guenther
2016-03-14move the vlan protocol definitions to the same places as the ethernet onesDavid Gwynne
2016-03-14Allocate statistics command from the heap, pointed out by deraadt@Mike Belopuhov
2016-03-13keep disabled wl_paths for now. the expensiveness impact need to be betterSebastien Marie
2016-03-13reenable wl_paths (whitelisted-paths) in pledge(2)Sebastien Marie
2016-03-13pledge: replace #if 0 printf with DNPRINTF macroSebastien Marie
2016-03-13pledge: let wl_paths works well with chrootSebastien Marie
2016-03-13Introduce memory ranges to support VMs with >= 4G RAMStefan Kempf
2016-03-13In ichiic(4), ignore the SMBALERT# interrupt. This interrupt has beenStefan Sperling
2016-03-13i forgot to rename p to ifp0 in vlan_configDavid Gwynne
2016-03-13corrects on off-by-one error in pledge_namei()Sebastien Marie
2016-03-13consistencly name ifnet pointers like we did in carpDavid Gwynne
2016-03-12Standardize on calling local scsi_link variables 'link' instead ofKenneth R Westerback
2016-03-12Add checks on overlapping IPv6 sockets ownershipVincent Gross
2016-03-12When unplugging an USB umass stick, the kernel could panic becauseAlexander Bluhm
2016-03-12When vfs_busy() is sleeping, it uses RW_SLEEPFAIL and will fail.Alexander Bluhm
2016-03-11increase size of oldpids to 128 to prevent mod bias when idx wraps.Ted Unangst
2016-03-11don't check a stack-allocated array against NULLmmcc
2016-03-11"if (_3btol(cmd->len) != 0)" is more likely to be a useful test thanKenneth R Westerback
2016-03-11Move rtwn(4) DMA init code back to the PCI part of the driver.Stefan Sperling
2016-03-11pledge: define the meaning of passing NULL to one arguments of pledge(2) as "ISebastien Marie
2016-03-10don't check stack-allocated arrays against NULLmmcc
2016-03-10Enforce some naming sanity. Stop using 'sc_link' to mean two differentKenneth R Westerback
2016-03-10Remove the explicit map invalidation, free() is going to overwriteTobias Ulmer
2016-03-10beck@ forgot to commit this with sys/kern/vfs_bio.c r1.100.David Gwynne
2016-03-10more pieces of vaxTheo de Raadt
2016-03-10Start some refactoring in here. this gets bufadjust outBob Beck
2016-03-09Remove pointless function pointers from urtwn(4) softc. They didn't serveStefan Sperling
2016-03-09Make rtwn(4) check for "unsupported test chip" error during attach again.Stefan Sperling
2016-03-09Make rtwn(4) stop the chip during DVACT_QUIESCE rather than DVACT_SUSPENDStefan Sperling
2016-03-09Hook up dev/ic/rtwn.c -- should have been part of rtwn(4) split commit.Stefan Sperling
2016-03-09Split the rtwn(4) driver into two layers:Stefan Sperling
2016-03-09delete dangling vax referenceTheo de Raadt
2016-03-09remove handling of vaxTheo de Raadt
2016-03-09remove vaxismsTheo de Raadt
2016-03-09remove __vax__Theo de Raadt
2016-03-09We are done providing support for the vax.Theo de Raadt
2016-03-09Unmask interrupts unconditionnally before calling the generic trap handler.Martin Pieuchot
2016-03-09Correct some comments and definitions, from Michal Mazurek.Martin Pieuchot
2016-03-09Move db_show_regs() in the only file where it is used and turn it private.Martin Pieuchot
2016-03-09Convert DDB_REGS -> &ddb_regs, inputs and ok naddy@Martin Pieuchot
2016-03-09Add a comment to the vcpu state enum to remind people there is a matchingMike Larkin
2016-03-09Induce an exit in a running vcpu if an interrupt is asserted (pending).Mike Larkin
2016-03-09rework how mpw(4) interacts with vlan(4)David Gwynne
2016-03-08- bridge_localbroadcast() must call pf_pkt_addr_changed()Alexandr Nedvedicky
2016-03-08Change where we note the 'last' pcpu we ran on. This is needed for upcomingMike Larkin
2016-03-08Remove an outdated comment and fix some error case printfs that wereMike Larkin
2016-03-08additional debug printfsMike Larkin
2016-03-07For rtwn(4) and urtwn(4) inline driver-specific definitions in theirStefan Sperling