summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update for OpenSSL 0.9.7. No assembler code at the moment. Thismarkm2003-01-28276-2619/+12390
| | | | will follow.
* Send ICMP_MASKREQ packets when the '-M' option is specified.mdodd2003-01-282-10/+31
|
* Check bounds for index before dereferencing memory past end of array.phk2003-01-281-1/+1
| | | | Found by: FlexeLint
* Merge conflicts.markm2003-01-2829-1117/+1762
| | | | This is cunning doublespeak for "use vendor code".
* Remove files no longer on OpenSSL 0.9.7. crypto/des/rnd_keys.c ismarkm2003-01-2849-6676/+0
| | | | retained as it is still used.
* Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY().phk2003-01-282-2/+2
|
* This commit was generated by cvs2svn to compensate for changes in r109998,markm2003-01-28943-19752/+102078
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSL release 0.9.7. This release includesmarkm2003-01-28965-20829/+103840
| | | | | | | | support for AES and OpenBSD's hardware crypto.
* | Re-add information for applying for IP space from a registry since thatdbaker2003-01-281-1/+2
| | | | | | | | | | | | | | | | | | hasn't been included since the ancient rs.internic.net address was removed. Offer the option of the five regional registries. MFC after: 3 days
* | Avoid lock order reversal by expanding the scope of thehsu2003-01-282-15/+6
| | | | | | | | AF_INET radix tree lock to cover the ARP data structures.
* | Make the Kerberos 4 bits build against OpenSSL 0.9.7. This requirednectar2003-01-2820-13/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | two basic changes (both of which should be no-ops until OpenSSL 0.9.7 is imported): = Define OPENSSL_DES_LIBDES_COMPATIBILITY wherever we include openssl/des.h. = Spell `struct des_ks_struct []' using the existing `des_key_schedule' typedef. When OpenSSL 0.9.7 is imported, `des_key_schedule' (among other things) will be a macro invocation instead of a typedef, and things should `just work'. Yes, this commit does take several files off the vendor branch. I do not expect there to be future imports of KTH Kerberos 4.
* | Remove BDE_DEBUGGER.jake2003-01-2812-450/+10
| | | | | | | | Discussed with: bde
* | Backout last commit by request.dillon2003-01-281-44/+11
| |
* | fix pathname typosam2003-01-281-2/+2
| | | | | | | | Submitted by: Jim Geovedi <negative@magnesium.net>
* | - Search free device node to open. (fwcontrol.c)simokawa2003-01-283-94/+135
| | | | | | | | | | - Exploit multiple packets read/write for DV stream. (fwdv.c) - Add reference to libdv in the ports collection. (fwcontrol.8)
* | NO_GEOM cleanup: remove subr_disklabel.c from powerpc and x86_64.phk2003-01-282-2/+0
| |
* | NO_GEOM cleanup: remove subr_disk{label,mbr,slice}.c from pc98 kernels.phk2003-01-281-3/+0
| |
* | - Allow multiple packets read/write for IR/IT to reduce system call.simokawa2003-01-282-35/+43
| | | | | | | | - Remove unused variables.
* | NO_GEOM cleanup: subr_disklabel.c no longer needed.phk2003-01-281-1/+0
| |
* | NO_GEOM cleanup: Remove subr_disklabel.c from alpha kernels.phk2003-01-281-1/+0
| |
* | This commit was generated by cvs2svn to compensate for changes in r109983,dougb2003-01-2815-24/+38
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of ISC BIND version 8.3.4dougb2003-01-2815-24/+38
| | |
* | | NO_GEOM cleanup: Don't include subr_disklabel.c in sparc64 buildphk2003-01-281-1/+0
| | |
* | | Band-XXX-aid an easy to provoke panic.phk2003-01-281-0/+7
| | | | | | | | | | | | MFC: 2 weeks
* | | NO_GEOM cleanup: Don't pull subr_disk{slice,label,mbr}.c into i386phk2003-01-281-3/+0
| | | | | | | | | | | | kernels anymore, they are not needed.
* | | Add PCI revision number for 630A and 900B. Enable parity error detectionmbr2003-01-282-19/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | on 900B and 635(A). Re-add the enhanced PHY access register method again for older chipsets, they do not seem to work with all old chips. Reviewed by: phk MFC after: 7 days
* | | Put the right fix in. Instead of deleting the declaration of __FBSDID, webenno2003-01-281-0/+7
| | | | | | | | | | | | undef it before this definition.
* | | Add more scaffolding to make this compile kernel code.phk2003-01-281-0/+7
| | |
* | | Mark some args unused so this compiles in userland.phk2003-01-281-1/+1
| | |
* | | Use a void * to carry the private data for return-call'ed ioctl requests.phk2003-01-281-1/+1
| | | | | | | | | | | | | | | Amongst other things this avoids a complex workaround in the userland regression bits.
* | | - Allow idle's pctcpu time to be calculated.jeff2003-01-281-6/+6
| | |
* | | - Fix the ksq_load calculation. It now reflects the number of entries on thejeff2003-01-281-27/+134
| | | | | | | | | | | | | | | | | | | | | | | | run queue for each cpu. - Introduce kse stealing into the sched_choose() code. This helps balance cpus better in cases where process turnover is high. This implementation is fairly trivial and will likely be only a temporary measure until something more sophisticated has been written.
* | | Do not allow a cached vnode to be shared among multiple mounts of the sametjr2003-01-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | kind of pseudofs-based filesystem. Fixes (at least) one problem where when procfs is mounted mupltiple times, trying to unmount one will often cause the wrong one to get unmounted, and other problem where mounting one procfs on top of another caused the kernel to lock up. Reviewed by: des
* | | Bang! Bang! Bang! etc etcphk2003-01-281-2/+0
| | | | | | | | | | | | | | | | | | Remove NODEVFS and NO_GEOM from options. Approved by: trb@
* | | style(9): add parentheses to sizeof even when not strictly required.des2003-01-285-22/+22
| | | | | | | | | | | | MFC after: 3 days
* | | Bang! Bang! Bang! etc etc.phk2003-01-281-1/+0
| | | | | | | | | | | | Remove NODEVFS option.
* | | A few fixes to rev 1.221silby2003-01-281-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | - Honor the previous behavior of maxfragpackets = 0 or -1 - Take a better stab at fragment statistics - Move / correct a comment Suggested by: maxim@ MFC after: 7 days
* | | Merge pmap_testbit() and pmap_is_modified(). The latter is the only calleralc2003-01-282-58/+18
| | | | | | | | | | | | of the former.
* | | Fix problems with how libufs was used, with regard to mounted/active fs's,jmallett2003-01-281-32/+16
| | | | | | | | | | | | | | | in the new world order of libufs, where we also do statfs, and add a missing close.
* | | This is just a forced-commit to note that the previous commit addressesgad2003-01-280-0/+0
| | | | | | | | | | | | PR 28773 (not 28733!). I have closed both PR 28773 and PR 46890.
* | | Changes so the 'pw' command will allow '$' as the last character in a useridgad2003-01-281-14/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or group name (mainly for the benefit of samba). This pretty much rewrites he pw_checkname() routine, but should work exactly the same except for the above change, and that error messages are somewhat more informative. PR: 28733 46890 Inspired by: example patch written by Terry Lambert Reviewed by: no objections on freebsd-arch and freebsd-current MFC plans: no plans, but will do if people want it in stable.
* | | Fix signed/unsigned comparison warning/error from 'make release'jwd2003-01-281-4/+4
| | |
* | | hint.acpi.0.disable -> hint.acpi.0.disabledfjoe2003-01-271-1/+1
| | | | | | | | | | | | Submitted by: Vitaly Markitantov <vm@dics.com.ua>
* | | No longer force COMPAT_FREEBSD4 to be on.peter2003-01-271-3/+0
| | |
* | | Fix signed/unsigned comparison warnings.mbr2003-01-271-3/+3
| | | | | | | | | | | | | | | Reviewed by: phk Obtained from: NetBSD
* | | Fix signed/unsigned comparison warnings. Fix spelling error inmbr2003-01-271-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | comment. NetBSD Rev. 1.9 and 1.7 Reviewed by: phk Obtained from: NetBSD
* | | Make this work in the !INET6 case -- if we mismatch the AF, don't return ambr2003-01-271-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bogus (uninitialized) structure. Also, ignore v4 ifa's with no broadcast address (rather than core dumping). NetBSD Rev 1.8 Reviewed by: phk Obtained from: NetBSD
* | | Check pmap_flag before sendto.mbr2003-01-271-1/+2
| | | | | | | | | | | | | | | | | | | | | NetBSD r 1.5 Reviewed by: phk Obtained from: NetBSD
* | | Make sure we don't look before the beginning of the string.mbr2003-01-271-2/+2
| | | | | | | | | | | | | | | | | | | | | NetBSD Rev 1.5 Reviewed by: phk Obtained from: NetBSD
* | | Add missing __rpc_fixup_addr. This is needed to makembr2003-01-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | mount_nfs -T work for scoped addresses. NetBSD Rev 1.11 Reviewed by: phk Obtained from: NetBSD
OpenPOWER on IntegriCloud