Hajimu UMEMOTO
b190ee6140
our get{proto,serv}by*() use a thread-specific data space.
2005-04-26 18:04:09 +00:00
Darren Reed
c81e55a2df
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
John Baldwin
0e56f395c0
Drop the CURPROC, curkse, and curksegrp aliases as they aren't used
...
anywhere.
2005-04-26 17:07:40 +00:00
Hartmut Brandt
8bacf1a614
Enable tcp-wrapper support in the SNMP daemon.
...
Submitted by: glebius
2005-04-26 16:49:15 +00:00
Hartmut Brandt
646c481fe6
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
Hartmut Brandt
d7eb6b4714
Virgin import of bsnmp 1.9
2005-04-26 16:43:22 +00:00
David E. O'Brien
34eea30cf1
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
Darren Reed
ab99011993
Not looking for ipfilter source files in the right place
2005-04-26 15:35:50 +00:00
Darren Reed
dfb07485de
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
Maxime Henrion
7d72cda3d3
Use __func__ throughout devstat.c instead of defining a func_name
...
variable in each function.
2005-04-26 15:02:01 +00:00
Hajimu UMEMOTO
72572cc6ea
add IPv6 awareness for NIS query of gethostby*().
...
Inspired by: NetBSD
2005-04-26 14:55:47 +00:00
Maxime Henrion
140490e266
Make this compile with GCC4 by fixing a signedness issue.
...
Reviewed by: md5(1)
2005-04-26 14:51:09 +00:00
Darren Reed
eaa8e3e8c5
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
Maxime Henrion
b92367948a
Make this compile with GCC4 by fixing a few signedness related warnings.
...
Reviewed by: md5(1)
2005-04-26 14:25:11 +00:00
Scott Long
4ef63bad69
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
Robert Watson
7849b49a60
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
Pawel Jakub Dawidek
0080ee9897
Fix stripe size in example.
...
Found by: kris
MFC after: 3 days
2005-04-26 09:23:21 +00:00
Søren Schmidt
f1be1cdc88
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
Scott Long
f98a656c0a
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
Bill Paul
627e5814bc
Remove the extra EEPROM reload step I added before. vge_reset()
...
already does this anyway.
2005-04-25 23:26:20 +00:00
Scott Long
20fc2576fe
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
Scott Long
379ad24369
Remove the ACPI_MAX_THREADS option.
2005-04-25 19:59:09 +00:00
Kris Kennaway
f5fca0d8be
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
Darren Reed
0eb958a2b7
this file does not belong in a freebsd distribution
2005-04-25 19:15:19 +00:00
Darren Reed
a86973062f
all the ipfilter tools are now built from sbin/Makefile, so remove them from
...
this Makefile.
2005-04-25 19:04:12 +00:00
Darren Reed
724da9a6cc
Remove directories no longer used for building ipfilter tools
2005-04-25 19:02:05 +00:00
Darren Reed
9eee1413e7
remove old directories used to build ipfilter tools
2005-04-25 18:59:29 +00:00
Darren Reed
dfce72524f
There's only one ipfilter directory now
2005-04-25 18:56:42 +00:00
Darren Reed
f81bd860b1
create a new build heirarchy for ipfilter tools
2005-04-25 18:55:52 +00:00
Darren Reed
1033f3c55b
new files and compile defines to build new ipfilter
2005-04-25 18:46:00 +00:00
Darren Reed
6eab6ed50f
Merge the changes from 3.4.35 to 4.1.8 into the kernel source tree
2005-04-25 18:43:14 +00:00
Bill Paul
42559cd2af
Correct the if_link_state_change() logic: when the link went down,
...
if_link_state_change() reported link up, and when the link went up,
if_link_state_change() reported link down. These should be swapped.
2005-04-25 18:37:27 +00:00
Bill Paul
bb74e5f6f9
Reading the EEPROM to learn the station address doesn't seem to work
...
on boards with VIA gigE controllers that are embedded in VIA chipsets.
Presumably, they don't have an external EEPROM and store the MAC
address somewhere else. To get around this, force an autoload and
read the station address from the RX filter registers instead.
This has been tested to work on both embedded and standalone
controllers.
2005-04-25 18:29:42 +00:00
Darren Reed
750e88322f
* Someone imported a lot of files with the wrong CVS tag, so lots of files need
...
that fixed in them....
* Keep unnecessary files out of the non-vendor part of this CVS repository.
2005-04-25 18:20:15 +00:00
Darren Reed
d607092b37
This commit was generated by cvs2svn to compensate for changes in r145516,
...
which included commits to RCS files with non-trunk default branches.
2005-04-25 18:15:41 +00:00
Darren Reed
8158c4468d
import ipfilter 4.1.8 into the kernel source tree
2005-04-25 18:15:41 +00:00
Ruslan Ermilov
e2bc0fb2ea
Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEED
...
at compile time.
2005-04-25 17:41:35 +00:00
Darren Reed
83b71dcb90
This commit was generated by cvs2svn to compensate for changes in r145513,
...
which included commits to RCS files with non-trunk default branches.
2005-04-25 17:40:37 +00:00
Hajimu UMEMOTO
a72b0131c9
ensure parsing numeric address before any host query.
...
Inspired by: NetBSD
2005-04-25 17:36:28 +00:00
Darren Reed
3c911a00da
This commit was generated by cvs2svn to compensate for changes in r145510,
...
which included commits to RCS files with non-trunk default branches.
2005-04-25 17:31:50 +00:00
Darren Reed
144279dcb8
import ipfilter 4.1.8 into the vendor branch
2005-04-25 17:31:50 +00:00
Bruce A. Mah
e7b13da6f5
New release note: SA-05:05.cvs.
...
MFCs noted: restore(8) of FreeBSD 1 images, syslog(8) expanded
hostname specifications.
2005-04-25 15:32:58 +00:00
Hajimu UMEMOTO
4801b1f131
remove unused variable.
2005-04-25 14:52:13 +00:00
Denis Peplin
3f9fb3fce5
Merge the following from the English version:
...
1.5 -> 1.7 hardware/common/artheader.sgml
1.276 -> 1.278 hardware/common/dev.sgml
Update also Russian override of dev-auto.sgml
Obtained from: The FreeBSD Russian Documentation Project
2005-04-25 12:22:25 +00:00
Pawel Jakub Dawidek
3865ca2e13
Fix provider's size check for 'insert' command.
...
Before this fix one was able to insert one sector too small provider.
MFC after: 3 days
2005-04-25 10:41:26 +00:00
Bjoern A. Zeeb
261a19c1ee
Deal with failed malloc calls[1].
...
While there also check for failed device_add_child calls.
Found by: Coventry Analysis tool[1].
Submitted by: sam[1]
Approved by: pjd (mentor)
MFC after: 1 week
2005-04-25 10:18:24 +00:00
Max Laier
1b301a7fa5
Typeo.
...
Submitted by: Emil Mikulic
2005-04-25 10:14:26 +00:00
Søren Schmidt
ecd6c15d6a
Cosmetics
2005-04-25 07:57:04 +00:00
Søren Schmidt
6257850052
Only try to allocate and use the SATA resource if they are enabled
...
by the BIOS. It seems some BIOS's doesn't get this right, and that would
result in ATA panic'ing.
2005-04-25 07:50:51 +00:00
Poul-Henning Kamp
e4ee89af6f
Retire the musycc E1/T1 driver
2005-04-25 07:08:42 +00:00