summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the "-4" argument for nfsd and mountd to "-e" to avoidrmacklem2009-05-284-18/+18
* Fix missed change from usb2_gen_descriptor to usb_gen_descriptorthompsa2009-05-281-1/+1
* Add the kernel build glue for the experimental NFS subsystem thatrmacklem2009-05-287-34/+128
* Make *getpages()s' assertion on the state of each page's dirty bitsalc2009-05-283-3/+3
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-28135-3885/+3776
* Nobody spoke up, so assume my interpretation was correct and enable keyworddes2009-05-280-0/+0
* Fix style/grammar issues in fail(9) man page.zml2009-05-281-32/+43
* Match type for socket option (in practice, unnecessary, but stylistically it'...zml2009-05-281-1/+1
* Revert unnecessary memset after calloc.zml2009-05-281-1/+0
* Use a temporary variable to avoid a duplicate strlen().des2009-05-281-2/+3
* Some of the boot loader code only works on a ufs file system, but itdfr2009-05-282-8/+9
* MFdevbranch 192944kmacy2009-05-284-7/+91
* Update this script so that it handles different ruleset failuresbrian2009-05-281-8/+12
* Change vm_object_page_remove() such that it clears the page's dirty bitsalc2009-05-281-1/+3
* Fix off by one error in acl_create_entry(3).trasz2009-05-281-1/+6
* Revise vm_pageout_scan()'s handling of partially dirty pages. Specifically,alc2009-05-281-8/+9
* char can be unsigned, like on ARM and PowerPC. Unbreak themarcel2009-05-281-2/+2
* Say hello to a very basic, read-only, Xen Hypervisor RTC.adrian2009-05-282-0/+192
* Don't call the watch callback if its NULL.adrian2009-05-281-4/+11
* Add a regression test for multiple threads of the same process acquiring the ...zml2009-05-282-0/+110
* Correct off-by-one issue in truss(1) which happens when system call numberdelphij2009-05-289-9/+9
* Allocate the usb serial, manufacturer and product strings rather than use charthompsa2009-05-276-124/+51
* Fix lockstat breakage to arm/powerpc buildworld.sson2009-05-271-8/+12
* Modify mountd to handle the experimental nfs server as well as thermacklem2009-05-273-135/+358
* Rework interrupt bringup and teardown.gnn2009-05-271-135/+128
* Add support for the experimental nfs client to mount_nfs. Thermacklem2009-05-274-8/+173
* Provide a workaround for USB devices that do not support mono or stereothompsa2009-05-271-3/+5
* Fix handling of NFSv4 Close operations in ncl_inactive(). Onlyrmacklem2009-05-271-7/+13
* Delete useless #ifdef; make it more obvious if setting TSO fails.adrian2009-05-271-4/+1
* Rename the queue macros I introduced last year.ed2009-05-275-28/+31
* Add support for the Apple MacBook Pro keyboardthompsa2009-05-272-44/+155
* Fix xref name.thompsa2009-05-271-1/+1
* Merge final round of MLD changes from p4:bms2009-05-279-181/+388
* Increase the size of the static TLS area slightly (required for the NVidia'sdfr2009-05-271-1/+1
* Slightly adjust copyright text.joel2009-05-271-1/+1
* Slightly adjust copyright text.joel2009-05-271-1/+1
* Separate comments from the license text.joel2009-05-273-3/+9
* ia64: Move MCA information retrieval to a per-CPU kthreadrink2009-05-271-8/+26
* Eliminate redundant setting of a page's valid bits and pointless clearingalc2009-05-271-2/+2
* Note the removal of makekey(8)dougb2009-05-271-0/+3
* Update ee(1) in the base system to version 1.5.0.ed2009-05-2715-467/+473
|\
| * Vendor import of ee 1.5.0.ed2009-05-264-158/+96
| * Vendor import of ee 1.4.7.ed2009-05-265-228/+239
| * Vendor import of ee 1.4.6.ed2009-05-264-29/+50
| * Vendor import of ee 1.4.5a.ed2009-05-264-28/+59
| * Vendor import of ee 1.4.4.ed2009-05-263-4/+37
| * Vendor import of ee 1.4.3.ed2009-05-262-8/+23
* | Handle UDP RPC replies correctly on a multi-homed system, in userland RPC. Co...zml2009-05-272-6/+107
* | Correct handling of SYN packets that are to the left of the current window of...zml2009-05-271-1/+5
* | Fix an issue when nss fallback routines are used in a multithreaded application.zml2009-05-272-4/+24
OpenPOWER on IntegriCloud