Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use -C internally. Use -c. For some reason files are not copied | marcel | 1999-12-15 | 1 | -1/+1 |
| | | | | with -C, although they should. | ||||
* | Use install -C -p instead of cp -p. | marcel | 1999-12-10 | 1 | -2/+2 |
| | | | | Pointed out by: bde | ||||
* | install(1) lookalike that can be used during a build. Any options | marcel | 1999-12-08 | 1 | -0/+42 |
| | | | | | | | | are ignored and the remaining is passed on to cp(1). This allows a build to be run as non-root without forcing any user/group setting and also prevents setting any file flags. This may not be the right place for buildtools. | ||||
* | Include BSD-license. | wosch | 1999-12-06 | 1 | -1/+23 |
| | | | | | PR: misc/15262 Submitted by: alex@big.endian.de | ||||
* | Bring ``ac'' into reality. This great tools now works correctly (for | phantom | 1999-11-04 | 1 | -12/+11 |
| | | | | current state of the tree) | ||||
* | Add short description of dumpvfscache | phantom | 1999-11-04 | 1 | -2/+7 |
| | |||||
* | Add the machine that goes "BINGO" every time an potentially | phk | 1999-10-11 | 2 | -0/+267 |
| | | | | | | unused #include is spotted in the kernel sources. (This commit message celebrates Monty Pythons 30year aniversary) | ||||
* | Remove the "diffburst" tool, because equivalent functionality is now available | archie | 1999-09-22 | 4 | -79/+3 |
| | | | | via "split -p". Leave a note to this effect in the README file. | ||||
* | mdoc(7) style fixes. | phantom | 1999-09-05 | 1 | -3/+5 |
| | | | | | PR: docs/13408 Reviewed by: mpp | ||||
* | Add $FreeBSD$ lines to man pages that are missing them to make it | mpp | 1999-08-28 | 1 | -0/+2 |
| | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 24 | -25/+25 |
| | |||||
* | Look for symbols in /modules/*.ko, not in /lkm/*.o. | bde | 1999-07-29 | 1 | -2/+2 |
| | |||||
* | Move the proper set of libraries. | jkh | 1999-04-05 | 1 | -3/+3 |
| | |||||
* | Do a better job of finding the default root device. | jkh | 1999-02-15 | 1 | -5/+1 |
| | |||||
* | Fix a typo describing the filename of cvt-wtmp. | joerg | 1999-02-07 | 1 | -2/+2 |
| | | | | Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> | ||||
* | Make directories unconditionally to deal with the empty directory | jkh | 1999-02-01 | 1 | -4/+3 |
| | | | | | | case. Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua> | ||||
* | Make building the kernel conditional. | jkh | 1999-01-27 | 1 | -9/+13 |
| | |||||
* | 1. Properly chflags libraries before moving (otherwise they don't). | jkh | 1999-01-26 | 2 | -1/+82 |
| | | | | 2. Add my helper script for upgrades; not enabled yet. | ||||
* | Add the 'diffburst' tool, which does the following: | archie | 1999-01-07 | 4 | -1/+76 |
| | | | | | | Reads the output of 'diff -r' and splits it into separate patch files, one per file. The files are named 'patch-XX' where XX is aa, ab, ac, ... Useful when creating ports. | ||||
* | Actually document my last addition. | cracauer | 1998-12-17 | 2 | -4/+9 |
| | | | | | | General cosmetics. Add a note that scsi-defects has not been ported to CAM. Submitted by: BDE | ||||
* | Add some emacs code to make cc-mode almost compatible to style(9). | cracauer | 1998-12-15 | 2 | -7/+47 |
| | | | | Sort entries in toplevel README. | ||||
* | Automatically detect a.out vs. elf kernel | archie | 1998-12-08 | 1 | -4/+15 |
| | |||||
* | Add "-aout" flag to nm until the kernel is ELF'd. | archie | 1998-12-06 | 1 | -2/+2 |
| | |||||
* | Ignore objects used to build utilities (*aicasm*.o and *genassym*.o). | bde | 1998-11-27 | 1 | -2/+3 |
| | |||||
* | Removed all `vector xxxintr' specifications. Interrupt handlers are now | bde | 1998-10-22 | 1 | -3/+3 |
| | | | | configured in drivers. | ||||
* | 3.0-RELEASE and now the post-release 3.0-CURRENT were being declared | peter | 1998-10-17 | 1 | -0/+8 |
| | | | | 'too old' to run ELF. Check the kernel version properly. | ||||
* | Prevent ldconfig from choking by creating any missing directories. | phk | 1998-09-16 | 1 | -18/+18 |
| | |||||
* | getopt returns -1 not EOF | imp | 1998-09-09 | 1 | -2/+2 |
| | |||||
* | Add a note about the upgrade tool directory. | jb | 1998-09-09 | 1 | -1/+2 |
| | |||||
* | A script for use when upgrading an installed system from aout to | jb | 1998-09-09 | 1 | -0/+137 |
| | | | | elf. | ||||
* | Add mid scripts. Mid is a tool which create a Message-ID database | wosch | 1998-05-20 | 5 | -1/+184 |
| | | | | for mailing lists. | ||||
* | Updates to support adding driver files outside the i386 area. | msmith | 1998-05-06 | 2 | -92/+357 |
| | | | | Submitted by: Daniel O'Connor <doconnor@gsoft.com.au> | ||||
* | Install tclAppInit.c in the installhdrs step so that it isn't necessary | bde | 1998-03-23 | 1 | -4/+4 |
| | | | | to build libtcl twice in `make world'. | ||||
* | httpd-error is a shell script which print a summary about | wosch | 1998-02-15 | 2 | -0/+41 |
| | | | | | | | | | | Web files which does not exists on your host. E.g. httpd-error -userhits < /var/log/httpd-error.log print the number of errors by users, sorted by error hits. | ||||
* | Don't install the tcl implementation headers. The tcl distribution | bde | 1998-01-17 | 1 | -10/+2 |
| | | | | | | | | makefile doesn't install them, and they couldn't be used without lots of undocumented -I's in CFLAGS. tcl.h is still installed in /usr/include/tcl/. Note that rev.1.24 of tcl_bmake/mkMakefile.sh broke all the section 3 tcl man pages by putting it there instead of in /usr/include. | ||||
* | Updated shlib version to 80.4 in the correct place. | bde | 1998-01-17 | 1 | -3/+3 |
| | | | | | Regenerated libtcl/Makefile. This adds -DHAVE_ST_BLKSIZE=1 to CFLAGS. It was broken by direct editing in rev.1.25. | ||||
* | Add html-mv script. Html-mv rename HTML generated filenames to | wosch | 1997-11-09 | 2 | -1/+61 |
| | | | | | | | | | | | | | | | | human readable filenames. E.g.: $ cd FAQ $ make FORMATS=html $ html-mv FAQ $ ls FAQ_ACKNOWLEDGMENTS.html FAQ_Any_restrictions_on_how_I_divide_the_disk_up_.html FAQ_Are_there_any_Database_systems_for_FreeBSD_.html FAQ_Are_there_any_commercial_high-performance_X_servers_.html FAQ_Books_on_FreeBSD.html FAQ_Can_FreeBSD_handle_multiport_serial_cards_sharing_irqs_.html [...] | ||||
* | Update this little gadet to latest version. | phk | 1997-10-26 | 1 | -38/+40 |
| | |||||
* | Makes html table with all VOPs in it. | phk | 1997-10-16 | 2 | -0/+173 |
| | |||||
* | Do not suppress the first 5 lines of updated ports. | wosch | 1997-10-04 | 1 | -2/+2 |
| | | | | Detected by: Ville Eerola <ville@vlsi.fi> | ||||
* | New shlib is 80.3 | phk | 1997-10-01 | 1 | -3/+3 |
| | |||||
* | Add introduction. Add updated ports. | wosch | 1997-09-29 | 1 | -7/+70 |
| | |||||
* | A little gadget to dump the contents of the vfs name cache. | phk | 1997-09-04 | 3 | -0/+137 |
| | |||||
* | Made this compile again (getopt moved to <unistd.h>). | bde | 1997-09-01 | 1 | -3/+3 |
| | | | | Fixed usage message. | ||||
* | Split beforeinstall target so that headers can be installed without | bde | 1997-08-21 | 1 | -5/+7 |
| | | | | installing data files. | ||||
* | Install tcl.h into /usr/include/tcl/ so that there's less chance of it | peter | 1997-08-16 | 1 | -3/+3 |
| | | | | conflicting. | ||||
* | Remove the original tweaks to make tcl75 work with the ports system | peter | 1997-08-12 | 1 | -24/+7 |
| | | | | | | | before we make the same mistake with tcl8.0. This _should_ no longer conflict with a not-yet-imported tcl8.0 port and should allow the system and ports versions to be updated independently of each other (and tk) without the sky falling. | ||||
* | Move tcl packages to libdata/pkg | phk | 1997-08-01 | 1 | -4/+5 |
| | |||||
* | The thing to do the trick to tcl. | phk | 1997-07-25 | 1 | -7/+18 |
| | |||||
* | Support message of last database update. | wosch | 1997-07-05 | 1 | -8/+8 |
| |