jeff
c600dcc049
- Changes to vgone() and related teardown code have meant that the vxthread
...
pointer is no longer needed.
2005-04-27 09:18:10 +00:00
jeff
a80bbe799e
- Stop setting vxthread, we've asserted that it was useless for several
...
weeks now.
2005-04-27 09:17:33 +00:00
jeff
18cd3a36d3
- Stop checking vxthread, we've asserted that it was useless for several
...
weeks.
2005-04-27 09:17:11 +00:00
jeff
5ae67dae9a
- Fix several locking problems in unionfs_mount so that it will come
...
closer to passing DEBUG_VFS_LOCKS.
2005-04-27 09:07:13 +00:00
jeff
b6552bddeb
- Pass the ISOPEN flag down to our lower filesystems.
...
- Remove an erroneous VOP lock assert.
2005-04-27 09:06:06 +00:00
jeff
f869be5c72
- Pass the ISOPEN flag to namei so filesystems will know we're about to
...
open them or otherwise access the data.
2005-04-27 09:05:19 +00:00
jeff
a6baba06d1
- Add an ISOPEN flag that filesystems can use to determine if a namei()
...
caller will be interested in the actual data contents of a vnode after
a successful lookup. This intended to help deal with lifetime issues
for device cloning and to alert autofs when filesystems need to be
mounted.
2005-04-27 09:00:47 +00:00
darrenr
e2c005ba3b
The current H.323 proxy source has a license that isn't suitable for inclusion
...
with FreeBSD so we shouldn't be trying to include it here.
2005-04-27 05:53:12 +00:00
jkoshy
3e97da1a3d
Forced commit to note the move from "src/sys/hwpmc" to "src/sys/dev/hwpmc".
2005-04-27 05:51:13 +00:00
darrenr
ff47a7263b
- Comment out duplicate rcsid strings in *.c files
...
- Move SIOCPROXY from ip_nat.h to ip_proxy.h and fix ip_proxy.h so that it
can be easily compiled into kdump, et al.
2005-04-27 03:48:10 +00:00
davidxu
094168eea8
Remove COMPAT_32BIT, it is no longer needed.
2005-04-27 01:29:03 +00:00
peter
e4fe1baaf9
Provide stub functions for i386_set_ldt() and i386_get_ldt() even when
...
compiling as an amd64 support binary. They will return EINVAL on an amd64
kernel, but this simplifies other #ifdefs that were getting a bit nasty.
2005-04-26 20:51:15 +00:00
des
de2d951ab7
While I'm here, list the new kenv (boot.netif.name) along with the others.
2005-04-26 20:47:59 +00:00
peter
6e045e2291
No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even when
...
building for amd64.
2005-04-26 20:46:11 +00:00
des
37881dde0f
When netbooting, as soon as we've figured out which interface we booted
...
from, store its name in a kenv variable.
2005-04-26 20:45:29 +00:00
peter
408a98eda0
Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, now
...
that the amd64 kernel implements i386_get/set_gsbase(). All the rest of
the ldt backwards compat code should go away soon.
2005-04-26 20:41:48 +00:00
peter
55bba67087
Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernel
...
implements i386_set_gsbase(), so there is no need for the variation.
2005-04-26 20:38:44 +00:00
brooks
3f77e18f9b
Fix a the previous commit. I wanted to remove the if and always run the
...
body not remove both.
Reported by: ceri
Pointy hat: brooks
2005-04-26 20:22:31 +00:00
brooks
347035a2c9
Don't force IPv6 proto to be printed numericaly.
...
Noticed by: ceri
2005-04-26 20:00:07 +00:00
brooks
4d3f396bf6
Introduce a struct icmphdr which contains the type, code, and cksum
...
fields of an ICMP packet.
Use this to allow ipfw to pullup only these values since it does not use
the rest of the packet and it was failed on ICMP packets because they
were not long enough.
struct icmp should probably be modified to use these at some point, but
that will break a fair bit of code so it can wait for another day.
On the off chance that adding this struct breaks something in ports,
bump __FreeBSD_version.
Reported by: Randy Bush <randy at psg dot com>
Tested by: Randy Bush <randy at psg dot com>
2005-04-26 18:10:21 +00:00
ume
6d6f9267f1
our get{proto,serv}by*() use a thread-specific data space.
2005-04-26 18:04:09 +00:00
darrenr
fe63b8eb76
Add an include for netinet/ip_compat.h directly so that we don't need to
...
add another special file in the creation of ioctls.c for kdump.
2005-04-26 17:58:05 +00:00
jhb
0401365a6b
Drop the CURPROC, curkse, and curksegrp aliases as they aren't used
...
anywhere.
2005-04-26 17:07:40 +00:00
harti
a0758285d4
Enable tcp-wrapper support in the SNMP daemon.
...
Submitted by: glebius
2005-04-26 16:49:15 +00:00
harti
67c06b6a3b
This commit was generated by cvs2svn to compensate for changes in r145557,
...
which included commits to RCS files with non-trunk default branches.
2005-04-26 16:43:22 +00:00
harti
f3155bccfa
Virgin import of bsnmp 1.9
2005-04-26 16:43:22 +00:00
obrien
a757638684
I missed a s/nv/nve/.
...
Submitted by: Tai-hwa Liang <avatar@mmlab.cse.yzu.edu.tw>
2005-04-26 16:07:50 +00:00
darrenr
56966568e9
Not looking for ipfilter source files in the right place
2005-04-26 15:35:50 +00:00
darrenr
c7e59108a8
Fix include directives that were missing the netinet include directory, where
...
the ipl.h file is found. Also add back in ip_fil.c, which somehow went missing
in action.
2005-04-26 15:18:45 +00:00
mux
a985d1fd69
Use __func__ throughout devstat.c instead of defining a func_name
...
variable in each function.
2005-04-26 15:02:01 +00:00
ume
0d480fe6c9
add IPv6 awareness for NIS query of gethostby*().
...
Inspired by: NetBSD
2005-04-26 14:55:47 +00:00
mux
f213c67ee0
Make this compile with GCC4 by fixing a signedness issue.
...
Reviewed by: md5(1)
2005-04-26 14:51:09 +00:00
darrenr
6941302010
Fix problems with building libipf:
...
ipf_dontuning.c - change the include to look in netinet for ipl.h
ipft_tx.c - make the private use of arrays with tcp flags info in them more
not use names that can be "confusing"
2005-04-26 14:27:12 +00:00
mux
97a7651af8
Make this compile with GCC4 by fixing a few signedness related warnings.
...
Reviewed by: md5(1)
2005-04-26 14:25:11 +00:00
scottl
5e7fbbbdc2
Remove an extra mutex unlock in the morpheus interrupt handler.
...
PR: 80246
Submitted by: Dean Strik
MFC After: 3 days
2005-04-26 13:38:29 +00:00
rwatson
d465b82a7c
Add 'curcpu', a shortcut to the current CPU ID, similar to curthread,
...
curproc, et al. Useful for indexing into per-CPU data structures.
MFC after: 2 weeks
2005-04-26 13:15:49 +00:00
pjd
5745532ed1
Fix stripe size in example.
...
Found by: kris
MFC after: 3 days
2005-04-26 09:23:21 +00:00
sos
ab882dca1f
Fix a bug introduced in r1.89 thats caused leak of requests, and possibly
...
bogus data to be written.
2005-04-26 06:42:33 +00:00
scottl
8392ca289b
Conditionalize the ipfilter header files on NO_IPFILTER. While normally these
...
should be harmless, the kdump(1) build does evil things with collecting
system header files, and thus would unconditionally collect and process these.
MFC After: 3 days
2005-04-26 02:01:39 +00:00
wpaul
9c27269632
Remove the extra EEPROM reload step I added before. vge_reset()
...
already does this anyway.
2005-04-25 23:26:20 +00:00
scottl
72524cc1b2
Apply a torniquet to the problem of the drive unexpectedly disconnecting
...
during a data phase. Before, we would try to recover the autosense, but
the DMA engine would still be active with interrupted transfer, and we'd
quickly spiral out of control and cause massive data corruption. For now,
just reset the chip and cancel everything. The better solution is to
cancel the DMA operation, but there is no clear way to do that right now.
The data corruption problem is severe enough to warrant this fix in the
interim. Thanks to Kris Kenneway to sacrificing countless filesystems to
this bug.
MFC After: 3 days
2005-04-25 22:11:43 +00:00
scottl
2bfa5b0850
Remove the ACPI_MAX_THREADS option.
2005-04-25 19:59:09 +00:00
kris
69fffa3c93
Add the vm.exec_map_entries tunable and read-only sysctl, which controls
...
the number of entries in exec_map (maximum number of simultaneous execs
that can be handled by the kernel). The default value of 16 is
insufficient on heavily loaded machines (particularly SMP machines), and
if it is exceeded then executing further processes will generate a SIGABRT.
This is a workaround until a better solution can be implemented.
Reviewed by: alc
MFC after: 3 days
2005-04-25 19:22:05 +00:00
darrenr
671e5d7cb6
this file does not belong in a freebsd distribution
2005-04-25 19:15:19 +00:00
darrenr
5af396fa8e
all the ipfilter tools are now built from sbin/Makefile, so remove them from
...
this Makefile.
2005-04-25 19:04:12 +00:00
darrenr
dd36a887d6
Remove directories no longer used for building ipfilter tools
2005-04-25 19:02:05 +00:00
darrenr
8d4b1e38ea
remove old directories used to build ipfilter tools
2005-04-25 18:59:29 +00:00
darrenr
1cd27551f9
There's only one ipfilter directory now
2005-04-25 18:56:42 +00:00
darrenr
0010fa7c21
create a new build heirarchy for ipfilter tools
2005-04-25 18:55:52 +00:00
darrenr
b4b1fd25b4
new files and compile defines to build new ipfilter
2005-04-25 18:46:00 +00:00