| Commit message (Expand) | Author | Age | Files | Lines |
* | Check bounds for index before dereferencing memory past end of array. | phk | 2003-01-28 | 1 | -1/+1 |
* | Merge conflicts. | markm | 2003-01-28 | 29 | -1117/+1762 |
* | Remove files no longer on OpenSSL 0.9.7. crypto/des/rnd_keys.c is | markm | 2003-01-28 | 49 | -6676/+0 |
* | Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY(). | phk | 2003-01-28 | 2 | -2/+2 |
* | This commit was generated by cvs2svn to compensate for changes in r109998, | markm | 2003-01-28 | 943 | -19752/+102078 |
|\ |
|
| * | Vendor import of OpenSSL release 0.9.7. This release includes | markm | 2003-01-28 | 965 | -20829/+103840 |
* | | Re-add information for applying for IP space from a registry since that | dbaker | 2003-01-28 | 1 | -1/+2 |
* | | Avoid lock order reversal by expanding the scope of the | hsu | 2003-01-28 | 2 | -15/+6 |
* | | Make the Kerberos 4 bits build against OpenSSL 0.9.7. This required | nectar | 2003-01-28 | 20 | -13/+32 |
* | | Remove BDE_DEBUGGER. | jake | 2003-01-28 | 12 | -450/+10 |
* | | Backout last commit by request. | dillon | 2003-01-28 | 1 | -44/+11 |
* | | fix pathname typo | sam | 2003-01-28 | 1 | -2/+2 |
* | | - Search free device node to open. (fwcontrol.c) | simokawa | 2003-01-28 | 3 | -94/+135 |
* | | NO_GEOM cleanup: remove subr_disklabel.c from powerpc and x86_64. | phk | 2003-01-28 | 2 | -2/+0 |
* | | NO_GEOM cleanup: remove subr_disk{label,mbr,slice}.c from pc98 kernels. | phk | 2003-01-28 | 1 | -3/+0 |
* | | - Allow multiple packets read/write for IR/IT to reduce system call. | simokawa | 2003-01-28 | 2 | -35/+43 |
* | | NO_GEOM cleanup: subr_disklabel.c no longer needed. | phk | 2003-01-28 | 1 | -1/+0 |
* | | NO_GEOM cleanup: Remove subr_disklabel.c from alpha kernels. | phk | 2003-01-28 | 1 | -1/+0 |
* | | This commit was generated by cvs2svn to compensate for changes in r109983, | dougb | 2003-01-28 | 15 | -24/+38 |
|\ \ |
|
| * | | Import of ISC BIND version 8.3.4 | dougb | 2003-01-28 | 15 | -24/+38 |
* | | | NO_GEOM cleanup: Don't include subr_disklabel.c in sparc64 build | phk | 2003-01-28 | 1 | -1/+0 |
* | | | Band-XXX-aid an easy to provoke panic. | phk | 2003-01-28 | 1 | -0/+7 |
* | | | NO_GEOM cleanup: Don't pull subr_disk{slice,label,mbr}.c into i386 | phk | 2003-01-28 | 1 | -3/+0 |
* | | | Add PCI revision number for 630A and 900B. Enable parity error detection | mbr | 2003-01-28 | 2 | -19/+86 |
* | | | Put the right fix in. Instead of deleting the declaration of __FBSDID, we | benno | 2003-01-28 | 1 | -0/+7 |
* | | | Add more scaffolding to make this compile kernel code. | phk | 2003-01-28 | 1 | -0/+7 |
* | | | Mark some args unused so this compiles in userland. | phk | 2003-01-28 | 1 | -1/+1 |
* | | | Use a void * to carry the private data for return-call'ed ioctl requests. | phk | 2003-01-28 | 1 | -1/+1 |
* | | | - Allow idle's pctcpu time to be calculated. | jeff | 2003-01-28 | 1 | -6/+6 |
* | | | - Fix the ksq_load calculation. It now reflects the number of entries on the | jeff | 2003-01-28 | 1 | -27/+134 |
* | | | Do not allow a cached vnode to be shared among multiple mounts of the same | tjr | 2003-01-28 | 1 | -1/+2 |
* | | | Bang! Bang! Bang! etc etc | phk | 2003-01-28 | 1 | -2/+0 |
* | | | style(9): add parentheses to sizeof even when not strictly required. | des | 2003-01-28 | 5 | -22/+22 |
* | | | Bang! Bang! Bang! etc etc. | phk | 2003-01-28 | 1 | -1/+0 |
* | | | A few fixes to rev 1.221 | silby | 2003-01-28 | 1 | -9/+17 |
* | | | Merge pmap_testbit() and pmap_is_modified(). The latter is the only caller | alc | 2003-01-28 | 2 | -58/+18 |
* | | | Fix problems with how libufs was used, with regard to mounted/active fs's, | jmallett | 2003-01-28 | 1 | -32/+16 |
* | | | This is just a forced-commit to note that the previous commit addresses | gad | 2003-01-28 | 0 | -0/+0 |
* | | | Changes so the 'pw' command will allow '$' as the last character in a userid | gad | 2003-01-28 | 1 | -14/+51 |
* | | | Fix signed/unsigned comparison warning/error from 'make release' | jwd | 2003-01-28 | 1 | -4/+4 |
* | | | hint.acpi.0.disable -> hint.acpi.0.disabled | fjoe | 2003-01-27 | 1 | -1/+1 |
* | | | No longer force COMPAT_FREEBSD4 to be on. | peter | 2003-01-27 | 1 | -3/+0 |
* | | | Fix signed/unsigned comparison warnings. | mbr | 2003-01-27 | 1 | -3/+3 |
* | | | Fix signed/unsigned comparison warnings. Fix spelling error in | mbr | 2003-01-27 | 1 | -4/+5 |
* | | | Make this work in the !INET6 case -- if we mismatch the AF, don't return a | mbr | 2003-01-27 | 1 | -9/+10 |
* | | | Check pmap_flag before sendto. | mbr | 2003-01-27 | 1 | -1/+2 |
* | | | Make sure we don't look before the beginning of the string. | mbr | 2003-01-27 | 1 | -2/+2 |
* | | | Add missing __rpc_fixup_addr. This is needed to make | mbr | 2003-01-27 | 1 | -0/+3 |
* | | | Free the correct buffer in error handling. | mbr | 2003-01-27 | 1 | -1/+3 |
* | | | Reset the record lenght and received bytes once a record | mbr | 2003-01-27 | 1 | -0/+9 |