summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-2916-18/+26
* Implement SI_ISALIST.delphij2009-05-291-1/+13
* Fix the sysinfo(SI_HW_SERIAL, emulation so that we actually get thedelphij2009-05-291-4/+6
* copyinstr(9) takes parameter 'len' as a size_t *, not int *.delphij2009-05-291-1/+2
* de-register.delphij2009-05-297-43/+43
* svr4_sys_getdents64() should not assume that the cookie would existdelphij2009-05-291-1/+4
* Add new sysconfig bits, Fix the bogus numbering of the old bits.delphij2009-05-292-20/+71
* Reverse the logic for ADAPTIVE_SX option and enable it by default.attilio2009-05-299-38/+75
* Update netcat to the version carried with OpenBSD 4.5.delphij2009-05-282-10/+11
* Use prototype for usage(). This makes perror(1) WARNS=6 clean.delphij2009-05-281-2/+2
* Use strlcpy().delphij2009-05-281-2/+2
* 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
OpenPOWER on IntegriCloud