summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Free allocated memory.rik2008-09-201-0/+1
* Remove some unused variables.rik2008-09-201-4/+3
* MFamd64 SVN rev 179749 CVS rev 1.620alc2008-09-201-15/+31
* Style(9) the show_nat() function.rik2008-09-201-1/+2
* Do not do the useless job for an empty table.rik2008-09-201-0/+5
* 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
* crunchgen doesn't work yet on mips. So sysinstall can't be built there.imp2008-09-191-1/+1
* pci_setup_intr() will only enable MSI/MSI-X for direct children. Add methodsrnoland2008-09-191-2/+18
* Rescue is "not yet" for MIPS.obrien2008-09-191-0/+4
* Move uuid_enc_le, uuid_dec_le, uuid_enc_be and uuid_dec_be symbolsemax2008-09-191-0/+3
* Change the wording to prefer 'forwarding' but still retain the word routing forthompsa2008-09-191-1/+2
* 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
* Bring the usage message in sync with the manual page.jkoshy2008-09-191-1/+2
* Keep symbols in sorted order.jkoshy2008-09-191-4/+4
* Add an example illustrating the use sleep(1) for performing timedjkoshy2008-09-191-2/+7
* Use the version of the kernel returned by getosreldate()rodrigc2008-09-191-6/+16
* 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
* MFP4: Add mips to the list of soft-float platforms.imp2008-09-191-2/+2
* mfp4: sort the architectures alphabetically...imp2008-09-191-1/+1
* Prefer the patch in p4 to the patch in svn as it properly sorts theimp2008-09-191-1/+1
* 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
OpenPOWER on IntegriCloud