summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add missing dependencies on the SYSVIPC modules.jhb2005-07-292-0/+10
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-294-10/+5
* Fix a bug in pmap_protect() in the PAE case where it would try to look upjhb2005-07-291-2/+2
* Add a tunable 'hw.apic.enable_extint' that can be set from the loader tojhb2005-07-291-2/+12
* Remove stale struct ata_channel declaration.sos2005-07-291-1/+0
* Fix typo and check correct (rsp) pointer against the NULL value.emax2005-07-291-1/+1
* Change API of mb_copy_t in libmchain so that netsmb can handleimura2005-07-294-11/+35
* Fix a comparison that broke ``set console=vidconsole'' and even thebrian2005-07-291-1/+1
* Mention that console= can set multiple consoles.brian2005-07-291-11/+13
* Print the actual disk device we failed to complete i/o on.ps2005-07-291-2/+2
* Don't allow ioctl commands to be interrupted by the user.ps2005-07-291-6/+4
* Make ichsmb unloadable.brian2005-07-292-8/+3
* Don't compile ral and ural in the PAE kernel, becauseimura2005-07-281-0/+2
* Add descriptions for the sysctls.njl2005-07-281-6/+10
* Zero the _BST, _BIF, and battinfo allocations. This is needed since wenjl2005-07-281-3/+3
* simplied the fix to FreeBSD-SA-04:06.ipv6. The previous one worriedume2005-07-281-35/+9
* Address minor locking issues. Use taskqueue_swi instead of taskqueue_swi_giant.emax2005-07-282-74/+74
* 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
OpenPOWER on IntegriCloud