summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2015-07-21No more AF_LINK addresses on the per-ifp address lists. ok mpi@Jeremie Courreges-Anglas
2015-07-21Fix ioctl number conflict and sort ioctl numbers.Rafael Zalamena
2015-07-21hookup octeonJasper Lievisse Adriaanse
2015-07-21Add pvbus(4), a pseudo-bus to attach non-PCI paravirtual devices and buses.Reyk Floeter
2015-07-21A few more daddr_t fixes. Rename 'phys_off' variables to 'offset'Kenneth R Westerback
2015-07-21We don't do 'ARGSUSED' anymoreFlorian Obser
2015-07-21use curproc instead of proc0Florian Obser
2015-07-21Put the mbuf_list inside "#ifdef MPLS".Martin Pieuchot
2015-07-21- added /* FALLTHROUGH */ comments, typecasts (u_int32_t)-1, ...Alexandr Nedvedicky
2015-07-20Indent.Masao Uebayashi
2015-07-20Move `ticks' declaration to sys/kernel.h.Masao Uebayashi
2015-07-20Use the kernel socket interface (sosend(9) etc) instead of shovingFlorian Obser
2015-07-20Remove splassert(IPL_NET) from if_input().Martin Pieuchot
2015-07-20Actually return a value from sys_kbind() in the non-ld.so case, or theMiod Vallat
2015-07-20Fix tty hiwat handling a bitStefan Fritsch
2015-07-20Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.Rafael Zalamena
2015-07-20crudely canonicalize paths before taming them. ok deraadt dougTed Unangst
2015-07-20Move the construction of p_tamenote from sys_open() to doopenat(), so thatTheo de Raadt
2015-07-20Kill NETISR_MPLS, from now on we will use interface input handlers to dealRafael Zalamena
2015-07-20Add a new flash driver for Octeon that allows access to the internalPaul Irofti
2015-07-20Allow the sched_yield, __thrsleep, __thrwakeup, and __threxit syscallsJeremy Evans
2015-07-20Add some panics to default paths where code later assumes a non defaultJonathan Gray
2015-07-20fix spacingMike Larkin
2015-07-20Add a quirk for Cirrus Logic PD6729, for earlier silicon versions of thisMiod Vallat
2015-07-20In _TM_SELF, permit uname(3); OK deraadt@.Ingo Schwarze
2015-07-20Be more paranoid and don't let any ioctls through with invalid fileNicholas Marriott
2015-07-20Don't try to dereference fp if it is NULL, ok deraadtNicholas Marriott
2015-07-20tame_cmsg_send and tame_cmsg_recv are called with the data set to a fileNicholas Marriott
2015-07-20getpagesize() may occur late in programs; permit itTheo de Raadt
2015-07-20Try to assign a secondary bus number if the BIOS left the CardBus bridgeMark Kettenis
2015-07-20Add setgroups(2) to TAME_PROC, ok deraadtNicholas Marriott
2015-07-20go a bit further with miods last change to copy{in,out}{,str} andDavid Gwynne
2015-07-20include sys/user.h to unbreak the build on at least arm after rev 1.110Jonathan Gray
2015-07-20In TAME_IOCTL, permit BIOCGSTATS on a vnode. We don't drill down deeperTheo de Raadt
2015-07-20it's unlikely we'll run on physical octeon hardware that's little endian;Jasper Lievisse Adriaanse
2015-07-20INET6 is here to stay, so stop hauling around never-compiled codeRyan Thomas McBride
2015-07-20rebuildPhilip Guenther
2015-07-20Add kbind, a syscall for ld.so to use to securely and efficiently updatePhilip Guenther
2015-07-20Tweak previous; the Synaptics TrackPoint in my ThinkPad T500 works again.Kent R. Spillner
2015-07-20Fix annoying console spew when we can't write the core file. use log instead.Bob Beck
2015-07-20Make pmap_remove() grab the kernel lock. This is a big hammer but makes MPMark Kettenis
2015-07-19rework how iobus(4) finds and attaches devices.Jasper Lievisse Adriaanse
2015-07-19rule_item might leak, when pf_create_state() failssashan
2015-07-19Fix backward test that broke the cacheBob Beck
2015-07-19Make iwm(4) show command codes of unhandled firmware replies. Should makeStefan Sperling
2015-07-19Repair various strncmp lengths, noticed by Brandon CaseyTheo de Raadt
2015-07-19Change uvm_page[re]alloc_multi to actually use the flags passed in, and returnBob Beck
2015-07-19don't check for the name in attach_args being NULL; nothing should callJasper Lievisse Adriaanse
2015-07-19Remove unneeded #include <disklabel.h>.Kenneth R Westerback
2015-07-19Make i386_send_ipi() return voidStefan Fritsch