Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 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 |
| | |||||
* | The as(1) manpage was missing on i386 and amd64. | ru | 2003-08-14 | 2 | -2/+1 |
| | |||||
* | Back out revision 1.32; it attaches the files in the wrong section of the PR. | ceri | 2003-08-11 | 1 | -3/+0 |
| | |||||
* | Have the -a and -f options work together. | ceri | 2003-08-11 | 1 | -0/+3 |
| | | | | PR: misc/40057 | ||||
* | Added description for the libufs(3) library. | ru | 2003-08-05 | 2 | -0/+2 |
| | | | | | PR: 55238 Reviewed by: jmallett | ||||
* | LANG->LC_ALL | ache | 2003-08-04 | 1 | -1/+1 |
| | | | | Pointed by: ru | ||||
* | Use LANG=C before tr to be sure that ranges are correct | ache | 2003-08-04 | 1 | -1/+1 |
| | | | | Strip [] from ranges | ||||
* | Remove collate_range_cmp() stabilization, it conflicts with ranges | ache | 2003-08-03 | 1 | -7/+4 |
| | |||||
* | If ${GCC_CPU}-c.c exists, we need to use it. | obrien | 2003-07-31 | 1 | -0/+3 |
| | |||||
* | returned length can exceed the limits of type char | jwd | 2003-07-29 | 1 | -1/+1 |
| | | | | | | Submitted by: blc@bsdwins.com Approved by: gad MFC after: 1 week | ||||
* | Including dynamically generated osreldate.h wasn't such a good | kan | 2003-07-13 | 1 | -1/+3 |
| | | | | | | | | idea after all. Fix cross-builds and ia64 builds. gnu/lib/csu/Makefile is modified to pre-include osreldate.h and gnu/usr.bin/cc/cc_tools/auto-host.h will avoid including sys/param.h if __FreeBSD_version is already defined. | ||||
* | Include osreldate.h instead of sys/param.h to get __FreeBSD_version | kan | 2003-07-11 | 1 | -1/+1 |
| | | | | definition. This fixes buildworld breakage on ia64. | ||||
* | Update bmake bits to build GCC 3.3.1-prerelease. | kan | 2003-07-11 | 7 | -79/+254 |
| | |||||
* | Update for GCC 3.3.1-pre. | kan | 2003-07-11 | 2 | -46/+90 |
| | |||||
* | Temporarily turn off -Werror for these components. | kan | 2003-07-11 | 2 | -1/+2 |
| | |||||
* | Only define a default editor if one isn't already defined. | obrien | 2003-07-07 | 1 | -0/+2 |
| | |||||
* | bfd_elf32_i386_freebsd_vec is the only 32-bit vector we really need. | obrien | 2003-07-01 | 1 | -1/+1 |
| | | | | ar and nm aren't very smart when faced with multiple applicable vectors. | ||||
* | Add elf_i386_fbsd emulation. | obrien | 2003-07-01 | 1 | -0/+14 |
| | | | | Obtained from: p4 | ||||
* | Fixed build. | ru | 2003-07-01 | 1 | -0/+1 |
| | | | | Noticed by: bde | ||||
* | Don't build separate annotate.info, it's already part of gdb.info. | ru | 2003-07-01 | 1 | -2/+1 |
| | |||||
* | Add missing quote after cut/paste error in last commit. :-( | peter | 2003-06-26 | 1 | -1/+1 |
| | |||||
* | Update the target. | obrien | 2003-06-26 | 5 | -15/+15 |
| | |||||
* | Configure gcc in biarch mode for amd64 so that the -m32 flag is enabled | peter | 2003-06-26 | 1 | -2/+1 |
| | | | | | | for things like boot blocks etc. Reviewed by: kan | ||||
* | Add an amd64 category now that amd64 has its own mailing list and all. | des | 2003-06-20 | 2 | -0/+4 |
| | |||||
* | Remove MAINTAINER lines. | obrien | 2003-06-14 | 1 | -4/+0 |
| | |||||
* | When building a shared library, link it against libgcc_pic.a instead of the | peter | 2003-06-13 | 1 | -1/+2 |
| | | | | | | | | | | | non-PIC libgcc.a. Linking non-pic code into a shared library is not a good thing. It happens to break amd64 at compile time, and the ppc folks want it too. The problem is mainly with C++ code, unwind-dw2.c in particular. Most of the other functions in libgcc.a are self contained so most of the time it isn't a problem. The dwarf2 unwinder is not safe though since it does make global variable references. Reviewed by: kan | ||||
* | Teach mdoc(7) about the upcoming 5.2-RELEASE. | ru | 2003-06-09 | 1 | -0/+1 |
| | | | | Suggested by: juli | ||||
* | Use | kuriyama | 2003-06-06 | 2 | -2/+2 |
| | | | | | | | | | cat ${.ALLSRC} > ${.TARGET} rather than ln -sf ${.ALLSRC} ${.TARGET} not to depends on absolute-path of symbolic links. Commented by: marcel, obrien, bde |