summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2007-11-12shortenTheo de Raadt
2007-11-12Select the right GDT entry for interrupt handlers on i386 systems whenChristopher Pascoe
2007-11-11Don't leak pfstatekey upon insert conflict (most often caused via pfsync).Christopher Pascoe
2007-11-11Rework ipi handling to delay acking the maskable ipi interrupt, so that itMiod Vallat
2007-11-11Give more information in ``machine cpu'' under ddb.Miod Vallat
2007-11-11Replace next_tick() with simpler C code that I can actually understand.Mark Kettenis
2007-11-11Revert useless textual optimization that resulted in 16 bytes beingKenneth R Westerback
2007-11-11Remove all code that prints to the console or writes to the log afterMarc Balmer
2007-11-11Add spurious interrupt detection to macebus. This allows for the detectionJoel Sing
2007-11-11The interrupt routine doesn't need to explicity invoke splbio/splx.Kenneth R Westerback
2007-11-11Use two software interrupt sources per processor for IPIs, instead of onlyMiod Vallat
2007-11-11In dma_cachectl(), flush unconditionnaly on all processors, regardless of theMiod Vallat
2007-11-11syncMartin Reindl
2007-11-11support little I-O DATA UPS GPS thingyTheo de Raadt
2007-11-11bring in ~7 years worth of improvements and bug fixes from NetBSDJacob Meuser
2007-11-10syncTheo de Raadt
2007-11-102 port usb hub with ethernet in it..Theo de Raadt
2007-11-10do not check malloc return value against NULL, as M_WAITOK is usedCharles Longeau
2007-11-10- syncAntoine Jacoutot
2007-11-10- add support for more multifunction Epson devices (from FreeBSD and SANE).Antoine Jacoutot
2007-11-10weel -> wellJoel Sing
2007-11-10Clean up some debugging left-overs.Marc Balmer
2007-11-10- Fix command timeouts in certain scenarios (like under X11)Marcus Glocker
2007-11-10knf.Marc Balmer
2007-11-10Activate umbg(4) on macppc.Marc Balmer
2007-11-10Activate umbg(4) in i386.Marc Balmer
2007-11-10umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77Marc Balmer
2007-11-10Remove a fair amount of duplicated code by making cpu_mp_startup callMark Kettenis
2007-11-10For single-processor kernels, only match the CPU we're running on.Mark Kettenis
2007-11-09Be more careful when handling ipis:Miod Vallat
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