sato
8e381812a7
battery parameter structures for hpc systems.
2001-07-19 11:39:24 +00:00
sato
ab7530a18b
change BATTERY event order.
2001-07-19 11:38:01 +00:00
sato
b9d7f75a06
add more BATTERY events.
2001-07-19 11:36:07 +00:00
augustss
fa4d95379a
Prototype for aue_reset_pegasus_II().
2001-07-19 09:40:40 +00:00
itojun
546f0c22a1
try netflush() if buffer is too low.
2001-07-19 07:26:53 +00:00
thorpej
18490eff62
Add support for mbufs to the Alpha SGMAP DMA maps.
2001-07-19 06:40:01 +00:00
mrg
ba4c57fc10
opdel.o needs to be built with -DL_op_delete, not -DL_op_del. add a special
...
rule for this...
2001-07-19 06:14:27 +00:00
itojun
eb2e3cb617
bound-check all "*nfrontp++" code. from openbsd/heimdal.
...
bark if file descriptor goes above FD_SETSIZE. from openbsd.
XXX needs more checking.
XXX what is tab stop size for this code? need more consistency...
XXX we should really remove #ifdef CRAY, UNICOS5 and such.
we just cannot read it through.
2001-07-19 04:57:49 +00:00
thorpej
8617f2c7f5
Simplify the SGMAP code a bit, and move SGVA allocation out of a
...
common routine into the individual load routines, since each load
routine needs to muddle with the "internals" of this operation.
Add a `prefetch threshold' member to the bus_dma_tag_t, so that
eventually we can determine whether or not to allocate a spill
page on a per-mapping basis.
2001-07-19 04:27:37 +00:00
oster
fd5247de51
By adding a well-placed space or two, 'make depend' no longer loses
...
due to a directory name like 'arc.current' messing up a sed substitution.
2001-07-19 01:46:15 +00:00
mrg
4331a0fffa
freshly generated sparc64 config that seems able to build a working c & c++
...
compiler.... now we just need binutils & gdb :)
2001-07-19 00:54:24 +00:00
itojun
99ab700036
correct LMC1000 product name (is SSI/V.35, not T1/E1).
...
print L2 type (T1/E1) on LMC1200.
2001-07-19 00:28:50 +00:00
itojun
820272cae6
detelct LMC1200 T1/E1 card. from openbsd
2001-07-19 00:19:42 +00:00
taca
6e662bb75d
Put pidfile after daemonize. This would fix newsyslog(8) error.
2001-07-19 00:15:32 +00:00
enami
661cd5d582
No need to clear part of struct rt_addrinfo in rt_xaddrs() since the only
...
caller clears whole the struct.
2001-07-19 00:12:09 +00:00
wiz
e6b5422235
Fix a typo, and capitalize SCSI in one place.
2001-07-18 23:16:20 +00:00
thorpej
5950c63d1f
Add clone(2) manual pages.
2001-07-18 23:11:44 +00:00
thorpej
609ca76f1a
libc.so.12.77
2001-07-18 23:10:43 +00:00
thorpej
73ce03c203
Bump shlib minor; added clone(2).
2001-07-18 23:10:01 +00:00
thorpej
4177d25e14
Build __clone.S, the Lint stubs, and the manual pages.
...
Yes, I know now all ports have a __clone() stub yet, but this
will force the issue -- they don't get to build their libc until
they implement it.
Implementers are encouraged to use the regression test for it
in src/regress/lib/libc/clone.
2001-07-18 23:03:10 +00:00
thorpej
09ab6c5da8
Duh, to set the user stack pointer, you have to frob the PALcode PCB,
...
not the trap frame.
Fixes clone(2) on the Alpha.
2001-07-18 22:22:49 +00:00
thorpej
6af9e1cf38
Print the stack pointer on a user unaligned access fault.
2001-07-18 22:22:02 +00:00
assar
76371341d1
remove a (potentially) double free
2001-07-18 21:54:56 +00:00
thorpej
600cfcb30a
bcopy -> memcpy
2001-07-18 20:52:47 +00:00
tv
0dfc6a96e1
These two files make .PATH:ing a PITA, because they have the same names as
...
those in libU77. These versions aren't used anymore; nuke 'em.
2001-07-18 20:42:58 +00:00
thorpej
42a4d5b520
bcmp -> memcmp
2001-07-18 20:42:54 +00:00
thorpej
ce623a36cc
bzero -> memset
2001-07-18 20:39:53 +00:00
bouyer
03fd5e671e
Add and document a 'detach' command.
2001-07-18 20:36:36 +00:00
bouyer
d548bb4062
Document scsipi_thread_call_callback() and scsipi_target_detach()
2001-07-18 20:35:36 +00:00
bouyer
f18f3b2d4c
Add SCBUSIODETACH ioctl.
2001-07-18 20:20:16 +00:00
tv
d370057cd9
Add a missing ${.CURDIR}.
2001-07-18 20:20:01 +00:00
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