John-Mark Gurney
7969362509
add a dist target for building a dist w/ autoreconf run..
4 years ago
John-Mark Gurney
1c8b4c849f
make ggatessh work.. it uses libssh2, but it is recommended to use
a patched version that does not do read ahead. It also supports
resizing when rescuing and the file has changed sizes..
4 years ago
John-Mark Gurney
5afc427d47
only display the first few erros, and fail if everything didn't get
displayed..
4 years ago
John-Mark Gurney
7d19a61c4f
rename ggatec to ggatehttp so that it won't overwrite ggatec
4 years ago
John-Mark Gurney
a26a992b6e
forgot to cleanup Makefile
4 years ago
John-Mark Gurney
c32bdcb10b
dump the report out when it fails
5 years ago
John-Mark Gurney
9b5e545805
add testing infrastructure..
5 years ago
John-Mark Gurney
e87facf5c1
Fix up to build stand alone..
5 years ago
grehan
3b495ee1aa
Create branch for bhyve graphics import.
8 years ago
imp
7e7b77908c
Use src.opts.mk in preference to bsd.own.mk except where we need stuff
from the latter.
10 years ago
gjb
ae15d2594a
Move ^/user/gjb/hacking/release-embedded up one directory, and remove
^/user/gjb/hacking since this is likely to be merged to head/ soon.
Sponsored by: The FreeBSD Foundation
10 years ago
gjb
58507b1fb4
Copy head@r259933 -> user/gjb/hacking/release-embedded for initial
inclusion of (at least) arm builds with the release.
Sponsored by: The FreeBSD Foundation
11 years ago
jamie
2561c96763
A new jail(8) with a configuration file, to replace the work currently done
by /etc/rc.d/jail.
14 years ago
delphij
4defe7c204
Create a custom branch where I will be able to do the merge.
14 years ago
dfr
afe8de76fb
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
performance in Xen's HVM mode.
16 years ago
lulf
63c5c8e474
- Import the HEAD csup code which is the basis for the cvsmode work.
16 years ago
ru
8075905bc8
Remove options MK_LIBKSE and DEFAULT_THREAD_LIB now that we no longer
build libkse. This should fix WITHOUT_LIBTHR builds as a side effect.
16 years ago
obrien
ff12a9e0c9
Tweak the handling of "WITHOUT_LIBPTHREAD". Also remove the accidental
treatment of 'LIBKSE' as an "old style" knob.
Submitted by: ru
Approved by: re(kensmith)
17 years ago
obrien
baa2e1e0e9
Repo copy libpthreads to libkse.
This introduces the WITHOUT_LIBKSE nob,
and changes WITHOUT_LIBPTHREADS to mean with neither threading libs.
Approved by: re(kensmith)
17 years ago
ru
f12b1824a7
Always install libpthread.* symlinks if at least one of
the threading libraries is built. This simplifies the
logic in makefiles that need to check if the pthreads
support is present. It also fixes a bug where we would
build a threading library that we shouldn't have built:
for example, building with WITHOUT_LIBTHR and the default
value of DEFAULT_THREADING_LIB (libthr) would mistakenly
build the libthr library, but not install it.
Approved by: re (kensmith)
17 years ago
ru
52e33d5e83
- When building world WITHOUT_LIBPTHREAD, link libthr to libpthread.
- Don't build ngctl(8) and cached(8) if threading libs aren't built.
- Fix various issues in a cached(8) makefile.
18 years ago
ru
84428198ee
Remove alpha left-overs.
18 years ago
ru
699bc8886c
libc_r is no longer provided, and on alpha and sparc64, libthr
is (sym)linked to libpthread. Account for this change and
check for MK_LIBTHR instead of MK_LIBC_R where appropriate.
18 years ago
ru
02aa198c5e
Unbreak WITHOUT_LIBPHREAD/WITHOUT_LIBC_R option support, depending
on platform.
18 years ago
ru
dc87143160
Reimplementation of world/kernel build options. For details, see:
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
18 years ago
pjd
08fe695cf7
Don't compile ggatec/ggated in NO_LIBPTHREAD case.
Reported by: Andrea Campi <andrea+freebsd_cvs_all@webcom.it>
Approved by: re (scottl)
19 years ago
pjd
d03301beda
Makefile for building ggate utilities: ggatel(8), ggatec(8), ggated(8).
20 years ago