Commit Graph

1353 Commits

Author SHA1 Message Date
christos c8b0dbc8c4 resolve conflicts 2013-04-06 14:52:24 +00:00
christos fa8b4d5199 Import byacc 20130304 2013-04-06 14:45:24 +00:00
christos 44825738cf merge conflicts 2013-04-06 14:27:52 +00:00
christos dded093e98 Import flex 2.5.7 2013-04-06 14:05:39 +00:00
christos e1b25b170f merge conflicts 2013-04-06 02:20:24 +00:00
christos 23e44a7766 Import openpam-20120526 2013-04-06 01:23:24 +00:00
christos 14303f280d don't assume that what we are going to import lives in dist 2013-04-03 14:51:31 +00:00
christos 43ed5f5eba merge diffs 2013-04-03 14:50:26 +00:00
christos 0d88b60388 import latest 2013-04-03 14:46:49 +00:00
christos 18c0fd3025 Allow both x==y and x=y in conditionals. With this change the ksh93 manpage
works.
2013-04-03 01:05:16 +00:00
christos 738a635d29 remove debugging printf. 2013-04-03 01:00:03 +00:00
christos 08c89a8c21 - remove the expand inline function, we don't need it.
- make allow = 1, deny = 0 to avoid confusion
- use memset properly
- merge ctl duplicated code
- add numeric conditional evaluator for unary and binary
- fix parsing of numeric registers to stop on non alnum

With those fixes, the man page for top(1) works.
2013-04-03 00:58:48 +00:00
christos 897a7bb8a0 do roff nr expansion before trailing backslash 2013-04-03 00:55:32 +00:00
wiz 68982ad7df Remove ' ???' after Xr. 2013-03-30 08:24:17 +00:00
christos 8b57040752 patches for new wifi devices. 2013-03-30 02:38:58 +00:00
njoly d1f2d0ccef Remove unknown \*(tN and \*(sP macros.
ok wiz.
2013-03-28 22:54:25 +00:00
christos cd51191677 update for version change 2013-03-27 00:38:54 +00:00
christos fe3afd85ef make sure we add rcsids in all the files and not in the headers 2013-03-27 00:38:41 +00:00
christos 49d01eccc3 welcome to 4.2.5-P1 2013-03-27 00:38:07 +00:00
christos 79364f4eb5 security fix propagation from bind, no actual changes, and it does not
affect us since we use an external bind.
2013-03-27 00:30:58 +00:00
christos 7ec4b58530 put back example server configuration file that was removed upstream 2013-03-25 12:59:59 +00:00
christos cec592dd5a Undo horrid configure hack, use compiler define. 2013-03-25 01:11:02 +00:00
christos f662ec0bb9 adjust build to 4.2.5 2013-03-24 23:03:05 +00:00
christos b576cb34cf updat to 4.2.5 2013-03-24 22:50:21 +00:00
christos 2fbb8dab62 hook in the new dhcp code 2013-03-24 22:22:32 +00:00
christos dae5e0f4f6 Add a build kludge to make dhclient link statically libisc, libdns, libpthread
so it does not need things from /usr/lib, until we decide what to do with it.
2013-03-24 22:21:21 +00:00
christos 50e3eb7c07 bump bind libs. 2013-03-24 18:55:54 +00:00
christos 94ee3dd93f Call the isc register functions now that we are not calling the library using
the special BIND9 compilation.
2013-03-24 18:44:37 +00:00
christos 0b0207d3e9 - Relax some of the assertions to make things work outside bind.
- Remove #ifndef BIND9 exclusions
Now a libdns that is built with BIND9 can be used by other isc programs.
2013-03-24 18:43:32 +00:00
christos fb92122b29 Export all the necessary functions via the registry API instead of playing
namespace games with cpp. Remove the BIND9 ifdef. Now the bind programs
don't need a special build of libisc.
2013-03-24 18:41:59 +00:00
christos 2e21570ca6 remove error(1) comment 2013-03-24 16:27:58 +00:00
christos 790a253ab0 Build gluons
NB: This will not link yet, until I commit all the bind changes.
2013-03-24 15:54:29 +00:00
christos b4295394bf minimal patches to compile with WARNS=1 !?!? 2013-03-24 15:53:58 +00:00
christos 6644b02250 from ftp.isc.org 2013-03-24 15:45:44 +00:00
joerg c565c4f275 Update LLVM/Clang snapshot to r177512 and MCLinker to deeb2a77.
Most noticably, this brings in the (optional) clang-format tool.
2013-03-24 13:02:16 +00:00
christos a24c340b1b remove extra space 2013-03-23 16:23:46 +00:00
christos c2e19894b5 merge new file 2013-03-23 16:15:57 +00:00
christos 52df37c7bd import file-5.14
changes are "name" + "use" keyword features, bug fixes
2013-03-23 15:49:08 +00:00
christos 75e9b80ac4 add Makefile 2013-03-23 15:42:40 +00:00
christos 4b2f55bb35 move pdisk 2013-03-23 15:42:00 +00:00
christos 48a628ae04 Apply our fixes 2013-03-23 15:39:43 +00:00
christos 9428323d40 from:
http://cantaforda.com/cfcl/eryk/linux/pdisk/dist/pdisk.20000516.src.tar
2013-03-23 15:36:33 +00:00
christos f3119165d7 avoid arraycount for toolz 2013-03-22 12:31:25 +00:00
christos 81aec73d48 move the code to expand variables in one place and use it to expand
variables inside conditionals. still conditionals with variables don't
work.
2013-03-22 01:24:46 +00:00
christos a4a10d58ae mandoc can now print numbered registers. 2013-03-21 21:43:22 +00:00
christos 66541c2d35 support expanding numbered registers 2013-03-21 21:42:16 +00:00
joerg 600ab75df5 Add missing .El. 2013-03-21 04:57:38 +00:00
christos 40b61ad4dd The man page has numbered registers and conditionals and cannot be handled
by mandoc, so make it use groff. Unfortunately since we don't install cat
pages, this does not work. At least it works for html!
2013-03-21 02:04:05 +00:00
christos b32a30787e revert previous, this is a mandoc issue (does not handle .if and .nr) 2013-03-21 01:39:04 +00:00
christos 2c041bfd20 PR/47675: Nick Hudson: top(1) man page missing default number of seconds 2013-03-21 00:27:44 +00:00