summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check both seconds and nanoseconds are zero, only checking nanosecondsdavidxu2012-02-191-1/+1
* Close a race due to dropping of the map lock between creating a map entryalc2012-02-191-3/+1
* Document PL_FLAG_CHILD.kib2012-02-181-1/+6
* Remove two clang warnings.tuexen2012-02-182-2/+2
* Try to ensure that ieee80211_newstate() and the vap_newstate methodsadrian2012-02-181-0/+15
* Use ANSI prototypes.delphij2012-02-181-42/+13
* Put the signal trap output to standard error instead of standard output.delphij2012-02-181-3/+3
* Fix misuse of the kernel map in miscellaneous image activators.kib2012-02-175-88/+44
* Fix regression in the handling of blkback close events forgibbs2012-02-171-6/+2
* Various cleanups for readability (no functional changes)luigi2012-02-176-180/+65
* add manpage for the "oce" driverluigi2012-02-172-0/+118
* Patches from Naresh Raju Gottumukkalaluigi2012-02-178-147/+260
* Fix cross-references.kib2012-02-171-2/+2
* 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
OpenPOWER on IntegriCloud