summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-27apic: Removed unused apic_eoi()HEADmasterSepherosa Ziehau4-10/+0
2011-01-27intr: Remove wrongly-coded nexus_config_intr()Sepherosa Ziehau1-27/+0
2011-01-27ioapic: Support upto 192 IDT entriesSepherosa Ziehau8-67/+1106
2011-01-27intr: Enable 192 IDT entries in machine independent codeSepherosa Ziehau1-1/+1
2011-01-27intr: Prepare to support 192 IDT entries; don't allow syscall to be taken.Sepherosa Ziehau4-2/+6
2011-01-27pc32: Move ipl.s and ipl_funcs.c from isa/ to i386/Sepherosa Ziehau3-3/+3
2011-01-26kernel: Remove some no longer used stuff in clock.c.Sascha Wildner2-60/+0
2011-01-26ext2fs: Remove some unused variables.Sascha Wildner3-11/+2
2011-01-26fifofs: Remove an unused variable.Sascha Wildner1-2/+1
2011-01-26kernel: Remove an unused variable.Sascha Wildner1-3/+1
2011-01-25kernel -- lockmgr debugging.Venkatesh Srinivas4-6/+89
2011-01-25nullfs: Remove a no longer used variable.Sascha Wildner1-5/+1
2011-01-25kernel -- tmpfs: Mark tmpfs_write MPSAFE.Venkatesh Srinivas2-2/+13
2011-01-25Add /usr/pkg/bin to a few paths in our building infrastructure.Sascha Wildner3-3/+3
2011-01-25bsd-family-tree: Sync with FreeBSD.Sascha Wildner1-15/+19
2011-01-25Sync zoneinfo database with tzdata2011a from elsie.nci.nih.govSascha Wildner3-25/+80
2011-01-24clock: Remove no longer used statclock_disable and related codeSepherosa Ziehau6-74/+16
2011-01-24Clean up the cryptdisks rc script a bit.Sascha Wildner1-25/+14
2011-01-24em/emx: Reserve 2 (instead of 1) TX descriptors for TX ringSepherosa Ziehau2-4/+4
2011-01-23kernel - Fix a case where a panic dump can stallMatthew Dillon11-20/+47
2011-01-23Merge branch 'master' of ssh://crater.dragonflybsd.org/repository/git/dragonflyMatthew Dillon1-0/+2
2011-01-23kernel: Silence an unused variable warning.Sascha Wildner1-0/+2
2011-01-23kernel - stop cpus on panic whether the debugger is entered or notMatthew Dillon1-0/+8
2011-01-23Switch back to using CSTD=gnu89 for a number of things again.Sascha Wildner3-0/+3
2011-01-23pppd(8): Fix some CSTD=gnu99 fallout.Sascha Wildner2-0/+3
2011-01-23rcs(1): Raise WARNS to 2 and fix warnings.Sascha Wildner14-31/+49
2011-01-23libthread_xu: Raise WARNS to 5 and fix warnings.Sascha Wildner6-3/+14
2011-01-23sort(1): Raise WARNS to 2 and fix warnings.Sascha Wildner3-5/+6
2011-01-22Remove another 8k PAGE_SIZE test in vm_page.h.Venkatesh Srinivas1-4/+0
2011-01-22manpages: Fix some more typos.Sascha Wildner7-12/+7
2011-01-22manpages: Fix some typos.Sascha Wildner2-3/+3
2011-01-21lwbuf.9: Remove trailing whitespace.Sascha Wildner1-4/+4
2011-01-21kernel - Conditionalize ipiq debuggingMatthew Dillon1-1/+2
2011-01-21kernel - Fix lockup when debug.ktr.resynchronize is enabledMatthew Dillon1-59/+25
2011-01-21kernel -- vm_page: Remove ifdef for 8K page size.Venkatesh Srinivas1-5/+1
2011-01-20Remove sys/mplock2.h from more files.Venkatesh Srinivas6-6/+0
2011-01-20Update token(9) removing MPSAFE flag and adding description to lwkt_token_init.Venkatesh Srinivas1-7/+5
2011-01-20Remove mplock2.h include from files not using the mplock.Venkatesh Srinivas3-5/+0
2011-01-20pf_socket_lookup: Don't domsg, which could easily lockup network systemSepherosa Ziehau1-0/+27
2011-01-20pf_socket_lookup: lwkt_domsg is to be used, don't kmalloc the msg.Sepherosa Ziehau1-2/+3
2011-01-20test - Make fsstress compile under x86-64Matthew Dillon1-22/+24
2011-01-20kernel - Remove mplock shims from global tokensMatthew Dillon1-3/+0
2011-01-20kernel - Remove mplock shims from global tokensMatthew Dillon47-150/+73
2011-01-20HAMMER VFS - vfs.hammer.double_buffer adjustmentsMatthew Dillon1-1/+3
2011-01-20ipflow: Use CPUMASKSepherosa Ziehau1-1/+1
2011-01-20kernel -- tmpfs: MPSAFE tmpfs_getattr.Venkatesh Srinivas2-1/+4
2011-01-20Update lwbuf(9) manpage for recent lwbuf_alloc change.Venkatesh Srinivas1-2/+8
2011-01-20kernel - Optimize the x86-64 lwbuf APIMatthew Dillon17-41/+90
2011-01-19kernel - Fix deadlock assertion panic with mmap/read combosMatthew Dillon3-35/+80
2011-01-19kernel - Use atomic ops for devstat's ds->busy_count field.Matthew Dillon1-5/+6