summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to OpenSSL 0.9.8b.simon2006-07-29299-3674/+6561
* Change maketempfile() to return a FILE* so as to eliminate the fopen()marcel2006-07-291-6/+7
* Resolve conflicts after import of OpenSSL 0.9.8b.simon2006-07-29112-24404/+1759
* This commit was generated by cvs2svn to compensate for changes in r160814,simon2006-07-29892-19778/+97022
|\
| * Vendor import of OpenSSL 0.9.8bsimon2006-07-29915-20663/+98999
| * Remove files that are no longer part of OpenSSL from the vendornectar2005-02-2557-15302/+0
* | Remove sio(4) and related options from MI files to amd64, i386marcel2006-07-2915-44/+141
* | Tell more of the sh(1) history.yar2006-07-291-2/+17
* | Extend the MK_INET6 section by rescue/ping6 and the manpages.yar2006-07-291-0/+14
* | Do not put BN_CTX structures on the stack, but instead allocate themsimon2006-07-281-25/+36
* | Remove debug code.stefanf2006-07-283-12/+0
* | Allow to configure a kernel with envy24 support as documented in thenetchild2006-07-282-0/+6
* | - Add more debugging information to make it simpler to understandsimon2006-07-281-2/+19
* | Retire SYF_ARGMASK and remove both SYF_MPSAFE and SYF_ARGMASK. sy_narg isjhb2006-07-2810-14/+11
* | Add missing .El to close list.simon2006-07-281-0/+1
* | Regen for MPSAFE flag removal.jhb2006-07-2827-1479/+1489
* | Now that all system calls are MPSAFE, retire the SYF_MPSAFE flag used tojhb2006-07-2821-1605/+1465
* | Various fixes to comments in the syscall master files including removingjhb2006-07-284-19/+10
* | - fix memory leak after "kldunload snd_ak452x.ko"netchild2006-07-282-10/+26
* | Regen.jhb2006-07-284-7/+7
* | - Explicitly lock Giant to protect the fields in the svr4_strm structurejhb2006-07-283-12/+44
* | - Achieve WARNS=3 by using sparse initializers or avoiding initializers at all.yar2006-07-286-49/+52
* | Achieve WARNS=2 by using uintmax_t to pass around 64-bit quantities,yar2006-07-2818-307/+321
* | Add a test program which performs some very basic tests of libmp(3).simon2006-07-283-0/+233
* | Remove trailing spaces.pjd2006-07-281-1/+1
* | Use existing roundup2() macro.pjd2006-07-281-1/+1
* | 'make distribution' must be run from src, not src/etc, so that the properthomas2006-07-281-1/+1
* | Update manual page.pjd2006-07-281-7/+8
* | Both fields of struct timeval are of a non-basic type,yar2006-07-281-6/+10
* | Avoid useless work: Do not build inet6.c if INET6 support is off.yar2006-07-281-1/+3
* | Do not forget about INET6 and MK_INET6_SUPPORT.yar2006-07-281-0/+6
* | The lukemftpd code depends on INET6. Therefore MK_INET6_SUPPORTyar2006-07-281-0/+5
* | Populate the MK_INET6 block.yar2006-07-281-3/+13
* | Mention the dependency on firmware(4).brueffer2006-07-281-1/+3
* | Kerberos/Heimdal doesn't really depend on the INET6 macro.yar2006-07-281-1/+0
* | - Use SWIDTH0 for combining characters. [1]jkoshy2006-07-281-15/+34
* | Unify the checking for lock misbehavior in the various syscall()jhb2006-07-2710-53/+117
* | Argh, fix compile with XBOX enabled. Somehow I missed a LINT compile. :(jhb2006-07-271-1/+1
* | Adjust td_locks for non-spin mutexes, rwlocks, and sx locks so that it isjhb2006-07-273-1/+17
* | Add KTR_SYSC tracing to the syscall() implementations that didn't have itjhb2006-07-273-0/+20
* | Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofthompsa2006-07-275-53/+50
* | Add extra code into kbdmux(4)s read_char() method toemax2006-07-271-0/+21
* | Hold the reference on the mountpoint slightly longer in kern_statfs() andjhb2006-07-272-4/+4
* | Write a magic value into mtx_lock when destroying a mutex that will forcejhb2006-07-272-0/+16
* | Fix a file descriptor race I reintroduced when I split accept1() up intojhb2006-07-273-16/+41
* | Add missing ptrace(2) system-call stops to various syscall()jhb2006-07-274-0/+20
* | Don't allow MAXMEM or hw.physmem to extend the top of memory if our memoryjhb2006-07-272-8/+17
* | Remove Alpha remnants.marcel2006-07-275-37/+0
* | Conditionally expand the size_invs lookup table in arena_run_reg_dalloc()jasone2006-07-271-1/+12
* | Document that both sides of -a or -o are always evaluated. Thisyar2006-07-271-1/+8
OpenPOWER on IntegriCloud