Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put libufs into the correct slot in the list. | ru | 2004-01-15 | 1 | -1/+1 |
| | |||||
* | Added description for libthr. | ru | 2004-01-15 | 1 | -1/+2 |
| | | | | Reviewed by: deischen | ||||
* | Fixed "make clean". | ru | 2004-01-15 | 1 | -0/+1 |
| | |||||
* | Last revision also added duplicate SRCS. Fixed this so that | ru | 2004-01-12 | 1 | -1/+1 |
| | | | | | | the resulting .a library has only unique .o files. Noticed by: bde | ||||
* | Don't put objects in SRCS -- this creates all sort of havoc like | ru | 2004-01-12 | 2 | -5/+5 |
| | | | | | causing objects to be built during "make depend", missed sources in .depend, etc. | ||||
* | Removed duplicate SRCS. | ru | 2004-01-12 | 2 | -6/+6 |
| | |||||
* | Ensure that generated headers are here before we build .depend | ru | 2004-01-11 | 1 | -7/+1 |
| | | | | | and object files in a less hackish way compatible with further planned changes to bsd.dep.mk. | ||||
* | Correct the atomicity.h fallback path on architectures which do not | kan | 2004-01-06 | 1 | -1/+1 |
| | | | | define their own. | ||||
* | Do not install files which are not part of GCC 3.3.x anymore. | kan | 2004-01-05 | 1 | -3/+3 |
| | |||||
* | Stop compiling files which are not part of GCC 3.3.x. | kan | 2004-01-05 | 3 | -3/+3 |
| | |||||
* | Use __cxa_atexit, rather than atexit, to register C++ destructors for local | kan | 2003-12-19 | 1 | -1/+1 |
| | | | | | statics and global objects. This is essential for fully standards-compliant handling of destructors, and requires __cxa_atexit in libc. | ||||
* | Add two additional headers for amd64 and x86. | kan | 2003-12-09 | 1 | -1/+1 |
| | | | | Reported by: Ollivier Robert | ||||
* | MFR: Bump manpages revision to 5.2. | ru | 2003-12-07 | 1 | -1/+1 |
| | |||||
* | /rescue/g{{,un}zip,zcat} exist, so build this dynamically now. | obrien | 2003-11-17 | 1 | -2/+0 |
| | |||||
* | /rescue/tar exists, so build this dynamic now. | obrien | 2003-11-17 | 1 | -2/+0 |
| | |||||
* | Attempt to save the last dregs of emacs users' sanity by saving the | ceri | 2003-11-12 | 1 | -1/+1 |
| | | | | | | | | | | contents of the PR when an interrupt is received during the editor session. This stops the use of ^G from deleting a filled PR from underneath the user. PR: bin/59201 Submitted by: Heikki Suonsivu <hsu@evoluutio.bbnetworks.net> MFC After: 2 weeks | ||||
* | FBSDID style nit. | obrien | 2003-11-12 | 1 | -1/+2 |
| | |||||
* | The current Perl 5.8 version is 5.8.1; 5.8.2 is right around the corner. | des | 2003-11-10 | 1 | -1/+3 |
| | |||||
* | Since we do not honour the Confidential: field, and as an attempt to | ceri | 2003-11-02 | 1 | -0/+13 |
| | | | | | | | decrease the number of misfiled PR submissions in general, do not allow users to send a PR that contains errors. Discussed with: core | ||||
* | Implement gdb_solib_create_inferior_hook(). | simokawa | 2003-10-29 | 1 | -1/+7 |
| | | | | | | | | This function is used for autoloading kld module symbols for remote kgdb. We still need a patch(*) for src/contrib/gdb/gdb/solib-svr4.c to enable this function. (*) http://people.freebsd.org/~simokawa/gdb/patch-solib-svr4.c | ||||
* | Fix previous commit. glob_filename() returns "(char **) -1" for certain | bde | 2003-10-26 | 1 | -1/+1 |
| | | | | | | | errors, not necessarily a pointer such that (intptr_t)pointer is -1. Also fix the style bug that the cast was not followed by a space. This style of this file is now perfectly non-KNF for this cast too. | ||||
* | Fix some warnings by defining has_sa_sigaction to 1. When the configure | peter | 2003-10-26 | 1 | -1/+1 |
| | | | | script was run (years and years ago), we didn't have it. | ||||
* | Since I'm having so much fun with const, beat my head against the wall | peter | 2003-10-26 | 1 | -3/+3 |
| | | | | some more. Make this compile cleanly. | ||||
* | Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning. | peter | 2003-10-26 | 1 | -1/+1 |
| | |||||
* | The third arg to strncmp() is size_t, not int. This causes a warning on | peter | 2003-10-26 | 1 | -1/+2 |
| | | | | systems where size_t is long, not int. | ||||
* | Detect errors during 'cat' page creation better. This fixes bin/5591. | jkoshy | 2003-10-15 | 1 | -9/+41 |
| | | | | Reviewed by: ru | ||||
* | Add an entry for libpthread (aka libkse). For now, it's link command | deischen | 2003-10-02 | 1 | -0/+1 |
| | | | | | | | is defined as -lkse, but we'll come back later and change it once libkse is renamed. Requested by: ru | ||||
* | - Support for multibyte charsets in LIBICONV. | fjoe | 2003-09-26 | 1 | -0/+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> | ||||
* | Update the copyright year. | ru | 2003-09-20 | 2 | -2/+2 |
| | |||||
* | Keep up with recent mdoc(7) changes. | ru | 2003-09-20 | 3 | -1/+3 |
| | |||||
* | Comment out and mark all non-translated library strings. | ru | 2003-09-20 | 1 | -7/+7 |
| | |||||
* | Perl 5.8.0 has been in ports for a long time. Add the correct directory | des | 2003-09-18 | 1 | -0/+1 |
| | | | | to manpath.config so use.perl won't needs to add it. | ||||
* | Add /usr/X11R6/man to the optional manpath. | ru | 2003-09-10 | 1 | -0/+1 |
| | | | | | PR: conf/56626 Submitted by: Oliver Eikemeier | ||||
* | Catch up with mdoc.local list of libraries. | ru | 2003-09-09 | 1 | -1/+3 |
| | |||||
* | Catch up with mdoc.local list of libraries. | ru | 2003-09-09 | 1 | -1/+3 |
| | |||||
* | Unbreak Russian KOI8-R support. | ru | 2003-09-08 | 3 | -157/+308 |
| | |||||
* | Enable '--interpreter=mi' support. | obrien | 2003-09-07 | 1 | -1/+3 |
| | | | | Submitted by: Rui Lopes <rui@ruilopes.com> | ||||
* | s/x86-64/amd64/ | obrien | 2003-09-07 | 1 | -1/+1 |
| | |||||
* | style.Makefile(5) | obrien | 2003-09-07 | 1 | -29/+18 |
| | |||||
* | Eliminate the need in uname(1) during install. | ru | 2003-09-07 | 1 | -2/+2 |
| | |||||
* | Only evaluate CVS version once, when necessary. | ru | 2003-09-07 | 1 | -3/+3 |
| | | | | Eliminates the need in sed(1) during install. | ||||
* | Only evaluate CVS version once, when necessary. | ru | 2003-09-07 | 1 | -4/+3 |
| | | | | Eliminates the need in sed(1) during install. | ||||
* | There is no need to #include <sgtty.h> | peter | 2003-09-04 | 1 | -1/+1 |
| | |||||
* | Upgrade to 4.3 | ache | 2003-08-31 | 3 | -16/+68 |
| | |||||
* | Upgrade to textutils 2.1 sort | ache | 2003-08-30 | 3 | -109/+176 |
| | |||||
* | Introduce more knobs to slim down FreeBSD userland | phk | 2003-08-29 | 1 | -1/+6 |
| | | | | | | | NO_TOOLCHAIN skips Compilers and Binutils NO_USB skips USB stuff NO_VINUM skips Vinum stuff NO_ACPI skips ACPI stuff | ||||
* | Properly quote the lib path. | obrien | 2003-08-19 | 6 | -6/+6 |
| | |||||
* | Stage 3 of dynamic root support, con't. | obrien | 2003-08-17 | 6 | -6/+6 |
| | | | | 'ld' should also search /lib for dynamic libraries. | ||||
* | s/x86_64/amd64/g where possible. | obrien | 2003-08-17 | 1 | -2/+2 |
| | |||||
* | Stage 3 of dynamic root support. Make all the libraries needed to run | gordon | 2003-08-17 | 1 | -0/+1 |
| | | | | | | binaries in /bin and /sbin installed in /lib. Only the versioned files reside in /lib, the .so symlink continues to live /usr/lib so the toolchain doesn't need to be modified. |