summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Cast bf_sysid to const char * when passing it to strncmp(), becauserodrigc2005-09-111-1/+1
* Do not declare M_NTFSMNT with extern linkage here, sincerodrigc2005-09-111-1/+0
* Power up the external amplifiers additionally to powering up the DAC and ADC.netchild2005-09-111-0/+8
* Add some ad_wait_init() calls to fix some problems in some configs (e.g.netchild2005-09-111-1/+5
* Allow to record non 8bit-mono formats even in half-duplex configurations.netchild2005-09-111-1/+2
* Do not destroy the queue mutex until the thread is done with it.phk2005-09-111-1/+1
* Stop leaking a lock. This used to cause a propagate_priority() page faultmlaier2005-09-111-3/+3
* Fix misdetection of the sound chip on PC98 systems. The submitter doesn'tnetchild2005-09-111-0/+2
* Fix a bug in volume calculation, this sometimes gives a USB audio device annetchild2005-09-111-2/+2
* Relocate witness_levelall(), witness_leveldescendents(), andtruckman2005-09-111-86/+86
* The kernel-depend target doesn't get any information from "compile-with",obrien2005-09-111-0/+19
* Change hw.pci.do_powerstate from a boolean to a range. 0 means theimp2005-09-111-15/+34
* Don't pollute the entire kernel build with -I$S/contrib/dev/ath andobrien2005-09-112-6/+13
* Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT,imp2005-09-112-6/+33
* Don't pollute the entire kernel build with -I$S/contrib/ipfilter.obrien2005-09-112-16/+26
* Don't pollute the entire kernel build with -I$S/contrib/pf.obrien2005-09-112-19/+32
* Don't pollute the entire kernel build with -I$S/contrib/ngatm.obrien2005-09-112-30/+54
* Don't pollute the entire kernel build with -I$S/dev/twa.obrien2005-09-117-20/+22
* For HEAD, install a kernel with debug information if DEBUG is a kernelobrien2005-09-111-17/+4
* In ext2_mountfs(), check that the superblock size, SBSIZE,rodrigc2005-09-101-0/+12
* Fix boot-time hang/panic on G3 systems when modifying IBAT0 ingrehan2005-09-103-3/+6
* - channel.hnetchild2005-09-104-231/+350
* Release lock for a while during chn_reset() / pcm_chnalloc() operationnetchild2005-09-101-2/+6
* - fake.cnetchild2005-09-104-37/+233
* - Few buggy codecs (STAC9704, probably others) return inconsistentnetchild2005-09-102-24/+84
* Fix panic caused by full duplex operation.netchild2005-09-101-2/+3
* Protect interface and address lists using the appropriate mutex. Thesecsjp2005-09-101-16/+16
* Fix copy&paste typo.pjd2005-09-101-1/+1
* Don't forget to initialize crp_etype field.pjd2005-09-101-0/+1
* In tcp_ctlinput() do not swap ip->ip_len a second time. Itandre2005-09-102-4/+6
* Merge db_interface.c and db_trace.c into db_machdep.c.marcel2005-09-103-339/+291
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-109-31/+3
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.marcel2005-09-103-45/+19
* Remove redundant $FreeBSD$marcel2005-09-101-2/+0
* MFp4:imp2005-09-102-5/+6
* Change the High FP lock from a sleep lock to a spin lock. We canmarcel2005-09-094-16/+16
* - Do not hold route entry lock, when calling arprequest(). One suchglebius2005-09-091-9/+17
* When a carp(4) interface is being destroyed and is in a promiscous mode,glebius2005-09-091-0/+1
* Introduce a new lock for the purpose of synchronizing access to thealc2005-09-091-22/+9
* Set the G_PF_WITHER flag on the subdisk provider that is about tole2005-09-081-34/+1
* Unbreak the build. Committed from the wrong directory.mlaier2005-09-081-4/+5
* Minor improvement for the suspend case for Ricoh based (and others)imp2005-09-081-0/+1
* The ed driver lock is already held in the mii frobbing routines. Removeimp2005-09-081-11/+0
* Add note about what ED_DEFAULT_MAC_OFFSET applies toimp2005-09-081-0/+4
* Note that pc98 specific defines maybe would be better in a header file.imp2005-09-081-0/+1
* Commit imported changes to HEAD:mlaier2005-09-082-21/+67
* Fix an item leak, that happens when some node calls ng_callout() twoglebius2005-09-081-2/+6
* Rework locking, that I have introduced recently, since it was incorrect:glebius2005-09-081-35/+54
* Make callout_reset() return a non-zero value if a pending calloutglebius2005-09-082-4/+9
* Fix a typo that broke LINT.scottl2005-09-081-1/+1
OpenPOWER on IntegriCloud