thorpej
d796e65ef5
Use device_register() to set the "frequency" property on the UART.
2003-07-04 02:21:50 +00:00
thorpej
5b7c5eadea
Consult the "frequency" property associated with the device in the
...
dev_propdb, rather than using "board_info".
2003-07-04 02:21:02 +00:00
thorpej
1a4648d9ad
Add device_register().
2003-07-04 01:59:19 +00:00
thorpej
d876aa082a
Nuke the "alchemy_info" stuff, and just use the dev_propdb to set
...
the mac-addr property for the Au1x00 on-chip MACs.
2003-07-04 01:19:58 +00:00
itojun
fc401b7586
fix missing check for taillen against pkthdr.len. markus@openbsd
2003-07-04 00:49:18 +00:00
thorpej
69d5b64f8a
Do an splhigh() before doing splserial(), in the event that
...
serial isn't actually higher than high.
2003-07-04 00:37:23 +00:00
thorpej
483fad3a3b
Use splserial() instead of splhigh() to block interrupt during
...
autoconfiguration. XXX We really need an splextreme() for when
we really mean "block everything".
2003-07-04 00:34:48 +00:00
thorpej
5432dacfcb
Provide a hook for board-specific code to register a device_register()
...
function.
2003-07-04 00:33:20 +00:00
thorpej
3ce3399c7b
Add a dev_propdb to hold device properties. Properties are already being
...
used in an ad hoc way by a couple of eval board ports, so might as well
tidy it up a little and add some formality. (And, yes, I need to use it
in another eval board port.)
2003-07-04 00:24:29 +00:00
christos
76da28320e
use the real linux_rt_sigreturn.
2003-07-03 21:25:45 +00:00
christos
28f544c476
Regen.
2003-07-03 21:25:07 +00:00
christos
c23e21bca5
Implement linux_rt_sigreturn for real. Add a hack for more plausible siginfo.
...
The java segv handler still segv's again inside the signal handler, but our
sample test program now works [gets the proper ucontext].
2003-07-03 21:24:27 +00:00
christos
72af603189
make the converter of sigaltstack public.
2003-07-03 21:22:32 +00:00
ragge
9e60a88e86
Add somaxkva.
2003-07-03 20:15:28 +00:00
ragge
101a9d3a8a
Add descriptions of the new options SOMAXKVA, TCP_INIT_WIN and IFQ_MAXLEN.
...
While here, also write descriptions of TCP_SENDSPACE, TCP_RECVSPACE and SB_MAX.
2003-07-03 20:13:26 +00:00
wiz
b362262fa2
Actually, we already have the latest hunt in-tree.
2003-07-03 19:37:06 +00:00
wiz
22b7dfef23
Add a note about updating config.h.
2003-07-03 15:41:37 +00:00
wiz
7245847e34
Update for 4.6.
2003-07-03 15:39:59 +00:00
wiz
336f920cb0
Reduce diff to texinfo-4.6.
2003-07-03 15:35:34 +00:00
wiz
fe7b91e452
Add line for texinfo-4.6 update.
2003-07-03 15:30:15 +00:00
wiz
cfa081118a
Add paragraph for texinfo-4.6.
2003-07-03 15:29:15 +00:00
wiz
5a71619c77
texinfo-4.6 imported.
2003-07-03 15:27:57 +00:00
wiz
f6bd3ce762
``autoreconf -f'' generates better output -- use that instead.
2003-07-03 15:24:01 +00:00
wiz
8b0aec9020
Add Romanian locale dir and texinfo.mo inside.
2003-07-03 15:18:54 +00:00
wiz
60e3307ec0
Install Romanian locale too.
2003-07-03 15:17:47 +00:00
wiz
598ecee001
Add /usr/share/locale/ro{,/LC_MESSAGES}.
2003-07-03 15:17:17 +00:00
wiz
5852c21fa6
Merge 4.6 (includes aclocal/autoheader/autoconf/automake run
...
for local AM_MAINTAINER_MODE change).
2003-07-03 15:09:13 +00:00
wiz
501ee3dffd
Import of texinfo-4.6.
2003-07-03 14:58:40 +00:00
kochi
3c3271accf
Cleanup usage of ENABLE_DEBUGGER/ACPI_DEBUGGER/DDB.
...
By this change, ACPI debugger/disassembler are only
compiled when both DDB and ACPI_DEBUG options are
specified. This change also reduces the kernel size
a little when ACPI_DEBUG is not specified.
2003-07-03 14:37:34 +00:00
rjs
9c1d55b97c
Fix uninitialized variable.
2003-07-03 13:19:30 +00:00
scw
b8b2b1d895
Fix resident page accounting for the kernel pmap.
2003-07-03 13:18:42 +00:00
wiz
cdcc2dcba2
Remove another local patch: all fields of the NODE structure are
...
initialized manually, so no zeroing is necessary.
2003-07-03 12:59:54 +00:00
wiz
3fbb8762e8
Match 4.5 better (no functional change).
2003-07-03 12:53:07 +00:00
wiz
18f0270abb
Remove local patch that was (supposedly) a work-around for
...
libedit-emulating-readline problems, which appear fixed; at least
texinfo compiles just as well without the patch.
2003-07-03 12:50:09 +00:00
wiz
b12e18c6e7
No point in allocating x*2 if only x+2 is used (reverts local patch
...
pulled up from 3.12).
2003-07-03 12:47:32 +00:00
tron
1d37b173ee
Uncomment "CLEANFILES" assignment accidently disabled by the last commit.
2003-07-03 11:46:46 +00:00
drochner
9897b6dfac
maintain statistics counters
2003-07-03 11:36:18 +00:00
drochner
8c4f2074f2
avoid a gcc3 warning about a never-true comparision in the
...
mstohz() macro
2003-07-03 11:24:13 +00:00
drochner
71bedfd458
Avoid an obscure gcc3 complaint about
...
"dereferencing type-punned pointer" by a cast to "void *".
I don't completely understand the warning, but it helps.
2003-07-03 11:12:32 +00:00
drochner
29eaa7cc18
"(u_short > 0xffff)" is never true, as gcc3 found out
2003-07-03 10:59:12 +00:00
ragge
3e74a824b6
Make IFQ_MAXLEN possible to set as an config-file option.
2003-07-03 09:24:19 +00:00
ragge
9e2d68cb61
Make it possible to set TCP_INIT_WIN and TCP_INIT_WIN_LOCAL in the config
...
file as options.
2003-07-03 08:28:16 +00:00
lukem
d35c969759
Use FILESDIR_foo=${TMACDIR} instead of FILESNAME_foo=../foo .
...
Fixes problem with UNPRIVED builds.
2003-07-03 07:10:45 +00:00
lukem
ed18469ce3
if the mtree parse of METALOG fails, exit.
2003-07-03 06:43:02 +00:00
wiz
dd008107d1
Add 'signed' in some places so this compiles on platforms where
...
char by default is unsigned.
2003-07-03 06:27:50 +00:00
lukem
0bd7fd87ac
attempt to clarify how MAKEOBJDIR{,PREFIX} may be provided ...
...
(this document needs a rototill, which i may get to whilst writing a
paper about build.sh)
2003-07-03 05:52:47 +00:00
itojun
022df20c75
minor KNF
2003-07-03 05:03:53 +00:00
itojun
e97be76fa1
strcat -> strlcat
2003-07-03 03:04:04 +00:00
enami
6ad9178b4e
defparam SOMAXKVA.
2003-07-03 01:42:10 +00:00
ragge
cb6b5a36c4
Make the fast-search stuff an option. There are still reports on
...
problem with it.
2003-07-02 21:43:49 +00:00