| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate unused definitions. | alc | 2005-09-11 | 4 | -16/+2 |
* | Restore the 929X support that got nuked in merge | mjacob | 2005-09-11 | 1 | -0/+7 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 51 | -52/+52 |
* | Add the {get,put}ino man pages for those people which got them in the | netchild | 2005-09-11 | 1 | -1/+4 |
* | Per a request from Nick Triantos of nVidia, nVidia's legal department asked | obrien | 2005-09-11 | 2 | -0/+104 |
* | After going to some trouble to create a temporary directory in which to run | rwatson | 2005-09-11 | 1 | -0/+2 |
* | Fix hang at init for MagicMedia 256A[VX] chips. [1] | netchild | 2005-09-11 | 1 | -0/+9 |
* | The arguments for time2posix() and posix2time() are time_t values, not | stefanf | 2005-09-11 | 1 | -3/+3 |
* | Forward declare z_errmsg with static linkage since it is defined | rodrigc | 2005-09-11 | 1 | -1/+1 |
* | Forward declare atalkdomain with static linkage, not extern, since | rodrigc | 2005-09-11 | 1 | -1/+1 |
* | Cast bf_sysid to const char * when passing it to strncmp(), because | rodrigc | 2005-09-11 | 1 | -1/+1 |
* | Do not declare M_NTFSMNT with extern linkage here, since | rodrigc | 2005-09-11 | 1 | -1/+0 |
* | A new version of rev. 1.4: postpone a temporary file creation | maxim | 2005-09-11 | 1 | -1/+1 |
* | Power up the external amplifiers additionally to powering up the DAC and ADC. | netchild | 2005-09-11 | 1 | -0/+8 |
* | Add some ad_wait_init() calls to fix some problems in some configs (e.g. | netchild | 2005-09-11 | 1 | -1/+5 |
* | Allow to record non 8bit-mono formats even in half-duplex configurations. | netchild | 2005-09-11 | 1 | -1/+2 |
* | Add fifo_open, a basic regression test for opening fifos, which tests | rwatson | 2005-09-11 | 2 | -0/+481 |
* | Fix typo: ${PORTDIR} -> ${PORTSDIR}. | cperciva | 2005-09-11 | 1 | -1/+1 |
* | Do not destroy the queue mutex until the thread is done with it. | phk | 2005-09-11 | 1 | -1/+1 |
* | Stop leaking a lock. This used to cause a propagate_priority() page fault | mlaier | 2005-09-11 | 1 | -3/+3 |
* | Fix misdetection of the sound chip on PC98 systems. The submitter doesn't | netchild | 2005-09-11 | 1 | -0/+2 |
* | Fix a bug in volume calculation, this sometimes gives a USB audio device an | netchild | 2005-09-11 | 1 | -2/+2 |
* | Relocate witness_levelall(), witness_leveldescendents(), and | truckman | 2005-09-11 | 1 | -86/+86 |
* | The kernel-depend target doesn't get any information from "compile-with", | obrien | 2005-09-11 | 1 | -0/+19 |
* | Claim frames corresponding to tl(0|1)_intr and tl0_trap as well. I | marcel | 2005-09-11 | 1 | -1/+4 |
* | Unwind across intrframes as well. While here, better handle bottom of | marcel | 2005-09-11 | 1 | -2/+8 |
* | Unwind across intrframes as well. | marcel | 2005-09-11 | 1 | -3/+8 |
* | Change hw.pci.do_powerstate from a boolean to a range. 0 means the | imp | 2005-09-11 | 1 | -15/+34 |
* | Don't pollute the entire kernel build with -I$S/contrib/dev/ath and | obrien | 2005-09-11 | 2 | -6/+13 |
* | Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT, | imp | 2005-09-11 | 2 | -6/+33 |
* | Don't pollute the entire kernel build with -I$S/contrib/ipfilter. | obrien | 2005-09-11 | 2 | -16/+26 |
* | Don't pollute the entire kernel build with -I$S/contrib/pf. | obrien | 2005-09-11 | 2 | -19/+32 |
* | Don't pollute the entire kernel build with -I$S/contrib/ngatm. | obrien | 2005-09-11 | 2 | -30/+54 |
* | Don't pollute the entire kernel build with -I$S/dev/twa. | obrien | 2005-09-11 | 7 | -20/+22 |
* | Unwind across trap frames. Handles all entry points, except the EPC | marcel | 2005-09-11 | 1 | -47/+201 |
* | For HEAD, install a kernel with debug information if DEBUG is a kernel | obrien | 2005-09-11 | 1 | -17/+4 |
* | Unwind across trapframes. All kernel entries are handled. | marcel | 2005-09-10 | 1 | -11/+94 |
* | Style issue: Don't include <wchar.h> where it is not actually needed. | kientzle | 2005-09-10 | 6 | -10/+49 |
* | Comment out ofw_console 'screen' entry and zs tty entries. | grehan | 2005-09-10 | 1 | -3/+3 |
* | Unwind across trap frames. This adds most of the meat. The sniffer | marcel | 2005-09-10 | 1 | -1/+93 |
* | In ext2_mountfs(), check that the superblock size, SBSIZE, | rodrigc | 2005-09-10 | 1 | -0/+12 |
* | Add fifo_create, a simple regression test for mkfifo(2). | rwatson | 2005-09-10 | 2 | -0/+244 |
* | Fix boot-time hang/panic on G3 systems when modifying IBAT0 in | grehan | 2005-09-10 | 3 | -3/+6 |
* | Unwind across trap frames. This adds most of the meat. The sniffer | marcel | 2005-09-10 | 1 | -10/+95 |
* | Add mkfifo(2) to the man page SEE ALSO list for umask(2) -- it's | rwatson | 2005-09-10 | 1 | -0/+1 |
* | Unwind across trap frames. This adds most of the meat. The sniffer | marcel | 2005-09-10 | 1 | -6/+86 |
* | Add a kluge to allow kgdb(1) to inject its own frame sniffer in the | marcel | 2005-09-10 | 11 | -13/+188 |
* | - channel.h | netchild | 2005-09-10 | 4 | -231/+350 |
* | Fix some errors in archive_read_data that caused failures in bsdtar's | kientzle | 2005-09-10 | 1 | -12/+11 |
* | Release lock for a while during chn_reset() / pcm_chnalloc() operation | netchild | 2005-09-10 | 1 | -2/+6 |