summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2001-08-11no need to include vm_prot.h here.Artur Grabowski
2001-08-11make this compile without akbd in the kernel configuration.Matthieu Herrb
2001-08-11Add support for ICMP errors referring to ICMP queries/replies. FixesDaniel Hartmeier
2001-08-11Some fixes from NetBSD.Artur Grabowski
2001-08-11Various random fixes from NetBSD.Artur Grabowski
2001-08-11document the fast thingy on the VScom PCI-200LTheo de Raadt
2001-08-11Define INFTIM to -1, as appears everywhere. Talk about it in theFederico G. Schwindt
2001-08-11move hifn_stats definition to headerJason Wright
2001-08-11GC some unused malloc types.Artur Grabowski
2001-08-11remove some old cruft.Artur Grabowski
2001-08-11swapmap is gone forever.Artur Grabowski
2001-08-11Make m18x_cmmu.c only compiled if support for 187 or 188 is required.Miod Vallat
2001-08-11Use more sensible malloc type.Artur Grabowski
2001-08-11Include files serve a purpose. Move lots of extern statements fromMiod Vallat
2001-08-11Make iomap_mapout() a void function, since its return value is always 1Miod Vallat
2001-08-10allocate tx dma maps in attach instead of creating/destroying them for each txJason Wright
2001-08-10convert V->P table memory allocations to pool.Dale Rahn
2001-08-10- make transmit use linked lists not indexed arrays (more like it was when I ...Jason Wright
2001-08-09- scb_wait() is now time based (not cpu speed based)Jason Wright
2001-08-09Use a startup hook for the rest of the chip initialization.Hakan Olsson
2001-08-09Don't check the source address on the packet vs. the one on the SA, asAngelos D. Keromytis
2001-08-09typo: ALTQ_CQB -> ALTQ_CBQKenjiro Cho
2001-08-09Force alignment of blocks so that we don't crash on strict alignmentHeikki Korpela
2001-08-09Unshare signal actions on exec, from NetBSD. While I am here a little KNF ni...Niklas Hallqvist
2001-08-09change a maze of altq options into just "altq" for the base+red+cbq, andTheo de Raadt
2001-08-09Correct linux-compat sigaltstack implementation.Niklas Hallqvist
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