| Commit message (Expand) | Author | Age | Files | Lines |
* | account tx retry-fail errors in if_oerrors. | damien | 2006-01-21 | 1 | -1/+8 |
* | Remove the commented out entry of the old ISA-only le(4) driver which | marius | 2006-01-21 | 1 | -3/+0 |
* | The daemon's child shouldn't go on with the for loop | yar | 2006-01-21 | 1 | -6/+7 |
* | Use pidfile(3) provided by libutil to manage the deamon's pid file. | yar | 2006-01-21 | 2 | -30/+25 |
* | Remove some dead code. | trhodes | 2006-01-21 | 1 | -18/+7 |
* | Prevent dereferencing a NULL pointer if the malloc() fails. | netchild | 2006-01-21 | 1 | -9/+10 |
* | Adjust tx power based on user preferences. | damien | 2006-01-21 | 1 | -0/+3 |
* | Fix stack corruptions on amd64. | bz | 2006-01-21 | 7 | -59/+13 |
* | o fix initialization sequence. | damien | 2006-01-21 | 2 | -5/+28 |
* | Check for BGE_RXBDFLAG_IP_CSUM flag before marking mbuf as with valid | glebius | 2006-01-21 | 1 | -4/+5 |
* | Add two new ural(4) product ids. | damien | 2006-01-21 | 2 | -0/+4 |
* | sync w/ openbsd: | damien | 2006-01-21 | 2 | -54/+104 |
* | Remove unused pointer. | joel | 2006-01-21 | 2 | -5/+0 |
* | Fix computation of the tx retry count in AMRR. | damien | 2006-01-21 | 1 | -2/+2 |
* | Native 32bit recording is turned on, although broken on some hardware. | joel | 2006-01-21 | 1 | -5/+3 |
* | - Remove debugging printfs. | glebius | 2006-01-21 | 1 | -240/+243 |
* | Rev MPI spec to 1.05.09 level in preparation for SAS support. | mjacob | 2006-01-21 | 15 | -143/+3260 |
* | Make the ACPI and OpenFirmware PCI bus drivers subclasses of the generic | jhb | 2006-01-20 | 2 | -67/+5 |
* | Make the 'pci_devclass' pointer variable private (drivers really shouldn't | jhb | 2006-01-20 | 3 | -5/+3 |
* | When loading a driver that is a subclass of another driver don't set the | jhb | 2006-01-20 | 1 | -1/+11 |
* | I figured out my problem. When I copied the stuff I was going to commit | ambrisko | 2006-01-20 | 0 | -0/+0 |
* | Fix the build. When I added the lutimes the futimes definitions | ambrisko | 2006-01-20 | 1 | -0/+5 |
* | Turn on native 32bit recording (at 48000hz). | ariff | 2006-01-20 | 1 | -1/+1 |
* | CAM_NEW_TRAN_CODE placeholders for SAS support. | mjacob | 2006-01-20 | 2 | -5/+25 |
* | Regen. | ambrisko | 2006-01-20 | 4 | -9/+9 |
* | Add 32bit version of lutimes so untar doesn't mess up sym-links on amd64. | ambrisko | 2006-01-20 | 2 | -2/+23 |
* | Fix up some cut-n-paste damage and some out-of-date comments. | rees | 2006-01-20 | 1 | -29/+34 |
* | Use thread0 instead of user's thread for sobind. | rees | 2006-01-20 | 1 | -1/+5 |
* | Don't log an error on tcp connection reset, even if we don't get ECONNRESET. | rees | 2006-01-20 | 1 | -2/+2 |
* | Fix m_getjcl() the right way this time. | andre | 2006-01-20 | 1 | -1/+3 |
* | Add myself to the list (Ehi, I'm not the youngest!) | matteo | 2006-01-20 | 1 | -0/+1 |
* | m_getjcl() should return the address of the mbuf, not the | andre | 2006-01-20 | 1 | -1/+1 |
* | An attemp to make driver more readable and attaractive for further | glebius | 2006-01-20 | 1 | -459/+419 |
* | - Change the return type for init_tables from void to int so we can propagate | csjp | 2006-01-20 | 1 | -10/+25 |
* | Improve error-handling related to the fork() done to compress files after | gad | 2006-01-20 | 1 | -15/+38 |
* | Ruthless vchan speed workaround against the dreaded sb16 / sb16x. It appear | ariff | 2006-01-20 | 1 | -3/+9 |
* | Destroy the dynamic rule zone in the event that we fail to insert the | csjp | 2006-01-20 | 1 | -0/+1 |
* | Use uintptr_t rather than size_t when casting pointers to integers. Also, | jasone | 2006-01-20 | 1 | -44/+45 |
* | Build a minimal pagetables, with only section mappings, mapped write through, | cognet | 2006-01-20 | 2 | -6/+55 |
* | Use nfs4_disconnect for connections opened with nfs4_connect. | rees | 2006-01-19 | 1 | -2/+2 |
* | Security levels are not discussed further in init.8; we moved that | ceri | 2006-01-19 | 1 | -3/+1 |
* | Revert addtion of assertions in revision 1.99. These assertions cause | jasone | 2006-01-19 | 1 | -7/+0 |
* | Add assertions that detect some forms of region separator corruption. | jasone | 2006-01-19 | 1 | -0/+7 |
* | Remove loops in arena_coalesce(). They are no longer necessary, now that | jasone | 2006-01-19 | 1 | -4/+5 |
* | Add myself to the calendar | vd | 2006-01-19 | 1 | -0/+1 |
* | Add myself. | anray | 2006-01-19 | 1 | -0/+1 |
* | fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl', | dhartmei | 2006-01-19 | 1 | -1/+1 |
* | In order to maintain interoperability with certain broken FTP servers, | des | 2006-01-19 | 1 | -2/+18 |
* | Make all internal variables and functions static. | jasone | 2006-01-19 | 1 | -12/+15 |
* | Add the RB_PROTOTYPE_STATIC and RB_GENERATE_STATIC macros. | jasone | 2006-01-19 | 3 | -25/+49 |