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