| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make the sysinit tool a build tool rather than building in with
/usr/bin/cc and running it from OBJDIR. (It will be moved to usr.bin
once a manpage is written and a few style cleanups are done.)
Split the makefile bits for Hans' kernel shim layer into their own
includable kshim.mk.
Move USB support into a .mk file so loaders can include it.
Notes:
svn path=/head/; revision=269541
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Make the USB boot library more configurable.
- Resolve compile issues when cross building.
- Allow use of separate malloc.
- Allow use of separate endian macros.
Sponsored by: DARPA, AFRL
Notes:
svn path=/head/; revision=266882
|
| |
|
|
| |
Notes:
svn path=/head/; revision=266396
|
| |
|
|
|
|
|
| |
USB stack. This is useful for non-kernel purposes, like the loader.
Notes:
svn path=/head/; revision=246363
|
|
|
functional compilation of the FreeBSD USB stack for use with boot loaders
and such.
Discussed with: Hiroki Sato, hrs @ EuroBSDCon
Notes:
svn path=/head/; revision=246145
|