markm
ad7148cc98
Remove files no longer on OpenSSL 0.9.7. crypto/des/rnd_keys.c is
...
retained as it is still used.
2003-01-28 22:12:30 +00:00
phk
dd0fdd4b43
Use VOP_SPECSTRATEGY() instead of VOP_STRATEGY().
2003-01-28 21:46:21 +00:00
markm
33af127a88
This commit was generated by cvs2svn to compensate for changes in r109998,
...
which included commits to RCS files with non-trunk default branches.
2003-01-28 21:43:22 +00:00
markm
aad1d64cb5
Vendor import of OpenSSL release 0.9.7. This release includes
...
support for AES and OpenBSD's hardware crypto.
2003-01-28 21:43:22 +00:00
dbaker
c659131c45
Re-add information for applying for IP space from a registry since that
...
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
2003-01-28 21:29:23 +00:00
hsu
251a68e729
Avoid lock order reversal by expanding the scope of the
...
AF_INET radix tree lock to cover the ARP data structures.
2003-01-28 20:22:19 +00:00
nectar
4bcab33bf9
Make the Kerberos 4 bits build against OpenSSL 0.9.7. This required
...
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.
2003-01-28 20:18:26 +00:00
jake
ae6dbfd8a7
Remove BDE_DEBUGGER.
...
Discussed with: bde
2003-01-28 19:05:44 +00:00
dillon
e0d4d79d7c
Backout last commit by request.
2003-01-28 18:44:40 +00:00
sam
ad53dde459
fix pathname typo
...
Submitted by: Jim Geovedi <negative@magnesium.net>
2003-01-28 17:11:48 +00:00
simokawa
10a2ca5226
- Search free device node to open. (fwcontrol.c)
...
- Exploit multiple packets read/write for DV stream. (fwdv.c)
- Add reference to libdv in the ports collection. (fwcontrol.8)
2003-01-28 17:00:23 +00:00
phk
13f4fc9ec0
NO_GEOM cleanup: remove subr_disklabel.c from powerpc and x86_64.
2003-01-28 16:37:22 +00:00
phk
aa0c9ec215
NO_GEOM cleanup: remove subr_disk{label,mbr,slice}.c from pc98 kernels.
2003-01-28 16:36:39 +00:00
simokawa
e62202f284
- Allow multiple packets read/write for IR/IT to reduce system call.
...
- Remove unused variables.
2003-01-28 15:09:07 +00:00
phk
ec44d93042
NO_GEOM cleanup: subr_disklabel.c no longer needed.
2003-01-28 14:51:32 +00:00
phk
b0ff4f9dbc
NO_GEOM cleanup: Remove subr_disklabel.c from alpha kernels.
2003-01-28 13:50:49 +00:00
dougb
0274df8781
This commit was generated by cvs2svn to compensate for changes in r109983,
...
which included commits to RCS files with non-trunk default branches.
2003-01-28 13:09:17 +00:00
dougb
02f065cde2
Import of ISC BIND version 8.3.4
2003-01-28 13:09:17 +00:00
phk
07bdc9a9c1
NO_GEOM cleanup: Don't include subr_disklabel.c in sparc64 build
2003-01-28 13:00:49 +00:00
phk
09a3f98b17
Band-XXX-aid an easy to provoke panic.
...
MFC: 2 weeks
2003-01-28 12:10:11 +00:00
phk
4389d08cbd
NO_GEOM cleanup: Don't pull subr_disk{slice,label,mbr}.c into i386
...
kernels anymore, they are not needed.
2003-01-28 11:09:22 +00:00
mbr
c4a0722434
Add PCI revision number for 630A and 900B. Enable parity error detection
...
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
2003-01-28 10:55:38 +00:00
benno
70310f135b
Put the right fix in. Instead of deleting the declaration of __FBSDID, we
...
undef it before this definition.
2003-01-28 10:54:31 +00:00
phk
1b12d97b50
Add more scaffolding to make this compile kernel code.
2003-01-28 09:48:59 +00:00
phk
d12257b0f6
Mark some args unused so this compiles in userland.
2003-01-28 09:48:09 +00:00
phk
188cb3f63b
Use a void * to carry the private data for return-call'ed ioctl requests.
...
Amongst other things this avoids a complex workaround in the userland
regression bits.
2003-01-28 09:47:50 +00:00
jeff
ea90c5e5d4
- Allow idle's pctcpu time to be calculated.
2003-01-28 09:30:17 +00:00
jeff
4b57d52c50
- Fix the ksq_load calculation. It now reflects the number of entries on the
...
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.
2003-01-28 09:28:20 +00:00
tjr
7c38f578b5
Do not allow a cached vnode to be shared among multiple mounts of the same
...
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
2003-01-28 09:21:42 +00:00
phk
23ad122bb9
Bang! Bang! Bang! etc etc
...
Remove NODEVFS and NO_GEOM from options.
Approved by: trb@
2003-01-28 09:04:19 +00:00
des
7a494517a4
style(9): add parentheses to sizeof even when not strictly required.
...
MFC after: 3 days
2003-01-28 08:04:40 +00:00
phk
460afc7340
Bang! Bang! Bang! etc etc.
...
Remove NODEVFS option.
2003-01-28 07:15:22 +00:00
silby
55d712196b
A few fixes to rev 1.221
...
- 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
2003-01-28 03:39:39 +00:00
alc
6661ebbc1b
Merge pmap_testbit() and pmap_is_modified(). The latter is the only caller
...
of the former.
2003-01-28 03:01:35 +00:00
jmallett
502261f07f
Fix problems with how libufs was used, with regard to mounted/active fs's,
...
in the new world order of libufs, where we also do statfs, and add a missing
close.
2003-01-28 02:42:01 +00:00
gad
bf8f717d04
This is just a forced-commit to note that the previous commit addresses
...
PR 28773 (not 28733!). I have closed both PR 28773 and PR 46890.
2003-01-28 01:35:52 +00:00
gad
b9c46dc8f9
Changes so the 'pw' command will allow '$' as the last character in a userid
...
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.
2003-01-28 01:21:57 +00:00
jwd
24a72fc271
Fix signed/unsigned comparison warning/error from 'make release'
2003-01-28 00:33:53 +00:00
fjoe
c26355244c
hint.acpi.0.disable -> hint.acpi.0.disabled
...
Submitted by: Vitaly Markitantov <vm@dics.com.ua>
2003-01-27 23:30:21 +00:00
peter
d7e400a15f
No longer force COMPAT_FREEBSD4 to be on.
2003-01-27 23:01:03 +00:00
mbr
48a0e2255a
Fix signed/unsigned comparison warnings.
...
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:46:50 +00:00
mbr
8273c63b65
Fix signed/unsigned comparison warnings. Fix spelling error in
...
comment.
NetBSD Rev. 1.9 and 1.7
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:45:08 +00:00
mbr
5bcca953be
Make this work in the !INET6 case -- if we mismatch the AF, don't return a
...
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
2003-01-27 22:43:23 +00:00
mbr
53b8543d8d
Check pmap_flag before sendto.
...
NetBSD r 1.5
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:38:25 +00:00
mbr
5a16f354fd
Make sure we don't look before the beginning of the string.
...
NetBSD Rev 1.5
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:36:53 +00:00
mbr
e61117f9e2
Add missing __rpc_fixup_addr. This is needed to make
...
mount_nfs -T work for scoped addresses.
NetBSD Rev 1.11
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:27:55 +00:00
mbr
00bea96dad
Free the correct buffer in error handling.
...
Handle that malloc may return NULL.
NetBSD Rev. 1.8
Reviewed by: phk
Obtained from: NetBSD
2003-01-27 22:22:59 +00:00
mbr
28bc7aa886
Reset the record lenght and received bytes once a record
...
is finished. This fixes clients doing two RPCs over the
same connection at the same time. Without this fix, we
could end with a reply to old data.
Submitted by: Frank van der Linden <fvdl@netbsd.org>
Reviewed by: rwatson
Obtained from: NetBSD
2003-01-27 22:19:32 +00:00
dillon
7995bad207
Update mount_nfs documentation to reference new sysctl for -c default.
2003-01-27 20:12:32 +00:00
jake
653f23c4bf
Add the sabtty children devices as unordered. Use the unit numbr of
...
the sabtty device to create its description so that they will be
unique for machines with multiple sab chips.
This fixes a panic on machines with an rsc card.
Tested by: obrien (e250)
2003-01-27 18:39:09 +00:00