| Commit message (Expand) | Author | Age | Files | Lines |
* | Document some more src.conf(5) options: | yar | 2006-07-31 | 3 | -0/+13 |
* | Actually skip over undocumented options with "continue" | yar | 2006-07-31 | 1 | -0/+1 |
* | Do not forget to increment the input line counter | yar | 2006-07-31 | 1 | -0/+1 |
* | Granting the amount of misunderstanding the last change received, | yar | 2006-07-31 | 1 | -1/+7 |
* | Remove two unused variables. | kientzle | 2006-07-31 | 1 | -6/+0 |
* | Add the bones for PowerPC release documentation. This has been | marcel | 2006-07-31 | 12 | -1/+152 |
* | Add proc-ia64.sgml to SRCS (uncomment). | marcel | 2006-07-31 | 1 | -1/+1 |
* | Fix the following bugs in re(4) | wpaul | 2006-07-30 | 2 | -40/+51 |
* | Use NO_SHARED=YES to force a static link. | marcel | 2006-07-30 | 1 | -1/+1 |
* | Pass BN_CTX to internal functions instead of allocating it internally. | simon | 2006-07-30 | 1 | -27/+35 |
* | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. | kientzle | 2006-07-30 | 1 | -1/+4 |
* | Conditionally include sys/mkdev.h on platforms (such as Solaris) that need it. | kientzle | 2006-07-30 | 1 | -0/+3 |
* | Resolve conflicts after import of OpenSSL 0.9.8b. | simon | 2006-07-30 | 1 | -53/+215 |
* | This script should probably have an enabling variable since it can produce | mckay | 2006-07-30 | 1 | -2/+4 |
* | o Kill unneeded assignment. | maxim | 2006-07-30 | 1 | -1/+0 |
* | Use 'skip' when ignoring data in tar archives. This dramatically | kientzle | 2006-07-30 | 11 | -11/+287 |
* | Don't mention 'pax' in the context of POSIX-1988, since | kientzle | 2006-07-29 | 1 | -5/+4 |
* | Remove mention of 'tp' format, since that support has been | kientzle | 2006-07-29 | 1 | -10/+0 |
* | Sync FREEBSD-Xlist with what was actually excluded from OpenSSL 0.9.8b | simon | 2006-07-29 | 1 | -0/+4 |
* | Add some rough notes on how to import a new OpenSSL version into the | simon | 2006-07-29 | 1 | -0/+42 |
* | Document many of the sysctls in acpi. Bump the date on acpi_thermal.4 | njl | 2006-07-29 | 2 | -9/+91 |
* | Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt to | njl | 2006-07-29 | 2 | -2/+7 |
* | Add /usr/lib/engines for OpenSSL engines. | simon | 2006-07-29 | 2 | -0/+4 |
* | Bump __FreeBSD_version for OpenSSL 0.9.8b import. | simon | 2006-07-29 | 1 | -1/+1 |
* | Link kldxref(8) static on PowerPC to work around a SIGSEGV that | marcel | 2006-07-29 | 1 | -0/+4 |
* | Upgrade to OpenSSL 0.9.8b. | simon | 2006-07-29 | 299 | -3674/+6561 |
* | Change maketempfile() to return a FILE* so as to eliminate the fopen() | marcel | 2006-07-29 | 1 | -6/+7 |
* | Resolve conflicts after import of OpenSSL 0.9.8b. | simon | 2006-07-29 | 112 | -24404/+1759 |
* | This commit was generated by cvs2svn to compensate for changes in r160814, | simon | 2006-07-29 | 892 | -19778/+97022 |
|\ |
|
| * | Vendor import of OpenSSL 0.9.8b | simon | 2006-07-29 | 915 | -20663/+98999 |
| * | Remove files that are no longer part of OpenSSL from the vendor | nectar | 2005-02-25 | 57 | -15302/+0 |
* | | Remove sio(4) and related options from MI files to amd64, i386 | marcel | 2006-07-29 | 15 | -44/+141 |
* | | Tell more of the sh(1) history. | yar | 2006-07-29 | 1 | -2/+17 |
* | | Extend the MK_INET6 section by rescue/ping6 and the manpages. | yar | 2006-07-29 | 1 | -0/+14 |
* | | Do not put BN_CTX structures on the stack, but instead allocate them | simon | 2006-07-28 | 1 | -25/+36 |
* | | Remove debug code. | stefanf | 2006-07-28 | 3 | -12/+0 |
* | | Allow to configure a kernel with envy24 support as documented in the | netchild | 2006-07-28 | 2 | -0/+6 |
* | | - Add more debugging information to make it simpler to understand | simon | 2006-07-28 | 1 | -2/+19 |
* | | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg is | jhb | 2006-07-28 | 10 | -14/+11 |
* | | Add missing .El to close list. | simon | 2006-07-28 | 1 | -0/+1 |
* | | Regen for MPSAFE flag removal. | jhb | 2006-07-28 | 27 | -1479/+1489 |
* | | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used to | jhb | 2006-07-28 | 21 | -1605/+1465 |
* | | Various fixes to comments in the syscall master files including removing | jhb | 2006-07-28 | 4 | -19/+10 |
* | | - fix memory leak after "kldunload snd_ak452x.ko" | netchild | 2006-07-28 | 2 | -10/+26 |
* | | Regen. | jhb | 2006-07-28 | 4 | -7/+7 |
* | | - Explicitly lock Giant to protect the fields in the svr4_strm structure | jhb | 2006-07-28 | 3 | -12/+44 |
* | | - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all. | yar | 2006-07-28 | 6 | -49/+52 |
* | | Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities, | yar | 2006-07-28 | 18 | -307/+321 |
* | | Add a test program which performs some very basic tests of libmp(3). | simon | 2006-07-28 | 3 | -0/+233 |
* | | Remove trailing spaces. | pjd | 2006-07-28 | 1 | -1/+1 |