Age | Commit message (Expand) | Author |
2015-11-06 | Fix gcc version preprocessor checks to cope with gcc 5.x and beyond; | Miod Vallat |
2015-11-06 | From FreeBSD 23397: | Alexandr Shadchin |
2015-11-06 | "source" doesn't need to be a global. While here, the correct spelling | Florian Obser |
2015-11-06 | I was very optimistic in groupling creation. Turns out lists of targets | Marc Espie |
2015-11-06 | Do not compile net/radix_mpath.c in ART-enabled kernels. | Martin Pieuchot |
2015-11-06 | relayd.conf(5) macro cleanup. | Anthony J. Bentley |
2015-11-06 | Rename rt_mpath_next() into rtable_mpath_next() and provide an | Martin Pieuchot |
2015-11-06 | Use a SLIST instead of a LIST for MPATH route entries with ART. | Martin Pieuchot |
2015-11-06 | correct exit status on pledge(2) errors | Ingo Schwarze |
2015-11-06 | Instead of multiplying with 0..1, extend the bit into a mask and do an AND. | Christian Weisgerber |
2015-11-06 | further PPP reduction, hint from sthen | Ted Unangst |
2015-11-06 | remove ppplogin support. ok sthen | Ted Unangst |
2015-11-06 | Use getprogname(3) rather than __progname. | Ingo Schwarze |
2015-11-06 | Radically improve the performance of bgpd filters. Based on PF's skip | Peter Hessler |
2015-11-06 | remove rarely used LESSCHARDEF support. ok nicm | Ted Unangst |
2015-11-06 | Remove support for ! to run a shell command, we have ^Z around these | Nicholas Marriott |
2015-11-06 | Garrett D'Amore has agreed to moving his copyright line up above the | Nicholas Marriott |
2015-11-06 | The recent update to /usr/share/locale/UTF-8/LC_CTYPE by afresh1@ | Ingo Schwarze |
2015-11-06 | In ART separate the MPATH delete case to properly recover if art_delete() | Martin Pieuchot |
2015-11-06 | time_t is not a long. remove incorrect abstraction around time(). | Ted Unangst |
2015-11-06 | make hfsc work on ie(4/sparc) by using IFQ_DEQUEUE instead of IF_DEQUEUE. | David Gwynne |
2015-11-06 | Do not use rt_ifp directly. | Martin Pieuchot |
2015-11-06 | Do not use rt_ifp directly. | Martin Pieuchot |
2015-11-06 | Use m_defrag(9) when we fail to load fragmented mbuf chains. | Martin Pieuchot |
2015-11-06 | Change nd6_nud_hint() to no longer manipulate rt_ifp directly. | Martin Pieuchot |
2015-11-06 | unbreak tree after src/sys/net/if_ppp.c r1.95. | David Gwynne |
2015-11-06 | the Solver uses kept_names, so we need these there too | Marc Espie |
2015-11-06 | use IFQ_DEQUEUE, not IF_DEQUEUE, to pull off the send queue. | David Gwynne |
2015-11-06 | replace sc_npqueue and sc_npqtail with a simple mbuf_list. | David Gwynne |
2015-11-06 | Remove needless comma. | mmcc |
2015-11-06 | Move the logic for adjusting userspace registers in the child after fork | Philip Guenther |
2015-11-06 | Use pledge in ikectl. For now one request for sending imsgs to iked | Jonathan Gray |
2015-11-06 | Fix unloading of load groups when the last reference wasn't on the | Philip Guenther |
2015-11-06 | err(1, "%s", "") -> err(1, NULL) | mmcc |
2015-11-06 | Only read/write cr4 if we have a bit to set after testing the various | Jonathan Gray |
2015-11-06 | sync | Theo de Raadt |
2015-11-06 | 1. rlogin and rsh are long gone | mmcc |
2015-11-06 | Remove LSIGNAL which is just the same as lsignal() now. | Nicholas Marriott |
2015-11-05 | Set the name server counter in __res_state correctly if a nameserver | Alexander Bluhm |
2015-11-05 | These NDINIT run out of the context of the process doing execve, | Theo de Raadt |
2015-11-05 | After removing National Language Support (NLS) from base, stop | Alexander Bluhm |
2015-11-05 | Same bug as last commit, but in the other copy of the loop in this file... | Nicholas Marriott |
2015-11-05 | delete unused code that won't let you play if the load is too high | Ted Unangst |
2015-11-05 | undo botched import to wrong dir, spotted by sobrado@ | Stuart Henderson |
2015-11-05 | deregister | Ted Unangst |
2015-11-05 | When filling the __res_state compatibiliy struct, a long list of | Alexander Bluhm |
2015-11-05 | Now that the kernel virtual address space has been made larger, even on | Miod Vallat |
2015-11-05 | pledge wall(1) | Sebastian Benoit |
2015-11-05 | whitespace | Theo de Raadt |
2015-11-05 | Replace less with the cleaned-up fork of less 458 maintained by Garrett | Nicholas Marriott |