summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-12-01Change Elf64 types and structs to match the System V ABI specification.Jonathan Gray
2019-12-01revert exec_elf.h rev 1.85Jonathan Gray
2019-12-01this hexdump tie-in is incorrect, disable for nowTheo de Raadt
2019-12-01Remove unused test program.Visa Hankala
2019-11-30temporarily neuter the syscall-callfrom check as a few peopleTheo de Raadt
2019-11-30cardbus(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30pckbc(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30onewire(4), owtemp(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30utwitch(4): tsleep(9) -> tsleep_nsec(9); ok jca@cheloha
2019-11-30Move kernel locking inside the sleep machinery. This enables callingVisa Hankala
2019-11-29Fix size of reserved bytes section in xsave header.mortimer
2019-11-29Add uvm_objfree function to free all pages in a uvm_obj in one go.Bob Beck
2019-11-29Change the default security level for incoming IPsec flows fromtobhe
2019-11-29Improve support for the RK3399's eMMC in sdhc(4). Fix the compatiblePatrick Wildt
2019-11-29Add rkemmcphy(4), a driver for the RK3399's eMMC PHY.Patrick Wildt
2019-11-29Make rkgrf(4) behave like a simplebus(4) so we can attach driversPatrick Wildt
2019-11-29Add support for the RK3399's eMMC clock to rkclock(4).Patrick Wildt
2019-11-29Move p_sleeplocks and p_limit into the "zero on create" section of structPhilip Guenther
2019-11-29Eliminate the sketchy use of ps_mainproc here by making unveil_add_vnode()Philip Guenther
2019-11-29Add an element to the marks array to store the virtual address of theMark Kettenis
2019-11-29Move kcov(4)'s p_kd into the "zero on create" section to simplify fork codePhilip Guenther
2019-11-29Split out the code that removes a page from uvm objects and clears the flagsMark Kettenis
2019-11-29Add missing retq to mds handler for knights landing.mortimer
2019-11-29add __func__ to panic() and printf() calls in sys/netinet6/*Nayden Markatchev
2019-11-29Pass the EFI memory map to the kernel.Mark Kettenis
2019-11-29add missing parens around return expression and zap empty lineanton
2019-11-29DISK_PGCODE() #define includes a check for NULL, so no need toKenneth R Westerback
2019-11-29Start protecting the pipe_busy field of struct pipe using a globalanton
2019-11-29Add defines for changer mode page codes. Move AUDIO_PAGE define toKenneth R Westerback
2019-11-29timeout(9): make CIRCQ look more like other sys/queue.h data structurescheloha
2019-11-29Return EBUSY for successive PT_TRACE_ME calls.Martin Pieuchot
2019-11-29Use RW_PROC() consistently.Martin Pieuchot
2019-11-29Repurpose the "syscalls must be on a writeable page" mechanism toTheo de Raadt
2019-11-29drm_sched_entity_flush() doesn't care about specific threads, so justPhilip Guenther
2019-11-29Re commit what was committed in version 1.43 with a fix added toBob Beck
2019-11-28uvm_pagealloc_contig() doesn't exist and shouldn't existPhilip Guenther
2019-11-28On short transfers with multiple TRBs in a TD we get two events.Patrick Wildt
2019-11-28back out the buffer cache uvm_obj change for now.Bob Beck
2019-11-28Abstract mode sense block descriptor parsing into a separate function.Kenneth R Westerback
2019-11-28Remove end of line whitespace.Mike Larkin
2019-11-28Align an annoying comment.Kenneth R Westerback
2019-11-28Always pass a pointer to 'big' to scsi_do_mode_sense().Kenneth R Westerback
2019-11-28Delete km_mapblocks from kmemstats and its always-zero column from the ddbPhilip Guenther
2019-11-28Fix panic noticed by bluhm@ and florian@. bp->b_pobj is usedBob Beck
2019-11-28struct execsw's es_emul is no longer used, so delete itPhilip Guenther
2019-11-28Fix the buffer cache code to not use a giant uvm obj of all pagesBob Beck
2019-11-28Although ifconfig(8) checks it already, enforce contiguous inetAlexander Bluhm
2019-11-28Implement a hexdump command in the boot loader. This helps toAlexander Bluhm
2019-11-27use correct forward type declaration from uvm.Bob Beck
2019-11-27OpenFlow 1.3 defines packet header patterns of interest using TLVs (OXMs)akoshibe