Bruce A. Mah
a66504b36e
Update hardware notes for new ata(4) controller and platform. bge(4)
...
seems to work on ia64, so add that arch.
Approved by: re (implicitly)
2002-12-05 16:46:45 +00:00
Bruce A. Mah
f5ba56c721
New release notes: ata(4) support for Acard controllers, ata(4) works
...
on pc98.
2002-12-05 16:45:14 +00:00
Yoshihiro Takahashi
65e261ce04
Add ATA_NOPCI option for small kern.flp floppy.
...
Approved by: re (murray)
2002-12-05 13:07:55 +00:00
Ruslan Ermilov
db8993ce9e
Capitalize ASCII code names.
...
Approved by: re
2002-12-05 08:50:00 +00:00
Bruce A. Mah
f7d655d51e
Version bump for 5.0-RC.
...
Approved by: re
2002-12-05 06:06:21 +00:00
Murray Stokely
16c4307462
Welcome to 5.0-RC.
...
Approved by: re
2002-12-05 05:27:49 +00:00
Scott Long
8528a71202
The sequencer downloading code assumes that all jump
...
labels are acurate in relation to a fully compiled
sequencer program (all patches downloaded). Correct
a few occurances of a relative jump across a macro
that ended up jumping us into the last instruction
of the macro.
Spproved by: re (bmah)
2002-12-05 00:47:27 +00:00
Chris Costello
1f1ba8aea6
Forced commit:
...
Credit Hiten M. Pandya <hiten@angelica.unixdaemons.com> with reporting that
suser_cred(9) should've been suser(9).
2002-12-05 00:40:31 +00:00
Chris Costello
3ebc28efa8
Document the following MAC policies:
...
o Biba: A data integrity policy
o BSD Extended: Support for the firewall-like access controls (ugidfw(8))
o MLS: Multi-level security, a confidentiality policy
(These files originally lived in src/share/man/man9)
Approved by: re (blanket)
Sponsored by: DARPA, Network Associates Labs
Obtained from: TrustedBSD Project
2002-12-05 00:05:38 +00:00
Eric Anholt
a94332b247
Remove an unused variable that snuck in the last commit.
...
Submitted by: Christian Brueffer <chris@unixpages.org>
Approved by: re (rwatson)
2002-12-04 23:39:05 +00:00
Bruce A. Mah
50be65b611
New release note: INDEX-5.
...
Modified release notes: gcc-3.2.1 release, further clarification of
Perl stuff.
2002-12-04 22:55:21 +00:00
Scott Long
97cae63d7f
Last minute fixes to ahc and ahd:
...
ahd_pci.c:
Retrieve the allow_memio hint from the resource manager to
determine whether or not to try PCI MEMIO.
aic79xx_osm.h:
aic7xxx_osm.h:
Don't wrongly abuse the callout_reset() interface when trying
to abuse timeouts generated from the CAM layer. This fixes the
console freeze and lost timeout problem that many have reported,
especially on SMP systems.
aic79xx_pci.c
aic7xxx_pci.c
Rewrite the MEMIO test routine to prevent certain broken chipsets
from trying to burst multiple DWORDs to the registers. Also make
the routine better detect byte merging by the host bridge and
deal with it.
aic79xx.reg:
Correct an incorrect register definition.
Approved by: re (rwatson, jhb)
2002-12-04 22:51:29 +00:00
Robert Watson
e7cba1c7dd
Remove a const that generates a warning: the const isn't strictly
...
wrong, since we don't want the variable changed, but since we assign
it to variables that may also refer to other non-const strings,
warnings were generated that could break LINT.
Approved by: re
Spotted by: sam
2002-12-04 22:01:03 +00:00
Hiroki Sato
57f727d9f8
Merge from the English version and fix some mistranslations.
...
Reviewed by: Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
Yoshihiko SARUMARU <mistral@imasy.or.jp>
References: [doc-jp-work 531]
Approved by: re (bmah)
2002-12-04 21:39:38 +00:00
David E. O'Brien
b7623b4aba
I really hate the GCC directory structure of gcc/gcc/gcc/<compiler files>
2002-12-04 21:31:04 +00:00
Ruslan Ermilov
ae82896268
Consistently mark std(in|out|err) with .Dv, because that's how they
...
are marked up in stdio(3), and because they are defined expressions
of type "FILE *".
Approved by: re
2002-12-04 18:57:46 +00:00
Alan Cox
a597332c22
Hold the page queues lock around calls to pmap_remove().
...
Approved by: re
2002-12-04 18:40:39 +00:00
Eric Anholt
91f6016a96
Fix witness warning in DRM memory info sysctl by making a temporary copy of the
...
data under the lock and outputting it to the sysctl later.
Reviewed by: scottl
Approved by: re
2002-12-04 18:27:45 +00:00
Ruslan Ermilov
898f520da8
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-04 17:49:15 +00:00
David E. O'Brien
b7cea4d5d2
Update for Gcc 3.2.1 release.
...
We also have more wide char support in libc now.
2002-12-04 17:47:34 +00:00
David E. O'Brien
685272c479
Gperf is usable again.
2002-12-04 17:34:21 +00:00
Kris Kennaway
cc865772a5
Minimal change to cause pkg_version to examine the new INDEX-5 file
...
instead of INDEX. This should be done better since this file name will
depend on the FreeBSD major version.
2002-12-04 17:22:48 +00:00
David E. O'Brien
8d5a0b4303
This commit was generated by cvs2svn to compensate for changes in r107609,
...
which included commits to RCS files with non-trunk default branches.
2002-12-04 17:08:08 +00:00
David E. O'Brien
e3dd383f00
Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)
2002-12-04 17:08:08 +00:00
David E. O'Brien
119366edf0
This commit was generated by cvs2svn to compensate for changes in r107606,
...
which included commits to RCS files with non-trunk default branches.
2002-12-04 16:53:59 +00:00
David E. O'Brien
8f1134fbb3
Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)
2002-12-04 16:53:59 +00:00
David E. O'Brien
4f471064d9
Update HEAD with FSF branch 3.2.1 release files.
2002-12-04 16:35:55 +00:00
David E. O'Brien
21da7e2bd7
Use pure stock files.
2002-12-04 16:31:48 +00:00
Ruslan Ermilov
3b29692060
mdoc(7) police: markup overhaul.
...
Approved by: re
2002-12-04 16:28:45 +00:00
David E. O'Brien
a83e5e4149
Merge rev 1.8 (printf format error fixes) into Gcc 3.2.1 release.
2002-12-04 16:13:54 +00:00
David E. O'Brien
d4053aa61b
Gperf is usable again. We don't need this.
2002-12-04 16:13:07 +00:00
David E. O'Brien
2d858acd9b
Fix typo to sync with FSF sources.
2002-12-04 16:09:42 +00:00
David E. O'Brien
df53d8649e
Merge revs 1.10 (-mno-align-long-strings) and 1.11 (LONG_TYPE_SIZE override)
...
into Gcc 3.2.1 release.
2002-12-04 16:07:58 +00:00
David E. O'Brien
c8bf144918
Merge rev 1.11 (-mno-align-long-strings) into Gcc 3.2.1 release.
2002-12-04 16:04:26 +00:00
David E. O'Brien
4172a45f81
Update for Gcc 3.2.1 release.
2002-12-04 16:01:15 +00:00
David E. O'Brien
991cc708ac
Merge revs 1.2 (-fformat-extensions), 1.7 (FORCE_OPTIMIZATION_DOWNGRADE knob),
...
1.14 (-O/-O1 optimize alignment for time, not size) into Gcc 3.2.1 release.
2002-12-04 15:59:56 +00:00
David E. O'Brien
8648049b51
Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.21 ("GCC_OPTIONS"); 1.{16,25,27}
...
(cross compiling issues) into GCC 3.2.1 release.
Note revs 1.{5,13} (ELF and objformat support) are OBE with the a.out dike-out.
2002-12-04 15:57:11 +00:00
David E. O'Brien
cc30d3f890
Merge revs 1.2 (kernel printf framework) and 1.3 (suppress K&R main warnings)
...
into Gcc 3.2.1 release.
2002-12-04 15:48:26 +00:00
Ruslan Ermilov
304d1f73fe
mdoc(7) police: overhaul.
...
Approved by: re
2002-12-04 15:47:41 +00:00
David E. O'Brien
45fc31f8dd
Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)
2002-12-04 15:42:16 +00:00
David E. O'Brien
908ab21d03
This commit was generated by cvs2svn to compensate for changes in r107590,
...
which included commits to RCS files with non-trunk default branches.
2002-12-04 15:42:16 +00:00
David E. O'Brien
90cbf5083e
Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)
2002-12-04 15:15:07 +00:00
David E. O'Brien
2ea5c3f540
This commit was generated by cvs2svn to compensate for changes in r107588,
...
which included commits to RCS files with non-trunk default branches.
2002-12-04 15:15:07 +00:00
Yoshihiro Takahashi
443ec1fa06
Fixed a partition type for pc98 when create or change slices in the fdisk
...
editor.
Approved by: re (jhb)
2002-12-04 15:07:05 +00:00
Yoshihiro Takahashi
df44e708b1
MFi386: revision 1.551.
...
Approved by: re (jhb)
2002-12-04 15:04:18 +00:00
Dag-Erling Smørgrav
2517862ed9
Change the process title as soon as possible to mask information passed on
...
the command line by getty(8). This is not a perfect fix, but drastically
reduces the window of exposure.
Approved by: re (rwatson)
MFC after: 1 week
2002-12-04 15:00:10 +00:00
Ruslan Ermilov
3178b11905
mdoc(7) police: nit.
...
Approved by: re
2002-12-04 14:46:33 +00:00
Ruslan Ermilov
fe28e568b3
mdoc(7) police: bump document date for the C rewrite, nit.
...
Approved by: re
2002-12-04 14:45:48 +00:00
Ruslan Ermilov
829629fedb
mdoc(7) police: overhaul.
...
Approved by: re
2002-12-04 14:44:20 +00:00
Ruslan Ermilov
d577099120
mdoc(7) police: s/nul character/null character/.
...
Approved by: re
2002-12-04 14:42:49 +00:00