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