Age | Commit message (Expand) | Author |
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 |
2015-10-01 | In uvm_map_splitentry(), grab the kernel lock before calling into the amap | Mark Kettenis |
2015-10-01 | relax vendor comparison to match variations found in older | Joerg Jung |
2015-10-01 | add const, prodded by mpi | Joerg Jung |
2015-10-01 | remove superfluous sensor_attach() added for debug reasons | Joerg Jung |
2015-10-01 | Remove yet more blinding whitespace. | Kenneth R Westerback |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-10-01 | Make the alpha pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-10-01 | fix semicolon after if statement | Jonathan Gray |
2015-10-01 | No need to wakeup(9) the sensor thread because upd_refresh() does not | Martin Pieuchot |
2015-10-01 | add IPv6 equivalents for the permitted IPv4 setsockopts, noticed by doug@, | Stuart Henderson |
2015-10-01 | Use rtdeletemsg() in nd6_free() to align it with arptfree(). | Martin Pieuchot |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |