blymn
|
6f2e4ed705
|
Fix an off by one bug in the scale_menu() function.
|
2002-11-27 11:53:11 +00:00 |
|
yamt
|
2331faab98
|
more XXX comment.
|
2002-11-27 11:36:40 +00:00 |
|
darrenr
|
8084625896
|
racoon.conf can be found in /etc/racoon, not /etc
|
2002-11-27 09:51:50 +00:00 |
|
shin
|
57889e8f74
|
comment 'makeoptions DEFGP="-G nn"' to resolve gp-size overflow.
even NULLCONF requires "-G 0".
fix PR kern/19184.
|
2002-11-27 07:33:01 +00:00 |
|
itojun
|
be9a8d8e2f
|
recover original stanford copyright. sync w/kame
|
2002-11-27 05:09:36 +00:00 |
|
itojun
|
ae1b88aa21
|
"tv->tv_sec * hz" could overflow a long. millert@openbsd
|
2002-11-27 04:07:42 +00:00 |
|
itojun
|
dfd721e53e
|
small SO_RCVTIMEO values are mistakenly taken to be zero. FreeBSD PR kern/32827.
|
2002-11-27 03:36:04 +00:00 |
|
simonb
|
9bc5fa88bb
|
In configure_bus() return early if there are no devices on the bus to
configure.
|
2002-11-27 02:53:10 +00:00 |
|
fvdl
|
39652b6d2a
|
Only take the kernel lock if we interrupted while < IPL_SCHED. Handlers
at higher levels must therefore provide their own locking. Currently
this is only serial interrupts (com), which has COM_MPLOCK for this
purpose.
|
2002-11-27 00:43:12 +00:00 |
|
fvdl
|
18ad7e80b6
|
Specify the interrupt frame as the argument to i386_int(un)lock.
|
2002-11-27 00:41:59 +00:00 |
|
manu
|
dfa96ff4b3
|
Add signal delivery for the PowerPC. Everything is implemented except siginfo.
The stack layout is observed from stack dumps on Darwin, so it should be
very accurate.
|
2002-11-26 23:54:09 +00:00 |
|
manu
|
edff1c8d0a
|
There is too much debugging, it's getting annoying. Let's remove some.
|
2002-11-26 23:48:44 +00:00 |
|
lukem
|
aa17e07211
|
SYS_INCLUDE=symlinks has been deprecated; reenable obsolete check
|
2002-11-26 23:37:09 +00:00 |
|
lukem
|
8b7fb4d514
|
bye bye SYS_INCLUDE=symlinks
|
2002-11-26 23:33:35 +00:00 |
|
lukem
|
0635de35a3
|
Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
2002-11-26 23:30:07 +00:00 |
|
lukem
|
9145235642
|
Deprecate SYS_INCLUDE and the optional SYS_INCLUDE=symlinks functionality,
and only support the "copies" default.
Per discussion on tech-userlevel@.
|
2002-11-26 23:15:53 +00:00 |
|
atatat
|
4ed80a293f
|
Tweak the argc/argv usage a bit more, and be a little less eager about
printing newlines.
|
2002-11-26 23:07:36 +00:00 |
|
dan
|
c4c5556d3e
|
Note the @home device which also works with this driver
|
2002-11-26 23:02:37 +00:00 |
|
kim
|
42bac90a9b
|
Don't skip the first arg.
|
2002-11-26 21:39:18 +00:00 |
|
kim
|
1de005168e
|
initialize dflag to zero, so encoding works.
|
2002-11-26 21:34:07 +00:00 |
|
thorpej
|
06edae0ff4
|
Need <stdlib.h> for abort() prototype.
|
2002-11-26 21:14:04 +00:00 |
|
thorpej
|
16f21f8705
|
* If EXTERNAL_TOOLCHAIN is defined, consider it to be the root of
where the GNU tools are found, e.g. ${EXTERNAL_TOOLCHAIN}/bin/...
* Allow MACHINE_GNU_PLATFORM to be set in mk.conf.
|
2002-11-26 19:51:16 +00:00 |
|
christos
|
729ccbc9cd
|
si_ -> sel_
|
2002-11-26 19:49:00 +00:00 |
|
thorpej
|
e4637c735b
|
sh64 -> sh5, which matches the names that the NetBSD-targeted GNU
toolchain uses for 32-bit SH5. OK'd by steve.
|
2002-11-26 19:30:13 +00:00 |
|
thorpej
|
f343e6c086
|
If EXTERNAL_TOOLCHAIN is defined, don't build crtbegin/crtend.
|
2002-11-26 19:27:09 +00:00 |
|
christos
|
410171110f
|
change fields of struct selinfo from si_ to sel_ so that the don't conflict
with siginfo members.
|
2002-11-26 19:08:06 +00:00 |
|
christos
|
0cce063c0c
|
deal with siginfo changes, but don't enable SA_SIGINFO outside the kernel
yet, since we are not ready.
|
2002-11-26 19:07:14 +00:00 |
|
christos
|
50f8466034
|
This is not used yet.
|
2002-11-26 19:06:38 +00:00 |
|
christos
|
15159edd96
|
s/si_addr/sdl_addr/
|
2002-11-26 19:05:29 +00:00 |
|
christos
|
f5ff34bbc6
|
si_ -> sel_
|
2002-11-26 18:51:18 +00:00 |
|
thorpej
|
09dfaace39
|
The traditional C preprocessor is fixed in GCC 3.3 now, so no need
to skip -traditional-cpp for HAVE_GCC3.
|
2002-11-26 18:51:12 +00:00 |
|
christos
|
514f7047e4
|
si_ -> sel_
|
2002-11-26 18:49:40 +00:00 |
|
christos
|
fa94542be0
|
s/si_/sel_/g
|
2002-11-26 18:45:22 +00:00 |
|
christos
|
e22906f6d0
|
si_ -> sel_ to avoid conflicts with siginfo.
|
2002-11-26 18:44:34 +00:00 |
|
christos
|
116bcb05d0
|
rename: s/sa_/<compat>sa/g
|
2002-11-26 18:43:20 +00:00 |
|
christos
|
daa59d8957
|
rename sa_ -> linux_sa_
first attempt at providing siginfo_t to the signal handler.
|
2002-11-26 18:42:38 +00:00 |
|
thorpej
|
f176c534d2
|
The traditional C preprocessor is fixed in GCC 3.3 now, so no need
to skip -traditional-cpp for HAVE_GCC3.
|
2002-11-26 18:42:30 +00:00 |
|
christos
|
26f075fcb4
|
minor cleanups.
|
2002-11-26 18:40:46 +00:00 |
|
thorpej
|
e99463aee0
|
Regen: Add IBM 133 PCI-X Bridge.
|
2002-11-26 18:13:29 +00:00 |
|
thorpej
|
83e0125ae2
|
Add IBM 133 PCI-X Bridge.
|
2002-11-26 18:12:27 +00:00 |
|
thorpej
|
59b5e4748c
|
Regen: Add Intel i80321 I/O Processor.
|
2002-11-26 18:10:10 +00:00 |
|
thorpej
|
32c4000a56
|
Add Intel i80321 I/O processor.
|
2002-11-26 18:09:27 +00:00 |
|
christos
|
39f2f97867
|
lib/19176: Onno van der Linden: execl is called with too few arguments.
|
2002-11-26 16:52:07 +00:00 |
|
pk
|
f42168e71f
|
On sparc v8 CPUs, map libsparc_v8.so in front of libc.so
|
2002-11-26 16:43:55 +00:00 |
|
pk
|
007c037980
|
* pmap_destroy(): reset the region gap
* pmap_quiet_check(): add check for pmeg leaks on sun4/4c (this is DEBUG only).
|
2002-11-26 15:09:56 +00:00 |
|
agc
|
64f5916734
|
Don't use special-case code for the '_' modifier, just add it to the
modifier table. Fixes a problem pointed out by Rene Hexel.
|
2002-11-26 14:46:45 +00:00 |
|
pk
|
0fad562c7c
|
The presence of the `timer at obio' attachment is independent of the
various CPU support settings.
|
2002-11-26 14:43:39 +00:00 |
|
pk
|
ec667a0f51
|
Add `machdep.cpu_arch' sysctl to determine the CPU architecture version.
Currrently, cpu types `sun4' and `sun4c' produce version 7, all others
version 8.
|
2002-11-26 14:36:10 +00:00 |
|
pk
|
3fd797268f
|
Add a shared library containing sparc version 8 specific multiply, divide and
remainder functions (i.e. .[u]mul, .[u]div, .[u]rem).
|
2002-11-26 14:30:53 +00:00 |
|
grant
|
90bedd1cc7
|
IPFilter 3.4.30 is out.
|
2002-11-26 14:07:32 +00:00 |
|