Commit Graph

179671 Commits

Author SHA1 Message Date
christos
59a755a40f merge libbind and bump. 2009-04-12 17:07:16 +00:00
joerg
b0c28ab299 Don't nest displays. 2009-04-12 16:58:57 +00:00
joerg
fdd399fcf8 Convert to mdoc markup. With input from wiz. 2009-04-12 16:57:02 +00:00
wiz
28a4f35916 New sentence, new line. 2009-04-12 16:43:05 +00:00
christos
c6497e5b5f libc portion of libbind from external/bsd/libbind 2009-04-12 16:35:44 +00:00
lukem
d5a0caad3b Fix many WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare).
Fix probable bug with numeric printing of anon ports when using sysctl.
2009-04-12 16:08:37 +00:00
christos
a7ff841fa1 add libbind2netbsd script based on bind2netbsd 2009-04-12 15:39:53 +00:00
christos
b5677b3604 from ftp:///ftp.isc.org/isc/libbind import 6.0rc1. 2009-04-12 15:32:58 +00:00
christos
1030ae3f66 more description fixes. 2009-04-12 15:23:22 +00:00
christos
4491c6c7fc reflect new reality. 2009-04-12 15:05:59 +00:00
joerg
c8a90aaacd Fix markup. 2009-04-12 15:03:00 +00:00
tnozaki
4bdba43474 fix PR/41136: \<word search doesn't work in vi
don't reuse RCHAR_T(=wchar_t)'s bits, CSI wchar_t is opaque object.
2009-04-12 14:47:51 +00:00
lukem
2103c225d0 fix -Wcast-qual issues 2009-04-12 14:31:02 +00:00
lukem
a876f3904d fix -Wcast-qual issue 2009-04-12 14:28:30 +00:00
lukem
63c02b1078 fix -Wcast-qual & -Wsign-compare issues 2009-04-12 14:23:30 +00:00
lukem
83f6c8b3a4 fix -Wcast-qual issue 2009-04-12 14:20:19 +00:00
lukem
15f4bd42af fix -Wcast-qual issues 2009-04-12 14:17:25 +00:00
lukem
9e3117efe1 fix sign-compare and cast-qual issues 2009-04-12 14:15:08 +00:00
lukem
004f13177b Fix WARNS=4 issues 2009-04-12 14:01:20 +00:00
lukem
743d88d8c2 fix sign-compare issue 2009-04-12 13:53:48 +00:00
lukem
6533b9aa4b Fix WARNS=4 issues 2009-04-12 13:53:02 +00:00
joerg
0feb17a4b1 Fix markup. 2009-04-12 13:52:20 +00:00
lukem
e91bd42f43 Fix const issues (cast const pointers to "const uint8_t *" instead of "caddr_t") 2009-04-12 13:29:29 +00:00
lukem
a4290d9694 fix sign-compare issue 2009-04-12 13:08:31 +00:00
lukem
fff2866fd3 Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare) 2009-04-12 13:07:21 +00:00
lukem
4f6c9fecb1 fix -Wcast-qual issues 2009-04-12 13:01:55 +00:00
lukem
e72a1356ea fix sign-compare issues 2009-04-12 11:23:12 +00:00
lukem
39a84db38a fix sign-compare issue 2009-04-12 11:19:18 +00:00
lukem
1afaa212d9 Fix WARNS=4 issues (-Wcast-qual -Wsign-compare) 2009-04-12 11:18:21 +00:00
wiz
93e5bd84cc openldap-2.4.16 out. 2009-04-12 11:13:55 +00:00
tsutsui
bd78a7580b Don't immediately switch UTP/AUI ports on lost carrior.
It may take a while for modern switches to set 10baseT media.
2009-04-12 11:10:28 +00:00
lukem
3a944ba17e Fix WARNS=4 issues (-Wshadow -Wcast-qual -Wsign-compare) 2009-04-12 11:09:49 +00:00
lukem
10e84421a8 fix sign-compare issues 2009-04-12 10:51:38 +00:00
lukem
f143270c8d fix sign-compare issues 2009-04-12 10:31:14 +00:00
lukem
cbe072630f fix sign-compare issue 2009-04-12 10:27:08 +00:00
lukem
95ecf43b59 fix sign-compare issues 2009-04-12 10:25:35 +00:00
lukem
3d4efc3511 Fix numerous WARNS=4 issues (-Wcast-qual -Wsign-compare). 2009-04-12 10:18:52 +00:00
apb
a194a42669 If MAKEDEV exits non-zero, but was nevertheless able to create
/dev/console, then have init(8) just print a warning instead of
exiting.
2009-04-12 09:31:32 +00:00
lukem
d8b47884a2 fix -Wshadow issues 2009-04-12 07:07:41 +00:00
lukem
dadffc77c0 Fix sign-compare issues. 2009-04-12 06:36:12 +00:00
lukem
f8d0e3558c Fix WARNS=4 issues (-Wshadow, -Wcast-qual, -Wsign-compare) 2009-04-12 06:18:54 +00:00
christos
a52d4154df apply all our patches and the build glue 2009-04-12 03:46:04 +00:00
lukem
d5c1a211ce Fix WARNS=4 issues (-Wshadow, -Wcast-qual, -Wsign-compare, etc) 2009-04-12 03:35:43 +00:00
lukem
bc44ec3e93 add missing commas in initializer for .d and .h macros,
which appear to have broken the intended behavior of those.
2009-04-12 03:15:35 +00:00
lukem
77e8a794aa ANSI KNF 2009-04-12 03:13:09 +00:00
lukem
ed7ff06efe fix -Wsign-compare issues 2009-04-12 02:53:56 +00:00
lukem
bfbbea0b9b fix -Wsign-compare issue 2009-04-12 02:51:36 +00:00
christos
86ba58fd64 Fix locking as Andy explained. Also fill in uid and gid like sys_pipe did. 2009-04-11 23:05:26 +00:00
wiz
135645196a New sentence, new line. 2009-04-11 22:20:07 +00:00
wiz
55a1b57943 Drop trailing whitespace. 2009-04-11 22:17:52 +00:00