summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add ATA_NOPCI option for small kern.flp floppy.nyan2002-12-051-0/+2
| | | | Approved by: re (murray)
* Capitalize ASCII code names.ru2002-12-057-42/+49
| | | | Approved by: re
* Version bump for 5.0-RC.bmah2002-12-051-2/+2
| | | | Approved by: re
* Welcome to 5.0-RC.murray2002-12-051-1/+1
| | | | Approved by: re
* The sequencer downloading code assumes that all jumpscottl2002-12-051-3/+5
| | | | | | | | | | 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)
* Forced commit:chris2002-12-050-0/+0
| | | | | Credit Hiten M. Pandya <hiten@angelica.unixdaemons.com> with reporting that suser_cred(9) should've been suser(9).
* Document the following MAC policies:chris2002-12-055-13/+16
| | | | | | | | | | | | 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
* Remove an unused variable that snuck in the last commit.anholt2002-12-041-1/+1
| | | | | Submitted by: Christian Brueffer <chris@unixpages.org> Approved by: re (rwatson)
* New release note: INDEX-5.bmah2002-12-042-8/+42
| | | | | Modified release notes: gcc-3.2.1 release, further clarification of Perl stuff.
* Last minute fixes to ahc and ahd:scottl2002-12-046-47/+94
| | | | | | | | | | | | | | | | | | | | | | | | | 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)
* Remove a const that generates a warning: the const isn't strictlyrwatson2002-12-041-1/+1
| | | | | | | | | 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
* Merge from the English version and fix some mistranslations.hrs2002-12-041-336/+380
| | | | | | | Reviewed by: Hideyuki KURASHINA <rushani@jp.FreeBSD.org> Yoshihiko SARUMARU <mistral@imasy.or.jp> References: [doc-jp-work 531] Approved by: re (bmah)
* I really hate the GCC directory structure of gcc/gcc/gcc/<compiler files>obrien2002-12-042-14480/+0
|
* Consistently mark std(in|out|err) with .Dv, because that's how theyru2002-12-0422-39/+51
| | | | | | | are marked up in stdio(3), and because they are defined expressions of type "FILE *". Approved by: re
* Hold the page queues lock around calls to pmap_remove().alc2002-12-042-0/+4
| | | | Approved by: re
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theanholt2002-12-041-62/+17
| | | | | | | data under the lock and outputting it to the sysctl later. Reviewed by: scottl Approved by: re
* mdoc(7) police: markup overhaul.ru2002-12-046-14/+22
| | | | Approved by: re
* Update for Gcc 3.2.1 release.obrien2002-12-042-80/+125
| | | | We also have more wide char support in libc now.
* Gperf is usable again.obrien2002-12-041-2/+6
|
* Minimal change to cause pkg_version to examine the new INDEX-5 filekris2002-12-042-2/+3
| | | | | instead of INDEX. This should be done better since this file name will depend on the FreeBSD major version.
* This commit was generated by cvs2svn to compensate for changes in r107609,obrien2002-12-045-3/+27
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-045-3/+27
| |
* | This commit was generated by cvs2svn to compensate for changes in r107606,obrien2002-12-0445-489/+1256
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-0449-574/+1730
| |
* | Update HEAD with FSF branch 3.2.1 release files.obrien2002-12-044-22/+20
| |
* | Use pure stock files.obrien2002-12-0421-46/+0
| |
* | mdoc(7) police: markup overhaul.ru2002-12-047-58/+82
| | | | | | | | Approved by: re
* | Merge rev 1.8 (printf format error fixes) into Gcc 3.2.1 release.obrien2002-12-041-25/+39
| |
* | Gperf is usable again. We don't need this.obrien2002-12-041-472/+0
| |
* | Fix typo to sync with FSF sources.obrien2002-12-041-1/+1
| |
* | Merge revs 1.10 (-mno-align-long-strings) and 1.11 (LONG_TYPE_SIZE override)obrien2002-12-041-6/+18
| | | | | | | | into Gcc 3.2.1 release.
* | Merge rev 1.11 (-mno-align-long-strings) into Gcc 3.2.1 release.obrien2002-12-041-21/+30
| |
* | Update for Gcc 3.2.1 release.obrien2002-12-041-1/+1
| |
* | Merge revs 1.2 (-fformat-extensions), 1.7 (FORCE_OPTIMIZATION_DOWNGRADE knob),obrien2002-12-041-0/+3
| | | | | | | | 1.14 (-O/-O1 optimize alignment for time, not size) into Gcc 3.2.1 release.
* | Merge revs 1.{2,15} (FREEBSD_NATIVE); 1.21 ("GCC_OPTIONS"); 1.{16,25,27}obrien2002-12-041-3/+6
| | | | | | | | | | | | (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.
* | Merge revs 1.2 (kernel printf framework) and 1.3 (suppress K&R main warnings)obrien2002-12-041-1/+1
| | | | | | | | into Gcc 3.2.1 release.
* | mdoc(7) police: overhaul.ru2002-12-048-109/+132
| | | | | | | | Approved by: re
* | This commit was generated by cvs2svn to compensate for changes in r107590,obrien2002-12-0477-9609/+38625
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-0494-13129/+53971
| |
* | This commit was generated by cvs2svn to compensate for changes in r107588,obrien2002-12-04142-10988/+52848
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Gcc 3.2.1 release virgin vendor import. (19-Nov-2002)obrien2002-12-04146-23079/+56900
| |
* | Fixed a partition type for pc98 when create or change slices in the fdisknyan2002-12-042-0/+16
| | | | | | | | | | | | editor. Approved by: re (jhb)
* | MFi386: revision 1.551.nyan2002-12-042-6/+12
| | | | | | | | Approved by: re (jhb)
* | Change the process title as soon as possible to mask information passed ondes2002-12-041-0/+3
| | | | | | | | | | | | | | | | 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
* | mdoc(7) police: nit.ru2002-12-041-1/+1
| | | | | | | | Approved by: re
* | mdoc(7) police: bump document date for the C rewrite, nit.ru2002-12-041-1/+2
| | | | | | | | Approved by: re
* | mdoc(7) police: overhaul.ru2002-12-042-182/+272
| | | | | | | | Approved by: re
* | mdoc(7) police: s/nul character/null character/.ru2002-12-041-2/+2
| | | | | | | | Approved by: re
* | This commit was generated by cvs2svn to compensate for changes in r107579,des2002-12-041-1/+3
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Add default cases to the switches (perforce change 21902)des2002-12-041-1/+3
| | |
OpenPOWER on IntegriCloud