| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
'RELENG_3_3_0_RELEASE'.
This commit was manufactured to restore the state of the 3.3-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
|
| |
|
|
| |
Notes:
svn path=/stable/3/; revision=50583
|
| |
|
|
|
|
|
| |
(how do we do this differently for Alpha?)
Notes:
svn path=/stable/3/; revision=43298
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41104
|
| |
|
|
| |
Notes:
svn path=/head/; revision=41081
|
| |
|
|
|
|
|
| |
still be in place.
Notes:
svn path=/head/; revision=41065
|
| |
|
|
| |
Notes:
svn path=/head/; revision=40923
|
| |
|
|
|
|
|
| |
works but ibcs2 has a load failure and joy doesn't look like it'll work.
Notes:
svn path=/head/; revision=40921
|
| |
|
|
|
|
|
|
|
|
| |
converted yet. These are more of a starting point. This is NOT connected
to the parent Makefile.
OK'ed by jkh (who is ever so patiently waiting)
Notes:
svn path=/head/; revision=40440
|
| |
|
|
|
|
|
|
|
|
|
|
| |
not actually work for cross compiling, but that is another problem.)
Honor LDFLAGS for building internal tools. (Tools should normally
be built static to avoid problems with picking up target shared
libraries. bsd.kmod doesn't set -static yet, and has some problems
with `LDFLAGS=-static ...' in the environment.)
Notes:
svn path=/head/; revision=37461
|
| |
|
|
|
|
|
| |
exist.
Notes:
svn path=/head/; revision=37324
|
| |
|
|
|
|
|
| |
for `make -jN'.
Notes:
svn path=/head/; revision=34675
|
| |
|
|
| |
Notes:
svn path=/head/; revision=33143
|
| |
|
|
| |
Notes:
svn path=/head/; revision=33105
|
| |
|
|
|
|
|
| |
bsd.kmod.mk now handles it more generally.
Notes:
svn path=/head/; revision=32987
|
| |
|
|
| |
Notes:
svn path=/head/; revision=31783
|
| |
|
|
| |
Notes:
svn path=/head/; revision=22982
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=21480
|
| |
|
|
|
|
|
|
|
|
|
|
| |
too late to be used in all cases. It should probably be created (early)
in bsd.kmod.mk for all LKMs.
Use cc instead of cpp | as for the same reasons as in the kernel makefile.
CFLAGS isn't split up as well as in the kernel makefile, but cc doesn't
pass compiler warning flags to cpp, so there is no need to split it.
Notes:
svn path=/head/; revision=16726
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Compile and link a new kernel, that will give native ELF support, and
provide the hooks for other ELF interpreters as well.
To make native ELF binaries use John Polstras elf-kit-1.0.1..
For the time being also use his ld-elf.so.1 and put it in
/usr/libexec.
The Linux emulator has been enhanced to also run ELF binaries, it
is however in its very first incarnation.
Just get some Linux ELF libs (Slackware-3.0) and put them in the
prober place (/compat/linux/...).
I've ben able to run all the Slackware-3.0 binaries I've tried
so far.
(No it won't run quake yet :)
Notes:
svn path=/head/; revision=14456
|
| |
|
|
|
|
|
| |
This is a bit of a kludge and needs more work.
Notes:
svn path=/head/; revision=14333
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13657
|
| |
|
|
|
|
|
|
| |
for the CFLAGS. Now, it tracks whatever the booted kernel has rather than
being specifying what features your kernel has at lkm build time.
Notes:
svn path=/head/; revision=13340
|
| |
|
|
|
|
|
| |
(make fails in old case)
Notes:
svn path=/head/; revision=13289
|
| |
|
|
| |
Notes:
svn path=/head/; revision=13110
|
|
|
This first shot only incorporaties so much functionality that DOOM
can run (the X version), signal handling is VERY weak, so is many
other things. But it meets my milestone number one (you guessed it
- running DOOM).
Uses /compat/linux as prefix for loading shared libs, so it won't
conflict with our own libs.
Kernel must be compiled with "options COMPAT_LINUX" for this to work.
Notes:
svn path=/head/; revision=9313
|