| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Reported by: rpokala
Notes:
svn path=/head/; revision=313576
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From NetBSD christos Sat Jan 26 00:19:39 2013 +0000
make the buffer functions look exactly like the kernel ones and add other
cruft to make the kernel files compile.
ffs.c 1.54
ffs/buf.c 1.13
ffs/buf.h 1.3
ffs/ffs_alloc.c 1.21
ffs/ffs_balloc.c 1.15
Reviewed by: marcel, ngie
Obtained from: NetBSD
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D8404
Notes:
svn path=/head/; revision=313575
|
| |
|
|
|
|
|
|
|
| |
I thank all developers and contributors for pc98.
Relnotes: yes
Notes:
svn path=/head/; revision=312910
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functions to call at the appropriate time to register new forth
words. In the past we've done this with ifdef soup, but now if the
file is included in the build, we'll get the new forth words.
Use this new functionality to move the pci bios stuff out of loader.c
by moving it to biospci.c.
Move the pnp functionality to common/pnp.c.
Move the inb/outb forth words to the i386 sysdep.c file where their
implementation is defined.
Adjust the efi linker scripts and build machinery to cope.
his should be an invisible change to forth scripts and user
experience.
Differential Revision: https://reviews.freebsd.org/D8145
Notes:
svn path=/head/; revision=307324
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
__attribute__((format(...))), and the -fformat-extensions flag was
removed, introduce a new macro in bsd.sys.mk to choose the right variant
of compile flag for the used compiler, and use it.
Also add something similar to kern.mk, since including bsd.sys.mk from
that file will anger Warner. :-)
Note that bsd.sys.mk does not support the MK_FORMAT_EXTENSIONS knob used
in kern.mk, since that knob is only available in kern.opts.mk, not in
src.opts.mk. We might want to add it later, to more easily support
external compilers for building world (in particular, sys/boot).
Notes:
svn path=/projects/clang360-import/; revision=277842
|
| |
|
|
|
|
|
| |
Supress clang warning for FreeBSD printf %b and %D formats.
Notes:
svn path=/head/; revision=272255
|
| |
|
|
| |
Notes:
svn path=/head/; revision=239069
|
| |
|
|
|
|
|
|
| |
Pointyhat to: avg
MFC after: 1 month
Notes:
svn path=/head/; revision=235395
|
| |
|
|
|
|
|
| |
MFC after: 2 week
Notes:
svn path=/head/; revision=201339
|
| |
|
|
| |
Notes:
svn path=/head/; revision=190046
|
| |
|
|
|
|
|
| |
Do not attempt to make an NFS rpc call if using tftp
Notes:
svn path=/head/; revision=176656
|
| |
|
|
|
|
|
|
| |
boot loaders that load the loader already handle A20. In fact, they are
required to do so in order to setup the environment that btxldr expects.
Notes:
svn path=/head/; revision=157668
|
| |
|
|
| |
Notes:
svn path=/head/; revision=153551
|
| |
|
|
| |
Notes:
svn path=/head/; revision=146011
|
| |
|
|
|
|
|
| |
any fake value.
Notes:
svn path=/head/; revision=136910
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125567
|
| |
|
|
| |
Notes:
svn path=/head/; revision=125563
|
| |
|
|
|
|
|
|
| |
using as(1) to compile plain assembler source files; bsd.lib.mk
has been fixed (in revision 1.147).
Notes:
svn path=/head/; revision=117160
|
| |
|
|
| |
Notes:
svn path=/head/; revision=116001
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115964
|
| |
|
|
| |
Notes:
svn path=/head/; revision=115944
|
| |
|
|
| |
Notes:
svn path=/head/; revision=114407
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=97060
|
| |
|
|
|
|
|
|
| |
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
Notes:
svn path=/head/; revision=96513
|
| |
|
|
|
|
|
|
| |
defining so many extra things in addition to INTERNALLIB. We don't like
repetitive C code and we shouldn't for make code either.
Notes:
svn path=/head/; revision=96455
|
| |
|
|
|
|
|
| |
INTERNALLIB now.
Notes:
svn path=/head/; revision=96415
|
| |
|
|
|
|
|
|
| |
(also resort some CFLAGS such that the more "important" value are first so
they are easier to see)
Notes:
svn path=/head/; revision=96342
|
| |
|
|
| |
Notes:
svn path=/head/; revision=86130
|
| |
|
|
| |
Notes:
svn path=/head/; revision=83531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=66245
|
| |
|
|
|
|
|
|
|
| |
sys/boot/i386/libi386/Makefile 1.16 and 1.17
sys/boot/i386/loader/Makefile 1.44
sys/boot/i386/loader/main.c 1.20
Notes:
svn path=/head/; revision=59535
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52825
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
|
|
files in boot2 directory are copies from legacy biosboot.
Submitted by: IMAI Takeshi <take-i@ceres.dti.ne.jp>
Notes:
svn path=/head/; revision=43561
|