summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark udf(4) MPSAFE and add support for shared vnode locks during pathnamejhb2009-02-092-24/+55
* Use the same style as the rest of the file for the optional data stringjhb2009-02-091-1/+1
* - Fix an issue where file attributes were not installed correctly during a Touchlulf2009-02-091-1/+3
* Remove extra 'comma = 0' in socket state printing code, which otherwiserwatson2009-02-091-1/+0
* The bounce zone sees its page number increased if multiple dma maps use it incognet2009-02-093-3/+18
* Add padding to then end of the xsctp_xxx structures torrs2009-02-091-0/+4
* tulip_busdma_cleanup: pass correct vaddr (2nd arg) to bus_dmamem_free()fjoe2009-02-091-1/+1
* cam_periph_alloc: fix "invalid periph name" error conditionfjoe2009-02-091-1/+1
* Do not self-initialize a variable.fjoe2009-02-092-2/+2
* Remove unused variable.fjoe2009-02-091-2/+1
* Destroy TX tag outside of loop scope.fjoe2009-02-091-1/+1
* Properly implement GIO_ATTR and CONS_GETINFO.ed2009-02-093-11/+32
* s/SS_FDREF/SS_NOFDREF/mbr2009-02-091-1/+1
* Fix minor spacing problem found by s9indent from lastrrs2009-02-091-2/+4
* Fix INET only build breakage with SCTP - pointy hat to me :-)rrs2009-02-091-0/+2
* Comment out the assertion from r188321. It is not valid for nfs.kib2009-02-091-1/+1
* Remove a stale comment from the clists code.ed2009-02-091-4/+0
* Avoid some cases of unnecessary page queues locking by vm_fault's delete-alc2009-02-091-5/+11
* Document loader tunable hw.re.msi_disable.yongari2009-02-091-1/+11
* Reclaim transmitted frames in re_tick(). This is for PCIeyongari2009-02-091-1/+8
* mark M_LASTFRAG at the last fragment.weongyo2009-02-091-0/+3
* Add the EBR scheme. The EBR scheme supports the Extended Boot Recordsmarcel2009-02-084-0/+358
* - Fix in_cksum for big-endian MIPS: use correct compile-time check.gonzo2009-02-081-1/+1
* Allow gpe_offset to be set by the scheme. When gpe_offset is zero,marcel2009-02-081-2/+7
* When bouncing pages, allow a new option to preserve the intra-pageimp2009-02-086-1/+36
* Eliminate OBJ_NEEDGIANT. After r188331, OBJ_NEEDGIANT's only use is by aalc2009-02-084-10/+1
* Remove an overzealous check.trasz2009-02-081-1/+1
* Fix multiple -s options.kientzle2009-02-081-1/+1
* When copying file data to the archive, don't write morekientzle2009-02-081-1/+1
* Don't try to directly update page tableskmacy2009-02-081-2/+5
* Remove no longer valid comment.kib2009-02-081-3/+0
* The NRL value in the queue head must be zero for interrupt transfers. This wasthompsa2009-02-081-1/+3
* Improve comments, correct English.kib2009-02-081-8/+8
* Do not call vm_object_deallocate() from vm_map_delete(), because wekib2009-02-085-14/+52
* In vm_map_sync(), do not call vm_object_sync() while holding map lock.kib2009-02-081-2/+10
* fix typosam2009-02-081-1/+1
* Do not sleep for vnode lock while holding map lock in vm_fault. Try tokib2009-02-083-97/+80
* Prefer the start and end attributes over the offset and sizemarcel2009-02-081-14/+31
* o Add the "PART::scheme" attribute that returns the name of themarcel2009-02-081-0/+7
* o use humanize_number to print totalssam2009-02-083-43/+53
* Add the comments to vm_map_simplify_entry() and vmspace_fork(),kib2009-02-081-0/+20
* Lock the new map in vmspace_fork(). The newly allocated map should notkib2009-02-081-0/+5
* Assert that vnode is exclusively locked when its vm object is resized.kib2009-02-081-0/+1
* Do not leak the MAP_ENTRY_IN_TRANSITION flag when copying map entrykib2009-02-081-2/+4
* Style.kib2009-02-081-0/+2
* Lookup up the directory entry for the tmpfs node that are deleted bykib2009-02-083-22/+10
* Shutup warning for DNAME RR.ume2009-02-082-2/+3
* Set the lower bound on queue size for an audit pipe to 1 instead of 0,rwatson2009-02-081-2/+2
* Fix several filenames for "make clean" target.wkoszek2009-02-081-6/+6
* Change various routines that are responsible for transforming auditrwatson2009-02-082-8/+8
OpenPOWER on IntegriCloud