Commit Graph

90830 Commits

Author SHA1 Message Date
wiz
c740642bed Sort sections, sort SEE ALSO, .Ic instead of .Xr for non-existing programs. 2002-01-15 01:35:27 +00:00
wiz
b2f02c319b Use standard headers, sort sections. 2002-01-15 01:32:14 +00:00
wiz
0ce4d14178 Drop a .Pp. 2002-01-15 01:32:01 +00:00
wiz
819702379e Use standard headers, sort sections. 2002-01-15 01:31:48 +00:00
wiz
38bb3f47b5 Drop .Pp before/after (sub)section headers. 2002-01-15 01:31:30 +00:00
wiz
fc716dcf38 Sort sections. 2002-01-15 01:30:45 +00:00
wiz
fef8e5e62b Formatting improvements. 2002-01-15 01:30:39 +00:00
wiz
353da80a47 Use .Sx for section xref, drop a .Pp. 2002-01-15 01:30:14 +00:00
wiz
bd986e3ce7 Drop trailing empty line. 2002-01-15 01:29:43 +00:00
wiz
db2de30884 Drop empty section. 2002-01-15 01:29:06 +00:00
wiz
5816470cf6 Sort SEE ALSO. 2002-01-15 01:28:55 +00:00
wiz
2008df6d6d Drop empty section. 2002-01-15 01:28:28 +00:00
wiz
fac835abcc Sort SEE ALSO. 2002-01-15 01:28:20 +00:00
wiz
56f73b76f7 .Pp instead of empty line, sort SEE ALSO. 2002-01-15 01:27:58 +00:00
wiz
e5d3eda691 Sort SEE ALSO. 2002-01-15 01:27:42 +00:00
wiz
29aea68846 .Pp instead of empty line. 2002-01-15 01:27:32 +00:00
wiz
f37d35ae03 Sentences should end with a dot. Drop a .Pp. Sort SEE ALSO. 2002-01-15 01:25:39 +00:00
wiz
583244fcd2 Sentences should end with a dot. Drop a .Pp. 2002-01-15 01:25:19 +00:00
wiz
8f69467d84 Sort sections. 2002-01-15 01:24:23 +00:00
wiz
df84324971 Do not Xr RFCS; give more details for RFCs in SEE ALSO; formatting improvements. 2002-01-15 01:24:10 +00:00
wiz
145034b1e6 Formatting improvements, add missing comma in SEE ALSO. 2002-01-15 01:12:34 +00:00
wiz
0690e2497a Add sunlabel(8). 2002-01-15 00:57:27 +00:00
bjh21
b5c6c1df63 Simplify SWI entry: syscall() now extracts the SWI comment field itself. 2002-01-14 23:21:06 +00:00
bjh21
2fdddc2550 Generated files for ARMLinux binary compatibility. 2002-01-14 23:17:16 +00:00
bjh21
23a5fe8d9b Remove old ARMLinux binary compatibility fragment. As far as I know, this
was never used.
2002-01-14 23:15:58 +00:00
bjh21
6462506466 Crude first cut at ARMLinux binary compatibility. Successfully runs
"/emul/linux/bin/echo hello, world", dynamically linked.
2002-01-14 23:14:32 +00:00
jmcneill
273ca48725 Add power management hooks to pmsi driver and make sure that the
device is setup for the proper intellimode on resume.
2002-01-14 21:56:10 +00:00
bouyer
8bf0d659b0 Don't use chp->wdc if it's NULL. 2002-01-14 21:51:35 +00:00
eeh
59339eac04 Make PHYS_ASI() also recognize little-endian ASIs. 2002-01-14 20:44:30 +00:00
kleink
3086980be4 Move spl*() interfaces from from param.h to intr.h; for compatibility,
still let them available from param.h as well like all other platforms
currently do.
2002-01-14 19:59:31 +00:00
kleink
3ff80f3170 Accept empty commands separated by semicolons; from Aymeric Vincent in
PR standards/15231.
2002-01-14 19:37:30 +00:00
pooka
09dfdacac8 Use standard PCI power management definitions from pcireg.h instead
of homegrown ones.

suggested by Soren
2002-01-14 19:24:39 +00:00
soren
70e85fb54b Remove __HAVE_GENERIC_SOFT_INTERRUPTS #ifdef. 2002-01-14 19:08:35 +00:00
soren
07e21646eb Options MIPS3_5200 and MIPS3_L2CACHE_PRESENT are gone. 2002-01-14 19:07:16 +00:00
jandberg
2a9f95f2ad Regenerated AMIGA, INSTALL and DRACO from GENERIC. 2002-01-14 18:56:35 +00:00
kleink
67dfac7357 Include <machine/intr.h> unconditionally, instead of only doing so if
__HAVE_GENERIC_SOFT_INTERRUPTS and relying on <sys/param.h> to provide it
otherwise; pointed out by Aymeric Vincent.
2002-01-14 18:19:15 +00:00
eeh
cc61f43486 Use a more efficient PIC_PROLOG(). 2002-01-14 16:37:36 +00:00
eeh
79cc3b0d73 Set the interrupt retry timer to 0xff. 2002-01-14 16:30:31 +00:00
pooka
2bce33ba09 slight last-minute typo here 2002-01-14 16:26:44 +00:00
pooka
53aa4de53f make RTC year IRIX semantics adjustments a macro 2002-01-14 16:23:27 +00:00
kleink
c095bf1b6d As discussed with Aymeric, <machine/intr.h> is always required, so don't
make its inclusion conditional.
2002-01-14 16:10:33 +00:00
aymeric
8cae495fc0 Don't include machine/types.h (my fault in previous commit)
Reported by Klaus Klein.
2002-01-14 16:04:44 +00:00
wiz
e05a34f6dc Drop .Pps after (sub)section headers. 2002-01-14 13:50:43 +00:00
wiz
f858234f33 Whitespace fixes. 2002-01-14 13:46:53 +00:00
tsutsui
ab04f9daae Call malloc(9) with M_ZERO flag instead of bzero() after malloc().
XXX It seems these attachments need to be rewritten for modern config(9)..
2002-01-14 13:39:14 +00:00
tsutsui
bcba62925f Call malloc(9) with M_ZERO flag instead of bzero() after malloc(). 2002-01-14 13:32:44 +00:00
tsutsui
448d063b57 Call malloc(9) with M_ZERO flag instead of memset() after malloc(). 2002-01-14 13:23:36 +00:00
drochner
e757f639d2 don't include <machine/asm.h> to avoid conflicts with definitions
in <sys/cdefs.h>
2002-01-14 12:06:49 +00:00
pk
f9a6face66 * Avoid stale pointers into a previously used termcap buffer.
* Skip ti/te capabilities only when using -E or when in `more mode'.
2002-01-14 10:36:25 +00:00
martin
78ce6cb0f8 Initialize the activity timestamp when opening a connection. Only idle-
timeout connection that made it to phase NETWORK yet. (For drivers using
the internal timeout mechanism; isdnd, that does the timeout handling for
ISDN drivers, still needs to be fixed.)

Thanks to Wolfgang Solfrank for finding this.
2002-01-14 07:39:14 +00:00