summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-11-11Remove the superfluous typedef uvm_flag_t (unsigned int). Also, fix anmmcc
2015-11-11Remove an XXX that no longer makes sense, rt_ifp is now always the sameMartin Pieuchot
2015-11-11Store the index of the lo0 interface instead of a pointer to itsMartin Pieuchot
2015-11-11Kill useless IFQ_POLL().Martin Pieuchot
2015-11-11Store an interface index instead of a pointer that's never dereferenced.Martin Pieuchot
2015-11-11ktrace vnodes do not need to be opened with FREAD, as they areTheo de Raadt
2015-11-11mark ehci_intr() as IPL_MPSAFE here as wellJonathan Gray
2015-11-11replace the ifqueue used for the pp_cpq with an mbuf_queue.David Gwynne
2015-11-11use time_uptime instead of time_second.David Gwynne
2015-11-10In bge_reset(), after figuring out which register access routines to useMiod Vallat
2015-11-10The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, soMiod Vallat
2015-11-10Define pmap_nested() here too, since we define PMAP_EXCLUDE_DECLS for the sakeMiod Vallat
2015-11-10Allocate ART table's heap independently from the structure and useMartin Pieuchot
2015-11-10pmap changes required for vmm. Changes include addition of pm_type toMike Larkin
2015-11-10UVM change needed for vmm.Mike Larkin
2015-11-10flush the send queue in start routines with IFQ_PURGE.David Gwynne
2015-11-10dont use IF_DROP when there was some arbitary problem sending a packet.David Gwynne
2015-11-10Make TCB_GET() in the kernel return a (void *) like all the others archsPhilip Guenther
2015-11-10regenPhilip Guenther
2015-11-10Split the intra-thread functionality from kill(2) into its own syscallPhilip Guenther
2015-11-09use the correct rdomain when sending gre(4) keepalive packets.Sebastian Benoit
2015-11-09Do not leave dangling pointers in the ART tree in case of memoryMartin Pieuchot
2015-11-09Rewrite rtalloc(9) to consider RTF_GATEWAY entries without valid next-Martin Pieuchot
2015-11-09use IFQ_DEQUEUE to pull of the send queue.David Gwynne
2015-11-09Run config_found() under splusb.Martin Pieuchot
2015-11-09Cache the result of cpuid leaf function $0x1 from the host's boot CPUMike Larkin
2015-11-09Bring GPT validity checking into line with kern/subr_disk.c . InKenneth R Westerback
2015-11-09kenjiro cho points out that requeue is hard to support on queueDavid Gwynne
2015-11-09EPT paging permission bits for amd64, will be used in subsequent pmapMike Larkin
2015-11-09regenMike Larkin
2015-11-09Allocate a currently unused vendor ID for our vmm's pchb.Mike Larkin
2015-11-09rework the start routines to avoid IF_PREPEND.David Gwynne
2015-11-09rework the code to avoid IF_PREPEND.David Gwynne
2015-11-08pull initialization up before poosible goto bad, from Mark LatimerTed Unangst
2015-11-08Merge NetBSD 1.145:Miod Vallat
2015-11-08keep all the setperf timeout(9) handling in one place; ok tedu@Christian Weisgerber
2015-11-08Handle additional RSN element group ciphers.Stefan Sperling
2015-11-08Update section and table numbers inside comments in the RSN code toStefan Sperling
2015-11-08Always claim to support sector mode for eMMC. Allows BeagleBone BlackJonathan Gray
2015-11-08Make "machine disk" show some info for EFI instead of info for BIOS.YASUOKA Masahiko
2015-11-08Make the variables be "const" and fix white space.YASUOKA Masahiko
2015-11-07Spell `unused' correctly.Miod Vallat
2015-11-07Disable red-zone since EFI is running with a different ABI.YASUOKA Masahiko
2015-11-07Update copyright informationMike Belopuhov
2015-11-07Pass AES_GMAC context as a void pointer to cut down on casts in xform.cMike Belopuhov
2015-11-07Use input handlers for bridge(4).Martin Pieuchot
2015-11-07Don't try to be clever testing if a queue is full before callingMartin Pieuchot
2015-11-07get rid of IF_PREPEND by switching to IFQ_POLL/IFQ_DEQUEUE.David Gwynne
2015-11-07typo in nd variable used for adding ni_pledge noteSebastien Marie
2015-11-07Allow overriding ghash_update() with an optimized MD function. UseChristian Weisgerber