fvdl
2c7bad720d
For 32bit execs, frob the stackframe to return via the old system call
...
return path.
2002-06-04 11:14:21 +00:00
fvdl
90c2a2ddc1
Fix up argument passing to ktr_syscall.
2002-06-04 11:12:18 +00:00
kleink
7965e254cb
As documented, return the new priority if successful; from Matthias
...
Drochner in PR lib/17156.
2002-06-04 10:58:12 +00:00
itojun
fb9b52398c
in mss clamping code, do not go past TCPOPT_EOL. enforce stricter
...
boundary checking. discussed on tech-net
2002-06-04 10:06:27 +00:00
itojun
b1654995d0
add a blank line
2002-06-04 10:00:24 +00:00
fvdl
96858fc8b7
AMD 8111 DMA support.
2002-06-04 08:58:20 +00:00
fvdl
b76668d455
Regen.
2002-06-04 08:57:48 +00:00
fvdl
c094984a55
Add AMD 8111 IDE id.
2002-06-04 08:53:47 +00:00
simonb
4a852aed2d
Add smbus@sbobio and rtc@smbus.
2002-06-04 08:35:05 +00:00
simonb
f4e42e7eb6
Add an extremely rough SMBus handler and RTC driver. This will be
...
cleaned up significantly when we have an MI SMBus framework, but at
least we can see the RTC on the swarm now.
2002-06-04 08:32:41 +00:00
simonb
349831dcf6
Use "cpu*" and not "cpu0" to attach all CPUs.
...
Add PROCFS and fix a whitespace nit while we're here.
2002-06-04 05:53:31 +00:00
simonb
a1572a6b96
Match all possible CPUs, but print warnings that the processors after
...
the first are offline due to the lack of SMP support in the kernel.
2002-06-04 05:49:26 +00:00
simonb
9cc65a96d0
3 ports are now using the reciprocal count divisor code now, move it
...
to <mips/cpu.h>, and add MIPS_SET_CI_RECIPRICAL and MIPS_COUNT_TO_MHZ
macros to use it.
2002-06-04 05:42:41 +00:00
briggs
ea51e618d6
Regen. for MPC8245 host bridge.
2002-06-03 19:53:37 +00:00
briggs
9e338db415
Add Motorola's MPC8245 (Kahlua II) host bridge.
2002-06-03 19:52:18 +00:00
itojun
47af351cc9
recover backward compatibility in -I behavior. sync w/kame
2002-06-03 19:27:39 +00:00
fvdl
10940acfe5
Add clone(2) implementation.
2002-06-03 18:31:12 +00:00
fvdl
e010b5ebde
Use the syscall insn for system calls. Fix up some assembly to
...
remove either previously made errors, or to account for the
fact that syscall clobbers %ecx.
2002-06-03 18:30:32 +00:00
fvdl
01fbe9c413
Drink the swapgs kool-aid.
...
Enable the use of syscall/sysret as the default system cal entry
point.
2002-06-03 18:23:16 +00:00
fvdl
619aaa1337
Set COPTS to -O by default.
2002-06-03 18:18:43 +00:00
eeh
30cc4dc796
Pass on the P_32 flag on fork and support fork syscall returns using
...
%g7 as the completion address.
2002-06-03 18:08:43 +00:00
bouyer
622fdb1fe6
Doh, the return of scsipi_lookup_periph() was meant to be assigned to
...
periph.
periph was used uninitialised, and caused a panic when the scsibus is reset
with siop or esiop, and possibly others HBA drivers.
2002-06-03 16:17:57 +00:00
simonb
4c67158999
Use "#ifdef __mips__" instead of "#ifdef mips"; shared libraries work
...
for kernels compiled with gcc 3.x.
2002-06-03 13:07:00 +00:00
wiz
919948e5f4
Fix SYNOPSIS, noted by Martin Macok on tech-userlevel.
2002-06-03 12:01:43 +00:00
itojun
8afe4b3454
missing share/man/html4/sgimips
2002-06-03 09:21:24 +00:00
itojun
75e5289eda
typo
2002-06-03 09:12:16 +00:00
itojun
d3583acf8c
more KNF/nroff. from deraadt via kame
2002-06-03 04:41:34 +00:00
itojun
b21f26fdc1
typo
2002-06-03 04:31:29 +00:00
itojun
016477e967
more posix-compliant arg parsing. sync with kame. help from deraadt
2002-06-03 03:34:36 +00:00
itojun
ad4cab117d
whitespace at EOL
2002-06-03 02:09:37 +00:00
simonb
8b4906e391
Add prototypes for the 64-bit pagezero functions.
...
Bracket some function prototypes with #ifdef/#endif.
2002-06-03 01:51:05 +00:00
jmcneill
2c944107bb
Move 'mixerctl' rc script from etc-sys-rc to etc-audio-rc.
2002-06-03 01:45:15 +00:00
jonathan
9f02dbda6b
Add stanza to match and configure D-Link DFE-670 cards (a DL10022 variant).
...
Also print a little more info (including CIS tuples) when cards don't match,
making it a little easier to patch in entries.
2002-06-03 01:17:49 +00:00
jonathan
bf7d101fb6
Regen from pcmciadevs 1.171 after adding D-link DFE-670 ethernet card.
2002-06-03 01:15:15 +00:00
jonathan
4cd89ab8cc
Add device-id for D-Link DFE-670 (10/100 DL10022-like card).
2002-06-03 01:13:01 +00:00
fredette
bcd8676e8a
Reverted previous commit. It was meant to fix a problem that
...
was already fixed by nathanw, had I bothered to check.
2002-06-03 00:56:55 +00:00
itojun
ed45b704ac
do not hardcode if_mtu values in here, except for IFT_{ARC,FDDI} -
...
they need special handling. makes it possible to take advantage of 9k ether
frames.
2002-06-03 00:51:47 +00:00
fredette
e0b7d8c222
Now make a machine/ directory with symlinks to a small number
...
of machine-specific headers. When ${MACHINE} is sun2, this
allows building the sun3 and sun3x parts of libsa, which need
things like <machine/param3.h> and <machine/param3x.h> to be
#includeable.
2002-06-03 00:29:04 +00:00
fredette
180293c7b7
exit() is now declared in libsa's stand.h, and takes an int.
2002-06-03 00:18:26 +00:00
thorpej
8e9b95428b
Revert rev. 1.10 of Makefile and fix the problem properly by adding
...
-D_KERNEL -D_LKM to AFLAGS in Makefile.common.
2002-06-02 23:46:49 +00:00
itojun
4bb986ded2
KNF, from openbsd via kame
2002-06-02 23:43:21 +00:00
lukem
cfb25c839c
make this compile again
2002-06-02 23:24:40 +00:00
wiz
36379d74b4
Typo fixes and grammar improvements in a comment.
2002-06-02 23:17:51 +00:00
wiz
10b0b6bce0
de-register
2002-06-02 22:17:37 +00:00
wiz
2f6c445df5
Improve mdoc, and correct the example of how to create mixerctl.conf.
2002-06-02 19:07:25 +00:00
manu
a808ca7f07
Now support per-signal signal trampolines.
2002-06-02 19:06:02 +00:00
jmcneill
3d886831b0
Remove clause #3 (forgot to remove it before the original commit)
2002-06-02 19:05:09 +00:00
jmcneill
8ebbe63269
Fix typo.
2002-06-02 19:04:10 +00:00
jmcneill
17f5e9e8f4
Add documentation for mixerctl.conf(5)
2002-06-02 18:57:11 +00:00
jmcneill
29ed807363
mixerctl.conf(5) documentation.
2002-06-02 18:55:08 +00:00