summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Oops, forgot this cosmetic tweak to the perl menu item in my previousjhb2002-12-032-2/+2
* Add support for the PC98 platform to the ATA driver.sos2002-12-0313-44/+630
* - Convert the installation of the X package to using installPackage()jhb2002-12-034-3/+16
* Rename installX11package() to installPackage() and tweak it so that itjhb2002-12-034-12/+8
* Add the `L' option to dump to notify it that it is dumping amckusick2002-12-032-15/+91
* Have to use bread() rather than UFS_BALLOC() when obtaining amckusick2002-12-031-24/+30
* "i386" is probably a better long name for the i386 platform, asbmah2002-12-033-3/+3
* Minor, cosmetic change to buildworld output to make it reflectbmah2002-12-031-1/+1
* Update the second copy of libstand to deal with the new ufs2 superblockjake2002-12-031-1/+1
* Fix a bug in the fdisk editor that partially masked the chunk deletionjhb2002-12-032-4/+4
* Since OpenSSH drops privileges before calling pam_open_session(3),des2002-12-033-171/+203
* The default CD drive is /dev/cd0, not /dev/cd0c.des2002-12-031-1/+1
* License tweak: remove clause 3 per permission of NAI.rwatson2002-12-032-6/+0
* Mdoc markup and language fixes.rwatson2002-12-032-9/+14
* Hook up a sample LOMAC labeling policy. Unlike the old LOMAC module,rwatson2002-12-031-0/+29
* Unhook the old LOMAC module, now replaced with mac_lomac.rwatson2002-12-0332-6860/+0
* Don't install old LOMAC include files; do install new mac_lomacrwatson2002-12-032-3/+3
* Properly account for prefetchable memory when a request is being made.imp2002-12-031-47/+112
* Replace the perl versions of adduser and rmuser with shell script versions.scottl2002-12-037-2291/+1458
* Correct the estimated block count calculated by dump to accountmckusick2002-12-032-2/+4
* Properly handle UFS2 sparsely allocated inodes. The UFS2 filesystemmckusick2002-12-031-25/+66
* Add spaces around FBSD_ENDFILE_SPEC as it is used in string concatenation.obrien2002-12-031-1/+1
* Add lib/libfetch and usr.bin/fetch to FIXCRYPTO since they need the cryptodes2002-12-031-1/+2
* Avoid recursive acquisition of the page queues lock in pmap_unuse_pt().alc2002-12-032-2/+6
* Implement DIOCGDINFO for volumes. newfs will no longer build a filegrog2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the devicegrog2002-12-021-23/+24
* Relax partition overlap check to allow Vinum partitions to overlapgrog2002-12-022-6/+12
* Break up a bunch of crazy if statements to use a case statement insteadjhb2002-12-021-14/+16
* Updated release notes: Binutils 2.13.1-20021011, CVSbmah2002-12-022-8/+8
* Make a CR/LF sequence measure up to its name: the order of the CR and LFroam2002-12-021-1/+1
* Replace the remaining strcpy() instances with strlcpy(), fixing a segfaultroam2002-12-021-8/+6
* Use the hotspot code to prevent people from overwriting their disklabelphk2002-12-021-11/+90
* ia64 specific.marcel2002-12-026-6/+106
* Add a simplified version of the hot-spot code to enable us to protectphk2002-12-022-8/+95
* Align the FPU state in the ucontext and sigcontext to 16 bytesdeischen2002-12-0211-48/+76
* Correctly calculate the initial number of fragments in a filesystemmckusick2002-12-021-2/+2
* Verify that alternate superblocks have a correct magic number beforemckusick2002-12-021-9/+10
* Remove a workaround for a binutils bug that was fixed in the recenttmm2002-12-021-19/+4
* If /usr/bin/make fails to pass the regression tests, it might notru2002-12-021-7/+20
* For installkernel, use the fresh tools (if we've built them withru2002-12-021-1/+2
* Cast argument to (long), missed in prior pass.rwatson2002-12-021-1/+1
* Fix 32-bit/64-bit bug in format string.rwatson2002-12-021-1/+1
* Remove the ancient PEI cruft that is useless.obrien2002-12-021-4/+0
* We can handle the bfd_elf32_i386_vec vector at the same time as theobrien2002-12-021-2/+2
* We can handle the bfd_elf64_alpha_vec vector at the same time as theobrien2002-12-021-2/+2
* Cleaner support of a DEFAULT_VECTOR.obrien2002-12-025-17/+21
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-021-8/+2
* Handle the "HAVE_" defines via the VECS list.obrien2002-12-027-14/+4
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-025-112/+225
* Update for the Binutils 2.13.2 20021127 snapshot import.obrien2002-12-027-9/+24
OpenPOWER on IntegriCloud