| Commit message (Expand) | Author | Age | Files | Lines |
| * | Register libarchive in bsd.libnames.mk and mdoc.local | Tim Kientzle | 2004-02-13 | 1 | -0/+1 |
| * | Style fixes: Use curly braces in Makefiles, | Tim Kientzle | 2004-02-13 | 1 | -1/+1 |
| * | Register libbluetooth and libsdp | Maksim Yevmenkin | 2004-02-12 | 1 | -0/+2 |
| * | GNU tar in the base system is now called "gtar" | Tim Kientzle | 2004-02-11 | 1 | -1/+11 |
| * | Removed all the complexities when installing the strip(1) binary. | Ruslan Ermilov | 2004-02-06 | 1 | -13/+1 |
| * | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | Ruslan Ermilov | 2004-02-05 | 17 | -36/+34 |
| * | strip wasn't stripped since we stopped to include bsd.own.mk from sys.mk. | Ruslan Ermilov | 2004-02-05 | 1 | -8/+6 |
| * | Remove Perl lines; it's better to let use.perl handle them. | Dag-Erling Smørgrav | 2004-02-04 | 1 | -4/+0 |
| * | Add a section documenting the return values from diff. | Ceri Davies | 2004-02-01 | 1 | -0/+5 |
| * | Catch up with the 20040130 src/UPDATING entry, and spell libpthread | Ruslan Ermilov | 2004-01-31 | 1 | -1/+1 |
| * | Discontinuation of an action that now fits on one. | David E. O'Brien | 2004-01-27 | 1 | -3/+1 |
| * | Do not treat make variables as Perl variables. | Alexander Kabaev | 2004-01-26 | 1 | -4/+4 |
| * | Fix problem where kgdb misses trap frames. | David E. O'Brien | 2004-01-26 | 7 | -22/+24 |
| * | Use proper name. | David E. O'Brien | 2004-01-26 | 2 | -6/+8 |
| * | style.Makefile(5) | David E. O'Brien | 2004-01-26 | 1 | -2/+3 |
| * | Follow existing GDB style for frame_info vars. | David E. O'Brien | 2004-01-26 | 1 | -5/+5 |
| * | Remove trailing white space. | David E. O'Brien | 2004-01-26 | 1 | -5/+5 |
| * | Put libufs into the correct slot in the list. | Ruslan Ermilov | 2004-01-15 | 1 | -1/+1 |
| * | Added description for libthr. | Ruslan Ermilov | 2004-01-15 | 1 | -1/+2 |
| * | Fixed "make clean". | Ruslan Ermilov | 2004-01-15 | 1 | -0/+1 |
| * | Last revision also added duplicate SRCS. Fixed this so that | Ruslan Ermilov | 2004-01-12 | 1 | -1/+1 |
| * | Don't put objects in SRCS -- this creates all sort of havoc like | Ruslan Ermilov | 2004-01-12 | 2 | -5/+5 |
| * | Removed duplicate SRCS. | Ruslan Ermilov | 2004-01-12 | 2 | -6/+6 |
| * | Ensure that generated headers are here before we build .depend | Ruslan Ermilov | 2004-01-11 | 1 | -7/+1 |
| * | Correct the atomicity.h fallback path on architectures which do not | Alexander Kabaev | 2004-01-06 | 1 | -1/+1 |
| * | Do not install files which are not part of GCC 3.3.x anymore. | Alexander Kabaev | 2004-01-05 | 1 | -3/+3 |
| * | Stop compiling files which are not part of GCC 3.3.x. | Alexander Kabaev | 2004-01-05 | 3 | -3/+3 |
| * | Use __cxa_atexit, rather than atexit, to register C++ destructors for local | Alexander Kabaev | 2003-12-19 | 1 | -1/+1 |
| * | Add two additional headers for amd64 and x86. | Alexander Kabaev | 2003-12-09 | 1 | -1/+1 |
| * | MFR: Bump manpages revision to 5.2. | Ruslan Ermilov | 2003-12-07 | 1 | -1/+1 |
| * | /rescue/g{{,un}zip,zcat} exist, so build this dynamically now. | David E. O'Brien | 2003-11-17 | 1 | -2/+0 |
| * | /rescue/tar exists, so build this dynamic now. | David E. O'Brien | 2003-11-17 | 1 | -2/+0 |
| * | Attempt to save the last dregs of emacs users' sanity by saving the | Ceri Davies | 2003-11-12 | 1 | -1/+1 |
| * | FBSDID style nit. | David E. O'Brien | 2003-11-12 | 1 | -1/+2 |
| * | The current Perl 5.8 version is 5.8.1; 5.8.2 is right around the corner. | Dag-Erling Smørgrav | 2003-11-10 | 1 | -1/+3 |
| * | Since we do not honour the Confidential: field, and as an attempt to | Ceri Davies | 2003-11-02 | 1 | -0/+13 |
| * | Implement gdb_solib_create_inferior_hook(). | Hidetoshi Shimokawa | 2003-10-29 | 1 | -1/+7 |
| * | Fix previous commit. glob_filename() returns "(char **) -1" for certain | Bruce Evans | 2003-10-26 | 1 | -1/+1 |
| * | Fix some warnings by defining has_sa_sigaction to 1. When the configure | Peter Wemm | 2003-10-26 | 1 | -1/+1 |
| * | Since I'm having so much fun with const, beat my head against the wall | Peter Wemm | 2003-10-26 | 1 | -3/+3 |
| * | Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning. | Peter Wemm | 2003-10-26 | 1 | -1/+1 |
| * | The third arg to strncmp() is size_t, not int. This causes a warning on | Peter Wemm | 2003-10-26 | 1 | -1/+2 |
| * | Detect errors during 'cat' page creation better. This fixes bin/5591. | Joseph Koshy | 2003-10-15 | 1 | -9/+41 |
| * | Add an entry for libpthread (aka libkse). For now, it's link command | Daniel Eischen | 2003-10-02 | 1 | -0/+1 |
| * | - Support for multibyte charsets in LIBICONV. | Max Khon | 2003-09-26 | 1 | -0/+1 |
| * | Update the copyright year. | Ruslan Ermilov | 2003-09-20 | 2 | -2/+2 |
| * | Keep up with recent mdoc(7) changes. | Ruslan Ermilov | 2003-09-20 | 3 | -1/+3 |
| * | Comment out and mark all non-translated library strings. | Ruslan Ermilov | 2003-09-20 | 1 | -7/+7 |
| * | Perl 5.8.0 has been in ports for a long time. Add the correct directory | Dag-Erling Smørgrav | 2003-09-18 | 1 | -0/+1 |
| * | Add /usr/X11R6/man to the optional manpath. | Ruslan Ermilov | 2003-09-10 | 1 | -0/+1 |