| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=168323
|
| |
|
|
|
|
|
|
| |
editline.3 1.26-1.29: Man page update and cleanup.
editrc.5: 1.19: Man page cleanup.
Notes:
svn path=/stable/6/; revision=154138
|
| |
|
|
|
|
|
|
|
| |
and some bugfixes.
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=151131
|
| |
|
|
| |
Notes:
svn path=/stable/6/; revision=149093
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
whose version has not already been bumped since RELENG_5 are being
bumped.
Revisions of files being MFC-ed:
> Path Revision
> src/gnu/lib/libdialog/Makefile 1.43
> src/gnu/lib/libg2c/Makefile 1.16
> src/gnu/lib/libobjc/Makefile 1.27
> src/gnu/lib/libreadline/Makefile.inc 1.12
> src/gnu/lib/libregex/Makefile 1.32
> src/gnu/lib/libstdc++/Makefile 1.56
> src/kerberos5/lib/Makefile.inc 1.7
> src/lib/Makefile.inc 1.3
> src/lib/libalias/Makefile 1.31
> src/lib/libarchive/Makefile 1.37
> src/lib/libbegemot/Makefile 1.3
> src/lib/libbluetooth/Makefile 1.2
> src/lib/libbsnmp/Makefile.inc 1.6
> src/lib/libbz2/Makefile 1.6
> src/lib/libc_r/Makefile 1.42
> src/lib/libcrypt/Makefile 1.36
> src/lib/libdevstat/Makefile 1.15
> src/lib/libdevstat/devstat.h 1.11
> src/lib/libedit/Makefile 1.29
> src/lib/libexpat/Makefile 1.5
> src/lib/libfetch/Makefile 1.45
> src/lib/libftpio/Makefile 1.14
> src/lib/libgpib/Makefile 1.2
> src/lib/libipsec/Makefile 1.17
> src/lib/libkiconv/Makefile 1.3
> src/lib/libmagic/Makefile 1.7
> src/lib/libmp/Makefile 1.10
> src/lib/libncp/Makefile 1.6
> src/lib/libncurses/Makefile 1.79
> src/lib/libnetgraph/Makefile 1.11
> src/lib/libngatm/Makefile 1.6
> src/lib/libopie/Makefile 1.21
> src/lib/libpam/Makefile.inc 1.17
> src/lib/libpthread/Makefile 1.54
> src/lib/libradius/Makefile 1.12
> src/lib/libsdp/Makefile 1.4
> src/lib/libsmb/Makefile 1.8
> src/lib/libtacplus/Makefile 1.7
> src/lib/libthr/Makefile 1.14
> src/lib/libthread_db/Makefile 1.6
> src/lib/libugidfw/Makefile 1.7
> src/lib/libusbhid/Makefile 1.10
> src/lib/libutil/Makefile 1.57
> src/lib/libvgl/Makefile 1.11
> src/lib/libwrap/Makefile 1.17
> src/lib/libypclnt/Makefile 1.13
> src/lib/msun/Makefile 1.72
> src/secure/lib/libcrypto/Makefile 1.74
> src/secure/lib/libssh/Makefile 1.35
> src/secure/lib/libssl/Makefile 1.22
> src/usr.sbin/bsnmpd/modules/Makefile.inc 1.10
Reviewed by: ru
Approved by: re (scottl)
Notes:
svn path=/stable/6/; revision=148300
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141851
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141846
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119893
|
| |
|
|
| |
Notes:
svn path=/head/; revision=119071
|
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
Pointed by: ru
Notes:
svn path=/head/; revision=118449
|
| |
|
|
|
|
|
|
| |
LANG=C tr 'a-z' 'A-Z'
for hypotetical case that script may generate non-ascii characters
Notes:
svn path=/head/; revision=118430
|
| |
|
|
|
|
|
|
|
|
|
| |
First of all, it should be written as: tr 'a-z' 'A-Z'
ranges not encolosed in [] according to POSIX, so [] just included
in the replacement.
Second, it should be written: tr '[:lower:]' '[:upper:]'
since a-z and A-Z may have different length in some locales.
Notes:
svn path=/head/; revision=118427
|
| |
|
|
| |
Notes:
svn path=/head/; revision=110443
|
| |
|
|
|
|
|
| |
especially in troff files.
Notes:
svn path=/head/; revision=108533
|
| |
|
|
|
|
|
| |
Add FreeBSD Id tag where missing.
Notes:
svn path=/head/; revision=108470
|
| |
|
|
| |
Notes:
svn path=/head/; revision=108317
|
| |
|
|
|
|
|
|
| |
not the original string. Fixes the bug where every second line of a
history file was empty.
Notes:
svn path=/head/; revision=105095
|
| |
|
|
|
|
|
| |
Remove references to it from the Authors and History sections.
Notes:
svn path=/head/; revision=105032
|
| |
|
|
| |
Notes:
svn path=/head/; revision=104073
|
| |
|
|
| |
Notes:
svn path=/head/; revision=98293
|
| |
|
|
|
|
|
|
| |
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
Notes:
svn path=/head/; revision=95258
|
| |
|
|
| |
Notes:
svn path=/head/; revision=94278
|
| |
|
|
| |
Notes:
svn path=/head/; revision=92917
|
| |
|
|
|
|
|
|
|
| |
entry for its terminal type in /etc/termcap.
Submitted by: bde
Notes:
svn path=/head/; revision=89735
|
| |
|
|
| |
Notes:
svn path=/head/; revision=86736
|
| |
|
|
|
|
|
| |
clobbered by previous commit.
Notes:
svn path=/head/; revision=86735
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84335
|
| |
|
|
|
|
|
|
|
|
|
| |
commits to these files.
As I sing to CVS:
Have I told you lately that I hate your guts? Have I told you
all SCM's are above you? You fill my heart with pain, take away
all my merging joy, grow my troubles that's what you do."
Notes:
svn path=/head/; revision=84334
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84327
|
| |
|
|
|
|
|
| |
Fixed some more.
Notes:
svn path=/head/; revision=84304
|
| |
|
|
|
|
|
|
|
|
| |
+ Convert to ANSI-C function definitions
+ style(9)
Submitted by: kris
Notes:
svn path=/head/; revision=84260
|
| |
|
|
| |
Notes:
svn path=/head/; revision=84201
|
| |
|
|
|
|
|
| |
with a trailing zero-width space: `e.g.\&'.
Notes:
svn path=/head/; revision=81449
|
| |
|
|
|
|
|
|
|
|
| |
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
Notes:
svn path=/head/; revision=81251
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79754
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79531
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75440
|
| |
|
|
|
|
|
| |
(history.3)
Notes:
svn path=/head/; revision=75438
|
| |
|
|
| |
Notes:
svn path=/head/; revision=74870
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71895
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71097
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69204
|
| |
|
|
| |
Notes:
svn path=/head/; revision=69026
|
| |
|
|
|
|
|
|
| |
PR: 21697
Submitted by: Barak Enat <barak_enat@yahoo.com>
Notes:
svn path=/head/; revision=66562
|
| |
|
|
| |
Notes:
svn path=/head/; revision=63948
|
| |
|
|
|
|
|
|
|
|
| |
preserve them only partially, so tty state becomes different after el_*
functions used.
PR: 20138
Notes:
svn path=/head/; revision=63947
|
| |
|
|
|
|
|
| |
whith characters conversion changed like \n -> \r\n and so on.
Notes:
svn path=/head/; revision=63946
|
| |
|
|
|
|
|
| |
many times.
Notes:
svn path=/head/; revision=63900
|
| |
|
|
|
|
|
|
| |
insertion of $FreeBSD$. I miffed it (pointy hat please). Hopefully
no one will notice this short window where -current didn't compile.
Notes:
svn path=/head/; revision=60773
|