summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* recover the line which was wrongly disappeared during scope cleanup.ume2005-08-012-0/+2
* Add support for IPv6 over GRE [1]. PR kern/80340 includes thebz2005-08-012-6/+31
* Make the eisa probe messages just like all the others in the system.imp2005-08-011-66/+18
* Add pnp and location info for the ISA bus. The pnp info is theimp2005-08-011-0/+25
* AT_MAKE_TAGID needs an instance as the 2nd arg- not just a 0.mjacob2005-07-311-1/+1
* Delay freeing disk space for file system blocks until all dirty buffersups2005-07-312-0/+20
* Style fix.netchild2005-07-311-1/+1
* Whats New:netchild2005-07-318-740/+1496
* OSS defines AFMT_x32_xE as:netchild2005-07-311-0/+4
* If a thread was removed from system run queue, kse_assign shouldn'tdavidxu2005-07-311-0/+4
* * Slightly new method to detect mixer capabilities and resolution.netchild2005-07-311-9/+41
* - Fixup the locking.netchild2005-07-311-3/+17
* - Fixup the locking.netchild2005-07-313-4/+26
* Add another ID.netchild2005-07-311-0/+1
* * Add locking / MPSAFEnetchild2005-07-311-82/+206
* Fix a LOR introduced with the last commit (some hours ago), I had thenetchild2005-07-311-14/+2
* Fix a LOR introduced in the last commit (some hours ago), I had the wrongnetchild2005-07-311-25/+4
* * Register programming error during device initializationnetchild2005-07-312-127/+278
* This driver is already MPSAFE, remove busdma_lock_mutex and Giant fromnetchild2005-07-311-2/+2
* * Add locking / MPSAFE.netchild2005-07-311-11/+33
* * als4000 can't do 48k properly (perhaps it really can't at all!).netchild2005-07-311-9/+70
* * Fix panic during driver unload on second attempt after failure onnetchild2005-07-312-11/+18
* The resource_xxx routines in subr_hints.c are called before and after thenetchild2005-07-311-0/+2
* Add bounds checking to the setenv part of the kernel environment.netchild2005-07-311-1/+10
* 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
OpenPOWER on IntegriCloud