aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. CatchRuslan Ermilov2003-03-111-1/+1
* Fix a few spelling errors.Tom Rhodes2003-03-071-3/+3
* Document the tunable kern.ipc.nsfbufs in help.common and loader.8. SmallSean Chittenden2003-03-042-4/+11
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. CatchRuslan Ermilov2003-03-033-3/+3
* Fixed sys/boot/pc98/boot2/Makefile to use kern.mk andRuslan Ermilov2003-03-021-1/+1
* Add two loader tuneables that allow one to change the maximum number ofHartmut Brandt2003-03-021-0/+2
* Speed up debugging in the context of unexpected traps by printingMarcel Moolenaar2003-03-012-10/+12
* Paranoia: Don't use the length of the option string alone toMarcel Moolenaar2003-03-011-1/+1
* Increase the block size for reading and writing from 8KB to 1MB andMarcel Moolenaar2003-02-261-4/+7
* Consistently use NOFORTH to control the usage of ficl.David E. O'Brien2003-02-265-21/+17
* Fixed CLEANFILES.Ruslan Ermilov2003-02-252-2/+2
* Only apply rev 1.10 (which hacks around the i386 boot2 being too big forDavid E. O'Brien2003-02-251-0/+5
* Revert to old (broken for over 1.5Tb filesystems) version of cgbaseKirk McKusick2003-02-241-0/+2
* Simplify page alignment.Marcel Moolenaar2003-02-204-44/+16
* Don't bother to build ficl if NOFORTH is defined.Benno Rice2003-02-131-0/+2
* s/hw.pci_allow_unsupported_io_range/hw.pci.allow_unsupported_io_range/Tom Rhodes2003-02-081-1/+1
* Remove special casing for running in the simulator from the kernelMarcel Moolenaar2003-02-0119-53/+1385
* SSC calls use break immediate 0x80000. 0x80001 only works forMarcel Moolenaar2003-02-012-2/+2
* MFi386: Install the "boot" image which is boot1 + boot2.Yoshihiro Takahashi2003-01-301-2/+7
* Link /boot/boot1 to the name /boot/boot to avoid per-arch naming of thePoul-Henning Kamp2003-01-261-0/+1
* Build a file "boot" which consists of boot1 and boot2 concatenated.Poul-Henning Kamp2003-01-262-2/+12
* Use NDOSPART instead of NEXTDOSPART.Yoshihiro Takahashi2003-01-211-2/+2
* MFi386: revision 1.63.Yoshihiro Takahashi2003-01-211-10/+9
* Fix module dependency (pre)loading on sparc64 by relocating the variablesJake Burkholder2003-01-211-6/+57
* Use NEXTDOSPART instead of MAX_SLICES.Poul-Henning Kamp2003-01-202-5/+4
* Simplify the Makefile by just using our standard PROG variable.David E. O'Brien2003-01-181-9/+8
* Minimally document hw.syscons.sc_no_suspend_vtswitch.Matthew N. Dodd2003-01-151-0/+6
* Save 4 more bytes by not initializing opts to 0. This moves it fromWarner Losh2003-01-142-2/+2
* Fix interactive booting:Warner Losh2003-01-132-4/+8
* Add SCSI MO device support.Yoshihiro Takahashi2003-01-065-98/+156
* Rename the dos_partition structure for pc98 to pc98_partition.Yoshihiro Takahashi2003-01-042-8/+8
* RIP liloldr.David E. O'Brien2002-12-314-364/+0
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* -mno-align-long-strings can make things smaller, so lets use it in hopesDavid E. O'Brien2002-12-212-0/+2
* Put back the casts to unsigned. While no strictly necessary for itsWarner Losh2002-12-202-2/+2
* Fix breakage from earlier inadvertant changes.Jake Burkholder2002-12-201-4/+0
* Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c.Jake Burkholder2002-12-1910-10/+13
* Add command `hcdp'. This command dumps the DIG64 HCDP table if oneMarcel Moolenaar2002-12-182-0/+150
* I didn't intend to delete this rm from the Makefile. It snuck in atWarner Losh2002-12-182-0/+2
* Reduce diffs with Peter's expanded diffs:Warner Losh2002-12-172-8/+8
* Make both UFS1 and UFS2 fit on the same boot blocks. These are aWarner Losh2002-12-174-142/+120
* Remove unneeded casts. Add others to make WARNS=5 happy.David E. O'Brien2002-12-152-12/+12
* Employ the unused bytes after the disklabel in the second sector. This makesPoul-Henning Kamp2002-12-144-48/+22
* Remove unnecessary call to fsread().Poul-Henning Kamp2002-12-142-2/+0
* Restructure so we can compile UFS1_ONLY, UFS2_ONLY or UFS1_AND_UFS2Poul-Henning Kamp2002-12-141-91/+33
* Always use the smaller GCC builtin memcpyPoul-Henning Kamp2002-12-142-20/+0
* Remove unused variable.Poul-Henning Kamp2002-12-142-2/+2
* Don't fill in the table with the BIOS idea about disk-geometry, we don'tPoul-Henning Kamp2002-12-142-30/+0
* Uniformly refer to a file system as "file system".Ruslan Ermilov2002-12-122-2/+2
* Pass the HCDP table address to the kernel. If no such table exists,Marcel Moolenaar2002-12-108-28/+33