summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Prevent buffer overflow in IPFilter's load_http function used to loadstas2009-05-291-10/+19
* Free device strings.thompsa2009-05-291-0/+3
* There is only one spare MNT_ flag left, and I want to use it for NFSv4 ACLs.trasz2009-05-291-1/+2
* Minor style tweak.rwatson2009-05-291-1/+2
* Since sched_pin() and sched_unpin() are already inlined, don't manuallyrwatson2009-05-291-2/+2
* Remove extra cpu_spinwait() invocations. This should really only be usedjhb2009-05-292-11/+0
* Tweak a few comments on adaptive spinning.jhb2009-05-292-6/+15
* Revert to 2-clause.adrian2009-05-291-2/+0
* Fix the Xen TOD update when the hypervisor wall clock is nudged.adrian2009-05-291-0/+14
* Migrate the Xen hypervisor clock reading routines into somethingadrian2009-05-294-49/+142
* Make the rmlock(9) interface a bit more like the rwlock(9) interface:rwatson2009-05-296-18/+80
* adds new device IDs.weongyo2009-05-292-1/+6
* Let vfs_lookup() return ENOTDIR if the path has a trailing slash anddes2009-05-292-9/+14
* Fix misleading comment.des2009-05-291-1/+1
* Reduce vertical whitespace and other minor style tweaks.rwatson2009-05-291-15/+2
* The patch for r193011 was partially rejected when applied, complete it.attilio2009-05-291-2/+4
* Document how to enable strict RFC 1034 enforcements.delphij2009-05-291-1/+14
* Add an option to enforce strict RFC 1034 compliance.delphij2009-05-291-0/+4
* Make dump -W show the level correctly.brian2009-05-291-1/+1
* Add an EXIT STATUS section to the manual page. Currently, nc(1)delphij2009-05-291-0/+2
* 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
OpenPOWER on IntegriCloud