summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix error message content.zec2008-09-211-1/+1
* fix compilation on 64-bit platform w/ ATH_DEBUGsam2008-09-211-1/+2
* fix memory smash on lp64 platforms; mostly noticeable in user modesam2008-09-211-0/+5
* Allow the d_mmap driver methods to use cdevpriv KPI during verificationkib2008-09-201-0/+2
* fdescfs, devfs, mqueuefs, nfs, portalfs, pseudofs, tmpfs and xfskib2008-09-208-15/+29
* Initialize va_rdev to NODEV instead of 0 or VNOVAL in VOP_GETATTR().kib2008-09-209-9/+9
* Initialize va_rdev to NODEV and va_fsid to VNOVAL before thekib2008-09-201-0/+2
* Initialize va_flags and va_filerev properly in VOP_GETATTR(). Don'tkib2008-09-204-12/+1
* Initialize birthtime fields in vn_stat() to prevent stat(2) fromkib2008-09-201-0/+9
* Fix clone destruction, can't use the simple api because that does not removethompsa2008-09-203-3/+3
* MFamd64 SVN rev 179749 CVS rev 1.620alc2008-09-201-15/+31
* Revert this part of r183203 which wasn't meant to be committed, yet.marius2008-09-201-2/+0
* Remove duplicate entry accidentally introduced with r183202.marius2008-09-202-1/+2
* Some of the assembly files depend on v9a/v9b-only instructions somarius2008-09-201-3/+8
* Use the STICK timers only when absolutely necessary, i.e. if a machinemarius2008-09-203-29/+33
* Move #defines for MRT-related constants from net/route.c tozec2008-09-202-20/+21
* Fix issue with tom loading by moving cxgb_log_tcb in to tomkmacy2008-09-193-1/+30
* Backout rev 183181. It appears that I should have been using boot-devicesobomax2008-09-192-30/+1
* Add atheros HAL building so the IDT kernel can build.imp2008-09-191-0/+7
* mips_subr.c was in the Juniper code drop, but didn't have anyimp2008-09-191-1/+0
* pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methodsrnoland2008-09-191-2/+18
* Clean up DSDT and XSDT correctly instead of FADT when the tables are bad.jkim2008-09-191-2/+2
* Regenerate for r183188.obrien2008-09-194-7/+14
* Add freebsd32 compat shim for nmount(2).obrien2008-09-194-10/+51
* On PowerPC send output to both "/chosen/stdout" and "screen" nodes, unlesssobomax2008-09-192-1/+30
* Even though snp(4) in SVN is still broken, remove the unneeded D_NEEDMINOR.ed2008-09-191-1/+1
* Add a vendor ID for 3G Green Green Globe Co., Ltd, found inkevlo2008-09-191-0/+1
* fix a another driver bug related with tsleep() during detaching thatweongyo2008-09-191-6/+18
* clear pending callbacks when the driver try to change the stateweongyo2008-09-191-0/+2
* MFp4: Merge interrupt code from p4imp2008-09-192-37/+15
* MFp4: Update the interrupt code from perforce.imp2008-09-192-52/+11
* Merge from p4: add bpfimp2008-09-191-0/+2
* Merge from p4: add Juniper license statement.imp2008-09-192-2/+63
* MFamd64 SVN rev 179471 CVS rev 1.619alc2008-09-191-5/+3
* When attaching framebuffer to "/chosen/stdout" node fails, try attachingsobomax2008-09-191-2/+10
* Fix two panics:kmacy2008-09-181-3/+4
* Move the protocol and port count checks to outside the loop, these conditionsthompsa2008-09-181-8/+8
* Whitespace fixes. This file also had 7 space indent in a few places.jhb2008-09-181-40/+38
* Various style fixes. 7 space indent is just odd.jhb2008-09-181-74/+74
* Sort includes.jhb2008-09-181-8/+8
* Mips needs the same treatment for atomic_or_8 as the other RISCyimp2008-09-182-2/+4
* Clear any possibly pending PCI error bits left by the firmware. Thesemarius2008-09-182-64/+56
* - Recognize SAVE and OSXSAVE extended processor features.stas2008-09-182-4/+4
* No FORTH for MIPS.obrien2008-09-181-0/+4
* Catch up with intr_event_create() API changes.obrien2008-09-181-2/+2
* Catch up with intr_event_create() API changes.obrien2008-09-181-1/+1
* Just a fixup for a KTRACE message I stumbled upon many moons ago.sbruno2008-09-181-1/+1
* Add a new cam_status CAM_SCSI_IT_NEXUS_LOST. This will be used by future pat...sbruno2008-09-181-0/+1
* - Add a missing prototype.marius2008-09-181-2/+2
* - Newer firmware versions no longer provide SUNW,stop-self so justmarius2008-09-183-30/+58
OpenPOWER on IntegriCloud