summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2000-11-09new timeouts; aaron@ okMichael Shalayeff
2000-11-09new timeoutsMichael Shalayeff
2000-11-09PHOLD the nfsd.Artur Grabowski
PRELE the nfsiod when it exits (shouldn't be necessary to PHOLD it because it's a kernel thread, but it doesn't hurt.
2000-11-09PHOLD/PRELE instead manual fiddling with p_holdcntArtur Grabowski
2000-11-09Use PHOLD/PRELE instead of manually fiddling with p_holdcnt.Artur Grabowski
2000-11-09indentation nits.Artur Grabowski
2000-11-09zap old file.Artur Grabowski
2000-11-09zap dead files.Artur Grabowski
2000-11-09Argh, repair CFLAGS.Miod Vallat
2000-11-09Do not use vm_pmap anymore. Requested by art@Miod Vallat
2000-11-08Zap dead files.Artur Grabowski
2000-11-08no need to extern booted_device everywhere.Artur Grabowski
2000-11-08extern struct device *booted_deviceArtur Grabowski
2000-11-08tag the rest of alpha treeEric Jackson
2000-11-08Cleanup.Artur Grabowski
Zap COMPAT_09. Don't duplicate creds unless necessary.
2000-11-08add tagsEric Jackson
2000-11-08oops, oops w/ no configured unitsMichael Shalayeff
2000-11-08UVMArtur Grabowski
2000-11-08add tagsEric Jackson
2000-11-08syncAaron Campbell
2000-11-08New products, so at least usb_quirks will compile; from NetBSD.Aaron Campbell
2000-11-08Sync with NetBSD. Too many changes to mention. For now I have skippedAaron Campbell
umass.c and ukbd.c as the diffs are a bit hairier.
2000-11-08syncTheo de Raadt
2000-11-08shortenTheo de Raadt
2000-11-08betterer pmap_kenter_pa() mostly from Havard Eidnes <he@runit.sintef.no>Michael Shalayeff
2000-11-08use net/netisr_dispatch.hMichael Shalayeff
2000-11-08Add back the isp driver. It only works on some machines right now,Artur Grabowski
but will work on all soon.
2000-11-08Add support for Miata.Artur Grabowski
Not checked if the ramdisk will fit on a floppy.
2000-11-08Merge in big portions of the improvements NetBSD did to their alpha port.Artur Grabowski
Highlights: UVM, PMAP_NEW, bus_dma (only on some buses for now), new hardware support, possiblity for ELF, etc, etc. Too much to mention. This is still work in progress. video consoles might be broken, otherwise we have basically the same functionality as before plus more.
2000-11-08Remove kernel configs that will stop working soon.Artur Grabowski
2000-11-08Add comcnattach that does the basic steps needed to attachArtur Grabowski
a com as a serial console. (idea from NetBSD). If cn_tab->cn_dev == NODEV, try to find comopen in cdevsw and set cn_dev to the right device.
2000-11-08Include stand.h from lib/libsa/stand.hArtur Grabowski
2000-11-08Don't include sys/systm.h if we include stand.h.Artur Grabowski
2000-11-08allocate le_iomem in le_ioasic_attach instead of MD code,Artur Grabowski
only for UVM.
2000-11-08Code that I will forget to change when I convert pmax to UVM.Artur Grabowski
Better to commit it now.
2000-11-08Include vm_page.h and reorder some.Artur Grabowski
2000-11-08Initialize the timeout in attach, not wi_init.Artur Grabowski
The difference is that we do not risk reinitializing a pending timeout.
2000-11-08Defines for min_gnt and max_lat fields in the bhlc reg.Artur Grabowski
Not used yet.
2000-11-08Use netisr_dispatch.Artur Grabowski
2000-11-08Opps.Artur Grabowski
protect from multiple inclusion. Needed for the netisr_dispatch changes.
2000-11-08Don't busy-wait for random data.Artur Grabowski
Remove unnecessary splhigh.
2000-11-08Enable UVM by default.Artur Grabowski
2000-11-08Some fixes to vmapbuf and vunmapbuf.Artur Grabowski
Mostly from NetBSD.
2000-11-08Fixes to submap allocation.Artur Grabowski
2000-11-08Use netisr_dispatch.hArtur Grabowski
2000-11-08OpenBSD tagArtur Grabowski
2000-11-08Add a centralized dispatcher for softnet interrupts.Artur Grabowski
This is so that we won't need to change every arch on a softnet change. From NetBSD.
2000-11-08If MD code has defined curproc, don't do it here.Artur Grabowski
This is not a perfect solution.
2000-11-08If MD code has defined curproc, don't do it here.Artur Grabowski
This is not a perfect solution.
2000-11-07syncTheo de Raadt