Commit Graph

3383 Commits

Author SHA1 Message Date
christos
46e414e0ff Event2 build gluons 2013-04-11 16:55:51 +00:00
christos
6ecf6635ee import libevent 2.x 2013-04-11 16:43:19 +00:00
christos
5b62b33417 Add build glue 2013-04-11 16:06:47 +00:00
christos
e41eef06c7 import doxygen generated pages for libevent.
mandoc renders them butt-ugly.
2013-04-11 16:05:55 +00:00
christos
5a5f53489c use a more direct approach. 2013-04-09 15:19:45 +00:00
martin
ebfcfb962b Fix "ashq" second argument sign extension (the assembler does not treat
-1 as a 64bit value).
Upstream reported as http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56875
Problemm noted by Jonny Billquist (in lint), hint for solution from mouse.
2013-04-08 12:10:53 +00:00
christos
b8058707a3 Use the active link local layer address instead of the first one you find.
It would be nice if getifaddrs gave all the information needed instead of
needed a separate ioctl. Or at least if the inactive addresses were marked
down in flags?
2013-04-08 02:16:03 +00:00
christos
d5063e771b - the initgroups function needs to be able to do name to gid translations,
so do it before the chroot, otherwise we lose /etc/nsswitch.conf and
  /etc/group
- run res_init() so that we prime and initialize the resolver before the
  chroot, since our chroot lacks /etc/{{nsswitch,resolve}.conf,hosts}
  this is not portable behavior, but it is a lot better than populating
  the chroot with crap.
2013-04-07 19:17:11 +00:00
christos
ad59ad05be add the rest of the man pages. 2013-04-07 00:18:55 +00:00
christos
650fcf2c0e don't produce code that has warnings. 2013-04-06 20:05:40 +00:00
christos
0e9868ba9d merge conflicts 2013-04-06 19:33:07 +00:00
christos
9546e36db8 import tcpdump 4.3.0 2013-04-06 17:57:45 +00:00
christos
2fcf5de83d moved script out 2013-04-06 17:50:33 +00:00
christos
07fc359697 install in /lib per rmind's request 2013-04-06 17:36:40 +00:00
christos
17e55052cd new libpcap 2013-04-06 17:29:12 +00:00
christos
de62228d07 import 1.3.0 2013-04-06 15:57:39 +00:00
joerg
5c58779bec Regen initparse.c with the current byacc with -l. 2013-04-06 15:27:26 +00:00
joerg
31db473bdd Don't use __printflike during tool build. 2013-04-06 15:27:05 +00:00
joerg
74a4a33c84 Only define M4 if it wasn't set on the command line. 2013-04-06 15:25:51 +00:00
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
1af2431ab1 build glue 2013-03-30 02:47:56 +00:00
christos
fa45436570 athn firmware from OpenBSD 2013-03-30 02:47:30 +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
10f770acff delete the assert as we'll never get there anyway. 2013-03-27 19:23:28 +00:00
christos
6046c6b246 Don't abort with an assertion when a directory cannot be found in a
repository. This could happen when someone copies from one directory
to another CVS files or when things get corrupted. Provide an explanatory
error message instead.
2013-03-27 18:15:13 +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