aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reformulate how sysinstall handles file system options in the labelRobert Watson2002-12-038-138/+572
* Oops. Use the correct version number. The number that was here was thePeter Wemm2002-12-032-2/+2
* Oops, forgot this cosmetic tweak to the perl menu item in my previousJohn Baldwin2002-12-032-2/+2
* Add support for the PC98 platform to the ATA driver.Søren Schmidt2002-12-0313-44/+630
* - Convert the installation of the X package to using installPackage()John Baldwin2002-12-034-3/+16
* Rename installX11package() to installPackage() and tweak it so that itJohn Baldwin2002-12-034-12/+8
* Add the `L' option to dump to notify it that it is dumping aKirk McKusick2002-12-032-15/+91
* Have to use bread() rather than UFS_BALLOC() when obtaining aKirk McKusick2002-12-031-24/+30
* "i386" is probably a better long name for the i386 platform, asBruce A. Mah2002-12-033-3/+3
* Minor, cosmetic change to buildworld output to make it reflectBruce A. Mah2002-12-031-1/+1
* Update the second copy of libstand to deal with the new ufs2 superblockJake Burkholder2002-12-031-1/+1
* Fix a bug in the fdisk editor that partially masked the chunk deletionJohn Baldwin2002-12-032-4/+4
* Since OpenSSH drops privileges before calling pam_open_session(3),Dag-Erling Smørgrav2002-12-033-171/+203
* The default CD drive is /dev/cd0, not /dev/cd0c.Dag-Erling Smørgrav2002-12-031-1/+1
* License tweak: remove clause 3 per permission of NAI.Robert Watson2002-12-032-6/+0
* Mdoc markup and language fixes.Robert Watson2002-12-032-9/+14
* Hook up a sample LOMAC labeling policy. Unlike the old LOMAC module,Robert Watson2002-12-031-0/+29
* Unhook the old LOMAC module, now replaced with mac_lomac.Robert Watson2002-12-0332-6860/+0
* Don't install old LOMAC include files; do install new mac_lomacRobert Watson2002-12-032-3/+3
* Properly account for prefetchable memory when a request is being made.Warner Losh2002-12-031-47/+112
* Replace the perl versions of adduser and rmuser with shell script versions.Scott Long2002-12-037-2291/+1458
* Correct the estimated block count calculated by dump to accountKirk McKusick2002-12-032-2/+4
* Properly handle UFS2 sparsely allocated inodes. The UFS2 filesystemKirk McKusick2002-12-031-25/+66
* Add spaces around FBSD_ENDFILE_SPEC as it is used in string concatenation.David E. O'Brien2002-12-031-1/+1
* Add lib/libfetch and usr.bin/fetch to FIXCRYPTO since they need the cryptoDag-Erling Smørgrav2002-12-031-1/+2
* Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().Alan Cox2002-12-032-2/+6
* Implement DIOCGDINFO for volumes. newfs will no longer build a fileGreg Lehey2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the deviceGreg Lehey2002-12-021-23/+24
* Relax partition overlap check to allow Vinum partitions to overlapGreg Lehey2002-12-022-6/+12
* Break up a bunch of crazy if statements to use a case statement insteadJohn Baldwin2002-12-021-14/+16
* Updated release notes: Binutils 2.13.1-20021011, CVSBruce A. Mah2002-12-022-8/+8
* Make a CR/LF sequence measure up to its name: the order of the CR and LFPeter Pentchev2002-12-021-1/+1
* Replace the remaining strcpy() instances with strlcpy(), fixing a segfaultPeter Pentchev2002-12-021-8/+6
* Use the hotspot code to prevent people from overwriting their disklabelPoul-Henning Kamp2002-12-021-11/+90
* ia64 specific.Marcel Moolenaar2002-12-026-6/+106
* Add a simplified version of the hot-spot code to enable us to protectPoul-Henning Kamp2002-12-022-8/+95
* Align the FPU state in the ucontext and sigcontext to 16 bytesDaniel Eischen2002-12-0211-48/+76
* Correctly calculate the initial number of fragments in a filesystemKirk McKusick2002-12-021-2/+2
* Verify that alternate superblocks have a correct magic number beforeKirk McKusick2002-12-021-9/+10
* Remove a workaround for a binutils bug that was fixed in the recentThomas Moestl2002-12-021-19/+4
* If /usr/bin/make fails to pass the regression tests, it might notRuslan Ermilov2002-12-021-7/+20
* For installkernel, use the fresh tools (if we've built them withRuslan Ermilov2002-12-021-1/+2
* Cast argument to (long), missed in prior pass.Robert Watson2002-12-021-1/+1
* Fix 32-bit/64-bit bug in format string.Robert Watson2002-12-021-1/+1
* Remove the ancient PEI cruft that is useless.David E. O'Brien2002-12-021-4/+0
* We can handle the bfd_elf32_i386_vec vector at the same time as theDavid E. O'Brien2002-12-021-2/+2
* We can handle the bfd_elf64_alpha_vec vector at the same time as theDavid E. O'Brien2002-12-021-2/+2
* Cleaner support of a DEFAULT_VECTOR.David E. O'Brien2002-12-025-17/+21
* Update for the Binutils 2.13.2 20021127 snapshot import.David E. O'Brien2002-12-021-8/+2
* Handle the "HAVE_" defines via the VECS list.David E. O'Brien2002-12-027-14/+4