aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix some inaccuracies in the extensible parameter addition.Jamie Gritton2009-05-291-2/+2
* | - Use sig_atomic_t for signal handler variables.Ulf Lilleengen2009-05-291-2/+2
* | o Add missed quotation mark.Maxim Konovalov2009-05-291-1/+1
* | - Move from mount(2) to nmount(2). This should allow to convert MNT_SNAPSHOTPawel Jakub Dawidek2009-05-293-40/+54
* | Update __FreeBSD_version after addition of mnt_xflag. Add a noteEdward Tomasz Napierala2009-05-292-1/+6
* | s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-29100-1067/+1059
* | Modify vm_hold_load_pages() to allocate pages using VM_ALLOC_NOOBJ ratherAlan Cox2009-05-291-13/+5
* | - Prevent buffer overflow in IPFilter's load_http function used to loadStanislav Sedov2009-05-291-10/+19
* | Free device strings.Andrew Thompson2009-05-291-0/+3
* | There is only one spare MNT_ flag left, and I want to use it for NFSv4 ACLs.Edward Tomasz Napierala2009-05-291-1/+2
* | Minor style tweak.Robert Watson2009-05-291-1/+2
* | Since sched_pin() and sched_unpin() are already inlined, don't manuallyRobert Watson2009-05-291-2/+2
* | Remove extra cpu_spinwait() invocations. This should really only be usedJohn Baldwin2009-05-292-11/+0
* | Tweak a few comments on adaptive spinning.John Baldwin2009-05-292-6/+15
* | Revert to 2-clause.Adrian Chadd2009-05-291-2/+0
* | Fix the Xen TOD update when the hypervisor wall clock is nudged.Adrian Chadd2009-05-291-0/+14
* | Migrate the Xen hypervisor clock reading routines into somethingAdrian Chadd2009-05-294-49/+142
* | Make the rmlock(9) interface a bit more like the rwlock(9) interface:Robert Watson2009-05-296-18/+80
* | adds new device IDs.Weongyo Jeong2009-05-292-1/+6
* | Let vfs_lookup() return ENOTDIR if the path has a trailing slash andDag-Erling Smørgrav2009-05-292-9/+14
* | Fix misleading comment.Dag-Erling Smørgrav2009-05-291-1/+1
* | Reduce vertical whitespace and other minor style tweaks.Robert Watson2009-05-291-15/+2
* | The patch for r193011 was partially rejected when applied, complete it.Attilio Rao2009-05-291-2/+4
* | Document how to enable strict RFC 1034 enforcements.Xin LI2009-05-291-1/+14
* | Add an option to enforce strict RFC 1034 compliance.Xin LI2009-05-291-0/+4
* | Make dump -W show the level correctly.Brian Somers2009-05-291-1/+1
* | Add an EXIT STATUS section to the manual page. Currently, nc(1)Xin LI2009-05-291-0/+2
* | Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-2916-18/+26
* | Implement SI_ISALIST.Xin LI2009-05-291-1/+13
* | Fix the sysinfo(SI_HW_SERIAL, emulation so that we actually get theXin LI2009-05-291-4/+6
* | copyinstr(9) takes parameter 'len' as a size_t *, not int *.Xin LI2009-05-291-1/+2
* | de-register.Xin LI2009-05-297-43/+43
* | svr4_sys_getdents64() should not assume that the cookie would existXin LI2009-05-291-1/+4
* | Add new sysconfig bits, Fix the bogus numbering of the old bits.Xin LI2009-05-292-20/+71
* | Reverse the logic for ADAPTIVE_SX option and enable it by default.Attilio Rao2009-05-299-38/+75
* | Update netcat to the version carried with OpenBSD 4.5.Xin LI2009-05-282-10/+11
|\ \
| * | Vendor import of netcat as of OPENBSD_4_5.vendor/netcat/4.5Xin LI2009-05-282-9/+10
* | | Use prototype for usage(). This makes perror(1) WARNS=6 clean.Xin LI2009-05-281-2/+2
* | | Use strlcpy().Xin LI2009-05-281-2/+2
* | | Change the "-4" argument for nfsd and mountd to "-e" to avoidRick Macklem2009-05-284-18/+18
* | | Fix missed change from usb2_gen_descriptor to usb_gen_descriptorAndrew Thompson2009-05-281-1/+1
* | | Add the kernel build glue for the experimental NFS subsystem thatRick Macklem2009-05-287-34/+128
* | | Make *getpages()s' assertion on the state of each page's dirty bitsAlan Cox2009-05-283-3/+3
* | | s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-28135-3885/+3776
* | | Nobody spoke up, so assume my interpretation was correct and enable keywordDag-Erling Smørgrav2009-05-280-0/+0
* | | Fix style/grammar issues in fail(9) man page.Zachary Loafman2009-05-281-32/+43
* | | Match type for socket option (in practice, unnecessary, but stylistically it'...Zachary Loafman2009-05-281-1/+1
* | | Revert unnecessary memset after calloc.Zachary Loafman2009-05-281-1/+0
* | | Use a temporary variable to avoid a duplicate strlen().Dag-Erling Smørgrav2009-05-281-2/+3
* | | Some of the boot loader code only works on a ufs file system, but itDoug Rabson2009-05-282-8/+9