143319 Commits

Author SHA1 Message Date
christos
673ba33555 Bye bye sushi config files (moved to othersrc via repository copy) 2006-02-08 00:47:29 +00:00
christos
db38881997 Bye bye sushi (moved via repository copy to othersrc) 2006-02-08 00:46:13 +00:00
uwe
33c4e018e2 While here, shave off few bytes and few cycles off of the sh3_vector_tlbmiss.
Since the registers we use are at the very end of address space, we
can load their addresses as small immediate negative constants instead
of loading them from memory.
2006-02-08 00:32:06 +00:00
uwe
9621f44368 Pass untruncated va=TEA to tlb_exception(), not its VPN. 2006-02-07 23:56:20 +00:00
rpaulo
99513cfd59 In pf_socket_lookup() fix copy & paste problem when in6_pcblookup_bind()
returns NULL.
2006-02-07 22:53:03 +00:00
bouyer
36d7bdd35a Add back proper MPBIOS/MPACPI handling. 2006-02-07 20:38:43 +00:00
bouyer
c071d3b194 Add another missing ch_ndrive initialization. 2006-02-07 20:37:24 +00:00
wiz
4cee25b965 Quote .IP argument (IP only takes one). 2006-02-07 20:23:41 +00:00
wiz
b070717566 Remove break after goto (lint complains). 2006-02-07 20:13:22 +00:00
wiz
9037345f22 Add a /* CONSTCOND */ for lint. 2006-02-07 20:10:48 +00:00
wiz
9ea0254b5a We want size_t arguments, so just cast to size_t, instead of casting
to unsigned long and getting a warning on i386.
2006-02-07 20:07:42 +00:00
wiz
4d40ce1f4d Fix macro. Add /usr/src/common. Bump date. 2006-02-07 19:40:51 +00:00
wiz
27527e67bb Fix macro usage. 2006-02-07 19:33:21 +00:00
wiz
e544bcfb3f Fix .St argument. 2006-02-07 19:02:29 +00:00
wiz
f618c5fcee .Fn needs an argument. 2006-02-07 18:59:56 +00:00
gdamore
d240b42509 renamed pb1000_intr to reflect that it isn't board-specific. Prune unused
pb1000_intr_establish/disestablish calls.

Change was reviewed by folks as part of PCI changes, and should be
non-controversial in any case.
2006-02-07 18:57:12 +00:00
cube
6961689092 Regen, correctly this time. Sorry for the mess. 2006-02-07 17:23:23 +00:00
cube
60c0881da6 I wonder how the leading junk arrive there... 2006-02-07 17:21:56 +00:00
xtraeme
ecc3ede39b regen 2006-02-07 17:20:47 +00:00
cube
ed82703cc5 Add PLX's 9054 I/O Accelerator. 2006-02-07 17:15:54 +00:00
chs
24b808d88e reduce MAXSSIZ to 32 MB, like most other ports. fixes PR 30918. 2006-02-07 16:55:31 +00:00
chs
c5920793e6 change the old pre-sysinst install.md script to not need file(1)
and take that program and its associated "magic" database
out of the miniroot image.  fixes PR 32379.
2006-02-07 16:52:16 +00:00
simonb
5e4cb2fced Fix END symbol so that it matches START symbol for prom_write. 2006-02-07 11:59:22 +00:00
jmmv
ddaa1b349e wsevent cleanup:
- Add a wsevent_inject function that atomically adds a set of events to an
  event queue and change all code that directly messed with a queue to use it.
- Replace the WSEVENT_WAKEUP macro with a regular function.
- Make WSEVENT_QSIZE, PWSEVENT and splwsevent private definitions to
  wsevent.c, instead of exposing them in the header file.
- Make the wsevent_init function take a process to attach to the queue,
  instead of leaving this task to the caller (which always did it).

Reviewed in tech-kern@.
2006-02-07 09:13:02 +00:00
skrll
fcf3319fe8 Pull in a change form binutils-current that removes the gap between text
and data on mips platforms which was dragged over from the Irix defaults.

OK'd by simonb@
2006-02-07 09:10:43 +00:00
kochi
1b6e35dc63 ACPI-CA 20060127 2006-02-07 07:28:20 +00:00
skrll
633207bbf9 Add scheduler activations upcall data to the default list of trace
points.

OK'd by christos.
2006-02-07 06:39:47 +00:00
thorpej
deb5def967 In the receive interrupt handler, compute the packet length before resetting
m to point to the first buffer in the packet.  The bug would cause the
length of jumbo frames to be incorrect.
2006-02-07 06:20:04 +00:00
macallan
dbe2bf713a ansify, de-__P(), sprinkle static 2006-02-07 02:29:28 +00:00
simonb
94fd5272df Use "options<space><tab>". 2006-02-06 23:48:55 +00:00
tron
df69ed2b70 Disable X11 support in toolchain "groff" build to stop it from trying
to install files to "/usr/X11R6". Patch supplied by Thomas Klausner on
current-users mailing list.
2006-02-06 23:48:35 +00:00
wiz
fad10e9256 Disable rule to rebuild info file -- texinfo 4.7 is not up to it. 2006-02-06 23:47:36 +00:00
gdamore
11e96340e9 Forgot to cvs add this file. Doh!
Closes PR port-evbmips/31992.

Adds generalized IRQ routing & reporting support based on different Alchemy
parts.  Reviewed by matt@, simonb@, and izumi@
2006-02-06 23:26:11 +00:00
gdamore
eab2d4562e Fix up incorrect ICU reporting, add processor specific switch tables for
IRQ routing and such.

Closes PR port-evbmips/31992.
Reviewed by simonb@, matt@, and izumi@
2006-02-06 23:23:53 +00:00
he
121de2c74e Follow up the rename of the PB1000 kernel to ALCHEMY. 2006-02-06 20:14:36 +00:00
jmmv
cd5689ac5a Fix build by correcting pbms_ioctl's prototype. 2006-02-06 20:13:25 +00:00
jmmv
2f1b4d0c28 Include files.usb earlier so that "pbms at uhidbus" works. 2006-02-06 19:23:17 +00:00
wiz
b41cab53d9 Updated groff to 1.19.2. User-visible changes since 1.19.1:
VERSION 1.19.2
==============

Troff
-----

o Analogously to the .ft and \f pair, two new requests `gcolor' and
  `fcolor' (which pair with \m and \M, respectively) have been added to
  set the glyph and background colours.

o A new read-only, string-valued register `.sty' returns the name of the
  current style.

o Two new conditional operators `F <name>' and `S <name>' have been added.
  `F' is true if a font <name> exists.  `S' is true if a style <name> has
  been registered.

o Cyrillic characters have been added to the `utf8' and `html' output
  devices.

Pic
---

o The `by' argument in a `for' loop can now be negative if it is additive.
  For the multiplicative case, it must be greater than zero.

Eqn
---

o The following keywords aren't new but haven't been documented previously:

    undef NAME    (to undefine a macro)
    copy  "FILE"  (a synonym for `include')
    space n       (to modify the vertical spacing before and after
                   an equation)

o The following macros aren't new but haven't been documented previously:

    Alpha, ..., Omega   (the same as `ALPHA', ..., `OMEGA')
    ldots               (three dots on the base line)
    dollar              (a dollar glyph)

o The following keywords have been extended.  Again, this isn't new but
  hasn't been documented previously:

    col n { ... }
    lcol n { ... }
    rcol n { ... }
    ccol n { ... }
    pile n { ... }
    lpile n { ... }
    rpile n { ... }
    cpile n { ... }   (set vertical spacing between rows to N)

Grohtml
-------

o This device driver has been raised to beta stage; its set of tags should
  be stable now.

o New command line option `-s' to set the base point size.

o New command line option `-S' to set the split level while generating
  multiple files.

Grotty
------

o Experimental support for zero-width and double-width characters.

Gxditview
---------

o On platforms which have the X Window System this program is now built and
  installed automatically.

[not in NetBSD's base system]

Xtotroff
--------

o This program to create font definition files for xditview isn't new but
  hasn't been installed previously.

[not in NetBSD's base system]

Groffer
-------

o A security problem (reported as CAN-2004-0969) has been fixed.

Gdiffmk
-------

o A new script contributed by Mike Bianchi.  It compares two groff, nroff,
  or troff documents and creates an output with added margin characters
  (using `.mc') to indicate the differences.

[installed]

Pdfroff
-------

o A new wrapper script contributed by Keith Marshall to easily create PDF
  documents with groff.

[not installed, uses ghostscript]

Macro packages
--------------

o ms.tmac

  . Support for fractional point sizes: A value for the `PS', `VS', `FPS',
    and `VPS' register larger than or equal to 1000 is always divided by
    1000.  For example, `.nr PS 10250' sets the document's font size to
    10.25 points.

  . The `Ds' and `De' macros provided in ms since groff version 1.19 have
    been removed; the equivalent `DS' and `DE' macros should be used
    instead.  X11 documents which actually use `Ds' and `De' always load a
    specific macro file from the X11 distribution (`macros.t') which
    provides proper definitions for the two macros.

  . The following registers have been added for improving layout control:

    PORPHANS
      Defines number of lines following `LP', `PP', `QP', `IP' or `XP' which
      must be kept together, before any automatic page break.

    HORPHANS
      Sets number of lines of following paragraph which must be kept with a
      heading, defined by `NH' or `SH', before any automatic page break.

    GROWPS
      Sets the first level of heading (set with `NH') which will keep the
      same point size as body text.

    PSINCR
      Sets the point size increment for each level of heading (set with
      `NH'), below the threshold level set by `GROWPS'; e.g., if
      \n[PS] = 10, \n[GROWPS] = 3 and \n[PSINCR] = 2.0p, then `.NH 1' will
      produce 14pt headings, `.NH 2' will produce 12pt, and all other levels
      will remain at 10pt (because \n[PS] = 10).

  . The `SH' macro now accepts a numeric argument, to make heading size
    match that of `NH' with same argument value when the `GROWPS'/`PSINCR'
    feature is enabled.

  Please refer to the documentation of the ms package for other, minor
  improvements.

o me.tmac

  The section type set with the `++' request is available in the `_M'
  register.  This isn't new but hasn't been documented before.

o www.tmac

  The `HR' macro no longer causes an empty line for non-HTML devices.

  A new macro `HEAD' has been added to directly add data to the
  <head>...</head> block.

  New macros `OLS' and `OLE' to start and end an ordered list.

  New macros `DLS' and `DLE' to start and end a definition list.

Pdfmark
-------

o A new macro package contributed by Keith Marshall which implements PDF
  marks.  This is in alpha stage currently.

[not installed, needs ghostscript]

Miscellaneous
-------------

o Two new keywords to the DESC file have been added which are needed for
  grohtml: `image_generator' and `unscaled_charwidths'.  The former gives
  the name of the program which creates PNG images, and the latter makes
  troff always use unscaled character widths.
2006-02-06 18:59:16 +00:00
wiz
44ee8715c8 Update for groff-1.19.2. 2006-02-06 18:53:25 +00:00
wiz
c0c89e9a5b Remove contrib/groffer:
it breaks the tools build during installation, and I have not understood
yet, why. Since it is not needed, we shall just disable it for now.
2006-02-06 18:37:24 +00:00
wiz
d1be1d7143 Add some dirs for groff-1.19.2. 2006-02-06 18:35:27 +00:00
wiz
e873ee3cdc Correct comment. 2006-02-06 18:34:58 +00:00
wiz
3dbb52e8c6 Update for groff-1.19.2. With a little help from FreeBSD. 2006-02-06 18:29:47 +00:00
wiz
6a74fb5c3a Merge groff-1.19.2. 2006-02-06 18:25:47 +00:00
wiz
71531c59e1 Import groff 1.19.2 2006-02-06 18:10:27 +00:00
wiz
8a66dad2cb Fix typo in pbms description. 2006-02-06 17:53:32 +00:00
jmmv
81c1972823 Regen. 2006-02-06 17:34:08 +00:00
jmmv
f555f5ff1f Add the Apple extended keyboard, its internal hub and the Logitech Marble Mouse. 2006-02-06 17:33:26 +00:00
jmmv
0d2d2f5a30 Document the new WSDISPLAYIO_{GET,SET}REPEAT ioctls. 2006-02-06 16:17:30 +00:00
hamajima
05276e8be3 note Atmark Techno Armadillo-210 support in evbarm 2006-02-06 14:05:15 +00:00