delphij
18998e9197
In more(1) mode, restore the historical behavior where curses init
...
and deinit characters are not delivered.
Instead of hacking screen.c, we set no_init to implement the behavior.
Reported by: mnag
Approved by: re (hrs)
2007-06-23 15:28:00 +00:00
delphij
2ed1acd533
Resolve conflicts after less(1) v406 import.
...
Approved by: re (hrs)
2007-06-21 10:44:50 +00:00
delphij
5f3f215c2a
This commit was generated by cvs2svn to compensate for changes in r170964,
...
which included commits to RCS files with non-trunk default branches.
2007-06-21 10:42:55 +00:00
delphij
bb6dbdf2f3
Virgin import of less v406.
...
Approved by: re (hrs)
2007-06-21 10:42:55 +00:00
delphij
c42a76d47f
Restore a historical behavior that +foo is considered as a
...
filename by more(1). The less(1) behavior is keep intact.
PR: bin/51488
Prodded by: demon
Approved by: re (hrs)
2007-06-21 10:39:24 +00:00
delphij
34b5aafd8b
Apply a vendor patch that fixes very annoying bug
...
which caused the cursor not to return to the place
it should when -w is used with -e.
Note that this is a commit against -HEAD because
we already have the file off the vendor branch.
Reported by: Tom Uffner (on -current@)
Obtained from: http://www.greenwoodsoftware.com/less/less-405.tar.gz
2007-06-17 23:20:43 +00:00
danfe
d37d408499
Document default values for timeout and retry count.
...
Approved by: fjoe
2007-06-16 07:01:15 +00:00
delphij
2ef4baf470
In previous releases of FreeBSD we have enforced -EfGm, and the
...
new less(1) version enforced only -Em. Restore old behavior in
respect with POLA.
Submitted by: ru (on -current@)
2007-06-16 02:43:44 +00:00
delphij
d4335e2e0b
This commit was generated by cvs2svn to compensate for changes in r170764,
...
which included commits to RCS files with non-trunk default branches.
2007-06-15 07:49:35 +00:00
delphij
f165f20f9e
Apply vendor patch that implements 1/2 as aliases of l/r.
...
Requested by: dmalone, Chuck Swiger
2007-06-15 07:49:35 +00:00
delphij
3a21074c9c
Update instructions about upgrading.
2007-06-15 07:36:39 +00:00
delphij
df12e14874
Add a list of removed files during import
2007-06-15 07:28:00 +00:00
delphij
2a4f71e2a0
Remove files that were taken off vendor branch. Difference
...
against vendor branch is now maintained in patchsets.
2007-06-15 07:22:26 +00:00
delphij
126c063fa1
Remove old files that no longer exist in latest distribution or
...
removed during import.
2007-06-15 07:17:50 +00:00
delphij
019bb6b05e
This commit was generated by cvs2svn to compensate for changes in r170759,
...
which included commits to RCS files with non-trunk default branches.
2007-06-15 07:17:50 +00:00
delphij
dc06cc570e
Localized regeneration of config.h.
2007-06-15 07:08:19 +00:00
delphij
40ec4fdc9a
Virgin import of diffutils 2.8.7.
2007-06-15 07:06:13 +00:00
delphij
378be1e34d
This commit was generated by cvs2svn to compensate for changes in r170754,
...
which included commits to RCS files with non-trunk default branches.
2007-06-15 07:06:13 +00:00
sam
860e02a293
o add minimal radiotap support for 11n
2007-06-11 04:04:30 +00:00
rafan
f604f00277
- Sort the headers per style(9)
...
Reminded by: yar
Approved by: delphij (mentor, implicit)
2007-06-06 11:14:30 +00:00
rafan
ab467b3430
- Fix crash with ncurses on FreeBSD/amd64 CURRENT by including missing
...
header <term.h>, which is required by both tputs() and tgoto().
Without this header, nvi crashes with the call to tputs() at line 114.
This is because the first argument of tputs() is a pointer, and the
returned pointer from tgoto() is casted to an integer by compiler.
For some reasons, this only crashes on amd64+CURRENT. On 6.x system,
this does not happen.
PR: 101248
Reported by: yar, infofarmer, Roland Smith
Tested by: infofarmer, delphij, rafan
Approved by: delphij (mentor)
2007-06-06 02:23:03 +00:00
dougb
31cb406c4b
This commit was generated by cvs2svn to compensate for changes in r170349,
...
which included commits to RCS files with non-trunk default branches.
2007-06-05 22:15:38 +00:00
dougb
7fe38836a1
Add a custom atomic.h file which implements the C versions of the
...
code we already have assembly versions of.
Written by: imp
2007-06-05 22:15:38 +00:00
rafan
1095f96bda
- Update for 2007/05/01 import.
...
Approved by: delphij (mentor)
Nodded by: ru
2007-06-05 15:34:40 +00:00
rafan
202f9402cb
This commit was generated by cvs2svn to compensate for changes in r170331,
...
which included commits to RCS files with non-trunk default branches.
2007-06-05 15:33:51 +00:00
rafan
d187e809f9
Vendor import of bwk's 01-May-2007 release.
...
Approved by: delphij (mentor)
Nodded by: ru
Tested by: make universe
2007-06-05 15:33:51 +00:00
darrenr
27a50eee47
Remove files no longer required to build IPFilter
2007-06-04 03:07:34 +00:00
darrenr
a33069b532
Merge IPFilter 4.1.23 back to HEAD
...
See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13
2007-06-04 02:54:36 +00:00
darrenr
1dd4fa592d
This commit was generated by cvs2svn to compensate for changes in r170263,
...
which included commits to RCS files with non-trunk default branches.
2007-06-04 02:50:28 +00:00
darrenr
e2e28d4361
Import IPFilter 4.1.23 to vendor branch.
...
See src/contrib/ipfilter/HISTORY for details of changes since 4.1.13
2007-06-04 02:50:28 +00:00
delphij
2908bdb1f1
Resolve conflicts.
2007-06-04 01:43:11 +00:00
delphij
7672cb6e48
/home/delphij/m
2007-06-04 01:42:54 +00:00
delphij
9b5d103b5b
This commit was generated by cvs2svn to compensate for changes in r170256,
...
which included commits to RCS files with non-trunk default branches.
2007-06-04 01:42:54 +00:00
dougb
2f5bd0a21f
Update the upgrade notes for BIND 9.4.1
2007-06-02 23:32:13 +00:00
dougb
0758208e67
Remove from the vendor branch files that are no longer
...
present in BIND 9.4.1.
2007-06-02 23:29:48 +00:00
dougb
4aa2d28999
This commit was generated by cvs2svn to compensate for changes in r170225,
...
which included commits to RCS files with non-trunk default branches.
2007-06-02 23:29:48 +00:00
dougb
6df9693fc1
Vendor import of BIND 9.4.1
2007-06-02 23:21:47 +00:00
dougb
326847364a
This commit was generated by cvs2svn to compensate for changes in r170222,
...
which included commits to RCS files with non-trunk default branches.
2007-06-02 23:21:47 +00:00
remko
48e05cbb50
Revert my previous change, add an MLINK from securelevel.7 to security.7
...
Discussed with: brueffer
2007-06-01 21:33:21 +00:00
remko
02d75b0108
Change securelevel(7) to security(7). Yes i am aware
...
that this is within the contrib directory.
PR: docs/104402
Submitted by: Dr. Markus Waldeck <waldeck at gmx dot de>
Discussed with: mlaier
2007-06-01 21:09:11 +00:00
kan
236631e30e
Disable shared libgcc use for profiled builds. GNU linker pulls symbols
...
out of libgcc_s.so.1 somehow and fails to record DT_NEEED dependency
when linking with profiled libraries despite --ld-as-needed option.
2007-05-28 23:02:56 +00:00
obrien
34c9c7627c
Update for the 'file' 4.21 import.
2007-05-24 22:02:49 +00:00
obrien
ccf4036471
This commit was generated by cvs2svn to compensate for changes in r169962,
...
which included commits to RCS files with non-trunk default branches.
2007-05-24 21:59:38 +00:00
obrien
240c77918b
Virgin import of Christos Zoulas's FILE 4.21.
2007-05-24 21:59:38 +00:00
obrien
cb62c25588
Update for the 'file' 4.19 import.
2007-05-24 16:14:38 +00:00
obrien
09615277da
Virgin import of Christos Zoulas's FILE 4.19.
2007-05-24 16:12:23 +00:00
obrien
4655fe04fc
This commit was generated by cvs2svn to compensate for changes in r169942,
...
which included commits to RCS files with non-trunk default branches.
2007-05-24 16:12:23 +00:00
dhartmei
b84c57b21a
From OpenBSD, rev. 1.379
...
Document how 'allow-opts' applies to routing headers in IPv6.
MFC after: 1 week
Discussed with: mlaier
2007-05-21 20:12:35 +00:00
cognet
ae26a6fdf6
FreeBSD expects VFP, so use that as the default FPU.
...
Reviewed by: kan
2007-05-21 08:38:42 +00:00
mux
49781d1c9e
This commit was generated by cvs2svn to compensate for changes in r169765,
...
which included commits to RCS files with non-trunk default branches.
2007-05-19 13:55:01 +00:00