aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a more obvious prefix for the USB control (endpoint 0) transfers ratherAndrew Thompson2010-04-229-55/+55
* Properly name the sxlocks, mutexes and condvars.Andrew Thompson2010-04-225-31/+33
* Use SX_DUPOK rather than making the string unique.Andrew Thompson2010-04-221-2/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-2258-106/+121
* Document the new USB notification types.Andrew Thompson2010-04-221-1/+55
* Intialize interrupt moderation control register. The magic valuePyun YongHyeon2010-04-221-0/+3
* Fix compilation with WITHOUT_CRYPT or WITHOUT_OPENSSL options.Pawel Jakub Dawidek2010-04-223-5/+22
* Now that we properly set write-combining on the pages that back the GART,Robert Noland2010-04-222-5/+8
* Allow to modify directory's content even if the ZFS_NOUNLINK (SF_NOUNLINK,Pawel Jakub Dawidek2010-04-221-0/+13
* re-write scatter gather memory allocation yet again...Robert Noland2010-04-226-113/+62
* Rework how drm maps are handled.Robert Noland2010-04-2223-168/+201
* Remove explicit setting of NO_CTF in WMAKEENV and in the make call forAlexander Leidinger2010-04-221-2/+2
* Do the ctfmerge (= all symbols, not only symbols from one object file) forAlexander Leidinger2010-04-221-0/+5
* Revert r206179 (by imp) and do something similar which is more consistentAlexander Leidinger2010-04-222-2/+3
* Also add the usb mode to the devd string as the usb controller can work in bothAndrew Thompson2010-04-211-0/+4
* ln: Allow a trailing slash when creating a link to a directory.Jilles Tjoelker2010-04-211-14/+13
* Change usb devd events from fake attach to a notify. The ugen device is not aAndrew Thompson2010-04-213-75/+193
* Fix of r206904, \nanchie is needed instead of \anchie.Ana Kukec2010-04-211-1/+1
* Fix typo.Konstantin Belousov2010-04-211-1/+1
* C language does not has references, it provides pointers.Konstantin Belousov2010-04-211-2/+2
* Provide compat32 shims for kinfo_proc sysctl. This allows 32bit ps(1) toKonstantin Belousov2010-04-212-4/+212
* Extract the code to copy-out struct rusage32 from struct rusageKonstantin Belousov2010-04-212-33/+28
* Remove the reference to DD mode, and replace with Expert mode. Also, makeRebecca Cran2010-04-212-16/+14
* Make the "Q = Finish" text visible when running sysinstall as a normalRebecca Cran2010-04-212-12/+11
* Use correct bus_dma_tag_t for TX frames.Bernhard Schmidt2010-04-211-2/+4
* Add standards section, improve wording, taking into account the handlingKonstantin Belousov2010-04-211-6/+8
* Move realpath(3) prototype to a POSIX section.Konstantin Belousov2010-04-211-1/+1
* indent.pro example: actually install the sample fileAndriy Gapon2010-04-212-0/+4
* Fix bug introduced in r198317: Don't leak a file descriptor after scanning fo...Randi Harper2010-04-211-0/+2
* Apply threshold filter to root node in calltree view.Fabien Thomas2010-04-211-5/+10
* Comply with the new cyclic dtrace module variable nameRui Paulo2010-04-211-2/+2
* As was done in r155238 for i386 and in r155239 for amd64, clear the carryKonstantin Belousov2010-04-211-1/+2
* Avoid memory access after free. Use the (shortend) copy for theBjoern A. Zeeb2010-04-211-1/+1
* Add myself to committers-src.dot.Randi Harper2010-04-211-0/+2
* When CPUTYPE is defined to any value, on amd64 platform "mmx" isXin LI2010-04-211-1/+1
* Merge @176820, @176822, @177156 to tcpp from P4 to HEAD:Robert Watson2010-04-212-13/+39
* add new committer rstone to committers-src.dotRyan Stone2010-04-201-0/+4
* MFV: zlib 1.2.5.Xin LI2010-04-2018-74/+117
|\
| * Vendor import of zlib 1.2.5.vendor/zlib/1.2.5Xin LI2010-04-2018-74/+117
* | Fix another instance of lapic_cyclic_clock_func.Rui Paulo2010-04-201-2/+2
* | Make sure that we free the passed in data message if we don't actuallyWarner Losh2010-04-201-3/+12
* | Bump minor version of config to reflect the new option remappingWarner Losh2010-04-201-1/+1
* | It's not necessary to reset the chip every time an input overflow eventRebecca Cran2010-04-201-12/+3
* | Add myself and list bz@ as my mentor.Ana Kukec2010-04-201-0/+2
* | Make this file more C++ friendly.Warner Losh2010-04-201-1/+3
* | Add the necessary hooks for dtrace cyclic module.Rui Paulo2010-04-201-1/+10
* | Rename the cyclic global variable lapic_cyclic_clock_func to justRui Paulo2010-04-204-10/+10
* | The amd64 version of the cyclic dtrace module is a verbatim copy of theRui Paulo2010-04-202-134/+1
* | Free() is not allowed to modify errno, remove safety brackets around it [1].Konstantin Belousov2010-04-201-13/+5
* | Fix compilation in the !SMP case.Attilio Rao2010-04-201-0/+6