aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* While I'm here, list the new kenv (boot.netif.name) along with the others.Dag-Erling Smørgrav2005-04-261-0/+1
* No longer use _amd64_set_gsbase(). Use i386_set_gsbase() even whenPeter Wemm2005-04-266-166/+2
* When netbooting, as soon as we've figured out which interface we bootedDag-Erling Smørgrav2005-04-262-0/+3
* Remove the special _amd64_set_gsbase() code for #ifdef COMPAT_32BIT, nowPeter Wemm2005-04-264-20/+0
* Stop calling _amd64_set_gsbase() for COMPAT_32BIT. The amd64 kernelPeter Wemm2005-04-261-9/+2
* Fix a the previous commit. I wanted to remove the if and always run theBrooks Davis2005-04-261-0/+1
* Don't force IPv6 proto to be printed numericaly.Brooks Davis2005-04-261-2/+0
* Introduce a struct icmphdr which contains the type, code, and cksumBrooks Davis2005-04-263-10/+17
* our get{proto,serv}by*() use a thread-specific data space.Hajimu UMEMOTO2005-04-262-2/+2
* Add an include for netinet/ip_compat.h directly so that we don't need toDarren Reed2005-04-261-0/+2
* Drop the CURPROC, curkse, and curksegrp aliases as they aren't usedJohn Baldwin2005-04-261-3/+0
* Enable tcp-wrapper support in the SNMP daemon.Hartmut Brandt2005-04-261-1/+2
* This commit was generated by cvs2svn to compensate for changes in r145557,Hartmut Brandt2005-04-2610-5/+3127
|\
| * Virgin import of bsnmp 1.9Hartmut Brandt2005-04-2610-5/+3127
* | I missed a s/nv/nve/.David E. O'Brien2005-04-261-1/+1
* | Not looking for ipfilter source files in the right placeDarren Reed2005-04-261-1/+1
* | Fix include directives that were missing the netinet include directory, whereDarren Reed2005-04-265-4/+971
* | Use __func__ throughout devstat.c instead of defining a func_nameMaxime Henrion2005-04-261-31/+21
* | add IPv6 awareness for NIS query of gethostby*().Hajimu UMEMOTO2005-04-262-25/+56
* | Make this compile with GCC4 by fixing a signedness issue.Maxime Henrion2005-04-261-1/+1
* | Fix problems with building libipf:Darren Reed2005-04-262-7/+5
* | Make this compile with GCC4 by fixing a few signedness related warnings.Maxime Henrion2005-04-263-6/+7
* | Remove an extra mutex unlock in the morpheus interrupt handler.Scott Long2005-04-261-1/+4
* | Add 'curcpu', a shortcut to the current CPU ID, similar to curthread,Robert Watson2005-04-261-0/+1
* | Fix stripe size in example.Pawel Jakub Dawidek2005-04-261-1/+1
* | Fix a bug introduced in r1.89 thats caused leak of requests, and possiblySøren Schmidt2005-04-261-1/+1
* | Conditionalize the ipfilter header files on NO_IPFILTER. While normally theseScott Long2005-04-261-0/+4
* | Remove the extra EEPROM reload step I added before. vge_reset()Bill Paul2005-04-251-2/+0
* | Apply a torniquet to the problem of the drive unexpectedly disconnectingScott Long2005-04-251-1/+9
* | Remove the ACPI_MAX_THREADS option.Scott Long2005-04-251-3/+0
* | Add the vm.exec_map_entries tunable and read-only sysctl, which controlsKris Kennaway2005-04-251-1/+7
* | this file does not belong in a freebsd distributionDarren Reed2005-04-251-2131/+0
* | all the ipfilter tools are now built from sbin/Makefile, so remove them fromDarren Reed2005-04-251-11/+0
* | Remove directories no longer used for building ipfilter toolsDarren Reed2005-04-254-75/+0
* | remove old directories used to build ipfilter toolsDarren Reed2005-04-254-69/+0
* | There's only one ipfilter directory nowDarren Reed2005-04-251-8/+0
* | create a new build heirarchy for ipfilter toolsDarren Reed2005-04-2514-16/+418
* | new files and compile defines to build new ipfilterDarren Reed2005-04-251-2/+3
* | Merge the changes from 3.4.35 to 4.1.8 into the kernel source treeDarren Reed2005-04-2520-9332/+17345
* | Correct the if_link_state_change() logic: when the link went down,Bill Paul2005-04-251-2/+2
* | Reading the EEPROM to learn the station address doesn't seem to workBill Paul2005-04-251-0/+11
* | * Someone imported a lot of files with the wrong CVS tag, so lots of files needDarren Reed2005-04-25259-17240/+832
* | This commit was generated by cvs2svn to compensate for changes in r145516,Darren Reed2005-04-2518-111/+8348
|\ \
| * | import ipfilter 4.1.8 into the kernel source treeDarren Reed2005-04-2538-7136/+25763
| * | Import ipfilter 3.4.35 (destinated for RELENG_4) to vendor branchDarren Reed2004-06-2116-414/+736
* | | Allow BOOT_BOOT0_COMCONSOLE_SPEED to be derived from BOOT_COMCONSOLE_SPEEDRuslan Ermilov2005-04-251-5/+28
* | | This commit was generated by cvs2svn to compensate for changes in r145513,Darren Reed2005-04-252-219/+0
* | | ensure parsing numeric address before any host query.Hajimu UMEMOTO2005-04-252-100/+126
* | | This commit was generated by cvs2svn to compensate for changes in r145510,Darren Reed2005-04-25417-1733/+41248
|\ \ \
| * | | import ipfilter 4.1.8 into the vendor branchDarren Reed2005-04-25458-11191/+60111