| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
hw.pci.allow_unsupported_io_range.
Approved by: re (scottl)
Notes:
svn path=/stable/5/; revision=135805
|
| |
|
|
|
|
|
|
|
| |
format modules.
Approved by: re
Notes:
svn path=/stable/5/; revision=134719
|
| |
|
|
| |
Notes:
svn path=/stable/5/; revision=134460
|
| |
|
|
|
|
|
|
|
|
|
| |
will prepend the current kernel booting... This prevents a problem of
loading /boot/kernel's modules when a different kernel has no modules,
but you left your module_load="YES" in loader.conf...
Reviewed by: dcs (minus the help part)
Notes:
svn path=/head/; revision=133217
|
| |
|
|
|
|
|
| |
Approved by: jhb
Notes:
svn path=/head/; revision=132854
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
bootp -> BOOTP
bootp.nfsroot -> BOOTP_NFSROOT
bootp.nfsv3 -> BOOTP_NFSV3
bootp.compat -> BOOTP_COMPAT
bootp.wired_to -> BOOTP_WIRED_TO
- i.e. back out the previous commit. It's already possible to
pxeboot(8) with a GENERIC kernel.
Pointed out by: dwmalone
Notes:
svn path=/head/; revision=131840
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BOOTP -> bootp
BOOTP_NFSROOT -> bootp.nfsroot
BOOTP_NFSV3 -> bootp.nfsv3
BOOTP_COMPAT -> bootp.compat
BOOTP_WIRED_TO -> bootp.wired_to
This lets you PXE boot with a GENERIC kernel by putting this sort of thing
in loader.conf:
bootp="YES"
bootp.nfsroot="YES"
bootp.nfsv3="YES"
bootp.wired_to="bge1"
or even setting the variables manually from the OK prompt.
Notes:
svn path=/head/; revision=131814
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131754
|
| |
|
|
|
|
|
| |
in <sys/cdefs.h> for compilers without support for inline.
Notes:
svn path=/head/; revision=131575
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131489
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131393
|
| |
|
|
| |
Notes:
svn path=/head/; revision=129310
|
| |
|
|
|
|
|
|
|
|
| |
license, per letter dated July 22, 1999 and email from Peter Wemm,
Alan Cox and Robert Watson.
Approved by: core, peter, alc, rwatson
Notes:
svn path=/head/; revision=128019
|
| |
|
|
|
|
|
| |
Approved by: grog (mentor)
Notes:
svn path=/head/; revision=127789
|
| |
|
|
| |
Notes:
svn path=/head/; revision=126837
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125561
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
assure backward compatibility (conditional on !BURN_BRIDGES), look it up
by its old name first, and log a warning (but accept the setting) if it
was found. If both the old and new name are defined, the new name takes
precedence.
Also export vm.kmem_size as a read-only sysctl variable; I find it hard to
tune a parameter when I don't know its default value, especially when that
default value is computed at boot time.
Notes:
svn path=/head/; revision=125091
|
| |
|
|
|
|
|
|
|
|
|
|
| |
the root path. This is reported to make non-PXE netbooting, such as
is used on sparc64 systems, work correctly when the TFTP server is
not the same as the root server.
PR: kern/57328
Submitted by: Per Kristian Hove <Per.Hove@math.ntnu.no>
Notes:
svn path=/head/; revision=121973
|
| |
|
|
|
|
|
| |
Also some minor style cleanups.
Notes:
svn path=/head/; revision=119483
|
| |
|
|
|
|
|
|
| |
Submitted by: Andre Guibert de Bruet <andy@siliconlandmark.com>
MFC after: 3 days
Notes:
svn path=/head/; revision=117044
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116864
|
| |
|
|
|
|
|
|
|
| |
(It does not modify NSFBUFS, but just overrides it if set.)
Approved by: re (blanket)
Notes:
svn path=/head/; revision=115113
|
| |
|
|
|
|
|
|
|
|
|
| |
common code, the non-trivial part is #ifdef'ed and only executes when
loading amd64 kernels. The rest is trivial but needed for the the amd64
case. (Two variables changed from char ** to Elf_Addr).
Approved by: re (amd64 "low-risk" stuff)
Notes:
svn path=/head/; revision=114937
|
| |
|
|
|
|
|
| |
instructions on the main help screen for disabling it.
Notes:
svn path=/head/; revision=114707
|
| |
|
|
|
|
|
|
|
| |
PR: docs/40234
Submitted by: Chris Pepper <pepper@rockefeller.edu> (mostly)
MFC After: 3 days
Notes:
svn path=/head/; revision=114654
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
things over floppy size limits, I can exclude it for release builds or
something like that. Most of the changes are to get the load_elf.c file
into a seperate elf32_ or elf64_ namespace so that you can have two
ELF loaders present at once. Note that for 64 bit kernels, it actually
starts up the kernel already in 64 bit mode with paging enabled. This
is really easy because we have a known minimum feature set.
Of note is that for amd64, we have to pass in the bios int 15 0xe821
memory map because once in long mode, you absolutely cannot make VM86
calls. amd64 does not use 'struct bootinfo' at all. It is a pure loader
metadata startup, just like sparc64 and powerpc. Much of the
infrastructure to support this was adapted from sparc64.
Notes:
svn path=/head/; revision=114379
|
| |
|
|
| |
Notes:
svn path=/head/; revision=113161
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Move the remaining bits of <sys/diskslice.h> to <i386/include/bootinfo.h>
Move i386/pc98 specific bits from <sys/reboot.h> to
<i386/include/bootinfo.h> as well.
Adjust includes in sys/boot accordingly.
Notes:
svn path=/head/; revision=113083
|
| |
|
|
|
|
|
| |
Submitted by: Stefan Farfeleder <stefan@fafoe.dyndns.org> via -doc.
Notes:
svn path=/head/; revision=111957
|
| |
|
|
|
|
|
|
|
|
| |
nearby grammar fixup that saves a line of display while in the loader
(help set tunables), but reuses the line for kern.ipc.nsfbufs.
Approved by: roam
Notes:
svn path=/head/; revision=111890
|
| |
|
|
|
|
|
|
| |
up with this further by excluding /modules from the (default)
kern.module_path.
Notes:
svn path=/head/; revision=111852
|
| |
|
|
|
|
|
| |
both ufs1 and ufs2 support) on i386.
Notes:
svn path=/head/; revision=111456
|
| |
|
|
|
|
|
|
|
| |
so that boot loader once again will fit.
Sponsored by: DARPA & NAI Labs.
Notes:
svn path=/head/; revision=111410
|
| |
|
|
|
|
|
| |
The former was incorrect and gave an `unknown oid' error.
Notes:
svn path=/head/; revision=110554
|
| |
|
|
|
|
|
|
|
|
|
| |
read from the raw kld files.
Submitted by: Hartmut Brandt <brandt@fokus.gmd.de>
PR: 46870
Tested on: alpha (obrien), i386, sparc64
Notes:
svn path=/head/; revision=109616
|
| |
|
|
|
|
|
| |
Requested by: Nate Lawson <nate@root.org>
Notes:
svn path=/head/; revision=109281
|
| |
|
|
|
|
|
| |
versions from the same basic function.
Notes:
svn path=/head/; revision=107877
|
| |
|
|
|
|
|
| |
Approved by: re
Notes:
svn path=/head/; revision=107788
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the old 8-bit fs_old_flags to the new location the first time that the
filesystem is mounted by a new kernel. One of the unused flags in
fs_old_flags is used to indicate that the flags have been moved.
Leave the fs_old_flags word intact so that it will work properly if
used on an old kernel.
Change the fs_sblockloc superblock location field to be in units
of bytes instead of in units of filesystem fragments. The old units
did not work properly when the fragment size exceeeded the superblock
size (8192). Update old fs_sblockloc values at the same time that
the flags are moved.
Suggested by: BOUWSMA Barry <freebsd-misuser@netscum.dyndns.dk>
Sponsored by: DARPA & NAI Labs.
Notes:
svn path=/head/; revision=107294
|
| |
|
|
|
|
|
|
| |
Approved by: re
PR: bin/43343
Notes:
svn path=/head/; revision=107266
|
| |
|
|
|
|
|
|
|
|
| |
hw.pci.allow_unsupported_io_range.
Submitted by: Hiten Pandya <hiten@angelica.unixdaemons.com>
Approved by: re (murray)
Notes:
svn path=/head/; revision=106845
|
| |
|
|
|
|
|
|
|
|
|
| |
Sysctl of same name to reflect status.
Submitted by: jhb
Approved by: re (murray)
MFC after: 1 day
Notes:
svn path=/head/; revision=106842
|
| |
|
|
|
|
|
|
|
|
|
|
| |
divide/remainder calls. For reasons not resolved, compiling the
relevant routines from libkern into boot2 results in stack corruption.
Do the simple thing: Don't use 64bit divide/remainder operations.
Sponsored by: DARPA & NAI Labs
Notes:
svn path=/head/; revision=104678
|
| |
|
|
|
|
|
| |
Sponsored by: DARPA & NAI Labs.
Notes:
svn path=/head/; revision=104612
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Fix device hints entry for disabling acpi(4).
This also should fix the arbitration with apm(4) when both drivers
are enabled.
Note that your /boot/device.hints needs to be updated if you want to
stop auto-loading acpi.ko or disable acpi(4).
Notes:
svn path=/head/; revision=102612
|
| |
|
|
|
|
|
| |
never updated for the metadata infrastructure.
Notes:
svn path=/head/; revision=102588
|
| |
|
|
|
|
|
|
|
| |
this was quite broken, it never was updated for metadata support.
The a.out kld file support was never really used, as it wasn't necessary.
You could always load elf kld's, even in an a.out kernel.
Notes:
svn path=/head/; revision=102556
|
| |
|
|
|
|
|
| |
bits in rev. 1.45.
Notes:
svn path=/head/; revision=101823
|
| |
|
|
|
|
|
|
| |
Document the approved ways of disabling it.
Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
Notes:
svn path=/head/; revision=101558
|
| |
|
|
|
|
|
| |
to pick up, ala pxe.
Notes:
svn path=/head/; revision=101112
|