| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make "-mpreferred-stack-boundary=2" the default on the i386. | obrien | 1999-11-17 | 1 | -0/+13 |
* | ${MACHINE} -> ${MACHINE_ARCH} | marcel | 1999-11-14 | 2 | -7/+7 |
* | Fix comments: LKM -> KLD, /etc/objectformat -> /etc/objformat | phantom | 1999-11-09 | 1 | -5/+5 |
* | make.conf is being made to conform to the /etc/defaults/ standard that | dillon | 1999-10-27 | 1 | -0/+5 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -0/+1 |
* | Add libncp to the list of known libraries. | bp | 1999-10-15 | 1 | -0/+1 |
* | 1) s/mod(un)?load/kld$1load/ | n_hibma | 1999-09-06 | 1 | -21/+21 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 19 | -19/+19 |
* | Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS. | hoek | 1999-07-31 | 3 | -9/+28 |
* | add support to buildworld as a normal user: | jmg | 1999-06-24 | 2 | -9/+11 |
* | add libhistory | ache | 1999-05-28 | 1 | -1/+2 |
* | "Fixed" missing dependency of ${PROG} on ${LIBC} in the elf case. | bde | 1999-05-06 | 1 | -4/+2 |
* | s/lkm(4)/kld(4)/ | peter | 1999-04-23 | 2 | -4/+4 |
* | Clean out most of the LKM stuff, the build support left a little while ago. | peter | 1999-04-20 | 1 | -85/+9 |
* | Default KMODDIR = /modules now, not /lkm | peter | 1999-04-20 | 1 | -3/+3 |
* | Create /var/db/port.mkversion rather than /var/db/pkg/.mkversion to be in | obrien | 1999-04-15 | 1 | -2/+2 |
* | Add ${DESTDIR} to installation path. Move target to under beforeinstall:. | asami | 1999-03-31 | 1 | -4/+2 |
* | I'm sorry, this was already fixed in etc/mtree/BSD.var.dist. | sada | 1999-03-31 | 1 | -2/+1 |
* | Sometimes we have to make `/var/db/pkg' directory before we create | sada | 1999-03-31 | 1 | -1/+2 |
* | Create /var/db/pkg/.mkversion file with datestamp. | asami | 1999-03-29 | 1 | -1/+4 |
* | Removed all traces of LN_FLAGS. It was only used to produce a link | bde | 1999-03-23 | 3 | -12/+43 |
* | Restored objlink. The previous commit was confused about the difference | bde | 1999-03-21 | 2 | -4/+14 |
* | New names for the list; the DES crypt and libwrap for tcp_wrappers. | markm | 1999-03-14 | 1 | -1/+3 |
* | Bitrot. Remove objlink as it is not pleasant to be downwind. | markm | 1999-03-14 | 2 | -33/+5 |
* | Rewrote the changes in rev.1.53. Don't ignore errors from makeinfo. | bde | 1999-01-30 | 1 | -20/+7 |
* | Fixed comment and whitespace lossage in recent commits. The -W flag | bde | 1999-01-29 | 1 | -7/+14 |
* | Cleanup bsd.kern.mk after last commit. | dillon | 1999-01-29 | 1 | -14/+4 |
* | Turn on -Wall and -Wcast-qual | dillon | 1999-01-27 | 1 | -5/+11 |
* | Move bsd.port.*mk to under ${PORTSDIR}/Mk (already repository copied). | asami | 1999-01-26 | 4 | -2446/+8 |
* | Introduce a new variable NEED_LIBNAMES. If it is defined, | jdp | 1999-01-22 | 2 | -4/+4 |
* | Change the definition of LIBPAM to support the static PAM library. | jdp | 1999-01-20 | 1 | -1/+14 |
* | Add some capabilities to <bsd.lib.mk> so that it can be used for | jdp | 1999-01-20 | 1 | -48/+47 |
* | remove - before __entry, it is not make conmmand but shell continuation line | ache | 1999-01-20 | 1 | -2/+2 |
* | Texinfo has been upgraded. This needs to catch up. | markm | 1999-01-20 | 1 | -4/+21 |