aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Disable some un-needed console debugging.Adrian Chadd2009-05-181-1/+1
* | Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg().Dmitry Chagin2009-05-182-9/+25
* | This patch resolves the following issues:Qing Li2009-05-181-1/+196
* | DMA synchronization fixes:Xin LI2009-05-181-16/+13
* | Remove redundant whitespaceBrian Somers2009-05-181-3/+2
* | Correct types of PHY, per http://bcm-specs.sipsolutions.net/PHYVersioningWarner Losh2009-05-181-1/+2
* | tbr_timeout() is a timer driven function[1]. While the previous commitBjoern A. Zeeb2009-05-181-10/+21
* | Turns out that my BCM4318 has a PCI ID of 0x4319, which lead me toWarner Losh2009-05-181-10/+12
* | Several changes to vfs_bio_clrbuf():Alan Cox2009-05-171-13/+11
* | Document sbuf_new_auto().Christian Brueffer2009-05-171-2/+18
* | Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.Bjoern A. Zeeb2009-05-171-0/+1
* | Put the structs under #ifndef VIMAGE_GLOBALS as some constants are notBjoern A. Zeeb2009-05-171-2/+0
* | Unbreak options VIMAGE builds, in a followup to r192011 which did notBjoern A. Zeeb2009-05-171-0/+2
* | Eliminate a pointless call to pmap_clear_reference() from vm_pageout_scan().Alan Cox2009-05-171-1/+2
* | Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). ThisAlan Cox2009-05-173-8/+45
* | add TRENDnet TEW-504UB/EUSam Leffler2009-05-172-0/+2
* | fix 11a channel use; mark OFDM operation correctlySam Leffler2009-05-171-2/+2
* | Fix the acquisition of local locks via VOP_ADVLOCK() by theRick Macklem2009-05-171-11/+28
* | Added a SYSCTL to sys/fs/nfsserver/nfs_nfsdport.c so that the value ofRick Macklem2009-05-171-6/+14
* | Print an extra newline when not at the first column already.Ed Schouten2009-05-171-1/+2
* | Several cleanups to tty_info(), better known as Ctrl-T.Ed Schouten2009-05-171-25/+25
* | Fix the example.Edward Tomasz Napierala2009-05-171-2/+3
* | Improve the accf_dns_load description.Christian Brueffer2009-05-171-1/+1
* | - do not create and mount new file systems on top of the old ones on everyDaniel Gerzo2009-05-171-2/+4
* | Merge r191964: Eliminate a case of unnecessary page queues locking.Alan Cox2009-05-171-4/+1
* | add zfs oid to bsnmpdKip Macy2009-05-171-0/+1
* | When finding processes, ignore ourself and our ancestors. It is almostBrian Somers2009-05-172-5/+40
* | set createtxg prop nameKip Macy2009-05-171-1/+1
* | Add a -d option to ps to display descendant info with the output.Brian Somers2009-05-174-15/+167
* | SAVESTART implies SAVENAMEKip Macy2009-05-171-2/+2
* | enable adaptive spinning on zfs locksKip Macy2009-05-162-4/+4
* | Changed sys/fs/nfs_clbio.c in the same way Alan Cox changedRick Macklem2009-05-161-3/+3
* | Enhance the safety of the -U option:Doug Barton2009-05-161-9/+13
* | Drop clause 3 of the license as per rev. 1.35 from OpenBSD.Christian Brueffer2009-05-161-2/+0
* | correct range in commentKip Macy2009-05-161-1/+1
* | update vm map commentKip Macy2009-05-161-1/+0
* | Sync up to rev. 1.25 from OpenBSD:Christian Brueffer2009-05-161-8/+4
* | Add -L to the mtree invocation to chase symbolic links that are presentDoug Barton2009-05-161-1/+1
* | Increase default kernel map to 512GBKip Macy2009-05-161-2/+2
* | 1. New feature; option to have the script loop until a specified hostnameDoug Barton2009-05-164-7/+142
* | - allow forced unmountsKip Macy2009-05-161-4/+4
* | Trim trailing whitespace from the end of a lineDoug Barton2009-05-161-1/+1
* | only use direct map if system has more than 2GBKip Macy2009-05-161-1/+1
* | apply band-aid to x86_64 systems with more physical memory than kmem by alloc...Kip Macy2009-05-163-13/+109
* | Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC andDmitry Chagin2009-05-164-2/+32
* | Return EINVAL in case when the incorrect or unsupportedDmitry Chagin2009-05-162-0/+12
* | Use the protocol family constants for the domain argument validation.Dmitry Chagin2009-05-161-3/+5
* | Emulate SO_PEERCRED socket option.Dmitry Chagin2009-05-162-1/+26
* | - Fix spelling.Ulf Lilleengen2009-05-161-1/+1
* | o Add missed semicolon in action script.Maxim Konovalov2009-05-161-1/+1