summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-05-16Handle a bit more work without taking the kernel lock. This should avoidMark Kettenis
2019-05-16Attach two dwiic-pci devices that didn't work before. That problem seemsMike Larkin
2019-05-15unrevert, i missed deraadt's commit with the proper fixTed Unangst
2019-05-15rework the zero warning slightly, and more completely disable until we'reTed Unangst
2019-05-15revert previous, since it makes jmc's machine print an extra newline.Ted Unangst
2019-05-15if \n is added in attach, then tpm_init() should skip it.Theo de Raadt
2019-05-15Fix free(9) sizes in softraid(4)jan
2019-05-15remove some use of uninitialized values pointed out by jsg@Jonathan Matthew
2019-05-15Rework tx path to allow using up to 13 segments per packet, so we don'tJonathan Matthew
2019-05-15Add support to the BIOS bootloader for random kernel base VAMike Larkin
2019-05-15free size for amap; ok visa@anton
2019-05-15Reduce branch emulation page access protection during setup. The setupVisa Hankala
2019-05-15Drop redundant pmap_proc_iflush() call. The needed instruction cacheVisa Hankala
2019-05-14Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commitStefan Sperling
2019-05-14Add free(9) sizes to ahc(4)jan
2019-05-14armv7 and arm64 also have ci_idepthJonathan Gray
2019-05-14Add lock order checking for smr_barrier(9). This is similar to theVisa Hankala
2019-05-13print a newline for attach. from f holopTed Unangst
2019-05-13Add a kernel implementation of realpath() as __realpath().Bob Beck
2019-05-13enable in_irq() based checkJonathan Gray
2019-05-13add in_irq() in_interrupt() in_task()Jonathan Gray
2019-05-13free(9) sizes.Martin Pieuchot
2019-05-13free(9) sizes.Martin Pieuchot
2019-05-13Move idepth tracking out of interrupt controller into common layer.Dale Rahn
2019-05-13When killing a process, the signal is handled by any thread thatAlexander Bluhm
2019-05-13Do not check for IFF_RUNNING inside bstp_initialization().Martin Pieuchot
2019-05-13Deal with the case where bridge_getbif() can return NULL.Martin Pieuchot
2019-05-13dup2(n,n) would rlimit check before handling the n==n shortcut,Theo de Raadt
2019-05-13add idr_is_empty()Jonathan Gray
2019-05-13vmm: add host side pvclockpd
2019-05-13regen (missed this when I did the colemak update)Aaron Bieber
2019-05-13Add the needed ICC_PMR_EL1 register bit defines for the previousPatrick Wildt
2019-05-12Delete cpu_idle_{enter,leave}_fcn() as unused. Add RETGUARD checks toPhilip Guenther
2019-05-12s/availible/available/Philip Guenther
2019-05-12vmm: add a x86 page table walkerpd
2019-05-12remove unused STUB definitionJonathan Gray
2019-05-12Switch the list of span interfaces and interfaces to SMR.Martin Pieuchot
2019-05-12no need to store the wmesg passed to rwsleep() as a static variable anymoreanton
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-05-12pushing NET_LOCK() further down from if_clone_{create,destroy}()Alexandr Nedvedicky
2019-05-12Between the broken GIC-500 on the RK3399 and differences in the secure modeMark Kettenis
2019-05-12Unused switch_port variable.akoshibe
2019-05-12Add ZLIB_CONSTJeremie Courreges-Anglas
2019-05-12Make sure the extended PM register descriptions actually exist beforeMark Kettenis
2019-05-12Document which fields are protected by the SCHED_LOCK().Martin Pieuchot
2019-05-12Add support for mapping ACPI PM registers using the "extended" gasioMark Kettenis
2019-05-11Correct a check in if_isconnected().Martin Pieuchot
2019-05-11Show driver name on net80211 scan debug lines.Stefan Sperling
2019-05-11whitespace removalMike Larkin
2019-05-11whitespace removalMike Larkin