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
tsutsui
3685aebdb6
Replace one missed bcopy(9) with memcpy(9).
2009-07-19 05:46:15 +00:00
tsutsui
95b880f361
Remove extra whitespace added by a dumb tool which replaced bcopy with memcpy.
2009-07-19 05:43:22 +00:00
dholland
22ba08b022
minor knf
2009-07-19 04:16:23 +00:00
dholland
0b98e26158
typo in comment
2009-07-19 03:39:14 +00:00
rmind
db98cd9499
Regen.
2009-07-19 02:54:21 +00:00
rmind
7512d1e720
Make POSIX message queues a kernel module.
2009-07-19 02:50:44 +00:00
rmind
029f6c41a7
- Use #ifdef AIO, instead of #ifdef notyet. Not a solution, but at
...
least gets it working for MONOLITHIC kernel.
- Similarily add #ifdef MQUEUE for mqueue compat.
- Amend TNF license to be 2-clause. Approved by <christos>.
2009-07-19 02:41:27 +00:00
rmind
6227d22ed0
Add #ifdef MQUEUE for db_show_mqueue_cmd().
...
XXX: Wrong. DDB should be dynamic, modular, etc.
2009-07-19 02:37:33 +00:00
rmind
d193f80bcb
Improve mqueue regression test.
2009-07-19 02:31:19 +00:00
rmind
b95f99b9f9
Fix previous, so that it actually works, correctly.
2009-07-19 02:26:49 +00:00
minskim
2708c3c1b9
Check the minimum ttl only when pcb is available.
2009-07-18 23:09:53 +00:00
reinoud
389707eaef
Fix missing /usr/include/nilfs directory declaration
2009-07-18 22:24:02 +00:00
reinoud
5816d13584
*Sigh* its late... fix entry for lists/comp/mi
2009-07-18 22:19:40 +00:00
reinoud
d204e95528
Fix ./usr/lib/librumpfs_nilfs_p.a's line in lists/comp/mi
2009-07-18 22:15:12 +00:00
reinoud
14cb13084c
Fix lists for NiLFS import... sorry folks, i didn't run a `make release'.
...
Currently building a release to test it completely but committed it now to
ease you folks.
2009-07-18 21:32:52 +00:00
dsl
97943df1a9
A better memchr().
...
Always read aligned words, invalidating unwanted bytes in first word,
and checking that any match in the last word is before the buffer end.
No loops apart from the one through the data.
2009-07-18 18:06:56 +00:00