Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Extend coverage of the MK_IPX build option to the following: | ru | 2006-03-20 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | - <netipx> headers [1] - IPX library (libipx) - IPX support in ifconfig(8) - IPXrouted(8) - new MK_NCP option New MK_NCP build option controls: - <netncp> and <fs/nwfs> headers - NCP library (libncp) - ncplist(1) and ncplogin(1) - mount_nwfs(8) - ncp and nwfs kernel modules User knobs: WITHOUT_IPX, WITHOUT_IPX_SUPPORT, WITHOUT_NCP. [1] <netsmb/netbios.h> unconditionally uses <netipx> headers so they are still installed. This needs to be dealt with. | ||||
* | Reimplementation of world/kernel build options. For details, see: | ru | 2006-03-17 | 1 | -11/+13 |
| | | | | | | | | 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) | ||||
* | Connect librt to buildworld. | davidxu | 2006-03-09 | 1 | -1/+2 |
| | |||||
* | Add libbsm to the library build. | rwatson | 2006-02-02 | 1 | -1/+1 |
| | | | | Obtained from: TrustedBSD Project | ||||
* | Add a dummy arm Write_Disk() function, and compile libdisk on arm. | cognet | 2006-01-25 | 1 | -5/+1 |
| | |||||
* | Add a new extensible GSS-API layer which can support GSS-API plugins, | dfr | 2005-12-29 | 1 | -1/+1 |
| | | | | | | | | | similar the the Solaris implementation. Repackage the krb5 GSS mechanism as a plugin library for the new implementation. This also includes a comprehensive set of manpages for the GSS-API functions with text mostly taken from the RFC. Reviewed by: Love Hörnquist Åstrand <lha@it.su.se>, ru (build system), des (openssh parts) | ||||
* | Disconnect libc_r from buildworld, it is still kept in the tree to | davidxu | 2005-10-27 | 1 | -1/+1 |
| | | | | | | | provide some baseline references, but users are encouraged to use libpthread or libthr in real world. Discussed on: arch@ | ||||
* | Connect smbfs build on powerpc. | imura | 2005-09-19 | 1 | -0/+4 |
| | |||||
* | Hook libmemstat(3) up to the build. | rwatson | 2005-07-14 | 1 | -1/+1 |
| | |||||
* | Build libpmc on all architectures (FWIW :-) | marcel | 2005-04-20 | 1 | -3/+1 |
| | | | | Ok'd by: jkoshy@ | ||||
* | Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵ | jkoshy | 2005-04-19 | 1 | -1/+3 |
| | | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes) | ||||
* | Connect libthr and libthread_db to make buildworld. | davidxu | 2005-04-02 | 1 | -3/+3 |
| | |||||
* | Prepare for importing my 1:1 threading work, disconnect libthr and | davidxu | 2005-04-02 | 1 | -2/+2 |
| | | | | libthread_db from make buildworld. | ||||
* | Tie libgpib into the build (unless NO_GPIB) | phk | 2005-02-06 | 1 | -1/+6 |
| | |||||
* | NOCRYPT -> NO_CRYPT | ru | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | NOATM -> NO_ATM | ru | 2004-12-21 | 1 | -1/+1 |
| | |||||
* | NOLIBC_R -> NO_LIBC_R | ru | 2004-12-21 | 1 | -3/+3 |
| | | | | | NOLIBPTHREAD -> NO_LIBPTHREAD NOLIBTHR -> NO_LIBTHR | ||||
* | Remove stub libxpg4. All functionality was merged into libc a long time ago. | tjr | 2004-11-13 | 1 | -1/+1 |
| | |||||
* | Add knob NO_NIS (fka NO_YP_LIBC) and make world compileable when set. | bz | 2004-11-13 | 1 | -1/+1 |
| | | | | | | | | | | | If turned on no NIS support and related programs will be built. Lost parts rediscovered by: Danny Braniss <danny at cs.huji.ac.il> PR: bin/68303 No objections: des, gshapiro, nectar Reviewed by: ru Approved by: rwatson (mentor) MFC after: 2 weeks | ||||
* | Help Tinderbox and remove libautofs | markm | 2004-11-10 | 1 | -1/+1 |
| | |||||
* | Fix build in the !NOATM case by using the begemot library in place of | trhodes | 2004-09-24 | 1 | -1/+1 |
| | | | | | | | | using libisc which was a part of BIND8. Discussed with: des, re, dougb Submitted by: harti (one part) Reviewed by: harti (previous version) | ||||
* | Switch from BIND 8 to BIND 9. | des | 2004-09-21 | 1 | -4/+4 |
| | | | | | | Submitted by: (in part) dougb@, trhodes@ Reviewed by: dougb@, trhodes@, re@ MFC after: 5 days | ||||
* | Hook libautofs to the build. | alfred | 2004-09-03 | 1 | -1/+1 |
| | |||||
* | Start the de-orbital burn of our previous FreeBSD version compat libs | obrien | 2004-08-29 | 1 | -3/+1 |
| | | | | | | living in usr/src. We need to use them from ports to record dependencies. Discussed with: re(scottl) | ||||
* | build libthr on amd64. | davidxu | 2004-08-19 | 1 | -2/+1 |
| | |||||
* | Turn on the magic. | obrien | 2004-08-09 | 1 | -2/+2 |
| | |||||
* | Enable libpthread build for powerpc | grehan | 2004-07-19 | 1 | -1/+1 |
| | |||||
* | Hook libthread_db into the build, except for arm and powerpc. | marcel | 2004-07-18 | 1 | -2/+6 |
| | | | | | Porting libthread_db to arm and/or powerpc is easy enough, but we don't build gdb on those platforms yet. | ||||
* | Make bluetooth compile on all platforms | emax | 2004-07-07 | 1 | -1/+2 |
| | | | | Reviewed by: imp, ru | ||||
* | Style fixes: | bde | 2004-05-14 | 1 | -11/+5 |
| | | | | | | | | Main ones: mostly use conditional expressions in ifdefs instead of a mixture of conditional expressions and nested ifdefs. Nearby ones: - don't do less than echo the code in the comment about libc_r - fixed some internal insertion sort errors and indentation errors. | ||||
* | Fixed some insertion sort errors (external ones only). | bde | 2004-05-14 | 1 | -25/+25 |
| | |||||
* | Do not attempt to build libdisk, libthr and libc_r for arm. | cognet | 2004-05-14 | 1 | -3/+8 |
| | |||||
* | Enable libdisk for powerpc build. | grehan | 2004-04-21 | 1 | -5/+1 |
| | |||||
* | Put libypclnt behind NO_YP_LIBC | phk | 2004-03-10 | 1 | -2/+6 |
| | |||||
* | Hook libthr to the build for PowerPC | grehan | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | Moving forward, there's no reason to exclude libpthread on sparc64. | marcel | 2004-02-20 | 1 | -1/+1 |
| | |||||
* | Connect libarchive to the build. | kientzle | 2004-02-12 | 1 | -1/+1 |
| | |||||
* | Add NO_BLUETOOTH knob to the build process | emax | 2004-01-28 | 1 | -2/+4 |
| | | | | | Requested by: phk Reviewed by: imp (mentor), ru | ||||
* | The snmp_netgraph module depends on libnetgraph. So add a dependency and | harti | 2003-11-12 | 1 | -3/+4 |
| | | | | | | add libnetgraph to the list of prebuilt libraries in the main Makefile. Reviewed by: ru | ||||
* | Link libbsnmp to the build. | harti | 2003-11-10 | 1 | -1/+1 |
| | |||||
* | Link libngatm to the build (unless NOATM is set). | harti | 2003-10-22 | 1 | -4/+5 |
| | |||||
* | Update Bluetooth code. | emax | 2003-10-12 | 1 | -2/+5 |
| | | | | | Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor) | ||||
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 1 | -1/+1 |
| | | | | | | | | - CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org> | ||||
* | Introduce more knobs to slim down FreeBSD userland | phk | 2003-08-29 | 1 | -1/+5 |
| | | | | | | | NO_TOOLCHAIN skips Compilers and Binutils NO_USB skips USB stuff NO_VINUM skips Vinum stuff NO_ACPI skips ACPI stuff | ||||
* | Make build of libatm depend on existing NOATM conditional. | phk | 2003-08-27 | 1 | -1/+5 |
| | |||||
* | Imply NOLIBC_R for PowerPC. | obrien | 2003-08-16 | 1 | -1/+1 |
| | |||||
* | Add libpthread to the alpha build. | deischen | 2003-08-09 | 1 | -9/+3 |
| | | | | | | Requested by ru: Since the majority of archs can now support the build of libpthread, rearrange the Makefile to treat libpthread as an exception. | ||||
* | Since it builds and seems to work OK, add libpthread to the amd64 build. | deischen | 2003-08-08 | 1 | -0/+3 |
| | |||||
* | Don't check for the existance of src/crypto/ for building items that | markm | 2003-07-24 | 1 | -1/+1 |
| | | | | | may contain crypto. The days of ITAR paranoia are over, and the simple macro tests that remain are sufficient. | ||||
* | Connect libncp/libsmb to the build. They compile, but have a couple of | peter | 2003-07-24 | 1 | -0/+5 |
| | | | | | silly bugs that probably wont quite make a segfault. eg: passing a pointer to an int to sysctl instead of a pointer to a size_t. |