summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-11-29Put this back in...Brad Smith
2005-11-29Fix IPv6 hmac calculation.Marco Pfatschbacher
2005-11-29from the diffs so old they're growing mold dept:Ted Unangst
2005-11-29apply patch from david hill for two netbsd prs:Ted Unangst
2005-11-29Fix bus_dma code to eliminate my busted logic, align usage with manKenneth R Westerback
2005-11-29something in the eurobsdcon route-a-thon broke my simple home networkJolan Luff
2005-11-29backout miod's change because he did not compile libc.Theo de Raadt
2005-11-29add some casts to please lint. these are the typical tv_sec vs time_tTheo de Raadt
2005-11-29potential memory leak in hifn7751.c:hifn_newsession; 3873, fixed by jasonTheo de Raadt
2005-11-28correct attach() outputTheo de Raadt
2005-11-28no need for printf; man page should describe functionalityTheo de Raadt
2005-11-28Added ipmi watchdog code, based on esm watchdog code by dlg@Jordan Hargrave
2005-11-28Correct parameter in bus_dmamem_alloc().Kenneth R Westerback
2005-11-28Maintain an interrupt depth counter for CLKF_INTR to be correct.Miod Vallat
2005-11-28Switch to per-process AST flags and clean AST-related codepaths; speeds upMiod Vallat
2005-11-28spacingTheo de Raadt
2005-11-28Added dlg@ watchdog code for enabling ESM2 watchdog timerJordan Hargrave
2005-11-28Remove older-than-gramps poor man's assym.h defines; .S files do not even needMiod Vallat
2005-11-28Leftovers from picatimes.Miod Vallat
2005-11-28syncTheo de Raadt
2005-11-28tapwave zodiac is a uvisor interfaceTheo de Raadt
2005-11-28Fixed Motherbobrd typoJordan Hargrave
2005-11-28Added sysids for PowerVault/PowerApp ESM2 systemsJordan Hargrave
2005-11-28back out the last 2 commits to bge(4) for now.Brad Smith
2005-11-28use atop(), remove last traces of Mach macros from hppa and hppa64Martin Reindl
2005-11-28probe before match; ok jordan marcoTheo de Raadt
2005-11-28attempt to cope with the other versions of the chipsTheo de Raadt
2005-11-28back out last change, caused me panics on jumbo packets, ok deraadt@Peter Stromberg
2005-11-28another dangling semicolon from Matthias BauerMichael Shalayeff
2005-11-28- consistently use x86_round_pdr() allowing us to remove the superfluousMartin Reindl
2005-11-28fix month-old breakage found by genududes (after henning's breakage)Michael Shalayeff
2005-11-28more breakageMarkus Friedl
2005-11-28unbreak route deletion (from revision 1.55; obviously too much eyebleeding)Markus Friedl
2005-11-28Correctly report channel. PR 4728.Jonathan Gray
2005-11-28ansi/deregister.Jonathan Gray
2005-11-27Hide a few things from _LOCORE.Miod Vallat
2005-11-27repair builds. ramdisk kernels forgotten about again.Theo de Raadt
2005-11-27don't let anything outside route.c access the routing table heads directly,Henning Brauer
2005-11-27Move bpf_mtap() after trunk_*_input() so that we hopefull see only oneRyan Thomas McBride
2005-11-27Attempt to accept a packet only once when operating in failover mode.Ryan Thomas McBride
2005-11-27Get rid of the `len' locator for VME devices, since mappings have a pageMiod Vallat
2005-11-27Nuke autoconf.h commons.Miod Vallat
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-11-27Don't set MNT_UPDATE and MNT_RELOAD before acquiring the mount pointPedro Martelletto
2005-11-27regenBrad Smith
2005-11-27- add Creative PCI ids for AWE64D, SoundBlaster Audigy 1/2/4, and another PCIBrad Smith
2005-11-27In the core of the idle loop, be sure to invoke spl0 more than once toMiod Vallat
2005-11-27Completly remove transition path INIT -> MASTER.Marco Pfatschbacher
2005-11-27Sort the IP addresses in ascending order when doing the carp hmac; makesRyan Thomas McBride
2005-11-27Fix dereference of uninitialised pointer in trunk_input() error path.Ryan Thomas McBride