summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Switch the license boilerplates to our standard one.brueffer2012-02-1732-352/+352
* | Document dl_iterate_phdr(3).kib2012-02-171-0/+115
* | Fetch the aux vector for the static libc, and use the entries tokib2012-02-173-5/+89
* | Fix the return type.adrian2012-02-171-2/+2
* | Fix up this local copy of statfoo to support > 128 statistics.adrian2012-02-172-9/+24
* | Increase the default shutdown timer to 90 seconds. This will allowdougb2012-02-171-1/+1
* | During work to port isci(4) to stable/7 I noted that the maxio portion ofsbruno2012-02-171-1/+1
* | Add regression tests scripts for multi-IP FIBs exercising the send,bz2012-02-177-0/+4697
* | Enforce some consistent ordering and handling of interrupt disable/enableadrian2012-02-171-12/+8
* | Add regression tests for the setsockopt(2) SO_SETFIB socket option.bz2012-02-173-0/+262
* | Begin breaking out the txrx stop code into a locked and unlocked variant.adrian2012-02-171-3/+14
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-1740-615/+947
* | Style: prefer the use of line continuations to +=eadler2012-02-171-42/+42
* | Fix a stupid typo.jkim2012-02-161-1/+1
* | Merge ACPICA 20120215.jkim2012-02-16178-1022/+2002
|\ \
| * | Import ACPICA 20120215.jkim2012-02-16311-886/+2665
* | | Set the initial mode for the adapter after executing VESA BIOS POST.jkim2012-02-161-2/+5
* | | Make sure the VESA mode number is between 256 and 511 inclusive.jkim2012-02-161-2/+4
* | | Properly check VESA video mode number.jkim2012-02-161-1/+1
* | | Refine r231791. Install the resume event handler unconditionally.jkim2012-02-161-18/+11
* | | Fix a bug in the calculation of the maximum I/O request size.gibbs2012-02-162-11/+44
* | | Fix 'make depend'.uqs2012-02-163-4/+5
* | | Fix typo in a printf string: "specificed" -> "specified".gibbs2012-02-161-4/+4
* | | Fix "_" vs. "-" typo in a comment. No functional changes.gibbs2012-02-161-1/+1
* | | Add support for filtering USB devices and USB endpoints to the usbdump utilityhselasky2012-02-162-12/+174
* | | Fix comma splice, can't ambiguity and quoting.imp2012-02-161-1/+1
* | | Refactor the name hash and the ID hash, that are used to address nodes:glebius2012-02-162-71/+178
* | | Specify correct loading order for core of netgraph(4).glebius2012-02-161-2/+2
* | | Supply correct "how" argument to the uma_zcreate().glebius2012-02-161-2/+2
* | | Add a module dependency on wlan.adrian2012-02-161-0/+1
* | | In ng_getsockaddr() allocate memory prior to obtaining lock.glebius2012-02-161-11/+8
* | | delete-old does not have delete-old-libs dependency.pluknet2012-02-161-1/+1
* | | When vm_mmap() is used to map a vm object into a kernel vm_map, italc2012-02-161-10/+10
* | | Fix warning when compiling with gcc46eadler2012-02-161-4/+0
* | | Removed unused code: fixes compiler warning with CC=gcc46eadler2012-02-161-83/+0
* | | Don't extract the n_type value from the elf header, since it is never usedeadler2012-02-161-2/+0
* | | Add a timestamp to the msgbuf output in order to determine when wheneadler2012-02-162-9/+48
* | | Add err(3) to strerror(3) SEE ALSO sectioneadler2012-02-161-0/+1
* | | Make sure to synchronize icache for the newly loaded loader. Not an issuenwhitehorn2012-02-162-3/+7
* | | Delete a couple of out of date comments that are no longer true inrmacklem2012-02-162-8/+1
* | | Clean up RFLAG and CR3 register handling and nearby comments. For BSP, usejkim2012-02-152-20/+6
* | | (This commit only touches code within the DEV_NETMAP blocks)luigi2012-02-1510-107/+97
* | | Set up an event handler to turn off speaker if user requested it. Speakerjkim2012-02-151-7/+22
* | | Make ACPI resume beeper less cryptic. Set PIC timer2 mode properly.jkim2012-02-151-7/+17
* | | Some BIOSes are known for corrupting low 64KB between suspend and resume.jkim2012-02-151-2/+13
* | | Wordsmith the can't find kernel error message, and suggest whichimp2012-02-151-1/+1
* | | reduce the differences between these three files.luigi2012-02-153-72/+88
* | | Bump .Dd date for previous revision.delphij2012-02-151-1/+1
* | | Improve error handling in smusat(4).nwhitehorn2012-02-151-5/+18
* | | Fix PAWS (Protect Against Wrapped Sequence numbers) in cases whenbz2012-02-155-23/+54
OpenPOWER on IntegriCloud