Commit Graph

227437 Commits

Author SHA1 Message Date
hannken
ff361c30ec Change NFS from rbtree to vcache. 2014-05-30 08:47:45 +00:00
hannken
fb88097aee vfs_vnode_iterator_next(): if a vnode is reclaiming (VI_XLOCK) skip
the filter.  Vget() will wait until the vnode disappeared.  No more
"dangling vnode" panics on unmount.
2014-05-30 08:46:00 +00:00
hannken
de57916f59 msdosfs_reclaim(): add missing fstrans and protect change
of v_data with v_interlock as msdosfs_sync() now needs it.
2014-05-30 08:42:35 +00:00
hannken
7bd94e9e7c Testing "v_usecount == 1" for exclusive reference will not always
work -- remove and test only readonly.
2014-05-30 08:40:09 +00:00
uebayasi
ba7dc1f3c8 Convert mtree spec path characters with sed(1) to avoid tool'ifying vis(1). 2014-05-30 08:37:35 +00:00
msaitoh
42c09e06f3 Add 5.1.4, 5.2.2. 6.0.4 and 6.1.3. 2014-05-30 08:36:28 +00:00
msaitoh
267febe644 Sync with FreeBSD:
- Add DragonFly 3.6.0 and 3.6.1
- Add FreeBSD 9.2 and 10.0
- Add Mac OS X 10.9
- Add OpenBSD 5.4
- Change the master's URL.
Add some releases:
- Add NetBSD 5.1.4 and 5.2.2
- Add OpenBSD 5.5
2014-05-30 07:26:06 +00:00
msaitoh
2851377ab9 Add 6.0.[45] and 6.1.[34] 2014-05-30 05:37:04 +00:00
msaitoh
58836705c1 - Remove some obsoleted comments.
- KNF.
2014-05-30 05:04:21 +00:00
msaitoh
486f844f78 - Add PCI-X capability stuff.
- remove extra ':' in pci_conf_print_pcie_cap()
- Add comments.
2014-05-30 03:42:38 +00:00
msaitoh
b95787afbc Regen. 2014-05-30 03:02:32 +00:00
msaitoh
ba3c4cc670 Add Intel 3200 Host and PCIe. 2014-05-30 03:01:58 +00:00
joerg
79c2ddee71 Kill __P. Use static. 2014-05-30 02:31:40 +00:00
joerg
4c68dd0971 Remove !NetBSD code. 2014-05-30 02:28:07 +00:00
rmind
c173b112be tcp_signature_getsav: handle !ipsec_used case and fix the build (hi christos!). 2014-05-30 02:27:29 +00:00
rmind
8e2c3f0d1c Use __CTASSERT() in the header. 2014-05-30 02:17:01 +00:00
rmind
fa1e674c1d Include cdefs.h earlier for NetBSD. 2014-05-30 02:16:17 +00:00
joerg
e553fe2cbd No need for libkvm here. 2014-05-30 02:16:10 +00:00
rmind
2286cc983b netstat(1) and ifmcstat(8): ifnet was renamed to ifnet_list, PR/48850. 2014-05-30 01:44:21 +00:00
christos
2e958a7003 Explain ipsec.enabled better. 2014-05-30 01:43:20 +00:00
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