Age | Commit message (Expand) | Author |
2015-12-21 | Move ppp, nmea, endrun, and msts prototypes to tty.h | Stefan Fritsch |
2015-12-20 | size for free, sent and reminded by Mathieu. also delete null check. | Ted Unangst |
2015-12-20 | Simple free(9) sizes, from Matthieu <naabed AT poolp DOT org>. | Martin Pieuchot |
2015-12-17 | Make the cost of moving a process to the primary cpu a bit higher. This is | Mark Kettenis |
2015-12-17 | arrays decay to pointers without needing & | Ted Unangst |
2015-12-17 | no need to check null before free | Ted Unangst |
2015-12-17 | add ktrace to kevent. ok guenther | Ted Unangst |
2015-12-17 | add size to free. from Mathieu | Ted Unangst |
2015-12-16 | in pledged process, setuid/setgid/sticky bits should be ignored. | Sebastien Marie |
2015-12-16 | in pledged process, setuid/setgid/sticky bits should be ignored. | Sebastien Marie |
2015-12-11 | Replace mountroothook_establish(9) by config_mountroot(9) a narrower API | Martin Pieuchot |
2015-12-08 | tweak whitespace in struct definition. no functional change. | David Gwynne |
2015-12-08 | use struct task_list instead of TAILQ_HEAD(, task) | David Gwynne |
2015-12-06 | Change kernel internal pledge variables to 64bit (to prepare for more | Theo de Raadt |
2015-12-05 | Make sure we use the same cpu numbering for the kern.cptime2 sysctl as we | Mark Kettenis |
2015-12-05 | Study of kernel code complete. Permit ioctl SIOCGIFMEDIA for pledge | Theo de Raadt |
2015-12-05 | remove stale lint annotations | Ted Unangst |
2015-12-04 | allow utrace(2) by default. | Theo de Raadt |
2015-12-04 | remove PLEDGE_INET granting when using "getpw" in YP environnment | Sebastien Marie |
2015-12-04 | Add pledge "dpath", which provides access to mknod(2) and mkfifo(2). | Theo de Raadt |
2015-12-04 | Do not think atomicity is required here. In any case, prepare for | Theo de Raadt |
2015-12-03 | remove code that's been #ifdef'ed out for 20 years | Bret Lambert |
2015-12-03 | Remove the /usr/share/nls/ exception from pledge(2). The libc | Alexander Bluhm |
2015-12-03 | pledge(pf) needs to allow DIOCKILLSRCNODES, used in relayd. | Sebastian Benoit |
2015-12-01 | solbourne went away | Theo de Raadt |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt |
2015-11-29 | On a SMALL_KERNEL, pledge "pf" has to be a no-op. We cannot match | Theo de Raadt |
2015-11-29 | Add pledge "pf" which allows ioctls on pf(4). This will be used by | Sebastian Benoit |
2015-11-28 | move buffer size adjustment to buf_adjcnt - from Walter Neto | Bob Beck |
2015-11-28 | pledge: allow getsockopt IP_IPDEFTTL with promise inet | Sebastian Benoit |
2015-11-27 | Two additional ioctls for pledge("disklabel"), needed by installboot. | Jeremie Courreges-Anglas |
2015-11-25 | permit kern.maxpartitions | Theo de Raadt |
2015-11-24 | Add sendsyslog2(), which accepts the syslog/openlog "logopt" flag | Theo de Raadt |
2015-11-24 | sync | Theo de Raadt |
2015-11-24 | Add sendsyslog2... this has an additional flags variable to permit | Theo de Raadt |
2015-11-23 | the "getpw" test for /dev/tty is only needed for readpassphrase(3), | Theo de Raadt |
2015-11-23 | Do not include <sys/atomic.h> inside <sys/refcnt.h>. | Martin Pieuchot |
2015-11-23 | need sys/device.h | Theo de Raadt |
2015-11-22 | For "disklabel", allow sysctl mach.chr2kblk and ioctl BIOCINQ/BIOCVOL | Theo de Raadt |
2015-11-22 | "getpw" should also allow access to /etc/netid | Theo de Raadt |
2015-11-21 | Retire ml_requeue(9) and mq_requeue(9). | Martin Pieuchot |
2015-11-21 | remove completely pledge_socket() from listen(2) and accept(2). | Sebastien Marie |
2015-11-20 | Neuter the pledge domain checking for listen, getpeername, and getsockname | Theo de Raadt |
2015-11-20 | Permit msync(2) in the "stdio" set; only a few programs use it related | Theo de Raadt |
2015-11-20 | Add pledge "disklabel", which allows sysctl kern.rawpartition, a | Theo de Raadt |
2015-11-20 | Exempt accept(2) from the pledge_socket() check part of the "domain" | Theo de Raadt |
2015-11-20 | VISTTY check in revoke() is not working well for the non-indirected | Theo de Raadt |
2015-11-20 | Fix whitespace. No binary change. | Jonathan Gray |
2015-11-19 | dont try and wakeup other threads to handle pending work when we | David Gwynne |
2015-11-19 | corrects leaks refs to files introduced by my previous commit for pledge_socket. | Sebastien Marie |