Commit Graph

240368 Commits

Author SHA1 Message Date
christos c086c4c244 Fix libproc and librtld_db from Rin Okuyama 2016-01-23 15:01:30 +00:00
riastradh fa50b451d4 Those were local changes not meant to be part of the revert. SORRY! 2016-01-23 14:48:55 +00:00
christos a687207309 Explain what REDIRECT is for. 2016-01-23 14:24:43 +00:00
christos 04ca34195a expose less to userland. 2016-01-23 14:03:48 +00:00
christos e28df70b14 make this compile again 2016-01-23 14:03:04 +00:00
christos ffb42684fe don't use kernel types. 2016-01-23 14:02:21 +00:00
dholland 2a52e0ce6c MAXNAMLEN, not MAXNAMELEN. From Giuseppe Gatta on netbsd-docs. 2016-01-23 08:17:18 +00:00
wiz 48a57620e7 unsigned -> unsigned int 2016-01-23 07:21:18 +00:00
christos e8da065e3b cleanup pkgsrc junk 2016-01-23 03:11:14 +00:00
christos e1c6072fc4 fix compilation 2016-01-23 02:58:13 +00:00
dholland b030061971 Needs sys/select.h for fd_set; fails only when _POSIX_SOURCE is defined,
because then something else doesn't include it. (I guess.)
2016-01-23 02:36:57 +00:00
dholland 89050ca13e unsigned -> unsigned int in previous change to accomodate C++ boneheadedness. 2016-01-23 02:34:09 +00:00
dholland 7944f94c11 u_int -> unsigned int, in some of the output.
In the bulk of the output making this change would require reworking a
bunch of the internals to allow spaces in type names, which at the
moment doesn't seem worthwhile.
2016-01-23 02:33:09 +00:00
christos 808f096b09 we don't want sys/mbuf.h 2016-01-23 01:57:56 +00:00
dholland 398f572480 Apparently a recent round of vandalism by the C++ standards committee
includes disallowing the standard and historic type name "unsigned". Add
a gratuitous "int" to recent changes.

C++ is really a blight on the world.
2016-01-23 01:26:14 +00:00
dholland cd48b72d19 Use correct include guard. 2016-01-23 01:15:23 +00:00
dholland 29f79e71d2 u_int -> unsigned, u_long -> unsigned long, etc. 2016-01-23 01:05:30 +00:00
dholland 65f8003146 Update synopses to match u_int/u_long/etc. changes. Do not bump date as
it's not a substantive change.
2016-01-23 00:43:42 +00:00
christos 21f7378202 add proftpd diffs. 2016-01-23 00:05:54 +00:00
christos 1c3e5c3032 add more points. 2016-01-23 00:05:38 +00:00
christos 1d2e8f9944 add more blacklist rejection points. 2016-01-23 00:03:30 +00:00
dholland e7633a3426 Needs sys/cdefs.h for __BEGIN_DECLS. Also add time.h to get time_t,
rather than doing the machine/ansi.h #ifdef dance, as it doesn't matter
much what symbols utmp.h exposes. This could be tightened later when we
manage to do enough include cleanup to make such dances less expensive
to maintain.
2016-01-22 23:59:44 +00:00
dholland fd9823afae Uses __BEGIN_DECLS so needs sys/cdefs.h; also needs stdint.h.
And, while here, add missing include guard.
2016-01-22 23:51:23 +00:00
dholland 5cbf7016e9 u_int -> unsigned 2016-01-22 23:47:04 +00:00
dholland 880b20a6e2 Uses __BEGIN_DECLS and needs sys/cdefs.h. 2016-01-22 23:46:07 +00:00
dholland 908a91f5db Requires sys/time.h for struct timespec. 2016-01-22 23:44:33 +00:00
dholland e5967fe43a u_{long,short,char} -> unsigned {long,short,char}
XXX: the structure in here incurs unwanted padding on LP64 platforms.
2016-01-22 23:42:14 +00:00
dholland 8ddfcbd441 Needs struct timespec. 2016-01-22 23:38:45 +00:00
dholland f3c1f30e86 u_int -> unsigned 2016-01-22 23:33:42 +00:00
dholland cd65e981e6 Uses __GNUC_PREREQ__, needs sys/cdefs.h. 2016-01-22 23:31:30 +00:00
dholland a1718dc5ac Uses BEGIN_DECLS, needs sys/cdefs.h. 2016-01-22 23:30:27 +00:00
riastradh e588d95c25 Back out previous change to introduce struct encapsw.
This change was intended, but Nakahara-san had already made a better
one locally!  So I'll let him commit that one, and I'll try not to
step on anyone's toes again.
2016-01-22 23:27:12 +00:00
dholland e9e4a6c4b0 Uses FILE *, needs stdio.h. 2016-01-22 23:25:51 +00:00
dholland b43a55ad4d Uses BEGIN_DECLS and needs sys/cdefs.h. 2016-01-22 23:23:13 +00:00
dholland e94e0027be Include <rpc/rpc.h> so XDR is defined. 2016-01-22 23:22:56 +00:00
dholland ff993d476d Needs sys/types.h for mode_t, off_t, ssize_t, and others. 2016-01-22 23:15:58 +00:00
dholland d151926dfa Needs stdint.h. 2016-01-22 23:15:42 +00:00
dholland 8724a4945a Erm, fix previous.
(also, as this protocol is externally defined it probably should use its
own constant and not either of these system-defined hostname lengths...)
2016-01-22 23:13:20 +00:00
dholland a8c9c98e22 These all need stdint.h.
Also, dumprestore.h needs ufs/ufs/dinode.h; in talkd.h use unsigned
char instead of u_char; and in timed.h include limits.h and use
_POSIX_HOST_NAME_MAX instead of MAXHOSTNAMELEN as the latter would
require sys/param.h.
2016-01-22 23:11:50 +00:00
dholland 4bace1433b u_int{16,32,64}_t -> uint{16,32,64}_t, for the benefit of userland. 2016-01-22 23:06:10 +00:00
dholland c83d65245f Needs prop_array.h to compile. 2016-01-22 23:03:46 +00:00
dholland 25ebd28338 u_int{8,16,32}_t -> uint{8,16,32}_t, also u_int -> unsigned and
u_char -> unsigned char.
2016-01-22 22:53:36 +00:00
dholland cbeb02479d u_int8_t -> uint8_t 2016-01-22 22:48:18 +00:00
dholland becc33e887 Needs sys/time.h for struct timespec. 2016-01-22 22:43:25 +00:00
dholland f4816d95e4 Needs stdint.h. 2016-01-22 22:39:29 +00:00
dholland 99c0175780 Needs sys/time.h for struct timespec. 2016-01-22 22:35:27 +00:00
christos b5559a7d96 turned mapped v4 addresses to real v4 addresses so that they work. 2016-01-22 22:31:11 +00:00
dholland 33adcbb57f Needs stddef.h for size_t. 2016-01-22 22:27:01 +00:00
dholland 433257163a Has __BEGIN_DECLS, needs sys/types.h. 2016-01-22 22:26:45 +00:00
dholland f6f5ee7dea Needs sys/cdefs.h for __BEGIN_DECLS and sys/types.h for mode_t. 2016-01-22 22:25:50 +00:00