141363 Commits

Author SHA1 Message Date
jdolecek
980a85a52a mention the AAC family contains SATA controllers too 2005-11-26 11:38:47 +00:00
skrll
535aed4540 Fixes from Steve Woodford:
- add some missing bus_dmamap_sync operations.
	- don't process other interrupts if we get an error/radio off
	  interrupt.
	- improve command handling - sleep against the descriptor instead
	  of the descriptor set.
2005-11-26 07:42:10 +00:00
tsutsui
ca2b187449 Use aprint_debug() instead of aprint_normal() for messages
of establishing/disestablishing mace interrupt.
2005-11-26 06:18:40 +00:00
simonb
d4b3703a73 Note that M_SUBPROC is only used on sparc/sparc64. 2005-11-26 05:27:08 +00:00
simonb
d077ba210f Convert malloc/free of struct ptimers to pools.
Move the ptimer pool to kern_time.c to keep like pools together,
and it wasn't used in kern_proc.c
2005-11-26 05:26:33 +00:00
tsutsui
36f216123b FALLTHROUH -> FALLTHROUGH (from OpenBSD) 2005-11-26 04:11:31 +00:00
christos
ea39e380db Adjust to the new openssl 2005-11-26 02:32:58 +00:00
christos
65710e59db adjust to the new openssl 2005-11-26 02:32:32 +00:00
christos
5ca310136d deal with const in the new openssl 2005-11-26 01:10:42 +00:00
christos
7cde8ec265 add new files. 2005-11-26 00:36:40 +00:00
christos
a401c70c2c add some more files 2005-11-26 00:36:17 +00:00
christos
f849a69336 Add some more files needed by openssl 2005-11-26 00:35:58 +00:00
christos
85fdc9d1a1 add more casts. 2005-11-25 23:20:00 +00:00
christos
2b723133ba add o_dir.c 2005-11-25 23:18:13 +00:00
christos
b1d8541f7b Add casts. 2005-11-25 22:28:31 +00:00
christos
859fae516a change back to match the openssl original prototype. 2005-11-25 22:22:44 +00:00
christos
6451d0b61f more openssl man pages 2005-11-25 21:19:05 +00:00
christos
0fcdffc1c5 bump libradius 2005-11-25 21:18:34 +00:00
christos
b5d3d971cf add more openssl man pages 2005-11-25 21:18:04 +00:00
christos
aa6ab9451b Update openssl 2005-11-25 21:09:46 +00:00
christos
a298f73e51 Regenerate man pages. 2005-11-25 21:09:33 +00:00
christos
c1cfec6562 Adjust to the new openssl build; bump version. Also if we are compiling
with SSL, link against libcrypto to pick up the proper versions of the
symbols needed.
2005-11-25 21:07:11 +00:00
christos
d9654b877c mention new openssl 2005-11-25 20:40:23 +00:00
christos
bab8f4db0f update sets for new openssl 2005-11-25 20:38:22 +00:00
christos
c4bfa0c238 XXX: This file does not really belong here.
Add ENGINESDIR define
2005-11-25 20:35:41 +00:00
christos
684a3fe509 Add deprecated functions that openssh still uses. 2005-11-25 20:34:58 +00:00
christos
051fcc4890 put ENGINESDIR define in Makefile.openssl 2005-11-25 20:34:31 +00:00
thorpej
959eb5dd8e Statically initalize the systrace lock. systrace_init() is now not
needed on NetBSD.  Remove the call from main().
2005-11-25 20:32:32 +00:00
christos
bdfb565183 bump libssh 2005-11-25 20:29:16 +00:00
christos
211369f7bd bump libkrb5 2005-11-25 20:28:39 +00:00
christos
9b80bb7a00 bump libssl, and add new includes. 2005-11-25 20:28:18 +00:00
thorpej
6685f0f408 Use a once control to initialize the LKM subsystem on first open. Remove
the lkm_init() call from main().
2005-11-25 20:13:54 +00:00
christos
64a43eb2f4 test for new functions. 2005-11-25 20:07:14 +00:00
thorpej
49fc1cb09c Use a once control to initialize the NFS server / client shared data
from nfs_vfs_init() or sys_nfssvc().  Remove the nfs_init() call from
main().
2005-11-25 20:01:38 +00:00
christos
9ea9ccfcc6 Adjust to the new openssl-0.9.8a. Notable changes:
- no more fips
    - new algorithms
Bump version to 3.0
2005-11-25 19:15:08 +00:00
christos
50a9cbc98b Resolve conflicts:
1. Instead of trying to cleanup the ugly ifdefs, we leave them alone so that
   there are going to be fewer conflicts in the future.
2. Where we make changes to override things #ifdef __NetBSD__ around them
   so that it is clear what we are changing. This is still missing in some
   places, notably in opensslconf.h because it would make things messier.
2005-11-25 19:14:11 +00:00
thorpej
9c99eab147 Use a once control to call initialize the 802.11 layer when
ieee80211_ifattach() is called.  "wlan" no longer needs-flag,
and remove the ieee80211_init() call from main().
2005-11-25 17:33:56 +00:00
thorpej
4537c59ffb Add swcrypto 2005-11-25 16:42:55 +00:00
thorpej
cfc81086d9 swcr -> swcrypto 2005-11-25 16:41:31 +00:00
thorpej
7385cdd346 "pseudo-device crypto" really refers to the /dev/crypto API to the
opencrypto framework, not the framework itself.  Update the comment
accordingly.
2005-11-25 16:35:11 +00:00
thorpej
751f32db24 Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
commented out).
2005-11-25 16:30:23 +00:00
thorpej
7bc6d90c9d - De-couple the software crypto implementation from the rest of the
framework.  There is no need to waste the space if you are only using
  algoritms provided by hardware accelerators.  To get the software
  implementations, add "pseudo-device swcr" to your kernel config.
- Lazily initialize the opencrypto framework when crypto drivers
  (either hardware or swcr) register themselves with the framework.
2005-11-25 16:16:46 +00:00
tsutsui
f7e281c38a Remove unnecessary byteswap code so that bge(4) should work
at least on macppc.
2005-11-25 15:30:34 +00:00
simonb
35c06e774b More KNF. 2005-11-25 14:10:35 +00:00
simonb
f550ec6c5a Include <sys/systm.h> if we use printf(), instead of relying on some
other random header pulling <sys/systm.h> in for us.
2005-11-25 13:55:14 +00:00
tsutsui
648f74397a No need to include <machine/vmparam.h> here. 2005-11-25 13:37:58 +00:00
elad
d51a16a060 Remove few no longer needed XXX comments about fsid/fileid being
not the same type as dev_t/ino_t.
2005-11-25 12:02:09 +00:00
simonb
29d9af43d0 KNF. 2005-11-25 11:50:55 +00:00
hannken
1ea5b5631c Make it compile on archs without __HAVE_RAS. 2005-11-25 11:29:48 +00:00
agc
40a712f2d4 Be pragmatic - move user(8) to a 3-clause BSD licence. 2005-11-25 08:00:18 +00:00