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
grant
d8cbe887fb
Improve ipmon_flags.
...
From Jason Lingohr <jason at lucid dot net dot au>.
2002-11-26 12:25:53 +00:00
manu
6ce9cf3a84
regen
2002-11-26 08:10:58 +00:00
manu
11aa9ca2f6
Add thread_policy and clock_get_time mach traps. Implement
...
mach_sys_clock_sleep_trap. This makes sleep(3) emulation working.
2002-11-26 08:10:14 +00:00
lukem
62148d5f92
use ${make} instead of ${MAKE} in the shell scripts, to prevent weird
...
lossage with the modified ${MAKE} getting passed to child make's
2002-11-26 06:22:22 +00:00
sjg
78610dd53d
Whenever we update .PATH, set the variable ${.PATH} to reflect the
...
search list that will be used. Thus 'dot' and 'cur' will appear in
${.PATH} either at the start or end depending on .DOTLAST even though
they are not strictly in dirSearchPath.
When .CURDIR is assigned to - re-set the 'cur' Path.
Finally, when checking subdirs, look in 'dot' and 'cur' (first or last
depending on .DOTLAST) just as we do in other situations.
2002-11-26 06:12:59 +00:00
enami
b3e831985f
Call fcntl() on the right file descriptors.
2002-11-26 05:30:01 +00:00
kim
291eba3888
I forgot to compile first...
2002-11-26 03:49:53 +00:00
kim
1449836728
Add ppt decoding from Michael Shalayeff <mickey@lucifier.net>
2002-11-26 03:47:45 +00:00
itojun
27949ae3f5
upgrade postfix to 1.1.12
2002-11-26 03:40:08 +00:00
itojun
9b18994fd3
sync w/ 1.1.12.
2002-11-26 03:38:12 +00:00
itojun
fd0368cb1f
postfix 1.1.12
2002-11-26 03:29:46 +00:00
fvdl
cc461b0d7b
Remove oboe, it's broken for non-i386 (vtophys usage which should be
...
bus_dma).
2002-11-26 03:27:49 +00:00
fvdl
85bb01d1f3
Add a comment marking this file as broken on most non-i386 -- vtophys usage.
2002-11-26 03:25:51 +00:00