Sam Leffler
316f794028
resolve conflicts
...
Approved by: re (hrs)
2007-07-09 16:20:41 +00:00
Sam Leffler
c0eb94f2c3
This commit was generated by cvs2svn to compensate for changes in r171322,
...
which included commits to RCS files with non-trunk default branches.
2007-07-09 16:15:06 +00:00
Sam Leffler
75cbf10273
Import of hostapd 0.5.8
2007-07-09 16:15:06 +00:00
Max Laier
e298b784dc
Lost these during the import. Hand me the pointy hat.
...
Approved by: re (implicit)
2007-07-03 14:08:49 +00:00
Max Laier
5ee7cd2107
Commit resolved import of OpenBSD 4.1 pf userland from perforce.
...
Approved by: re (kensmith)
2007-07-03 12:30:03 +00:00
Max Laier
fc515400ab
This commit was generated by cvs2svn to compensate for changes in r171169,
...
which included commits to RCS files with non-trunk default branches.
2007-07-03 12:22:02 +00:00
Max Laier
67ecd4f3a4
Import pf userland from OpenBSD 4.1 and (for ftp-proxy) libevent 1.3b as
...
a local lib.
2007-07-03 12:22:02 +00:00
George V. Neville-Neil
8409aedfa6
Commit IPv6 support for FAST_IPSEC to the tree.
...
This commit includes all remaining changes for the time being including
user space updates.
Submitted by: bz
Approved by: re
2007-07-01 12:08:08 +00:00
Darren Reed
a909f8869b
ipfstat should parse "any" when used with -D/-S command line options
...
PR: bin/113879
Submitted by: kabe@sra-tohoku.co.jp
Reviewed by: darrenr
Approved by: re
2007-06-24 16:39:12 +00:00
Xin LI
666ae690ac
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
Xin LI
aa22b8b669
Resolve conflicts after less(1) v406 import.
...
Approved by: re (hrs)
2007-06-21 10:44:50 +00:00
Xin LI
811fe9ccfe
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
Xin LI
efd72c2eb6
Virgin import of less v406.
...
Approved by: re (hrs)
2007-06-21 10:42:55 +00:00
Xin LI
22249a9635
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
Xin LI
7e990b09e2
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
Alexey Dokuchaev
f5442046c1
Document default values for timeout and retry count.
...
Approved by: fjoe
2007-06-16 07:01:15 +00:00
Xin LI
4e2d304caa
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
Xin LI
db062bd2e6
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
Xin LI
b61bbb7026
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
Xin LI
9095b74af6
Update instructions about upgrading.
2007-06-15 07:36:39 +00:00
Xin LI
6a0c0f1b7e
Add a list of removed files during import
2007-06-15 07:28:00 +00:00
Xin LI
752f8af9a8
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
Xin LI
4366265d16
Remove old files that no longer exist in latest distribution or
...
removed during import.
2007-06-15 07:17:50 +00:00
Xin LI
52d5bdcdbc
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
Xin LI
3070b40134
Localized regeneration of config.h.
2007-06-15 07:08:19 +00:00
Xin LI
18fd37a72c
Virgin import of diffutils 2.8.7.
2007-06-15 07:06:13 +00:00
Xin LI
967d234ef3
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 Leffler
6efb4aa143
o add minimal radiotap support for 11n
2007-06-11 04:04:30 +00:00
Rong-En Fan
8473fea281
- Sort the headers per style(9)
...
Reminded by: yar
Approved by: delphij (mentor, implicit)
2007-06-06 11:14:30 +00:00
Rong-En Fan
781d8f4e76
- 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
Doug Barton
ee71135ecd
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
Doug Barton
c197e4d678
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
Rong-En Fan
a36454aac4
- Update for 2007/05/01 import.
...
Approved by: delphij (mentor)
Nodded by: ru
2007-06-05 15:34:40 +00:00
Rong-En Fan
3aa1b8b946
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
Rong-En Fan
addad6af5a
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
Darren Reed
c485ab2d8d
Remove files no longer required to build IPFilter
2007-06-04 03:07:34 +00:00
Darren Reed
d7eeb25225
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
Darren Reed
2bf2a702cc
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
Darren Reed
4a9a9e0514
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
Xin LI
720c436c66
Resolve conflicts.
2007-06-04 01:43:11 +00:00
Xin LI
7f074f9c8f
/home/delphij/m
2007-06-04 01:42:54 +00:00
Xin LI
436e618180
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
Doug Barton
514e149910
Update the upgrade notes for BIND 9.4.1
2007-06-02 23:32:13 +00:00
Doug Barton
d6a1012ea9
Remove from the vendor branch files that are no longer
...
present in BIND 9.4.1.
2007-06-02 23:29:48 +00:00
Doug Barton
48e5a283ad
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
Doug Barton
141cfa5029
Vendor import of BIND 9.4.1
2007-06-02 23:21:47 +00:00
Doug Barton
270517749e
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 Lodder
ce7fce4055
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 Lodder
14ced2763a
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
Alexander Kabaev
7a6bf861d6
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