uwe
4b28d28d70
defflag RASTERCONSOLE.
2003-08-24 17:36:32 +00:00
marcus
f41f88660b
Mention AICA device driver.
2003-08-24 17:35:58 +00:00
marcus
7973c3321c
Added AICA sound driver contributed by Ryo Shimizu.
2003-08-24 17:33:27 +00:00
uwe
65aeb1d742
#include "opt_rcons.h"
2003-08-24 17:31:59 +00:00
chs
fd825b0f1e
avoid taking the kernel lock for MPSAFE syscalls.
...
add missing unlock in fancy case.
2003-08-24 16:36:10 +00:00
chs
3cf764618d
remove bogus code that terminates stack trace too early on OEA.
2003-08-24 16:33:41 +00:00
chs
4ffa07757d
mprotect()'s "len" is really a size_t, and we can't do any useful
...
bounds-checking on it.
2003-08-24 16:32:50 +00:00
he
cb53c3ac12
The new ufs.o also needs memset, so add it.
2003-08-24 15:19:46 +00:00
kleink
45cc3e349e
Need namespace.h to generate references to internal names.
2003-08-24 15:14:18 +00:00
he
d871277d7d
Adapt to new ufs.c needing memcmp and memmove.
2003-08-24 15:11:18 +00:00
he
47a6e783ff
Adapt to const-ification of the first arg of the open function of fs_ops.
2003-08-24 14:43:29 +00:00
tron
6948b33a95
Add a missing blank line between two functions.
2003-08-24 09:38:53 +00:00
lukem
40a8a5734e
Support ${LDFLAGS} when linking libraries
2003-08-24 09:35:49 +00:00
itojun
e5255bfd47
make proc.curproc.* check more strict. atatat
2003-08-24 06:11:19 +00:00
mrg
b5076a98db
64 bit number literals need a "ULL" suffix
2003-08-24 00:41:43 +00:00
wiz
c75eddaaa3
New sentence, new line; grammar fix.
2003-08-23 23:29:54 +00:00
wiz
9d5bb59b30
New sentence, new line; bump date for last;
...
drop superfluous Pp added in last. Increase width for table.
2003-08-23 23:20:12 +00:00
wiz
7aa5d5eb62
regen (+crypto)
2003-08-23 23:16:36 +00:00
wiz
dfdf058a44
Add comment for /dev/crypto.
2003-08-23 23:14:35 +00:00
wiz
604306e5cf
Bump date for last.
2003-08-23 23:10:27 +00:00
lha
afad8d1f7c
libkrb depends on libdes, patch in private mail from
...
Harold Gutch logix at foobar franken de
2003-08-23 23:03:42 +00:00
wiz
2da7435114
Bump date for last.
2003-08-23 22:39:32 +00:00
wiz
f3d114a539
Improve grammar in last, and bump date for -0.
2003-08-23 22:36:21 +00:00
wiz
ad921c5f25
Comma and Pp police. Bump date for last.
2003-08-23 22:31:24 +00:00
wiz
5049850f67
New sentence, new line.
2003-08-23 22:25:03 +00:00
cjep
a94f967897
Make this compile with options DEBUG (part of PR#22582 from Frank Kardel).
2003-08-23 20:37:18 +00:00
martin
f5a54fd742
When trying to (re-)establish a session cope with intermediate output
...
failures of the underlying ethernet interface - just keep trying.
2003-08-23 16:42:41 +00:00
martin
c3181b5741
Shifts with >= 32 bit used to generate illegal code for 64bit targets,
...
fix by using for example "sllx" instead of "sll" in this cases.
Submitted to the gcc maintainers as attachment to [Bug c/11965] in their
bugzilla.
2003-08-23 10:19:02 +00:00
mrg
e649b75296
for mknative, make sure we look in the target's /lib directly as the
...
symlinks in the /usr/lib directory point (absolutely) to "/lib/libfoo.so",
which ends up being quite invalid when target!=host...
2003-08-23 10:07:25 +00:00
he
75219318a9
Add memmove.c, needed by new ufs.c.
2003-08-23 09:10:51 +00:00
yamt
ee4f738b03
sync with reality.
2003-08-23 07:21:07 +00:00
atatat
2025668369
Remove jeroboam, magnum, and rehoboam from the "trivia" section and
...
put them in another section with all the other bottles (the new aptly
named "bottles" section).
Also, add shed (1e-24 barn).
2003-08-23 04:15:33 +00:00
uwe
8dccb95e85
French keydesc for Jornada 680/690. Written based on photos and
...
descriptions of WinCE behavior from Ge'rard Gambaro (jornada.free.fr).
Not tested on an actual ABF unit.
Hidden under #if 0, as we don't have a platform id for French Jornadas yet.
But I think it's better off committed before it's got lost.
2003-08-23 02:48:47 +00:00
itojun
3e76200c67
need sys/domain.h for FAST_IPSEC case; jonathan
2003-08-23 01:41:10 +00:00
dogcow
80f2705ab1
regen (add VIA VT6105)
2003-08-23 00:14:42 +00:00
dogcow
171b7c3fa5
add VT6105 support to vr(4)
2003-08-23 00:14:28 +00:00
itojun
a3bad645a4
make sure so is properly initialized
2003-08-22 22:49:34 +00:00
itojun
58f57a60fd
tp could be null in tcp_respond()
2003-08-22 22:27:07 +00:00
itojun
4e6aca94c2
correct missing inclusion of opt_ipsec.h
2003-08-22 22:11:44 +00:00
itojun
cabb25918f
no need for opt_ipsec.h any longer
2003-08-22 22:05:11 +00:00
itojun
11ede1ed88
remove ipsec_set/getsocket. now we explicitly pass socket * to ip{,6}_output.
2003-08-22 22:00:36 +00:00
itojun
82eb4ce914
change the additional arg to be passed to ip{,6}_output to struct socket *.
...
this fixes KAME policy lookup which was broken by the previous commit.
2003-08-22 21:53:01 +00:00
itojun
9329caaf20
typo in log message
2003-08-22 21:50:42 +00:00
dsl
db4706faf9
Reduce memory footprint:
...
- use file buffer for all block reads
- only save a small amount of the indirect block list
Allows i386 bootxx_ufs code to load /boot from a filesystem with 32k blocks
while still fitting inside 64k of memory.
Code size reduced as well (by ~1k on i386).
It ought to be possible to use a buffer that is smaller than a filesystem
block. This might be needed in order to boot from filesystems with larger
block sizes.
2003-08-22 21:33:52 +00:00
dsl
f3404c9f63
Fix same breakage as previous (need memmove for symlink handling in ufs.c)
...
but use (probably) smaller footprint code from libsa.
2003-08-22 21:14:35 +00:00
dsl
6c51a53afa
Add memmove - needed for symlink processing in ufs.c
2003-08-22 21:00:26 +00:00
jonathan
e3ec783e41
(Accidentally-omitted change): update for ip6_output() to match commit below.
...
replace the set_socket() method of passing an extra struct socket*
argument to ip6_output() with a new explicit struct in6pcb* argument.
(The underlying socket can be obtained via in6pcb->inp6_socket.)
In preparation for fast-ipsec. Reviewed by itojun.
2003-08-22 20:49:03 +00:00
jonathan
9339ef0381
Change KAME code for ip_output()/ip6_output() to obtain struct socket*
...
from the explicit inpcb*/in6pcb* argument. set_socket() becomes redundant.
2003-08-22 20:29:00 +00:00
jonathan
902669955f
Replace the set_socket() method of passing an extra struct socket*
...
argument to ip6_output() with a new explicit struct in6pcb* argument.
(The underlying socket can be obtained via in6pcb->inp6_socket.)
In preparation for fast-ipsec. Reviewed by itojun.
2003-08-22 20:20:09 +00:00
dsl
a33723f245
Add a ${PROG}.ro target that does an 'ld -r' of the program object files.
...
Allows a much simplified build of 'crunched' binaries since crunchgen can
build prog.ro instead of having to deretmine the names of all the .o files.
2003-08-22 19:17:00 +00:00