summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-06-19Commands executed via `foo` or $( bar ) should not inherit "set -e"Todd C. Miller
2013-06-19make compile_et.o depend on parse.hRobert Nagy
2013-06-19explain the redirection mechanism for do-build, as used by ruby andMarc Espie
2013-06-19refer to dpb for bulk fetchMarc Espie
2013-06-19point users to dpb for big fetchMarc Espie
2013-06-19Move admin utils to usr.sbin where they belong (and where they wereAntoine Jacoutot
2013-06-19stop doing kerberos in ssh and sshdTheo de Raadt
2013-06-19Do not install pcap-int.h to /usr/include as it is an internal libraryLawrence Teo
2013-06-18Use malloc(M_WAITOK) in if_attach_common(), because this function mustMasao Uebayashi
2013-06-18sqiud -> squidMiod Vallat
2013-06-18Shuffle library link order to appease the static arch deities.Miod Vallat
2013-06-18Do not compile signal.c; signal() is in libc and not roken.Miod Vallat
2013-06-18Fix HAVE___SYNC_ADD_AND_FETCH for sh and sparc(32)Miod Vallat
2013-06-18Remove generated flex/bison files, to avoid risking mixing files from objdir andMiod Vallat
2013-06-18Initialize duid memory before shifting stuff into elements of it.Kenneth R Westerback
2013-06-18create include directories if they are non-existentRobert Nagy
2013-06-18make sure the target directory gets created in the includes targetRobert Nagy
2013-06-18add a trailing / at the end of the directory when installing includesRobert Nagy
2013-06-18Don't use inet_ntoa() twice in one parameter list. You'll just printKenneth R Westerback
2013-06-18syncTheo de Raadt
2013-06-18syncTheo de Raadt
2013-06-18include <stddef.h> so that we have a size_tAntoine Jacoutot
2013-06-18Use TAILQ_FOREACH() instead of handrolling our own version and stopMartin Pieuchot
2013-06-18Oops, forgot this file in previous. Should be part of adding/removingMartin Pieuchot
2013-06-18Fix the libs link order to please static archs (thanks miod@ for theAntoine Jacoutot
2013-06-18don't create include directories in the include target, mtree is takingRobert Nagy
2013-06-18add missing include dirs for kerberosVRobert Nagy
2013-06-18Split RTM_NEWADDR and RTM_DELADDR handling into separate casesKenneth R Westerback
2013-06-17change bug reports email addressRobert Nagy
2013-06-17fix the generated files target to avoid rebuilding every timeRobert Nagy
2013-06-17ditch the beforedepend target and properly generate SRCS file list thatRobert Nagy
2013-06-17remove whitespaceRobert Nagy
2013-06-17Include <uvm/uvm.h> instead of <uvm/uvm_extern.h> to make sureMark Kettenis
2013-06-17Do not misinterpret "--" at the end of a NAME section input lineIngo Schwarze
2013-06-17Check calloc() return value. Plug leak of resulting memory.Kenneth R Westerback
2013-06-17Before pulling the TCP options from the mbuf onto the stack, do anAlexander Bluhm
2013-06-17Do not write my IP addresses into the pf_divert Makefile, the testerAlexander Bluhm
2013-06-17link to the new kerberos librariesRobert Nagy
2013-06-17Use "--detach" instead of putting into the backgroun with rc_bg.Antoine Jacoutot
2013-06-17these libraries are either obsolete or got moved to kerberosV/libRobert Nagy
2013-06-17remove asn1_compile and compile_et from usr.bin because theyRobert Nagy
2013-06-17switch to new kerberosV directory layoutRobert Nagy
2013-06-17Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,Philip Guenther
2013-06-172nd part of:Robert Nagy
2013-06-17update kerberosV to Heimdal 1.5.2 using BSD Makefiles basedRobert Nagy
2013-06-17Instead of bcopy() and bcmp() a single pointer in an mbuf tag,Alexander Bluhm
2013-06-17Remove unused field ia_plen from struct in6_ifaddr. The prefixAlexander Bluhm
2013-06-17m68k kernel memcpy/memmove/bcopy implementation in libkern, remove ovbcopy, f...Janne Johansson
2013-06-17Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1qPhilip Guenther
2013-06-17Always add/remove IPv4 addresses consistently from the global list and tree.Martin Pieuchot