index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
share
/
mk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Build the ISC library as libisc. This library comes as part of the
archie
2000-10-24
1
-0
/
+1
*
Add section for building ia64 kernels.
dfr
2000-10-16
1
-0
/
+8
*
Remove LIBRSAGLUE, add LIBSSL
gshapiro
2000-10-10
1
-1
/
+1
*
Change "building the standard ${LIB} library" to "building the static
peter
2000-10-02
1
-1
/
+1
*
Replace ${LIBMYTINFO} with warning
ache
2000-09-16
1
-2
/
+2
*
The kernel is now known as `kernel.ko' and it and its matching modules
obrien
2000-09-05
1
-2
/
+2
*
Fix the arguments to [(1) (AKA test(1)). If the string being tested
markm
2000-08-19
1
-1
/
+1
*
The previous delta was wrong; an empty MAKEOBJDIRPREFIX should
sheldonh
2000-08-17
1
-2
/
+2
*
Do not allow the cleandir target to blow away the entire source
sheldonh
2000-08-16
1
-1
/
+1
*
Add ${.CURDIR}/../../../.. to the list of places we look for the
imp
2000-07-07
1
-1
/
+1
*
NONBINMODE -> NOBINMODE for NLSMODE.
ghelmer
2000-06-09
1
-2
/
+2
*
When dubiously reprogramming .SUFFIXES, don't screw up the order of .S
bde
2000-06-08
1
-1
/
+1
*
Sigh. Use the correct path to bsd.conf.mk. It's times like this that I
peter
2000-05-27
1
-1
/
+1
*
Add bsd.kmod.mk back.
peter
2000-05-27
1
-1
/
+1
*
Revive a skeleton for bsd.kmod.mk (which will be in the make search path)
peter
2000-05-27
1
-0
/
+13
*
Typo in comments explaining what MAN_FILTER is.
hoek
2000-05-21
1
-1
/
+1
*
Don't create a garbage file named "install" for the NOINFO case when
bde
2000-05-15
1
-1
/
+6
*
Oops. I forgot to remove bsd.kmod.mk from the list of files installed. :-(
peter
2000-05-04
1
-1
/
+1
*
Repocopied to src/sys/conf/kmod.mk
peter
2000-05-04
1
-301
/
+0
*
Remove KMODDEPS support. All our existing dependencies are specified
peter
2000-05-01
1
-18
/
+6
*
Fixed world breakage for the NOSHARED=yes case. libpam now depends on
bde
2000-04-30
1
-3
/
+3
*
Reserve register t7 on alpha to point at per-cpu global variables.
dfr
2000-04-28
1
-1
/
+2
*
Fix the grammar in my previous commit "lose" -> "loss".
mpp
2000-04-24
1
-1
/
+1
*
Fix a typo in the comments.
mpp
2000-04-23
1
-1
/
+1
*
Correct a typo
kris
2000-04-21
1
-1
/
+1
*
Add support for compiling kernel modules outside of the tree. If you
imp
2000-04-08
1
-30
/
+19
*
Use makeobjops.pl instead of makedevops.pl.
dfr
2000-04-08
1
-2
/
+2
*
Allow the calling Makefile to specify a list of device interfaces instead
dfr
2000-04-05
1
-1
/
+5
*
Correct instructions/examples about manual pages.
ru
2000-03-23
1
-6
/
+6
*
Check for MAN9 for consistency.
ru
2000-03-23
1
-2
/
+2
*
Use an intermediate file containing the module binary before converting
peter
2000-03-20
1
-4
/
+7
*
Add libipsec.
shin
2000-02-27
1
-0
/
+1
*
We have some new libraries; give them names.
markm
2000-02-24
1
-2
/
+4
*
Unbroke PRECIOUSLIB feature (broken in rev 1.88).
ru
2000-02-03
1
-1
/
+1
*
Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
bde
2000-01-28
1
-0
/
+2
*
o Use --defsection and --defentry options of install-info(1) instead of
ru
2000-01-24
1
-10
/
+9
*
oops, nearly forgot to commit the addition of ppbus_if.m to the list.
peter
2000-01-23
1
-2
/
+3
*
Introduce the new mk internal target _includeinstall and add the
rgrimes
2000-01-14
2
-1
/
+23
*
Removed NOEXTRADEPEND hack. This was only for an old version of makeworld.
bde
2000-01-09
1
-1
/
+1
*
Add "-I@/../include" and/or "-I${DESTDIR}/usr/include" to CFLAGS,
bde
2000-01-08
1
-3
/
+12
*
Fix typo.
marcel
2000-01-03
1
-1
/
+1
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-1
/
+1
*
Fixed breakage of static linkage of rlogind. Someone added -lutil and
bde
1999-12-27
1
-4
/
+5
*
Update vnode_if.sh location. This was deliberately left a while after
peter
1999-12-22
1
-2
/
+2
*
Use the -c and -h args of vnode_if.sh to generate only the .h file that
peter
1999-12-12
1
-9
/
+7
*
If SRCS is not defined assume ${PROG}.c, not when PROG isn't defined.
mharo
1999-11-30
1
-1
/
+1
*
Add two modules for the pccard work: dev/pccard/card_if.m and
imp
1999-11-28
1
-2
/
+2
*
Build and clean device interface files (foo_if.[ch]) and empty options
bde
1999-11-28
1
-4
/
+33
*
Add .ORDER which is needed for the previous commit to work with -jN.
marcel
1999-11-23
1
-0
/
+1
*
vnode_if.sh makes both vnode_if.c and vnode_if.h. Add vnode_if.c to
marcel
1999-11-23
1
-1
/
+1
[next]