| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/head/; revision=194220
|
| |
|
|
|
|
|
|
|
| |
require it.
Submitted by: pjd
Notes:
svn path=/head/; revision=193588
|
| |
|
|
|
|
|
|
| |
Obtained from: NetBSD
MFC after: 1 week
Notes:
svn path=/head/; revision=164180
|
| |
|
|
|
|
|
|
|
|
|
| |
truncate it if it exists) or :>> (ensure the file exists, but don't change
it if it already does)
Reviewed by: ru
MFC after: 2 weeks
Notes:
svn path=/head/; revision=161283
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
and want to have crypto support loaded as KLD. By moving zlib to separate
module and adding MODULE_DEPEND directives, it is possible to use such
configuration without complication. Otherwise, since IPSEC is linked with
zlib (just like crypto.ko) you'll get following error:
interface zlib.1 already present in the KLD 'kernel'!
Approved by: cognet (mentor)
Notes:
svn path=/head/; revision=156072
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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=139399
|
| |
|
|
|
|
|
| |
automatically removes opt_*.h and if_*.h found in SRCS.
Notes:
svn path=/head/; revision=134593
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101588
|
| |
|
|
|
|
|
|
|
| |
commit.
Submitted by: Anders Andersson <anders@hack.org>
Notes:
svn path=/head/; revision=101113
|
| |
|
|
|
|
|
| |
Not objected to by: -current
Notes:
svn path=/head/; revision=89260
|
| |
|
|
|
|
|
|
|
| |
opt_foo.h:
touch opt_foo.h
.. is unnecessary - kmod.mk does this for us.
Notes:
svn path=/head/; revision=71985
|
| |
|
|
| |
Notes:
svn path=/head/; revision=70711
|
| |
|
|
|
|
|
|
|
| |
configuring INET).
Fixed most style bugs (mainly hard-coding of ${.TARGET}).
Notes:
svn path=/head/; revision=66394
|
| |
|
|
|
|
|
| |
to ppp_tty.c by the megacommit, and garbage added here).
Notes:
svn path=/head/; revision=66391
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
include:
* Mutual exclusion is used instead of spl*(). See mutex(9). (Note: The
alpha port is still in transition and currently uses both.)
* Per-CPU idle processes.
* Interrupts are run in their own separate kernel threads and can be
preempted (i386 only).
Partially contributed by: BSDi (BSD/OS)
Submissions by (at least): cp, dfr, dillon, grog, jake, jhb, sheldonh
Notes:
svn path=/head/; revision=65557
|
| |
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
module and don't #include "bpf.h".
Notes:
svn path=/head/; revision=51683
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=48645
|
| |
|
|
|
|
|
|
|
|
|
| |
that doesn't have it. This is achieved by having minimal do-nothing stubs
enabled when there are no bpfilter devices configured.
Driver modules should be built with BPF enabled for maximum
convenience (but can be built without it for maximum performance).
Notes:
svn path=/head/; revision=46130
|
| |
|
|
|
|
|
|
|
|
|
|
| |
XXX It probably makes sense to have a flag for bsd.kern.mk to avoid these
rules.
XXX IO_NDELAY seems to be the main reason for it, when used in a cdevsw
read or write "flag" context. Perhaps a redundant declaration
somewhere like sys/conf.h might help remove the need for vnode.h in
these device drivers in the first place.
Notes:
svn path=/head/; revision=42769
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=34905
|
| |
|
|
|
|
|
|
| |
path to the obj directory in ${CFLAGS}. This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
Notes:
svn path=/head/; revision=32990
|
| |
|
|
| |
Notes:
svn path=/head/; revision=32357
|
| |
|
|
|
|
|
| |
opt_inet.h.
Notes:
svn path=/head/; revision=32352
|
| |
|
|
|
|
|
| |
Submitted by: helbig
Notes:
svn path=/head/; revision=31789
|
| |
|
|
|
|
|
|
|
| |
minor buglet when neither bsdcomp, deflate or filter is used.
Pointed out by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
Notes:
svn path=/head/; revision=31781
|
| |
|
|
|
|
|
|
|
|
|
| |
PPP_DEFLATE options... The code uses #if defined(PPP_DEFLATE) etc, so the
original method of "#define PPP_DEFLATE 0" did not actually disable
anything. It was not possible to configure out bsdcomp or zlib
compression. Also, join the settings for PPP_FILTER and NBPFILTER together
since they are related here (can't have PPP_FILTER without NBPFILTER).
Notes:
svn path=/head/; revision=30530
|
| |
|
|
|
|
|
|
|
| |
similar fix to one provided in pr4348
Closes PR#4348
Notes:
svn path=/head/; revision=28526
|
| |
|
|
| |
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=11976
|
| |
|
|
|
|
|
| |
generated. Should this lkm set VFS_LKM ?
Notes:
svn path=/head/; revision=7849
|
| |
|
|
| |
Notes:
svn path=/head/; revision=7196
|
|
|
are now dynamically loadable. It doesn't make sense to do the same
for the loopback.
Notes:
svn path=/head/; revision=7194
|