| Commit message (Expand) | Author | Age | Files | Lines |
* | Update manual pages for OpenSSL 0.9.7d. | nectar | 2004-03-17 | 155 | -324/+1110 |
* | This commit was generated by cvs2svn to compensate for changes in r127128, | nectar | 2004-03-17 | 181 | -1511/+2602 |
|\ |
|
| * | Vendor import of OpenSSL 0.9.7d. | nectar | 2004-03-17 | 190 | -1517/+2619 |
* | | Fix typo | brueffer | 2004-03-17 | 2 | -2/+2 |
* | | o Start sentences on new lines | brueffer | 2004-03-17 | 2 | -16/+34 |
* | | Language cleanup | brueffer | 2004-03-17 | 2 | -18/+18 |
* | | Language cleanup | brueffer | 2004-03-17 | 1 | -6/+6 |
* | | Fix information leakage. | pjd | 2004-03-17 | 1 | -1/+6 |
* | | Make ddp_ports static, as it's not used outside of ddp_usrreq.c. | rwatson | 2004-03-17 | 3 | -3/+2 |
* | | Update list of macros defined in <stdio.h>. | tjr | 2004-03-17 | 1 | -1/+17 |
* | | Re-add description of putc() macro (back out rev. 1.13.) | tjr | 2004-03-17 | 1 | -2/+8 |
* | | Re-add text that says getc() is a macro (back out rev. 1.16.) | tjr | 2004-03-17 | 1 | -1/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r127114, | nectar | 2004-03-17 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Correct a denial-of-service vulnerability in OpenSSL (CAN-2004-0079). | nectar | 2004-03-17 | 1 | -0/+8 |
* | | Correct a grammatical error. | ceri | 2004-03-17 | 1 | -1/+1 |
* | | Improved incorrect usage diagnostics. | ru | 2004-03-17 | 1 | -2/+6 |
* | | Trust bsd.prog.mk to set SRCS correctly. | ru | 2004-03-17 | 1 | -1/+0 |
* | | GC unnecessary include file. | ru | 2004-03-17 | 2 | -38/+0 |
* | | Adjust the number of processes waiting on a semaphore properly if we're | cperciva | 2004-03-17 | 1 | -6/+12 |
* | | Move the _arlconfig define in the existing i386 section. | nyan | 2004-03-17 | 1 | -3/+1 |
* | | This commit was generated by cvs2svn to compensate for changes in r127105, | obrien | 2004-03-17 | 3 | -1388/+0 |
* | | Avoid the whole -I${DESTDIR}/usr/include/gnu issue by including | obrien | 2004-03-17 | 2 | -6/+5 |
* | | Adjust $FreeBSD$'s. | obrien | 2004-03-17 | 2 | -5/+1 |
* | | Fix a POSIX conformance bug. POSIX says sigwait should return error number | davidxu | 2004-03-17 | 2 | -6/+6 |
* | | Add a tip for people who are using database-related ports on a sparc64 | gad | 2004-03-17 | 1 | -0/+7 |
* | | Re-add macro versions of getc(), getchar(), putc(), putchar(), feof(), | tjr | 2004-03-17 | 7 | -34/+28 |
* | | Remove tun_proc; replace with tun_pid. tun_proc pointer may be stale | rwatson | 2004-03-17 | 1 | -7/+14 |
* | | Add tap_mtx to tap_softc in order to protect per-softc variables | rwatson | 2004-03-17 | 2 | -2/+44 |
* | | Implement "arlconfig arlX quality". | fjoe | 2004-03-16 | 8 | -328/+226 |
* | | New release note: | hrs | 2004-03-16 | 2 | -0/+10 |
* | | Avoid doing bawrite to initialize inode block while holding cylinder | kan | 2004-03-16 | 1 | -1/+3 |
* | | Run through indent(1) so I can read the code without getting a headache. | des | 2004-03-16 | 28 | -10634/+10466 |
* | | Fix copyrights and mandoc markup. | fjoe | 2004-03-16 | 3 | -22/+23 |
* | | Use void * instead of char * to avoid violating C99 strict aliasing rules. | des | 2004-03-16 | 1 | -17/+12 |
* | | Use unions to avoid violating C99 strict aliasing rules. | des | 2004-03-16 | 6 | -43/+50 |
* | | Approved by: mat (mentor). | thierry | 2004-03-16 | 1 | -0/+1 |
* | | Add explicit dependency on "ether", since we use ether_ifattach(). | mux | 2004-03-16 | 1 | -0/+1 |
* | | Refactor the existing machine-dependent sf_buf_free() into a machine- | alc | 2004-03-16 | 10 | -127/+48 |
* | | Remove a bogus assertion and readd it in a more correct location. A thread | jhb | 2004-03-16 | 1 | -1/+1 |
* | | Added entries for 90 columns russian VGA modes. | schweikh | 2004-03-16 | 1 | -0/+22 |
* | | Fix $FreeBSD$ ids. | obrien | 2004-03-16 | 11 | -11/+29 |
* | | Change libdisk and sysinstall to use d_addr_t rather than u_long for disk | jhb | 2004-03-16 | 10 | -167/+190 |
* | | Update the SiS support to distinguish older southbridges better. | sos | 2004-03-16 | 2 | -9/+21 |
* | | New release note: | hrs | 2004-03-16 | 2 | -0/+8 |
* | | o Add an -S option to not attempt to ascertain the validity of a shell. | mtm | 2004-03-16 | 2 | -13/+59 |
* | | Remove dangling raidctl reference | phk | 2004-03-16 | 1 | -1/+1 |
* | | Add powerpc to temporary fix. The new cpu device claims all | grehan | 2004-03-16 | 1 | -2/+2 |
* | | Refer to "wide characters" instead of "wide-characters". | tjr | 2004-03-16 | 3 | -15/+15 |
* | | The arlconfig is needed on i386 only. | nyan | 2004-03-16 | 1 | -0/+2 |
* | | Move the arl to i386 only. | nyan | 2004-03-16 | 1 | -1/+1 |