Commit Graph

227417 Commits

Author SHA1 Message Date
christos
5d61e6c015 Introduce 2 new variables: ipsec_enabled and ipsec_used.
Ipsec enabled is controlled by sysctl and determines if is allowed.
ipsec_used is set automatically based on ipsec being enabled, and
rules existing.
2014-05-30 01:39:03 +00:00
christos
14e2adbfce mention new ipsec sysctls. 2014-05-30 01:34:32 +00:00
rmind
d49a7f6aed Make IGMP and multicast group management code MP-safe. Use a read-write
lock to protect the hash table of multicast address records; also, make it
private and eliminate some macros.  In the long term, the lookup path ought
to be optimised.
2014-05-29 23:02:48 +00:00
riastradh
78c2b3ab22 Work around broken GTT size detection in agp_i810 code.
This will do until I work out the twisty maze of registers, all
different, to reliably determine the size of the GTT (and hence the
GPU's virtual address space) separately from the size of the AGP
aperture.
2014-05-29 22:05:24 +00:00
rmind
83eb28cbe4 hashinit: replace loop with a formula. 2014-05-29 21:15:55 +00:00
plunky
c5016a8380 \%s is not an escape sequence, and we want %s 2014-05-29 19:08:30 +00:00
skrll
f73bb013ae Remove unused files. 2014-05-29 16:28:26 +00:00
skrll
bca753667d Don't grab libstdc++-v3/config.h it's not used. 2014-05-29 16:27:50 +00:00
christos
1244ef9a11 enable IPSEC 2014-05-29 14:48:40 +00:00
skrll
4f6a923c1a Comment out nfrac as it's unused. 2014-05-29 14:41:26 +00:00
christos
f75f663858 Don't try to listen on UDP sockets. 2014-05-29 12:35:45 +00:00
njoly
c45e6d878d Regen for utimes(2). 2014-05-29 10:47:23 +00:00
njoly
f0bcde4b65 Add utimes(2) support. 2014-05-29 10:47:00 +00:00
njoly
c2f72e5f92 Regen for utimes(2). 2014-05-29 10:42:23 +00:00
njoly
6ef574d8cc Ajust for compat linux utimes(2) change. 2014-05-29 10:41:48 +00:00
njoly
507b03fc31 Regen for utimes(2) change. 2014-05-29 10:36:31 +00:00
njoly
769728743d For utimes(2), use compat_50_sys_utimes() instead of local version. 2014-05-29 10:35:26 +00:00
skrll
abc668666d Remove unused variable. 2014-05-29 10:11:41 +00:00
wiz
910ba5f05b Bump date for previous. 2014-05-29 08:13:17 +00:00
mrg
ebf7669ed7 implement "no ident". 2014-05-29 07:47:45 +00:00
mrg
955b6c1f27 commonize the netbsd local version string. (the native one wasn't
updated, and now that won't be a problem again.)
2014-05-29 07:40:37 +00:00
wiz
f4ad9addd2 Add missing braces. From Henning Petersen in PR 48846. 2014-05-29 07:08:10 +00:00
mrg
1b1872cba4 make LINK_EH_SPEC match other usage. fixes powerpc build. 2014-05-29 07:05:10 +00:00
abs
d1dc2ff061 Add a hack entry for lib/libcurses/Makefile workaround for lib/48827 2014-05-28 21:51:18 +00:00
justin
129ca10eeb Add missing __diagused in rump code 2014-05-28 20:57:22 +00:00
christos
d235317f37 CID 12164{49,51}: Remove bogus ifp == NULL checks; if ifp was really NULL,
we would have been dead a few lines before the tests.
2014-05-28 19:19:33 +00:00
christos
012ef73493 tzcode 2014d 2014-05-28 19:14:17 +00:00
christos
032a656e95 welcome to 2014d; zic big bang fixes:
some programs did not handle large negative time_t values well (gnome)
2014-05-28 19:13:27 +00:00
mrg
04408297e6 move the -std=gnu++0x code from Makefile to Makefile.common.
fixes the remaining 2/3 link issues.
2014-05-28 17:09:18 +00:00
mrg
271c711fb0 add -pthread to compiler/linker flags. fixes 1/3 of the link issues. 2014-05-28 16:41:06 +00:00
riastradh
5cce18873b Explain the fields of struct intel_gtt for future reference. 2014-05-28 16:13:02 +00:00
riastradh
ce73ba5c6f Cosmetic changes require testing too...oops. 2014-05-28 16:07:58 +00:00
apb
c493834a1a tzcode2014d/tzdata2014d has been released.
There's no need to updata tzdata this time, because it's identical
to the previous version.
2014-05-28 16:05:04 +00:00
riastradh
db1909e63d Fix bogus GTT total size calculation. Omit gtt_bsh for `agp' gtt. 2014-05-28 15:44:02 +00:00
riastradh
863cbb4650 Cosmetics: long lines, needless variables, PCI parameter verbiage. 2014-05-28 15:34:32 +00:00
christos
6df7376e9e CID 976378: Avoid incorrect computation with ngrps == 0 2014-05-28 14:55:16 +00:00
christos
721439951a CID 975117: check listen(2) return . 2014-05-28 14:49:28 +00:00
christos
bf67527d19 CID 97511{4,5}: Ignore bindresvport return. It only works for root. 2014-05-28 14:45:57 +00:00
christos
226875968c CID 975113: Ignore __rpc_setnodelay error, it is not fatal 2014-05-28 14:45:19 +00:00
christos
e05a011b8f CID 975112: Ignore bindresvport() return. This is can only succeed for root 2014-05-28 14:41:47 +00:00
christos
b33a0c98e1 CID 975111: Ignore return value from initgroups(). If we failed, then
the failure would be that we could not open the .rhosts file so we fail
closed.
2014-05-28 14:39:02 +00:00
christos
2ef91ead3c CID 272959: NULL deref 2014-05-28 14:36:41 +00:00
msaitoh
34b13a767e Regen. 2014-05-28 13:59:38 +00:00
msaitoh
a558b900d2 - Add some Intel devices (Sandy Bridge, 6702PXH, X38 and Pineview)
- Add ITE IT8213
2014-05-28 13:59:06 +00:00
skrll
c9b732994b Remove unused file. 2014-05-28 12:06:24 +00:00
tron
e90a718885 OpenLDAP 2.4.39 was imported. 2014-05-28 11:35:50 +00:00
tron
2cbd21c61e Update for OpenLDAP 2.4.39. 2014-05-28 11:32:50 +00:00
tron
590e1f0cee Update for building OpenLDAP 2.4.39. 2014-05-28 11:32:19 +00:00
martin
41671a8417 Enable swap during sysinst as early as possible 2014-05-28 11:16:03 +00:00
tron
4f4766a6be Re-generate after import of OpenLDAP 2.4.39. 2014-05-28 11:09:18 +00:00