summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* If a "hole" opens up in the ruleset (i.e.: remove 5), do not returntrhodes2005-07-281-5/+2
* Fix for PR 83885.gnn2005-07-281-1/+4
* Fix the way how "InUse" column in 'vmstat -m' output works:pjd2005-07-271-3/+6
* MFp4: Export more informations about encrypted providers.pjd2005-07-271-0/+32
* Reduce default debug level to 0.pjd2005-07-271-1/+1
* Connect GEOM_ELI class to the build.pjd2005-07-274-0/+8
* Add GEOM_ELI class which provides GEOM providers encryption.pjd2005-07-278-0/+2766
* msdosfs_conv.c references cmos_wall_clock and adjkerntz. Since theseimp2005-07-271-0/+3
* Reorganize an_detach() a bit. Make sure ether_ifdetach() and if_free()emax2005-07-271-3/+4
* Add extra constraints to tell the compiler that the memory be modifiedjhb2005-07-272-6/+10
* Use a + constraint modifier for a register arg in __bswap16_var().jhb2005-07-271-3/+2
* Simplify SMBIOS loader variables and drop `hint.smbios.0.enabled'.jkim2005-07-271-14/+11
* Correct the order of some if tests so that we don't complain about beingjhb2005-07-271-2/+2
* FIx for a bug in the change that made nfs_timer() MPSAFE. We need tops2005-07-271-0/+2
* In nfs_nget() if two threads race on the same filehandle, the loser shouldps2005-07-271-1/+2
* - Use callout_*() rather than timeout() to periodically poll the media.jhb2005-07-274-80/+312
* Fix a typo in the name of the dmamap for a bus_dmamap_sync().jhb2005-07-271-1/+1
* Use root_mount KPI for RAID3 to delay root file system mount.pjd2005-07-272-0/+28
* Correct a buffer overflow which can occur when decompressing acperciva2005-07-271-7/+9
* The 575A doesn't have funcregs in memio. So don't claim that it does.imp2005-07-271-3/+8
* when bridging internally bypass the bss node as traffic to itsam2005-07-271-11/+21
* bandaid ni_fails handling so ap's with association failures aresam2005-07-271-18/+24
* Rather than hold a mutex over calls to SYSCTL_OUT allocate acsjp2005-07-261-12/+14
* nuke duplicate inclusion of scope6_var.h.ume2005-07-261-3/+0
* include scope6_var.h for in6_clearscope().ume2005-07-261-0/+3
* Remove an erroneous m_freem() call. If m_defrag() returns a non-NULLmux2005-07-251-1/+0
* By design I left a tiny race in updating the I/O statistics based onphk2005-07-251-8/+14
* Correct minor output bug. When the battery being queried is charging ornjl2005-07-251-0/+7
* oops, make it compilable. i need sleep. X-(ume2005-07-251-2/+2
* remove a pointless comment with a more helpful one...jmg2005-07-251-1/+1
* restore locks which disappeared wrongly by my previous commit.ume2005-07-251-1/+10
* include netinet6/scope6_var.h.ume2005-07-251-0/+1
* scope cleanup. with this changeume2005-07-2534-1239/+1419
* Connect GZERO to the build.pjd2005-07-254-1/+5
* Cast to uintptr_t when the compiler complains. This unbreaks ULEdelphij2005-07-251-2/+4
* Add a very simple and small GEOM class - ZERO.pjd2005-07-252-0/+121
* We check that all the member interfaces have the same MTU on attach to thethompsa2005-07-251-0/+8
* Rename UMA_MAX_NAME to UTH_MAX_NAME, since it's a maximum in therwatson2005-07-252-5/+14
* Remove NOP spl*() calls and add locking (making gem(4) MPSAFE).marius2005-07-243-35/+118
* - Wrap the handler and associated code for collecting completed RXmarius2005-07-241-31/+23
* Add back ed(4) in amd64 GENERIC. It now works nicely and since thosemux2005-07-241-2/+1
* Introduce new sysctl variable: net.bpf.stats. This sysctl variable cancsjp2005-07-242-14/+117
* o fix setup of sc_diversity; the hal does not give us reliablesam2005-07-242-12/+15
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-236-532/+461
* Fix missing '=' in structure initialization.obrien2005-07-231-1/+1
* Temporary restore a part of rev 1.6.imura2005-07-231-4/+2
* Oops, bump __FreeBSD_version to mark shared library version bump.kensmith2005-07-231-1/+1
* o move ath_sysctlattach down so variables it depends on are setupsam2005-07-231-6/+6
* Misc spelling and/or English fixes in comments.keramida2005-07-231-12/+12
* the AREF flag is only meaningful in ap mode; adhoc neighbors nowsam2005-07-231-1/+2
OpenPOWER on IntegriCloud