Commit Graph

712 Commits

Author SHA1 Message Date
wiz c1f176e16d Move isns description from dist/groff to usr.bin/groff, where it belongs.
Add isns to mdocml libraries as well.
2011-01-18 09:28:42 +00:00
joerg 20d71a1344 Update build system for mdocml-1.10.9. 2011-01-12 23:02:21 +00:00
joerg 6e4753617c Use example.style.css in place of style.css.
Replace $Mdocdate$ with the content in correct order, so that groff
gives proper output.
2011-01-12 23:00:51 +00:00
joerg f494eb95a3 Merge for mdocml-1.10.9 2011-01-12 22:58:42 +00:00
joerg c0d9444af1 Import mdocml-1.10.9 and additional post-release bugfixes
(tbl_data.c 1.15, tbl_layout.c 1.13, tbl_opts.c 1.8).

This features many small improvements and the initial integration of
tbl(1) support on all output devices.
2011-01-12 22:57:08 +00:00
kardel 4ba751f5ad make ntp compile for MKINET6=no 2011-01-09 14:49:39 +00:00
jmmv 1b0a12b414 Cherry-pick upstream revision f791048924a1b68da070f17dfd5e5c2d825dd018:
Report bogus test programs in the HTML output

From Paul Goyette in private mail.  Fixes PR bin/44301.
2011-01-05 14:03:08 +00:00
roy 160a96b3e7 Don't build the getline shim anymore as the NetBSD libc getline(3) has
proven itself now.
2011-01-03 11:33:44 +00:00
roy 0524c4d0bb Import dhcpcd-5.2.10 with the following change:
* -r, --request <address> now works again
2011-01-03 11:28:23 +00:00
wiz 7487051d3d Prefix section headers for 1 to 9 with "NetBSD " to match output
for non-HTML pages (i.e. groff ones). Noted by njoly.
2011-01-02 22:03:24 +00:00
jmmv 15dbacd486 Pull up revision 869e092e4986eb5dce90331ca9a64e125d7796eb from mainstream:
Revision: 869e092e4986eb5dce90331ca9a64e125d7796eb
Parent:   cca40eb08e7469dfe9d6ca982613458f24c1de28
Author:   jmmv@NetBSD.org
Date:     12/27/10 21:19:19
Branch:   org.NetBSD.atf.src

Changelog:

Recognize sigabrt in the signal checker

Problem found by Paul Goyette.

Changes against parent cca40eb08e7469dfe9d6ca982613458f24c1de28

  patched  atf-sh/atf-check.cpp
2010-12-27 20:36:17 +00:00
christos 6f6878df03 defs.h already includes nbtool_config.h, so don't do it twice. 2010-12-25 23:43:30 +00:00
christos 5743e2a045 fix debugging:
- don't print junk for the interface name
- parse and print known rtm messages we get
2010-12-25 20:45:49 +00:00
joerg 570bc97f41 Include nbtool_config.h for the toolchain build as platforms like Linux
don't define __RCSID.
2010-12-25 19:24:28 +00:00
christos 9f5adb9583 fix type-punned warnings on gcc-3.3.3 2010-12-25 18:23:39 +00:00
christos f2fd5dbad4 Fix non-threads compatibility code which was causing trouble even in the
threaded version.
2010-12-25 15:26:32 +00:00
christos 60b2c79645 remove typo. 2010-12-24 23:28:14 +00:00
christos cf91bdd313 update for new yacc. 2010-12-24 23:27:14 +00:00
christos 379031a404 update yacc to the most recent. 2010-12-24 02:58:20 +00:00
christos 9cdaf1e6ed import latest byacc 2010-12-23 23:36:22 +00:00
wiz 1e9e3652c6 Bump date for chroot default. 2010-12-17 10:35:10 +00:00
jruoho 27cfff3b3e Make tcpdump(8) to drop root privileges and chroot(2) by default. 2010-12-17 09:54:27 +00:00
wiz 3d3c5d42cb Observe the following spelling:
- wide character (noun)
- wide-character (adjective)

Inspired by jmc@OpenBSD.
2010-12-16 17:42:25 +00:00
enami 83d9249c3a Fix typo. 2010-12-15 07:36:51 +00:00
christos 83c933dca1 Use the source dir atomic.h 2010-12-15 02:08:16 +00:00
christos a9c38a6a96 Wrong rfc mentioned 2010-12-14 23:43:32 +00:00
christos c2a9dfd59e handle lack of <sys/atomic.h> 2010-12-14 23:19:23 +00:00
christos f4f6c00c90 silence gcc-3 uninitialized variable warning. 2010-12-14 23:18:31 +00:00
christos 30037bfd3f Handle NetBSD-5 and 4 lack of atomics by disabling threads. 2010-12-14 23:17:20 +00:00
christos 97caf9021f handle openssl versions less < 1. 2010-12-14 23:16:39 +00:00
joerg b4eb5d9c57 Kill double .TP 2010-12-12 20:20:43 +00:00
joerg 1a85759af0 Kill double .TP 2010-12-12 20:19:41 +00:00
joerg 2e05e5b66d Reply 1.15, lost in the last update. 2010-12-12 18:40:01 +00:00
adam 5e6ed478ee bump minor version for 2.4.23 2010-12-12 16:19:54 +00:00
adam 303af6c5ec Update to OpenLDAP 2.4.23 2010-12-12 16:10:42 +00:00
adam 4ecae53ae6 Use conditional WORDS_BIGENDIAN 2010-12-12 16:10:18 +00:00
adam a8c4d9a88a Merge 2.4.23 2010-12-12 15:46:27 +00:00
adam ef2f90d39c Imported openldap-2.4.23 2010-12-12 15:17:36 +00:00
jmmv 42afccf436 Pull up revision c917871de7dd67ba57c17496ad68fe4e4aa8b239:
Fix atf-check match checker to validate lines without newline

Problem found by pooka@.
2010-12-06 18:04:02 +00:00
christos efb1585e67 propagate the fixes from /usr/src/sys/net/bpf_filter.c here, so that
we don't merge backwards again.
2010-12-06 01:08:02 +00:00
mrg a5ae13c90e - use SCRIPTS* for scripts instead of FILES*.
- add pcap-config to CLEANFILES.
2010-12-05 09:09:39 +00:00
mrg 9133e91956 netbsd needs net/bpf.h, too. 2010-12-05 08:43:23 +00:00
christos dbe76af3b7 hook tcpdump and libpcap 2010-12-05 05:59:59 +00:00
christos 25abe6c390 tcpdump goes to /usr/sbin 2010-12-05 05:52:46 +00:00
christos ef3545626b we don't have a 3PCAP section 2010-12-05 05:40:14 +00:00
christos 0a6931da37 we only have bin 2010-12-05 05:24:21 +00:00
christos 923cb98430 cleanup old stuff and install in the right place 2010-12-05 05:24:03 +00:00
christos 69e620e14c build and import glue. 2010-12-05 05:14:00 +00:00
christos 90faadda0b Makefile overrides 2010-12-05 05:13:45 +00:00
christos 11b3aaa125 apply our changes and add the pfsync stuff. 2010-12-05 05:11:30 +00:00