summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-01-24SVM: misspelled field name in vmcb struct (renamed to match SVM code I'mMike Larkin
2017-01-24SVM: matching i386 commit (missing host save area pa msr)Mike Larkin
2017-01-24SVM: missing msr defintion for host save area physaddrMike Larkin
2017-01-24In preparation of compiling our kernels with -ffreestanding, explicitly mapMark Kettenis
2017-01-24In accept(2) and accept4(2) allocate a new file descriptor beforeMartin Pieuchot
2017-01-24Display process group in "ps /w" since they got removed from "ps /n".Martin Pieuchot
2017-01-24Display the thread ID (TID) rather than the process group ID (PGRP)Martin Pieuchot
2017-01-24when we lose link, do not delete entries that have the RTF_BFD flag setPeter Hessler
2017-01-24Track a per-fd flag UF_PLEDGED. This indicates the initial open was done by aTheo de Raadt
2017-01-24add support for multiple transmit ifqueues per network interface.David Gwynne
2017-01-24only send the rt msg on timeout failure if bfd is not downPeter Hessler
2017-01-24move setting the IP TOS from the listening socket to the sending socketPeter Hessler
2017-01-24Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code.Visa Hankala
2017-01-24Rename pfind(9) into tfind(9) to reflect that it deals with threads.Martin Pieuchot
2017-01-24Introduce rt_report() a function that generates a route message from anClaudio Jeker
2017-01-23File descriptor passing internalizes fd's into an mbuf-stored array ofTheo de Raadt
2017-01-23Allocate all memory chunks, and potentially sleeping, before freeingMartin Pieuchot
2017-01-23enable bcmdog on armv7 as wellJonathan Gray
2017-01-23Avoid curproc dance in dupfdopen(), by passing a struct proc *Theo de Raadt
2017-01-23The function raw_input() has not been called since netiso has beenAlexander Bluhm
2017-01-23Enable bcmdog on RAMDISK as well so it can reboot.Jonathan Gray
2017-01-23Add bcmdog(4), a watchdog timer for the Raspberry Pi.Mark Kettenis
2017-01-23Remove duplicate $OpenBSD$ tag.Mark Kettenis
2017-01-23Enter UKC when built with BOOT_CONFIG and -c is specified.Jonathan Gray
2017-01-23Enable USBVERBOSE on both the GENERIC and RAMDISK kernel.Patrick Wildt
2017-01-23Make the RAMDISK kernel actually try to boot the ramdisk.Patrick Wildt
2017-01-23Create a mapping for the FDT if it happens to be on a different 1 GiBPatrick Wildt
2017-01-23Initialize DDB if compiled with option DDB.Patrick Wildt
2017-01-23In comparison to _start, where we only need the address of thePatrick Wildt
2017-01-23_end should be on a 64-bit boundary, so make sure to alignPatrick Wildt
2017-01-23Enable simplefb(4).Mark Kettenis
2017-01-23openprom(4)Mark Kettenis
2017-01-23Synchronize with the arm version of this file.Mark Kettenis
2017-01-23We are supposed to be mapped on a 128 MB block, so skip the firstPatrick Wildt
2017-01-23Flag pseudo-interfaces as such in order to call add_net_randomness()Martin Pieuchot
2017-01-23Nuke extraneous whitespace and tabs.Frederic Cambus
2017-01-23Add (temporary) workaround for the missing "dma-ranges" property in theMark Kettenis
2017-01-23Parse and use "dma-ranges" property to do the appropriate dma addressMark Kettenis
2017-01-23Also attach to "arm,armv7-timer".Mark Kettenis
2017-01-23Assert for IPL_SOFTNET rather than raising SPL recursively.Martin Pieuchot
2017-01-23Kill unecessary splsoftnet()/splx() dances, what's protecting radixMartin Pieuchot
2017-01-23Add Raspberry Pi 3 drivers to RAMDISK as well.Jonathan Gray
2017-01-23remove #defines present in MI conf.h; ok kettenisTheo de Raadt
2017-01-23Avoid mapping memory outside kernel VA space. This happens on machinesMark Kettenis
2017-01-23Remove final align as it confuses lld.Mark Kettenis
2017-01-23Add drivers for the Raspberry Pi 3.Mark Kettenis
2017-01-23i botched the copyout to ifr->ifr_data in SIOCGIFDATA.David Gwynne
2017-01-23No need to explicitly use config_activate_children in the cfattach struct.Mark Kettenis
2017-01-23Backwards compat for pledge "ioctl" for about a weekTheo de Raadt
2017-01-23rework how we address physical disks on the second scsibus.David Gwynne