summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAgeFilesLines
* MFC rev. 1.6: Install two new include files for SSE2 and PrescottAlexander Kabaev2003-12-111-1/+1
| | | | | | | intrinsics. Notes: svn path=/releng/5.2/; revision=123465
* Update man pages to 5.2Scott Long2003-12-071-1/+1
| | | | Notes: svn path=/releng/5.2/; revision=123212
* Switch to a label that is appropriate for the release.Scott Long2003-12-072-3/+3
| | | | | | | Submitted by: obrien Notes: svn path=/releng/5.2/; revision=123199
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-071-31/+0
| | | | Notes: svn path=/releng/5.2/; revision=123193
* /rescue/g{{,un}zip,zcat} exist, so build this dynamically now.David E. O'Brien2003-11-171-2/+0
| | | | Notes: svn path=/head/; revision=122835
* /rescue/tar exists, so build this dynamic now.David E. O'Brien2003-11-171-2/+0
| | | | Notes: svn path=/head/; revision=122834
* Attempt to save the last dregs of emacs users' sanity by saving theCeri Davies2003-11-121-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 Notes: svn path=/head/; revision=122587
* FBSDID style nit.David E. O'Brien2003-11-121-1/+2
| | | | Notes: svn path=/head/; revision=122545
* The current Perl 5.8 version is 5.8.1; 5.8.2 is right around the corner.Dag-Erling Smørgrav2003-11-101-1/+3
| | | | Notes: svn path=/head/; revision=122392
* Since we do not honour the Confidential: field, and as an attempt toCeri Davies2003-11-021-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 Notes: svn path=/head/; revision=121900
* Implement gdb_solib_create_inferior_hook().Hidetoshi Shimokawa2003-10-291-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 Notes: svn path=/head/; revision=121683
* Fix previous commit. glob_filename() returns "(char **) -1" for certainBruce Evans2003-10-261-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. Notes: svn path=/head/; revision=121566
* Fix some warnings by defining has_sa_sigaction to 1. When the configurePeter Wemm2003-10-261-1/+1
| | | | | | | script was run (years and years ago), we didn't have it. Notes: svn path=/head/; revision=121536
* Since I'm having so much fun with const, beat my head against the wallPeter Wemm2003-10-261-3/+3
| | | | | | | some more. Make this compile cleanly. Notes: svn path=/head/; revision=121535
* Pointers dont fit in an int on 64 bit platforms. Fix a gcc warning.Peter Wemm2003-10-261-1/+1
| | | | Notes: svn path=/head/; revision=121534
* The third arg to strncmp() is size_t, not int. This causes a warning onPeter Wemm2003-10-261-1/+2
| | | | | | | systems where size_t is long, not int. Notes: svn path=/head/; revision=121533
* Detect errors during 'cat' page creation better. This fixes bin/5591.Joseph Koshy2003-10-151-9/+41
| | | | | | | Reviewed by: ru Notes: svn path=/head/; revision=121101
* Add an entry for libpthread (aka libkse). For now, it's link commandDaniel Eischen2003-10-021-0/+1
| | | | | | | | | | is defined as -lkse, but we'll come back later and change it once libkse is renamed. Requested by: ru Notes: svn path=/head/; revision=120674
* - Support for multibyte charsets in LIBICONV.Max Khon2003-09-261-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> Notes: svn path=/head/; revision=120492
* Update the copyright year.Ruslan Ermilov2003-09-202-2/+2
| | | | Notes: svn path=/head/; revision=120303
* Keep up with recent mdoc(7) changes.Ruslan Ermilov2003-09-203-1/+3
| | | | Notes: svn path=/head/; revision=120302
* Comment out and mark all non-translated library strings.Ruslan Ermilov2003-09-201-7/+7
| | | | Notes: svn path=/head/; revision=120301
* Perl 5.8.0 has been in ports for a long time. Add the correct directoryDag-Erling Smørgrav2003-09-181-0/+1
| | | | | | | to manpath.config so use.perl won't needs to add it. Notes: svn path=/head/; revision=120196
* Add /usr/X11R6/man to the optional manpath.Ruslan Ermilov2003-09-101-0/+1
| | | | | | | | PR: conf/56626 Submitted by: Oliver Eikemeier Notes: svn path=/head/; revision=119933
* Catch up with mdoc.local list of libraries.Ruslan Ermilov2003-09-091-1/+3
| | | | Notes: svn path=/head/; revision=119931
* Catch up with mdoc.local list of libraries.Ruslan Ermilov2003-09-091-1/+3
| | | | Notes: svn path=/head/; revision=119930
* Unbreak Russian KOI8-R support.Ruslan Ermilov2003-09-083-157/+308
| | | | Notes: svn path=/head/; revision=119887
* Enable '--interpreter=mi' support.David E. O'Brien2003-09-071-1/+3
| | | | | | | Submitted by: Rui Lopes <rui@ruilopes.com> Notes: svn path=/head/; revision=119864
* s/x86-64/amd64/David E. O'Brien2003-09-071-1/+1
| | | | Notes: svn path=/head/; revision=119863
* style.Makefile(5)David E. O'Brien2003-09-071-29/+18
| | | | Notes: svn path=/head/; revision=119862
* Eliminate the need in uname(1) during install.Ruslan Ermilov2003-09-071-2/+2
| | | | Notes: svn path=/head/; revision=119843
* Only evaluate CVS version once, when necessary.Ruslan Ermilov2003-09-071-3/+3
| | | | | | | Eliminates the need in sed(1) during install. Notes: svn path=/head/; revision=119841
* Only evaluate CVS version once, when necessary.Ruslan Ermilov2003-09-071-4/+3
| | | | | | | Eliminates the need in sed(1) during install. Notes: svn path=/head/; revision=119840
* There is no need to #include <sgtty.h>Peter Wemm2003-09-041-1/+1
| | | | Notes: svn path=/head/; revision=119729
* Upgrade to 4.3Andrey A. Chernov2003-08-313-16/+68
| | | | Notes: svn path=/head/; revision=119616
* Upgrade to textutils 2.1 sortAndrey A. Chernov2003-08-303-109/+176
| | | | Notes: svn path=/head/; revision=119587
* Introduce more knobs to slim down FreeBSD userlandPoul-Henning Kamp2003-08-291-1/+6
| | | | | | | | | | NO_TOOLCHAIN skips Compilers and Binutils NO_USB skips USB stuff NO_VINUM skips Vinum stuff NO_ACPI skips ACPI stuff Notes: svn path=/head/; revision=119553
* Properly quote the lib path.David E. O'Brien2003-08-196-6/+6
| | | | Notes: svn path=/head/; revision=119136
* Stage 3 of dynamic root support, con't.David E. O'Brien2003-08-176-6/+6
| | | | | | | 'ld' should also search /lib for dynamic libraries. Notes: svn path=/head/; revision=119051
* s/x86_64/amd64/g where possible.David E. O'Brien2003-08-171-2/+2
| | | | Notes: svn path=/head/; revision=119050
* Stage 3 of dynamic root support. Make all the libraries needed to runGordon Tetlow2003-08-171-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. Notes: svn path=/head/; revision=119017
* The as(1) manpage was missing on i386 and amd64.Ruslan Ermilov2003-08-142-2/+1
| | | | Notes: svn path=/head/; revision=118903
* Back out revision 1.32; it attaches the files in the wrong section of the PR.Ceri Davies2003-08-111-3/+0
| | | | Notes: svn path=/head/; revision=118796
* Have the -a and -f options work together.Ceri Davies2003-08-111-0/+3
| | | | | | | PR: misc/40057 Notes: svn path=/head/; revision=118793
* Added description for the libufs(3) library.Ruslan Ermilov2003-08-052-0/+2
| | | | | | | | PR: 55238 Reviewed by: jmallett Notes: svn path=/head/; revision=118480
* LANG->LC_ALLAndrey A. Chernov2003-08-041-1/+1
| | | | | | | Pointed by: ru Notes: svn path=/head/; revision=118449
* Use LANG=C before tr to be sure that ranges are correctAndrey A. Chernov2003-08-041-1/+1
| | | | | | | Strip [] from ranges Notes: svn path=/head/; revision=118435
* Remove collate_range_cmp() stabilization, it conflicts with rangesAndrey A. Chernov2003-08-031-7/+4
| | | | Notes: svn path=/head/; revision=118377
* Remove collate_range_cmp() stabilization, it conflicts with rangesAndrey A. Chernov2003-08-031-7/+4
| | | | Notes: svn path=/head/; revision=118375
* If ${GCC_CPU}-c.c exists, we need to use it.David E. O'Brien2003-07-311-0/+3
| | | | Notes: svn path=/head/; revision=118273