summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Avoid a vm object reference leak in a rarely used code path.alc2006-01-211-10/+7
* Convert to ANSI C function declarations.rwatson2006-01-211-83/+36
* Return EPERM from lookup() if cn_nameiop is DELETE or RENAME andtruckman2006-01-211-4/+11
* Convert iir inlines to ANSI C function declarations.rwatson2006-01-211-10/+4
* Convert last four functions in coda_vnops.c to ANSI C functionrwatson2006-01-212-28/+12
* Convert remaining functions in vfs_subr.c from K&R prototypes to ANSI Crwatson2006-01-211-82/+34
* Fix panic on boot due to not all SATA chipsets having SSTATUS registerisos2006-01-211-3/+3
* Backput the "Dell ID" part of the last commit, it was already tried innetchild2006-01-211-5/+0
* Merge rev. 1.5 and 1.6 from DFly:netchild2006-01-211-7/+12
* account tx retry-fail errors in if_oerrors.damien2006-01-211-1/+8
* Remove the commented out entry of the old ISA-only le(4) driver whichmarius2006-01-211-3/+0
* Remove some dead code.trhodes2006-01-211-18/+7
* Prevent dereferencing a NULL pointer if the malloc() fails.netchild2006-01-211-9/+10
* Adjust tx power based on user preferences.damien2006-01-211-0/+3
* Fix stack corruptions on amd64.bz2006-01-217-59/+13
* o fix initialization sequence.damien2006-01-212-5/+28
* Check for BGE_RXBDFLAG_IP_CSUM flag before marking mbuf as with validglebius2006-01-211-4/+5
* Add two new ural(4) product ids.damien2006-01-212-0/+4
* sync w/ openbsd:damien2006-01-212-54/+104
* Remove unused pointer.joel2006-01-212-5/+0
* Fix computation of the tx retry count in AMRR.damien2006-01-211-2/+2
* - Remove debugging printfs.glebius2006-01-211-240/+243
* Rev MPI spec to 1.05.09 level in preparation for SAS support.mjacob2006-01-2115-143/+3260
* Make the ACPI and OpenFirmware PCI bus drivers subclasses of the genericjhb2006-01-202-67/+5
* Make the 'pci_devclass' pointer variable private (drivers really shouldn'tjhb2006-01-203-5/+3
* When loading a driver that is a subclass of another driver don't set thejhb2006-01-201-1/+11
* Fix the build. When I added the lutimes the futimes definitionsambrisko2006-01-201-0/+5
* Turn on native 32bit recording (at 48000hz).ariff2006-01-201-1/+1
* CAM_NEW_TRAN_CODE placeholders for SAS support.mjacob2006-01-202-5/+25
* Regen.ambrisko2006-01-204-9/+9
* Add 32bit version of lutimes so untar doesn't mess up sym-links on amd64.ambrisko2006-01-202-2/+23
* Fix up some cut-n-paste damage and some out-of-date comments.rees2006-01-201-29/+34
* Use thread0 instead of user's thread for sobind.rees2006-01-201-1/+5
* Don't log an error on tcp connection reset, even if we don't get ECONNRESET.rees2006-01-201-2/+2
* Fix m_getjcl() the right way this time.andre2006-01-201-1/+3
* m_getjcl() should return the address of the mbuf, not theandre2006-01-201-1/+1
* An attemp to make driver more readable and attaractive for furtherglebius2006-01-201-459/+419
* - Change the return type for init_tables from void to int so we can propagatecsjp2006-01-201-10/+25
* Ruthless vchan speed workaround against the dreaded sb16 / sb16x. It appearariff2006-01-201-3/+9
* Destroy the dynamic rule zone in the event that we fail to insert thecsjp2006-01-201-0/+1
* Build a minimal pagetables, with only section mappings, mapped write through,cognet2006-01-202-6/+55
* Use nfs4_disconnect for connections opened with nfs4_connect.rees2006-01-191-2/+2
* fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl',dhartmei2006-01-191-1/+1
* Add the RB_PROTOTYPE_STATIC and RB_GENERATE_STATIC macros.jasone2006-01-191-18/+28
* Rev ioctl to get scan results:sam2006-01-182-29/+175
* Fix bio leak in case of malloc(9) failure.pjd2006-01-181-0/+1
* Remove dead code.pjd2006-01-181-2/+0
* Remove dead code.pjd2006-01-181-2/+0
* Return the thread name in the kinfo_proc structure.julian2006-01-182-2/+9
* Duh! put the thread name into the section that is zero'd on allocationjulian2006-01-181-1/+1
OpenPOWER on IntegriCloud