summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Use the correct value when writing the Day Of Week byte in the CMOS.phk2002-12-045-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The correct range is [1...7] with Sunday=1, but we have been writing [0...6] with Sunday=0. The Soekris computers flagged the zero, zapped the date, so if you rebooted your soekris on a sunday, it would come up with a wrong date. Bruce has a more extensive rework of this code, but we will stick with the minimalist fix for now. Spotted by: Soren Kristensen <soren@soekris.com> Thanks to: Michael Sierchio <kudzu@tenebras.com>. Confirmed by: bde Approved by: re
* | | rtld support for PowerPC. Mostly obtained from NetBSD, with modsgrehan2002-12-045-0/+926
| | | | | | | | | | | | | | | | | | | | | | | | for binutils 2.13 Reviewed by: benno Approved by: re (blanket)
* | | Minimal libc for PowerPC.grehan2002-12-0418-0/+1149
| | | | | | | | | | | | | | | | | | Reviewed by: benno Approved by: re (blanket)
* | | Reduce WARNS level to 3 in the non-crypto case to fix make release on sparc64.jake2002-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | | This may only be turning up now to changes in the cpp predefines for sparc64, which may be turning on more strict alignment checking. Approved by: re
* | | Fix minor gramm-o.bmah2002-12-041-1/+1
| | | | | | | | | | | | | | | Submitted by: keramida Approved by: re (implicitly)
* | | Sigh. Another wrong version string. However, this one isn't used in thepeter2002-12-042-2/+2
| | | | | | | | | | | | | | | | | | build. Approved by: re
* | | New release notes: adduser(8)/rmuser(8) and the Great Perl Rewrite,bmah2002-12-032-12/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dump(8) -L. Modified release notes: DEVICE_POLLING for nge(4) [1], clarification of some UFS2 items, Perl distribution in sysinstall. Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com> [1] Approved by: re (implicitly)
* | | Reformulate how sysinstall handles file system options in the labelrwatson2002-12-038-138/+572
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | editor, in order to support specifying UFS2 as a newfs option. (1) Support three different newfs types: NEWFS_UFS, NEWFS_MSDOS, and NEWFS_CUSTOM. Don't mix up the arguments to them: you can't use soft updates on an msdos file system. (2) Distinguish adding new arguments to the newfs command line from replacing it. Permit the addition of new arguments by the user for NEWFS_UFS. If we entirely replace the command line provided by sysinstall, call it NEWFS_CUSTOM. 'N' will now add additional arguments; 'Z' will opt to replace the newfs command line entirely, but will prompt the user with their current command line as a starting point. (3) Construct the newfs command line dynamically based on the options provided by the user at label-time. Right now, this means selecting UFS1 vs. UFS2, and the soft updates flag. Drop in some variables to support ACLs and MAC Multilabel in the future also, but don't expose them now. This provides sysinstall with the ability to do more "in band" editing of the newfs command line, so we can provide more support for the user, but doesn't sacrifice the ability to entirely specify the newfs command line of the user is willing to give up on the cushiness factor. It also makes it easier for us to specify defaults in the future, and define conditional behavior based on user configuration selections. For now, we default to UFS1, and permit UFS2 to be used as the root only on non-i386 systems. While I was there, I dropped the default fragment and block sizes, since newfs has much more sensible defaults now. Reviewed by: jhb, marcel Approved by: re ia64 bits from: marcel
* | | Oops. Use the correct version number. The number that was here was thepeter2002-12-032-2/+2
| | | | | | | | | | | | | | | | | | one that I originally used on freefall etc. Approved by: re
* | | Oops, forgot this cosmetic tweak to the perl menu item in my previousjhb2002-12-032-2/+2
| | | | | | | | | | | | | | | | | | commit. Approved by: re (this is what they actually reviewed)
* | | Add support for the PC98 platform to the ATA driver.sos2002-12-0313-44/+630
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This mostly consists of functionality to serialize accesses to the two ATA channels (which can also be used to "fix" certain PCI based controllers). Add support for Acard controllers. Enable the ATA driver in PC98 GENERIC, and add device hints. Update man page with latest support. The PC98 core team has kindly provided me with a PC98 machine that made this all possible, thanks to all that contributed to that effort, without that this would probably newer have been possible.. Approved by: re@
* | | - Convert the installation of the X package to using installPackage()jhb2002-12-034-3/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than installX11package(). - Add a perl psuedo-dist that installs the perl package. The perl distribution is selected by default when a User distribution set is selected. It is not selected when a Minimal distribution set is selected. The perl distribution may be toggled manually in the custom menu just as other distributions. Approved by: re
* | | Rename installX11package() to installPackage() and tweak it so that itjhb2002-12-034-12/+8
| | | | | | | | | | | | | | | | | | can be used to install any arbitrary package. Approved by: re
* | | Add the `L' option to dump to notify it that it is dumping amckusick2002-12-032-15/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | live filesystem. To obtain a consistent dump image, dump takes a snapshot of the filesystem and then does a dump of the snapshot. The snapshot is removed when the dump is complete. Also add an operator warning that the `L' option should be used if dump is run on a live filesystem without the `L' option being specified. The alternative would be to silently use a snapshot any time that a live filesystem is dumped, but this change in dump semantics seemed too drastic at this time. Sponsored by: DARPA & NAI Labs. Approved by: re
* | | Have to use bread() rather than UFS_BALLOC() when obtaining amckusick2002-12-031-24/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | previously allocated block as the previous use of the block may have fallen out of the cache. Failure to reread its contents cause zeroed results to be written instead of the proper contents. Conversely, when the block is going to be entirely filled in, it is not necessary reread the old contents. Sponsored by: DARPA & NAI Labs. Approved by: re
* | | "i386" is probably a better long name for the i386 platform, asbmah2002-12-033-3/+3
| | | | | | | | | | | | | | | | | | | | | opposed to IA-32. Pointed out by: Andrew I Baznikin <dikiy@scn.ru>, jhb Approved by: re (implicitly)
* | | Minor, cosmetic change to buildworld output to make it reflectbmah2002-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | rev. 1.270 more accurately. Reviewed by: ru Approved by: re (jhb)
* | | Update the second copy of libstand to deal with the new ufs2 superblockjake2002-12-031-1/+1
| | | | | | | | | | | | | | | | | | format. The one in sys/boot/libstand is not connected to the build. Approved by: re
* | | Fix a bug in the fdisk editor that partially masked the chunk deletionjhb2002-12-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | bug fixed yesterday. New slices created in the fdisk editor and slices whose sub-type is changed are of type 'mbr' if their sub-type is not a magic type, not type 'unknown'. Approved by: re
* | | Since OpenSSH drops privileges before calling pam_open_session(3),des2002-12-033-171/+203
| | | | | | | | | | | | | | | | | | pam_lastlog(8) can't possibly work, so let OpenSSH handle lastlog. Approved by: re (rwatson)
* | | The default CD drive is /dev/cd0, not /dev/cd0c.des2002-12-031-1/+1
| | | | | | | | | | | | | | | Reviewed by: jhb Approved by: re (rwatson)
* | | License tweak: remove clause 3 per permission of NAI.rwatson2002-12-032-6/+0
| | | | | | | | | | | | | | | | | | Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* | | Mdoc markup and language fixes.rwatson2002-12-032-9/+14
| | | | | | | | | | | | | | | | | | | | | Submitted by: ru Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* | | Hook up a sample LOMAC labeling policy. Unlike the old LOMAC module,rwatson2002-12-031-0/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | the file system initial labeling policy exists in userland, and is fed into setfsmac(1). This is based on the old LOMAC PLM. Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* | | Unhook the old LOMAC module, now replaced with mac_lomac.rwatson2002-12-0332-6860/+0
| | | | | | | | | | | | | | | | | | Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
OpenPOWER on IntegriCloud