summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Allow the gif module to be built without IPv6 support when NOINET6 isbrooks2004-11-261-1/+8
* Implement parts of the TCP_INFO socket option as found in Linux 2.6.rwatson2004-11-262-2/+120
* Add Intel RAID Controller SRCS16 and SRCU42X to the list of supportedsimon2004-11-261-1/+5
* Remove unused file.harti2004-11-261-300/+0
* Remove useless casts.cognet2004-11-261-2/+2
* WITNESS_DDB is now called WITNESS_KDB.simon2004-11-261-2/+2
* Implement 'setstate' to allow setting the state of drives and subdisksle2004-11-264-5/+140
* Style: prototypes, un-register and remove some empty lines.harti2004-11-2625-133/+100
* Implement checkparity/rebuildparity.le2004-11-268-13/+404
* Ignore MNT_NODEV option, it is implicit in choice of filesystem.phk2004-11-261-2/+0
* Ignore MNT_NODEV, it is implicit in choice of filesystem these days.phk2004-11-261-1/+1
* Eliminate null_open() and use instead null_bypass().phk2004-11-261-24/+0
* Fix LOR.phk2004-11-261-2/+2
* Fix a problem where our TCP stack would ignore RST packets if the receivesilby2004-11-252-4/+6
* Avoid comparing pointer against a numerical value by adding a * indelphij2004-11-251-1/+1
* Add first cut at dethaumagizing UFS mounting.phk2004-11-252-0/+150
* Add a convenience function for building nmount iov arrays.phk2004-11-252-0/+25
* Fix bug: don't let "synco" match "sync"phk2004-11-251-4/+2
* Forced commit to note that the previous raised WARNS to 3. This has beenharti2004-11-250-0/+0
* Include sys/sysctl.h on all architectures not only i386.harti2004-11-252-2/+1
* Allow a filesystem to have both old and new mount methods at the samephk2004-11-251-1/+2
* Don't use PAGE_SIZE to calculate controller-specific attributes.scottl2004-11-252-2/+3
* Regen.phk2004-11-252-5/+5
* Mark mount, unmount and nmount MPSAFEphk2004-11-251-3/+3
* Assert Giant held in vfs_domount() and vfs_dounmount()phk2004-11-251-3/+20
* Add some regression tests for the .SHELL target. I'm not sure that theharti2004-11-257-2/+124
* Fix a very long-standing error in handling .SHELL targets: this targetharti2004-11-251-46/+125
* Integrate the relevant bits of vfs_rootmountalloc() where it matters.phk2004-11-252-39/+18
* Increase a socket receive buffer size. This helps 'ngctl list'maxim2004-11-251-2/+4
* Use system wide no-op vfs_start function.phk2004-11-257-83/+0
* Remove the build32.sh hack, it is now slightly broken (missing somepeter2004-11-252-82/+4
* Remove a duplicate line from an apparent merge error in rev 1.63.brooks2004-11-251-1/+0
* Gentle code cleanup for the maximum make(1) level foo. This moves it to ajmallett2004-11-241-18/+28
* MLINK vge.4 to if_vge.4brueffer2004-11-241-0/+1
* Xref polling.4 and bump .Ddbrueffer2004-11-2412-12/+24
* Try to close a potential, but serious race in our VM subsystem.delphij2004-11-241-2/+15
* Note that 4.11 will be the first 4.x based release to includebrueffer2004-11-241-0/+2
* Teach periodic(8) security output to display information about blockedmlaier2004-11-244-1/+65
* Link critical_enter.9 to critical.9 to make it easier to find.rwatson2004-11-241-1/+2
* o Report charge/discharge rate and remaining capacity in the properimp2004-11-241-7/+38
* - If the COMSPEED is set to 0, then don't try to initialize the serial portjhb2004-11-241-10/+10
* phk jumped the gun and posted what looks like a preliminary version ofimp2004-11-241-4/+8
* Fix comments for serial I/O function prototypes that were broken in thejhb2004-11-241-5/+10
* Correct mutexes names in comment.pjd2004-11-241-2/+2
* Dump current status of battery as well.phk2004-11-241-0/+8
* Return ATA register values in the request struct when ATAREQUEST returns.sos2004-11-242-5/+10
* Fix a typo in an error message.mux2004-11-241-1/+1
* fix a bug that leads to a crash when binat rules of the formdhartmei2004-11-241-1/+1
* In tcp_reass(), assert the inpcb lock on the passed tcpcb, since therwatson2004-11-232-24/+38
* Assign if_broadcastaddr to NULL not 0 in if_attach().rwatson2004-11-231-8/+10
OpenPOWER on IntegriCloud