summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-08-09syncTheo de Raadt
2001-08-09yet another damn winmodemTheo de Raadt
2001-08-08New timeouts.Miod Vallat
2001-08-08New timeouts, drahn@ sez go ahead.Miod Vallat
2001-08-08New timeouts. I've been running this since almost a whole year.Miod Vallat
2001-08-08New timeouts.Miod Vallat
2001-08-08New timeouts.Miod Vallat
2001-08-08move the com_raisedtr proto for timeout_setMichael Shalayeff
2001-08-08vga_{isa,pci}.h -> vga.h since the former no longer exists.Todd C. Miller
2001-08-08syncTheo de Raadt
2001-08-08IPCOMP removal. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-08-08remove IPCOMP. derradt@ ok.Jean-Jacques Bernard-Gundol
2001-08-08new stuffTheo de Raadt
2001-08-08initialize timeouts, since it's a copy of comattach; reported by Larry Moore ...Michael Shalayeff
2001-08-08remove IPCOMP option. deraadt@ ok.Jean-Jacques Bernard-Gundol
2001-08-08Remove IPCOMP option, it's now part of IPSEC option. You still need toJean-Jacques Bernard-Gundol
2001-08-08__dead doesn't work on function pointers.Artur Grabowski
2001-08-08leave the dma engines polling for a bit after the last descriptor has beenJason Wright
2001-08-08Initial support for RC4 operations (This probably won't work yet asJason Wright
2001-08-08__dead not __noreturn__Todd C. Miller
2001-08-08nuke __attribute__((__noreturn__)) when used in conjunction with __deadTodd C. Miller
2001-08-08nuke __attribute__((__noreturn__)) when used in conjunction with __deadTodd C. Miller
2001-08-08Fix broken logic in wait flags passed to extent_alloc.Artur Grabowski
2001-08-07Not used.Miod Vallat
2001-08-07One more typo.Miod Vallat
2001-08-07Change tsleep into ltsleep.Artur Grabowski
2001-08-07Sprinkle a few Holy Volatiles (tm).Miod Vallat
2001-08-07Make config(8) choose which source files to exclude, from the kernelMiod Vallat
2001-08-07For gcc >= 2.5 #define __dead and __pure using the __noreturn__Todd C. Miller
2001-08-07We now have predict_{true,false}Artur Grabowski
2001-08-07tag fixes; Denis Afonin <dfa@solo.ee>Jason Wright
2001-08-07Add a bunch of macros from NetBSD.Artur Grabowski
2001-08-07unused, bye bye.Brad Smith
2001-08-07enable ah & esp by default, now that we trust the code moreTheo de Raadt
2001-08-07remove this header which has been unused for over 3 yrs now.Brad Smith
2001-08-07syncTheo de Raadt
2001-08-07another ESS; hideishi@magisystem.netTheo de Raadt
2001-08-06remove vm_conf.h; art@ okMichael Shalayeff
2001-08-06Bring latest powerpc pmap.c fix here too.Miod Vallat
2001-08-06Remove legacy __BDEVSW_DUMP_OLD_TYPE code.Miod Vallat
2001-08-06__BDEVSW_DUMP_OLD_TYPE no more.Miod Vallat
2001-08-06Working kernel crash dumps.Miod Vallat
2001-08-06__BDEVSW_DUMP_OLD_TYPE no more.Miod Vallat
2001-08-06Working kernel crash dumps.Miod Vallat
2001-08-06Properly identify the boot drive on 147 if it is not scsi id #0.Miod Vallat
2001-08-06Correct misinitialization of a variable. This worked before?Dale Rahn
2001-08-06Don't drop packets if we're using an ACQUIRE policy and some errorAngelos D. Keromytis
2001-08-06Fix errant reference to DEBUG_INTR to use correct SIOP_DEBUG_INTR.Kenneth R Westerback
2001-08-06Add a new type voff_t (right now it's typedefed as off_t) used for offsetsArtur Grabowski
2001-08-06Use pool to allocate extent region descriptors.Artur Grabowski