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