aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* In preparation for ASLR [1] support add WITH_PIE to support building with -fPIE.Bryan Drewery2014-06-08151-4/+312
* Use atomics to modify numvnodes variable.Alexander Motin2014-06-081-9/+15
* Split RPC pool threads into number of smaller semi-isolated groups.Alexander Motin2014-06-083-182/+250
* Remove write-only local variable.Konstantin Belousov2014-06-081-2/+0
* Initialize the pbuf counter for directio using SYSINIT, instead ofKonstantin Belousov2014-06-084-18/+8
* Remove st_idle variable, duplicating st_xprt.Alexander Motin2014-06-082-6/+1
* Introduce new per-thread lock to protect the list of requests.Alexander Motin2014-06-083-85/+57
* Remove unused variable.Andrey V. Elsukov2014-06-081-14/+2
* Add ioctl(VM_REINIT) to reinitialize the virtual machine state maintainedNeel Natu2014-06-079-85/+177
* Add a page size field to struct vm_page. Increase the page size field whenAlan Cox2014-06-077-21/+65
* Make WITNESS happy by giving USB mutexes different names.Hans Petter Selasky2014-06-071-2/+2
* Fix for USB specification compliance. We need to accept both DATA0 andHans Petter Selasky2014-06-071-0/+16
* Some further DWC OTG improvements for full speed and low speed devices:Hans Petter Selasky2014-06-072-83/+59
* Mov p2041rdb.dts, p3041ds.dts, and p5020ds.dts to the powerpc directory.Rui Paulo2014-06-073-0/+0
* Fix the script to run make_dtb.sh instead of just dtc.Rui Paulo2014-06-071-1/+4
* Add Makefiles to automatically test all the DTS files.Rui Paulo2014-06-065-0/+33
* Add support for inspecting process flags set in p_flag2.Sergey Kandaurov2014-06-062-1/+15
* Add Ukranian vt(4) keymaps as an example.Aleksandr Rybalko2014-06-064-1/+506
* The new NFS server would not allow a hard link to beRick Macklem2014-06-061-7/+0
* make sure if_transmit returns 0 if the mbuf is enqueued.Luigi Rizzo2014-06-063-6/+5
* Minor improvements.Christian Brueffer2014-06-061-2/+4
* Add vte(4) to the hardware notes.Christian Brueffer2014-06-061-0/+2
* Compilation fixes.Hans Petter Selasky2014-06-061-1/+3
* Minor mdoc improvements.Joel Dahl2014-06-067-11/+8
* Move atf-sh from /usr/bin/ to /usr/libexec/Julio Merino2014-06-0613-58/+30
* better handling of netmap emulation over standard device drivers:Luigi Rizzo2014-06-062-29/+83
* Clarify statement on font originEd Maste2014-06-061-3/+3
* Support guest accesses to %cr8.Tycho Nightingale2014-06-063-53/+166
* introduce mbq_lock() and mbq_unlock() for the mbq,Luigi Rizzo2014-06-063-9/+19
* Add the *_TESTS_SH_SED_* functionality to atf.test.mk.Julio Merino2014-06-061-1/+5
* Fix some rpcgen sample file issues.Bryan Drewery2014-06-062-2/+3
* Update after r267011: use -h height and -w width argsEd Maste2014-06-061-1/+3
* Homogenize libatf-* version numbers with upstream.Julio Merino2014-06-064-2/+22
* Remove extra semicolons.Kevin Lo2014-06-063-5/+5
* move netmap_getna() to a freebsd-specific fileLuigi Rizzo2014-06-062-6/+8
* Some devices (e.g. Intel AHCI and NICs) support quad-word access toTycho Nightingale2014-06-061-4/+21
* misc bugfixes:Luigi Rizzo2014-06-061-4/+7
* whitespace change: fix one comment, remove a stale one.Luigi Rizzo2014-06-061-16/+2
* align comments with the ones in our development trunkLuigi Rizzo2014-06-062-24/+104
* rate limit some error messagesLuigi Rizzo2014-06-061-1/+1
* remove two debugging messages, align comments with the codeLuigi Rizzo2014-06-061-5/+12
* ktrace: Use designated initializers for the data_lengths array.Jilles Tjoelker2014-06-061-15/+14
* Dereference portaudit(1), as it is now deprecated and itsGlen Barber2014-06-061-3/+3
* The 'create' subcommand doesn't have '-h' option.Pawel Jakub Dawidek2014-06-061-1/+1
* Mdoc cleanup, typo and grammar fixes.Christian Brueffer2014-06-061-157/+154
* Add missing MLINKs.Christian Brueffer2014-06-061-0/+5
* Add Lb string for libcuse.Christian Brueffer2014-06-061-0/+1
* Replace deprecated M_DONTWAIT with M_NOWAIT.Kevin Lo2014-06-061-3/+3
* add checks for invalid buffer pointers and lengthsLuigi Rizzo2014-06-061-0/+14
* prevent a panic when the netdev/ifp is not set in attachLuigi Rizzo2014-06-061-1/+2