summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* In netkqfilter(), return EINVAL instead of 1 (EPERM) when a filter typerwatson2005-09-121-1/+1
* In vfs_kqfilter(), return EINVAL instead of 1 (EPERM) when an unsupportedrwatson2005-09-121-1/+1
* - Fix the locking in dsp.c to prevent a LOR (AFAIK not on the LOR page).netchild2005-09-122-5/+3
* When a request is made to register a filter on a fifo that doesn'trwatson2005-09-121-2/+2
* Process one NMI interrupt per handler invocation as the processorjkoshy2005-09-121-4/+9
* use monotonic `time_uptime' instead of `time_second'jkim2005-09-121-4/+4
* When message can't fit into socket receive buffer return ENOBUFSglebius2005-09-121-2/+3
* opt_pc98.h is not needed.nyan2005-09-121-3/+0
* more #ifndef PC98. This really fix the pc98 tinderbox.nyan2005-09-121-0/+4
* Remove DFLAG_SEEKABLE from fifo file descriptors: fifos are not seekablerwatson2005-09-121-1/+1
* Only poll the fifo for read events if the fifo is attached to a readablerwatson2005-09-121-2/+2
* After going to some trouble to identify only the write-related eventsrwatson2005-09-121-2/+2
* When a writer opens a fifo, wake up the read socket for read, not therwatson2005-09-121-1/+1
* Add an assertion that fifo_open() doesn't race against other threadsrwatson2005-09-121-0/+2
* Rather than reaching into the internals of the UNIX domain socket coderwatson2005-09-121-1/+1
* Introduce vfs_read_dirent() which can help VOP_READDIR() implementationsphk2005-09-122-0/+29
* Clean up prototypes.phk2005-09-121-258/+96
* Remove ng_callout_init_mtx() macro. Mutexed callouts are incompatibleglebius2005-09-121-1/+0
* This appears to be good for some folks, but really bad for others.imp2005-09-121-1/+0
* Since opti_detect is now only called on !PC98 machines, only declareimp2005-09-121-0/+4
* MFamd64: use register_t's.obrien2005-09-121-42/+42
* Note that Keyspan is also InnoSys Inc.obrien2005-09-121-1/+1
* Don't retry when vget() returns ENOENT in the nonblocking case due to thetegge2005-09-121-2/+2
* Giant is no longer needed here.tegge2005-09-121-3/+0
* Eliminate unused definitions.alc2005-09-114-16/+2
* Restore the 929X support that got nuked in mergemjacob2005-09-111-0/+7
* Canonize the include of acpi.h.obrien2005-09-1151-52/+52
* Per a request from Nick Triantos of nVidia, nVidia's legal department askedobrien2005-09-112-0/+104
* Fix hang at init for MagicMedia 256A[VX] chips. [1]netchild2005-09-111-0/+9
* Forward declare z_errmsg with static linkage since it is definedrodrigc2005-09-111-1/+1
* Forward declare atalkdomain with static linkage, not extern, sincerodrigc2005-09-111-1/+1
* 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
OpenPOWER on IntegriCloud