summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-11-09In dma_cachectl*(), try and perform fewer remote processor operations wheneverMiod Vallat
2007-11-09Do not bother checking for curproc != NULL if we know a trap comes fromMiod Vallat
2007-11-09Wrong logic in ubt_xmit_acl_start(); reported by Dmitry KomissaroffMiod Vallat
2007-11-09IPL_xxx values on hp300 are logical values (although some of them happen toMiod Vallat
2007-11-09Get rid of IPL_TTYNOBUF, it was handled exactly like IPL_TTY for years.Miod Vallat
2007-11-09Move splassert_check() from common m68k code to each m68k-based architecture,Miod Vallat
2007-11-09Fix PSLTOIPL and IPLTOPSL to only use three bits of interrupt mask.Miod Vallat
2007-11-09On MULTIPROCESSOR kernels, don't forget to grab the kernel lock whenMiod Vallat
2007-11-09Call prom_set_trap_table for secondary CPUs too.Mark Kettenis
2007-11-09Use the interrupt stack as the initial stack for spinning up secondary CPUs.Mark Kettenis
2007-11-09Make disklabel aware of NTFS.Joel Sing
2007-11-09Code to read in the cylinder groups is duplicated in a few spots,Thordur I. Bjornsson
2007-11-09Add Exar UARTs XR17C152, XR17C154 and XR17C158.Federico G. Schwindt
2007-11-09regen.Federico G. Schwindt
2007-11-09Add Exar UARTs XR17C152, XR17C154 and XR17C158.Federico G. Schwindt
2007-11-08Pass correct pointers to memcpy when concatanating strings/buffersCan Erkin Acar
2007-11-08convert the value to a string instead of using aml_val2str()Can Erkin Acar
2007-11-08Fix unsafe queue macro useBret Lambert
2007-11-07more low hanging fruit; Expand the nfsm_srvwcc_data() macroThordur I. Bjornsson
2007-11-07Check for pfi_kif's that are neither groups nor have a real interface.Marco Pfatschbacher
2007-11-07Fix a comment.Marc Balmer
2007-11-07regenBrad Smith
2007-11-07rename the Intel 82452 hostbridge chipset entry.Brad Smith
2007-11-07More SPLBIO around scsi_done.Kenneth R Westerback
2007-11-06Close a race where we might save/drop the fpu state of the wrong process inMark Kettenis
2007-11-06ramdisks should have the same behaviour as GENERICTheo de Raadt
2007-11-06all ACPI_ENABLE kernels need acpi_interrupt()Theo de Raadt
2007-11-06Do not panic in arpintr() if IF_DEQUEUE returns NULL, this is perfectly legalMiod Vallat
2007-11-06Keep a pending software interrupts mask per processor, instead of having itMiod Vallat
2007-11-06Comment out the pmap fine grained locking stuff, it is not necessary for nowMiod Vallat
2007-11-06Be sure to pmap_deactivate() a process during context switches, so thatMiod Vallat
2007-11-06Remove the now unused idle_u, and call the secondary processors startupMiod Vallat
2007-11-06regenMark Kettenis
2007-11-06Add Enable/Agere LU3X31T2.Mark Kettenis
2007-11-06Generalize most of the apple-specific code, since it works fine onDeanna Phillips
2007-11-06Expand the nfsm_srvfillattr() macro andThordur I. Bjornsson
2007-11-06Get rid of TC_IPL_xxx values and tc_intrlevel_t, and use IPL_xxx and int.Miod Vallat
2007-11-06syncAntoine Jacoutot
2007-11-06- from FreeBSD:Antoine Jacoutot
2007-11-06More scsi_done() at SPLBIO.Kenneth R Westerback
2007-11-06Fix SDF_DIRTY handling, eliminate useless SDF_FLUSHING. The sd_flush()Kenneth R Westerback
2007-11-06More scsi_done() at SPLBIO.Kenneth R Westerback
2007-11-06move acpi_read_pmreg() and acpi_write_pmreg() out of SMALL_KERNEL soTheo de Raadt
2007-11-05More scsi_done() at SPLBIO.Kenneth R Westerback
2007-11-05More scsi_done() at SPLBIO. Wrap more interrupt function calls whileKenneth R Westerback
2007-11-05I screwed the pooch. Fix the stack offsets.Tobias Weingartner
2007-11-05deinline nfs_attrtimeo(); and remove some associatedThordur I. Bjornsson
2007-11-05More scsi_done() at SPLBIO. Wrap more interrupt function calls whileKenneth R Westerback
2007-11-05More scsi_done() at SPLBIO. Wrap another interrupt function call whileKenneth R Westerback
2007-11-05Sprinkle a few holy membars around memory writes.Miod Vallat