bouyer
f2cacede49
Adn scsipi_target_detach() and scsipi_thread_call_callback() as discussed
...
on tech-kern. scsipi_target_detach() accept wildcard target/lun as requested.
2001-07-18 20:19:24 +00:00
thorpej
511c17cad8
Fix the declaration of the funciton in the SYNOPSIS section.
2001-07-18 19:29:40 +00:00
thorpej
941c51150b
Test the "alternate exit signal" facility of clone(2).
2001-07-18 19:24:02 +00:00
thorpej
743cf39656
Document WALTSIG (and __WCLONE) and WALLSIG (__WALL). Restructure the
...
options documentation to make it easier to read.
2001-07-18 19:12:21 +00:00
thorpej
e21d5026ef
Add support for the __WALL wait4(2) flag.
2001-07-18 19:11:14 +00:00
thorpej
f20822333e
Add `WALLSIG' which causes wait4(2) to wait for all processes, regardless
...
of exit signal. Add Linux-compatible aliases __WCLONE (for WALTSIG) and
__WALL (for WALLSIG), for compatibility with the Linux clone(2) API.
2001-07-18 19:10:26 +00:00
tv
0b01c492fb
i386 libgcc makefile bits from toolchain2netbsd.
2001-07-18 18:29:17 +00:00
tv
f59cc167de
Add build structure for the new gnu/dist/toolchain/gcc based libgcc, preserving
...
old structure for now in an .if based on USE_NEW_TOOLCHAIN.
2001-07-18 18:29:02 +00:00
thorpej
aafd882086
bcmp -> memcmp
2001-07-18 18:27:08 +00:00
thorpej
38bdc75312
bcopy -> memcpy
2001-07-18 18:25:41 +00:00
tv
652e52ca13
Use g++spec.c, not cppspec.c. (Thinko.)
2001-07-18 18:25:29 +00:00
thorpej
03746a443a
bzero -> memset
2001-07-18 18:21:04 +00:00
tv
77c3a78e27
Regen.
2001-07-18 18:17:58 +00:00
tv
f94113d0f7
Add CCCP_OBJS to the getvars list for gcc/Makefile.
2001-07-18 18:17:20 +00:00
kleink
0b2a6b7929
Prevent trad. cpp recursion; from Katsuomi Hamajima in PR kern/13479.
2001-07-18 17:29:53 +00:00
scw
eef68ab123
In bus_dmamap_sync4060(), fold the POSTREAD case into the PREREAD case
...
where it belonged in the first place.
2001-07-18 17:21:49 +00:00
scw
6a9bccd130
Make absolutely sure page tables are not cacheable on 040/060 cpus.
...
(Not strictly required for the 040, but mandatory for the 060).
Also revamp cache enable/disable functions for the benefit of
bus_dmamem_map().
2001-07-18 17:18:53 +00:00
scw
db111a0133
Restore FPU context properly on 68060-specific kernels...
2001-07-18 17:13:15 +00:00
thorpej
cb6f78fe5d
bcopy -> memcpy
2001-07-18 16:53:52 +00:00
mrg
5beff52e9c
port this to sparc64.
2001-07-18 16:53:34 +00:00
thorpej
c620771702
bzero -> memset
2001-07-18 16:51:39 +00:00
thorpej
05b5ee3074
bzero -> memset, bcopy -> memcpy
2001-07-18 16:50:27 +00:00
thorpej
cbf41a143a
bzero -> memset
2001-07-18 16:43:09 +00:00
rjs
c1539a6ba2
Add Jazelle mode flag.
2001-07-18 16:31:17 +00:00
thorpej
682dacc0ca
bzero -> memset
2001-07-18 16:12:31 +00:00
thorpej
de6142b85a
Slight tweak to previous; C requires a statement after a label.
2001-07-18 15:24:24 +00:00
tv
f392296088
Fix BINDIR/MKMAN.
2001-07-18 14:02:43 +00:00
tv
75050b108b
Add cpp and cpp0.
2001-07-18 14:02:26 +00:00
tv
9bfd60ec3d
Add frontend /usr/bin/cpp (now a real binary) and /usr/libexec/cpp0
...
(formerly /usr/libexec/cpp).
2001-07-18 14:01:14 +00:00
tv
8ee0a1461c
Fix links and manpages.
2001-07-18 14:00:11 +00:00
tv
865939c423
Make "make depend" work correctly.
2001-07-18 13:59:17 +00:00
tv
38b4263bc6
Add missing %(cpp_cpu).
2001-07-18 13:54:47 +00:00
tv
25da59331f
Remove -Dunix and -Di386.
2001-07-18 13:54:19 +00:00
itojun
8c9f492242
do not malloc() during interrupt context for IPv6 multicast kludge table.
...
malloc() during interface initialization. sync with kame
2001-07-18 13:12:27 +00:00
tv
4c834f8068
Rename GCC_INCLUDE_DIR to STANDARD_INCLUDE_DIR for INCLUDE_DEFAULTS; change
...
STANDARD_INCLUDE_DIR to apply to all languages ("GCC" -> 0).
2001-07-18 13:07:05 +00:00
blymn
cbb9312d8b
line up function prototype names.
2001-07-18 12:27:53 +00:00
fvdl
d34ad42fdb
Fix call to _exit.
2001-07-18 12:24:53 +00:00
blymn
a818d9cc76
new_field argument list too long, use .Fo/.Fa/.Fc
2001-07-18 12:24:27 +00:00
tv
b1e9e38236
First framework for libiberty, now used by all the toolchain components (so
...
no longer merged with libbfd). Conditional on USE_NEW_TOOLCHAIN for now.
2001-07-18 12:17:15 +00:00
tron
8ae0a016a0
Use madvise(2) after mmap(2) in case "VM_AND_BUFFER_CACHE_SYNCHRONIZED"
...
is defined which it is not right now.
2001-07-18 11:01:54 +00:00
onoe
2bc04d9140
revert 2 of 3 in previous commit.
...
empty default is needed to make gcc happy.
2001-07-18 10:39:28 +00:00
kleink
5b5aa6f77e
Avoid trad. cpp recursion in intptr_t definition.
2001-07-18 10:18:21 +00:00
itojun
fc35f336c7
sync with draft-ietf-ipngwg-p2p-pingpong-00.txt. apply special behavior
...
only if ip6_dst is "neighbor" within p2p prefix. sync with kame
2001-07-18 09:24:26 +00:00
thorpej
1071f796f4
bcopy -> memcpy
2001-07-18 06:51:38 +00:00
thorpej
f2f13262df
bzero -> memset
2001-07-18 06:48:27 +00:00
thorpej
228b23427f
bcmp -> memcmp
2001-07-18 06:46:46 +00:00
thorpej
cf56c44a86
bzero -> memset
2001-07-18 06:45:33 +00:00
perseant
0a9ceae750
fix printf format on alpha
2001-07-18 06:24:38 +00:00
perseant
cfe2897c6e
Handle segment 0 properly, if its offset is different from other segments
...
because of the disklabel.
Fix a problem with inode block handling that sometimes caused the wrong
blocks to be read, causing either cleaning failures or panics with v2 file
systems.
2001-07-18 05:46:43 +00:00
matt
b499a7d558
Add -Wno-main since this is a standalone program.
2001-07-18 05:37:55 +00:00