| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
new USB2 stack will fully replace this for 8.0.
Remove kernel modules, a subsequent commit will update conf/files. Unhook
usbdevs from the build.
Notes:
svn path=/head/; revision=188939
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ioctls passing integer arguments should use the _IOWINT() macro.
This fixes a lot of ioctl's not working on sparc64, most notable
being keyboard/syscons ioctls.
Full ABI compatibility is provided, with the bonus of fixing the
handling of old ioctls on sparc64.
Reviewed by: bde (with contributions)
Tested by: emax, marius
MFC after: 1 week
Notes:
svn path=/head/; revision=162711
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR). Thus, such fake files won't be
created at all if modules are built with the kernel.
Some modules undergo cleanup like removing unused or unneeded
options or .h files, without which they wouldn't build this way
or the other.
Reviewed by: ru
Tested by: no binary changes in modules built alone
Tested on: i386 sparc64 amd64
Notes:
svn path=/head/; revision=151350
|
| |
|
|
| |
Notes:
svn path=/head/; revision=148080
|
| |
|
|
|
|
|
| |
Fixes build of ukbd module under "make universe"
Notes:
svn path=/head/; revision=148075
|
| |
|
|
|
|
|
| |
Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER)
Notes:
svn path=/head/; revision=146957
|
| |
|
|
| |
Notes:
svn path=/head/; revision=139399
|
| |
|
|
|
|
|
| |
needed to build as part of world or in src/sys/modules.
Notes:
svn path=/head/; revision=131186
|
| |
|
|
|
|
|
|
| |
headers as in most other modules Makefiles (5 yesterday, none now).
Fixed any simple nearby style bugs (not many).
Notes:
svn path=/head/; revision=123962
|
| |
|
|
|
|
|
| |
Not objected to by: -current
Notes:
svn path=/head/; revision=89260
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70711
|
| |
|
|
|
|
|
| |
encoding the relative path.
Notes:
svn path=/head/; revision=60966
|
| |
|
|
|
|
|
|
|
|
| |
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.
Notes:
svn path=/head/; revision=59951
|
| |
|
|
|
|
|
|
|
| |
care of by bsd.kmod.mk.
Pointed out by: bde
Notes:
svn path=/head/; revision=56332
|
| |
|
|
| |
Notes:
svn path=/head/; revision=55830
|
| |
|
|
|
|
|
|
| |
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
Notes:
svn path=/head/; revision=53846
|
| |
|
|
|
|
|
| |
debugging falgs (-g).
Notes:
svn path=/head/; revision=53547
|
| |
|
|
|
|
|
| |
Suggested by: David O'Brien <obrien@FreeBSD.ORG>
Notes:
svn path=/head/; revision=53315
|
| |
|
|
| |
Notes:
svn path=/head/; revision=53253
|
| |
|
|
|
|
|
| |
(This was breaking world.)
Notes:
svn path=/head/; revision=52027
|
| |
|
|
|
|
|
| |
Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
Notes:
svn path=/head/; revision=52010
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52002
|
|
|
Finally.
Notes:
svn path=/head/; revision=52001
|