Age | Commit message (Expand) | Author |
2015-08-25 | Document kbind(2) | Philip Guenther |
2015-08-25 | In sys_kbind(), pages from uvm_map_extract() must be written to with kcopy() | Philip Guenther |
2015-08-25 | unify versions, so they are easier to diff. | Theo de Raadt |
2015-08-25 | KNF | Theo de Raadt |
2015-08-25 | strlcpy() accesses the source string until it finds NUL, even if | Alexander Bluhm |
2015-08-25 | catch up | Miod Vallat |
2015-08-25 | remove duplicate SYS_utimes entry | Jonathan Gray |
2015-08-25 | When searching for tabs, start from screen width, fixes out-of-bounds | Nicholas Marriott |
2015-08-25 | Put the device name into the timeout message. OK jsg@ | Brandon Mercer |
2015-08-25 | #if INET && INET6 -> #ifdef INET6, the kernel no longer defines INET | Jonathan Gray |
2015-08-25 | correct #if/#endif guard comment | Theo de Raadt |
2015-08-25 | Use kbind for lazy binding GOT/PLT updates on i386 and powerpc; still others | Philip Guenther |
2015-08-25 | obvious sizes for free() | Theo de Raadt |
2015-08-25 | sizes for simple free() calls | Theo de Raadt |
2015-08-25 | Enforce kernel w^x policy by properly setting NX (as needed) for | Mike Larkin |
2015-08-25 | Switch from utimes() to utimensat() to $estore full nanosecond granularity | Philip Guenther |
2015-08-25 | Unbreak binutils on sparc64, hppa (and probably some others). | Theo de Raadt |
2015-08-25 | Re-enabling GPT on amd64 and i386. Discussed with and OK krw@ | Brandon Mercer |
2015-08-25 | Remove references to the -h command line option which was removed. | YASUOKA Masahiko |
2015-08-25 | Remove -h command line option from radiusd(8) to make it better style. | YASUOKA Masahiko |
2015-08-24 | Set the required IPL at the syn-cache pool instead of doing a | Alexander Bluhm |
2015-08-24 | nd6_prefix_add() is no longer used and die. | Martin Pieuchot |
2015-08-24 | Start moving away from the global prefix list by limiting its usage to | Martin Pieuchot |
2015-08-24 | Extend the pf forward and fragment tests with a second challenge | Alexander Bluhm |
2015-08-24 | Fix GPT code to work with non-DEV_BSIZE disks. | Kenneth R Westerback |
2015-08-24 | In grid_duplicate_lines, if the line is empty (cellsize == 0) then clear | Nicholas Marriott |
2015-08-24 | Enable path MTU test with ping for IPv6. Scapy srp1() does not | Alexander Bluhm |
2015-08-24 | Always increment the reference counter of the returned route entry in | Martin Pieuchot |
2015-08-24 | Check for a RTF_LOCAL entry instead of iterating on the global list | Martin Pieuchot |
2015-08-24 | Fix cheating bug by using unused time variables and replace poll() with | Rafael Zalamena |
2015-08-24 | The bridge list is a relict, delete the remaining LIST_REMOVE. | Alexander Bluhm |
2015-08-24 | Typos; ok kettenis@ | Jeremie Courreges-Anglas |
2015-08-24 | Document clear(1) a bit more prominently. | Jeremie Courreges-Anglas |
2015-08-24 | Workaround for slow bm(4) from NetBSD PR 33667 via Donovan Watteau on | Martin Pieuchot |
2015-08-24 | Rework the code to decide when to perform DAD to no longer rely on the | Martin Pieuchot |
2015-08-24 | Remove obsolete fields in struct unpcb. In the past they were used | Alexander Bluhm |
2015-08-24 | Rename the syn cache counter into tcp_syn_cache_count to have the | Alexander Bluhm |
2015-08-24 | Rename M_RTABLE bucket into "rtable" to match the code and kill unused | Martin Pieuchot |
2015-08-24 | When an option is not recognized call the processing function with | Martin Pieuchot |
2015-08-24 | Items from pool sosplice_pool are get in process context and put | Alexander Bluhm |
2015-08-24 | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero | Alexander Bluhm |
2015-08-24 | Mark up command arguments properly using Cm. | Anthony J. Bentley |
2015-08-24 | cp -> mv | Antoine Jacoutot |
2015-08-24 | add missing includes for free, exit, errx and strchr | Jonathan Gray |
2015-08-24 | adjust list width for previous; | Jason McIntyre |
2015-08-24 | Make backup directory of replaced files persistent: /var/sysmerge/backups. | Antoine Jacoutot |
2015-08-24 | /usr/share/sysmerge -> /var/sysmerge | Antoine Jacoutot |
2015-08-24 | add a missing header | Sebastien Marie |
2015-08-24 | add new (extensible) testsuite for tame(2) | Sebastien Marie |
2015-08-24 | corrects two potential double-free on `cwdpath'. The variable will be free'ed | Sebastien Marie |