summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Allow users to enable dumping Debug objects without ACPI debugger.jkim2010-03-091-4/+45
* Now that the workaround for the AMD 10h CPUs is in place, re-enable machinejhb2010-03-091-1/+1
* Change secrorsize back to int, since that's the data type expected by thesobomax2010-03-092-3/+21
* - Fix the highlighting for non-terminals when the last week is notedwin2010-03-092-10/+22
* Implement AMD's recommended workaround for Erratum 383 on Family 10halc2010-03-094-8/+162
* Remove inclusion of <i386/include/psl.h>marcel2010-03-091-3/+1
* Remove support for SYS_RES_DRQ.marcel2010-03-091-21/+1
* Place interrupt handling in a critical section and remove doublenwhitehorn2010-03-092-6/+8
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-097-11/+51
* Remove the check for IFF_DRV_OACTIVE right before adding a port into laggdelphij2010-03-091-4/+0
* BWCT boards can have 128MB SDRAM.ticso2010-03-092-2/+6
* fix signed warningticso2010-03-091-1/+1
* Rewrite input processing to not exit with error on the first EILSEQ foundache2010-03-081-108/+68
* MFV of tzdata2010e:edwin2010-03-083-64/+77
* - Set missing flag when initiating a plex rebuild with the rebuildparitylulf2010-03-081-0/+15
* Add file forgotten in r204879.kib2010-03-081-0/+139
* Teach procstat(1) to display some information about signal dispositionkib2010-03-084-8/+84
* Change the way shutdown is handled for log file.fabient2010-03-083-25/+29
* Enable ACPI module build on amd64. Although we strongly recommend buildingjkim2010-03-081-5/+9
* 1) Reimplement (differently) unlimited line length restricted in prev.ache2010-03-081-54/+65
* Looks like I forgot to add half of the copyright text when we switched tojoel2010-03-081-0/+12
* Update module Makefile for ACPICA 20100304.jkim2010-03-081-4/+4
* Pass the correct size to memset().jh2010-03-081-1/+1
* Enable tmpfs unconditionally on all platforms. No one I spoke to couldnwhitehorn2010-03-081-3/+1
* add back DPADD (removed by mistake in a previous commit)luigi2010-03-081-0/+1
* cosmetic changes and C++ compatibilityluigi2010-03-081-0/+18
* don't use C++ keywords as variable namesluigi2010-03-082-8/+8
* do not report an error unnecessarilyluigi2010-03-081-0/+1
* Bump up the firmware_table from 30 to 50. bwn needs more than 30, itimp2010-03-071-1/+1
* - document the -3, -A and -B properly in Synopsis.edwin2010-03-072-59/+106
* sh: Add some testcases for ${v=w}, ${v-w}, ${v+w}.jilles2010-03-072-0/+118
* As statfs.f_flags are uint64_t the local variables should be as well.bz2010-03-071-3/+3
* Destroy TCP UMA zones (empty or not) upon network stack teardownbz2010-03-074-1/+21
* Not only flush the ipfw tables when unloading ipfw or tearingbz2010-03-075-5/+17
* sh: Add various testcases for here documents.jilles2010-03-071-0/+85
* Remove old documents when they are not compressed.antoine2010-03-071-2/+2
* Locking the tcbinfo structure should not be necessary in tcp_timer_delack(),rwatson2010-03-071-3/+0
* Add comment in tcp_discardcb() talking about how we don't, but should,rwatson2010-03-071-2/+13
* Make udp_set_kernel_tunneling() less forgiving when its invariants arerwatson2010-03-071-12/+5
* Make /proc/self/fd `work'.ed2010-03-071-0/+16
* Look for "compile" to decide if this is run as part of the kernel build.obrien2010-03-071-4/+4
* Improve the contents of termcap.small.ed2010-03-071-86/+74
* Install termcap.small.ed2010-03-071-1/+1
* Switch to our preferred license text.joel2010-03-079-72/+72
* Implement the idea of parallel-only-at-start-time in a cleaner, moredougb2010-03-071-15/+10
* Remove vestiges of old %-format which prevents build on amd64ache2010-03-061-2/+2
* Remove unnecessary locking of divcbinfo lock from div_output(): this has notrwatson2010-03-061-3/+0
* Add a comment to tcp_usr_accept() to indicate why it is we acquire therwatson2010-03-061-3/+9
* Introduce a function rn_detachhead() that will free thebz2010-03-062-0/+21
* Destroy UDP UMA zones (empty or not) upon network stack teardownbz2010-03-061-0/+3
OpenPOWER on IntegriCloud