Commit Graph

182602 Commits

Author SHA1 Message Date
tsutsui
3682a7593c Sprinkle keyword volatile around device register accesses. 2009-07-20 16:45:50 +00:00
tsutsui
5651717f26 Sprinkle keyword volatile around device register accesses. 2009-07-20 16:25:22 +00:00
christos
35bdca4d17 use the proper libcrypto 2009-07-20 15:48:16 +00:00
christos
c5a57f5582 Use the correct libcrypto. 2009-07-20 15:46:51 +00:00
christos
58e8878cb5 use the proper libcrypto 2009-07-20 15:43:51 +00:00
christos
36f53fd260 depend on the proper libcrypto 2009-07-20 15:41:55 +00:00
christos
5abcee2a8c find the correct libcrypto 2009-07-20 15:40:05 +00:00
christos
9610bc301c make sha256/512 binary compatible with the libc version which we now use. 2009-07-20 15:34:49 +00:00
christos
c9c3cfbcf5 catch up with openssl's abi change. do_cipher length changed from u_int to
size_t.
2009-07-20 15:33:44 +00:00
christos
ddb6af4806 catch up with openssl constification 2009-07-20 15:32:33 +00:00
christos
28a175e482 Put back dsl's string changes, but fix memchr.S to use cmp (rather
than test) so that the condition code is set correctly (and fix the
comments: 0x10->0x01 and ^->&).   From Anon Ymous

XXX: There are similar comment errors in some of the other string code.

XXX: We really need a regression test that includes misaligned memory
with searches designed to catch corner cases such as searching for 0,
-1, etc, and search length limit violations.  Searching for 0 on
misaligned memory would have caught this problem.
2009-07-20 15:21:00 +00:00
christos
13763a400f Put back dsl's string changes, but fix memchr.S to use cmp so that the
condition code is set (and fix the comments 0x10->0x01). From Anon Ymous
We need a test for memchr(x, -1)...
2009-07-20 15:20:59 +00:00
skrll
8d8039fe60 libcrypto moved. 2009-07-20 12:16:37 +00:00
pooka
c6181c7b2f Re-add explanation of how to correctly use realloc. 2009-07-20 12:10:03 +00:00
nisimura
5c2940d31a - add missing "usb* at ehci?" line. 2009-07-20 11:46:17 +00:00
nisimura
8264ac9ae9 - fix rge.c breakage.
- stand/netboot is reported working for KuroBox and TeraStatation.
Some more fixes will follow.
- withdraw files which remain work-in-progress for now.
2009-07-20 11:43:08 +00:00
kiyohara
b922a542ab Fix little bit, and add a few files.
current status is to see following thread.
    http://mail-index.netbsd.org/port-ia64/2009/06/18/msg000102.html
2009-07-20 11:23:04 +00:00
wiz
46ec96ceb4 Formatting nit. 2009-07-20 07:58:54 +00:00
dholland
8a0aa42d77 Use random() instead of rand(), and seed with time instead of pid. 2009-07-20 06:43:18 +00:00
dholland
a4cc1f4f06 Assorted minor cleanups, no functional change:
- u_int* -> uint*
   - don't make private typedefs of system structures
   - use curses TRUE and FALSE only with curses booleans, otherwise
     true and false;
   - includes cleanup
   - group globals in extern.c by functionality

Object file diffs inspected.
2009-07-20 06:39:06 +00:00
kiyohara
26abeccab5 Fix little bit, and add a few files.
current status is to see following thread.
      http://mail-index.netbsd.org/port-ia64/2009/06/18/msg000102.html
2009-07-20 06:14:15 +00:00
kiyohara
a9dc2bbc0f s/struct device/device_t/.
s/struct cfdata/cfdata_t/.
Remove unused <sys/bus.h>
The macro CFATTACH_DECL_NEW() was call with size 0 temporarily.
2009-07-20 06:12:41 +00:00
dholland
d547a06ea3 A bit more whitespace. 2009-07-20 06:09:29 +00:00
dholland
62c771fd10 Whitespace. 2009-07-20 06:00:56 +00:00
dholland
30870bd58b ANSIfy. Use __dead. Object diffs checked. 2009-07-20 05:44:02 +00:00
dholland
d99ff15344 ANSIfy. Also, we now have RANDOM_MAX; use it. Object diffs checked... 2009-07-20 05:33:35 +00:00
kiyohara
e4fee361e4 Fix little bit, and add a few files.
current status is to see following thread.
    http://mail-index.netbsd.org/port-ia64/2009/06/18/msg000102.html
Also call banner().
2009-07-20 05:10:49 +00:00
kiyohara
93b81f4c81 Fix little bit, and add a few files.
current status is to see following thread.
    http://mail-index.netbsd.org/port-ia64/2009/06/18/msg000102.html
2009-07-20 04:59:03 +00:00
kiyohara
833b14845d Fix little bit, and add a few files.
current status is to see following thread.
    http://mail-index.netbsd.org/port-ia64/2009/06/18/msg000102.html
2009-07-20 04:41:36 +00:00
kiyohara
142809ac35 Globalize uvm_emap_size. It use to calculate size of kernel page table.
http://mail-index.netbsd.org/current-users/2009/07/13/msg009983.html
2009-07-20 03:51:42 +00:00
christos
1621a90cd8 revert changes that made new kernels hang in ACPI detection 2009-07-19 23:45:29 +00:00
christos
22505a154a add openssl 2009-07-19 23:44:20 +00:00
christos
e3aebf9996 new openssl 2009-07-19 23:43:46 +00:00
christos
4dc03982b1 mention openssl changes 2009-07-19 23:42:58 +00:00
christos
fd8c6a1608 new openssl 2009-07-19 23:38:11 +00:00
christos
11255cfb27 OpenSSL has moved 2009-07-19 23:37:30 +00:00
christos
727afc0c47 Add build glue 2009-07-19 23:36:49 +00:00
christos
92baa9892f OpenSSL moved to crypto/external 2009-07-19 23:35:02 +00:00
christos
2e69c03e37 openssl moved 2009-07-19 23:34:00 +00:00
christos
75534b786a Add one more generated file and install in /usr/bin 2009-07-19 23:33:34 +00:00
christos
49d46fa3c8 - add build glue
- apply our changes
2009-07-19 23:30:37 +00:00
minskim
5901c2ceb4 - Delete trailing whitespace.
- Use tabs to indent.
2009-07-19 23:29:31 +00:00
minskim
39e3066b15 Enable IP_MINTTL option for SOCK_DGRAM sockets. 2009-07-19 23:17:33 +00:00
minskim
5b0aec9f3e Add brief description of IP_RECVTTL and IP_MINTTL options. 2009-07-19 23:11:19 +00:00
christos
a89c9211e5 import new openssl snapshot 2009-07-19 23:01:17 +00:00
rmind
1be5c7a891 pmap_emap_sync: add an argument, and do not perform pmap_load() during
context switch (pmap_destroy() path seems to be unsafe), instead just
perform tlbflush().  Slightly inefficient, but good enough for now.
2009-07-19 15:17:29 +00:00
yamt
0436400c70 set LP_RUNNING when starting lwp0 and idle lwps.
add assertions.
2009-07-19 10:11:55 +00:00
yamt
1a3805652d remove unnecessary casts. 2009-07-19 10:09:11 +00:00
wiz
2e77f486e6 New sentence, new line. 2009-07-19 07:02:21 +00:00
kiyohara
1f46950ef0 Support siisata@cardbus.
It tested on amd64 and i386 only.
2009-07-19 06:28:08 +00:00