summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add error checking for copyin() operations in posix4 scheduling code.rwatson2001-06-282-4/+12
* Don't check witness assertions if the lock doesn't use witness or witnessjhb2001-06-281-0/+3
* Fix more mntvnode and vnode interlock order reversals.jhb2001-06-283-6/+6
* - create an entry of IPV6CTL_STATS sysctl.ume2001-06-281-0/+2
* Follow Mike's commit by adding acpi_powerres.c.takawata2001-06-282-2/+2
* Add acpi_powerres.c to fix the acpi build.jhb2001-06-281-0/+1
* Merge in parts of a larger patchset i received from Bruce. Untestedjoerg2001-06-282-82/+76
* Put back the two semicolons I accidentally lost while reformatting this tobenno2001-06-281-2/+2
* Remove dgm module.dd2001-06-282-9/+1
* Sync to my work in progress:msmith2001-06-284-146/+1092
* Fix typo (s/=/+=/) in previous commit.kuriyama2001-06-281-1/+1
* Correct comment: so_q -> so_comp, so_q0 -> so_incomp.jlemon2001-06-281-3/+3
* - Fix a mntvnode and vnode interlock reversal.jhb2001-06-282-19/+46
* - Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-286-18/+48
* - Fix a mntvnode and vnode interlock reversal.jhb2001-06-281-6/+13
* Get kernel profiling on SMP systems closer to working by replacing thejhb2001-06-288-50/+16
* Fix a mntvnode and vnode interlock reversal.jhb2001-06-283-8/+11
* Protect the mnt_vnode list with the mntvnode lock.jhb2001-06-282-4/+19
* Provide access to the IA32 hardware debug registers from the ddbbsd2001-06-287-50/+240
* Fairwell dgmbrian2001-06-274-7110/+0
* Remove dgmbrian2001-06-274-19/+6
* Spell digi rightbrian2001-06-272-6/+6
* don't flag the playback hardchan as busy on devices with only one of them.cg2001-06-273-19/+68
* tidy up/simplify dsp_clone()cg2001-06-271-24/+13
* refresh default router list on nd6_purge(), only if we are anume2001-06-271-4/+6
* Catch up to mbuf allocator changes from last September so this compilesjhb2001-06-271-15/+4
* Make this compile again. Broken since June 1.jhb2001-06-271-0/+1
* Fixed the brain-o in rev. 1.10: the logic check was reversed.ru2001-06-271-1/+1
* Code for dealing with external interrupts.benno2001-06-271-0/+832
* Fix comment breakage.benno2001-06-2712-139/+498
* Fix the atomic_*_32 operations. These were written before I had the abilitybenno2001-06-273-55/+78
* Bracket this file in the usual #ifndef/#define/#endif stuff to preventbenno2001-06-271-0/+5
* Garbage collect some debug code.benno2001-06-271-11/+0
* Add -msoft-float to COPTS to stop GCC attempting to be "smart" and usingbenno2001-06-272-1/+7
* - Add trylock variants of shared and exclusive locks.jhb2001-06-272-27/+75
* - Add a new witness_assert() to perform arbitrary locking assertions.jhb2001-06-272-13/+86
* - Always use the proc lock of the task leader to protect the peers list ofjhb2001-06-271-15/+12
* Implement a new ioctl command for floppies: FD_READIDjoerg2001-06-263-16/+197
* Some more cosmetics: kill another couple of K&R function definitionsjoerg2001-06-262-56/+8
* add a tunable/sysctl, hw.snd.autovchans. if this is set to a value n wherecg2001-06-263-4/+53
* Don't initialise ret in atomic_cmpset_32.benno2001-06-261-2/+1
* The information about how to integrate this driver into BSDs is obsoleted,onoe2001-06-261-60/+0
* Fix capability information in association request to reflect ESS/IBSS mode.onoe2001-06-261-5/+9
* Fix keyid bit position of encrypted packet to make non-first key usable.onoe2001-06-261-2/+2
* Fix previous enhancement to add support for new ifconfig interface.onoe2001-06-261-53/+35
* Merged from the following changes.nyan2001-06-266-154/+528
* Merged from sys/isa/sio.c revision 1.335.nyan2001-06-262-2/+10
* Merged from sys/i386/isa/isa_dma.c revision 1.7.nyan2001-06-262-0/+18
* Merged from sys/isa/syscons_isa.c revision 1.16.nyan2001-06-262-2/+2
* Merged from sys/dev/syscons/scterm-sc.c revison 1.15.nyan2001-06-262-2/+4
OpenPOWER on IntegriCloud