Age | Commit message (Expand) | Author |
2015-10-06 | When "proc" is requested, allow setpgid() and sigsuspend(). | Theo de Raadt |
2015-10-06 | Add new "tty" request, which allows TIOCGETA, TIOCGPGRP, TIOCGWINSZ, | Theo de Raadt |
2015-10-06 | Make sure that tx_buffer->next_eop is properly set before we bump the number | Mark Kettenis |
2015-10-06 | Rework the tame cmsg handler to make it work both ways. While on recv one | Claudio Jeker |
2015-10-06 | rmdir() is just a CPATH operation; remove RPATH marker that snuck in. | Theo de Raadt |
2015-10-06 | Make sure that all padding bytes in cmsgs are actually zero by memset | Claudio Jeker |
2015-10-06 | oops, namei was never allowing through valid CPATH operations | Theo de Raadt |
2015-10-06 | Add getrusage() to the TAME_SELF catagory. | Theo de Raadt |
2015-10-06 | Make iwm(4) set the MAC address the same way other wireless drivers do. | Stefan Sperling |
2015-10-06 | Enable ioctl() in the "rw" request, to support FIONREAD/FIONBIO easier | Theo de Raadt |
2015-10-06 | struct knote's kn_sdata needs to be the same type as struct kevent's data | Philip Guenther |
2015-10-05 | Fix efiboot not to use the usual kernel load address. Load the kernel in | YASUOKA Masahiko |
2015-10-05 | Revert if_oqdrops accounting changes done in kernel, per request from mpi@. | Masao Uebayashi |
2015-10-05 | alpha ramdisk ran out of space, very slightly. Probably due to the | Theo de Raadt |
2015-10-05 | Count IFQ_ENQUEUE() failure as output drop. | Masao Uebayashi |
2015-10-05 | Don't count IF_DROP()'ed packets as if_oerrors too. | Masao Uebayashi |
2015-10-05 | Accumulate ifq_drops into if_oqdrops if if_start(). | Masao Uebayashi |
2015-10-05 | Add ifi_oqdrops and its alias to struct if_data. | Masao Uebayashi |
2015-10-05 | Simplify iwm(4) newstate task by only queuing one state transition | Stefan Sperling |
2015-10-05 | Factor LACP frame processing out to a separate task | Mike Belopuhov |
2015-10-05 | Fix ip_is_idle_packet() to parse packets properly. | YASUOKA Masahiko |
2015-10-05 | No need to create {sd,wd}boot links to xxboot anymore. | Miod Vallat |
2015-10-05 | user land -> userland; from Rob Pierce | Theo de Raadt |
2015-10-04 | tweak initial output a bit: do not show number of light sensors, just show if | Joerg Jung |
2015-10-04 | Move getcwd to a seperate area, with a hand-waving explanation for why | Theo de Raadt |
2015-10-04 | a macmini has no light sensor, but reading from light sensor keys is | Joerg Jung |
2015-10-04 | remove duplicate key, found by kettenis | Joerg Jung |
2015-10-04 | Fix memory leak in error path. | Jonathan Matthew |
2015-10-04 | Allow sysctl read of vm.vm_psstrings, as setproctitle() uses this to | Theo de Raadt |
2015-10-04 | spelling | Theo de Raadt |
2015-10-03 | Add ktracing of tame()'s arguments' values | Philip Guenther |
2015-10-03 | Track a size in the scary area of cluster_collectbufs, so that we know | Theo de Raadt |
2015-10-03 | Enable eigrpd(8) and eigrpctl(8) in the builds | Renato Westphal |
2015-10-03 | correct a memory leak in error code path. | Sebastien Marie |
2015-10-03 | IPv6 transport for pflow data. | Florian Obser |
2015-10-03 | When multiple vxlan interfaces are configured with same VNI, select the | YASUOKA Masahiko |
2015-10-02 | I see no evidence that lstat() is being done for /etc/resolv.conf, nor | Theo de Raadt |
2015-10-02 | kern_tame.c | Theo de Raadt |
2015-10-02 | regen | Mark Kettenis |
2015-10-02 | Revert previous commit; something is not quite right yet in the bowels of uvm | Mark Kettenis |
2015-10-02 | missing ) in COMPAT_LINUX block | Theo de Raadt |
2015-10-02 | add a comment above the rfc1948 code that mentions the rfc so it's easy to find | Ted Unangst |
2015-10-02 | Actually, open of /etc/spwd.db must be handled by returning EPERM, not | Theo de Raadt |
2015-10-02 | Add ktracing of argv and envp to execve(2), with envp not traced by default | Philip Guenther |
2015-10-02 | mention these pathname calls are checked in namei | Theo de Raadt |
2015-10-02 | remove some debug printf no longer needed | Theo de Raadt |
2015-10-02 | changed my mind; block spwd.db, force drop-through to pwd.db for processes un... | Theo de Raadt |
2015-10-01 | Fix tame(2) setsockopt check for TCP level. | Doug Hogan |
2015-10-01 | Revert previous, it also breaks naddy@'s nested NFS setup. | Martin Pieuchot |
2015-10-01 | Use DOS_LABELSECTOR rather than LABELSECTOR to indicate offset into an | Kenneth R Westerback |