summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Print cpu_vendor and the MSR value if we don't support this processorcperciva2005-07-311-1/+1
* close a race between reclaiming a node when a station is inactivesam2005-07-313-2/+15
* The isa attachment calls ep_free after it has already been called onceimp2005-07-311-1/+3
* Add newer commandsimp2005-07-311-2/+7
* Remove the instruction to "contact the maintainer" for unrecognizedcperciva2005-07-311-3/+1
* fix build without option INET6.ume2005-07-301-0/+8
* Add missing parenthesis around error handling code upon attachingcsjp2005-07-301-1/+2
* Temporary band-aid to fix hang when a process exec's Altivec instructions.grehan2005-07-306-0/+32
* Fail the module loading process if the currently executing kerneljkoshy2005-07-303-7/+29
* Ignore mutex asserts when we're dumping as well. This allows meps2005-07-301-1/+2
* add m_align, a function to align any type of mbuf (i.e. itsam2005-07-302-0/+20
* devfs is not yet fully MPSAFE - for example, multiple concurrent devfs(8)kris2005-07-291-1/+0
* Add a new PCI id for fxp(4) cards found on ICH7-based systems.mux2005-07-291-0/+1
* 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
OpenPOWER on IntegriCloud