Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-26 | cnt is called uvmexp in uvm and the members have different names | Artur Grabowski | |
1999-02-26 | compat with uvm vnode pager | Artur Grabowski | |
1999-02-26 | compat with uvm vnode pager | Artur Grabowski | |
1999-02-26 | compat with uvm vnode pager | Artur Grabowski | |
1999-02-26 | add compatibility with uvm vnode pagers | Artur Grabowski | |
1999-02-26 | uvm doesn't use nswdev or nswmap. | Artur Grabowski | |
add prototype for kcopy (uvm) | |||
1999-02-26 | Add newhashinit(), which is identical to hashinit() except it takes a flags | Todd C. Miller | |
arg for passing to malloc() (hashinit always uses M_WAITOK which is not always what you want). Everything that uses hashinit should really get converted to newhashinit and then newhashinit can be renamed. | |||
1999-02-26 | compatibility with uvm vnode pager | Artur Grabowski | |
1999-02-26 | pool allocator from NetBSD (stays until uvm is ready) | Artur Grabowski | |
1999-02-26 | add uvm specific parts to struct vnode | Artur Grabowski | |
1999-02-26 | uvm doesn't use struct vmmeter | Artur Grabowski | |
1999-02-26 | uvm_swapin | Artur Grabowski | |
1999-02-26 | some typedefs used by uvm | Artur Grabowski | |
1999-02-26 | uvm doesn't need swbuf or bswlist | Artur Grabowski | |
1999-02-26 | forgot to regen after socklen_t changes | Todd C. Miller | |
1999-02-26 | malloc types for uvm and pool | Artur Grabowski | |
1999-02-26 | add some struct members that uvm uses | Artur Grabowski | |
1999-02-26 | compatibility with uvm kmem allocators | Artur Grabowski | |
1999-02-26 | uvm compat | Artur Grabowski | |
1999-02-26 | config changes for uvm | Artur Grabowski | |
1999-02-26 | Import of uvm from NetBSD. Some local changes, some code disabled | Artur Grabowski | |
1999-02-25 | try to avoid using bus_* stuff for MD code, handle interrupts, gscbus changes | Michael Shalayeff | |
1999-02-25 | Prettier reporting, report number of flows in use per SA. | Angelos D. Keromytis | |
1999-02-25 | Allow PF_KEY kernel message replies for X_ADDFLOW, X_DELFLOW, and X_GRPSPIS | Angelos D. Keromytis | |
1999-02-25 | fix /boot arguments mapping. | Michael Shalayeff | |
now fully trust bootargv value passed from the /boot towards where in the physical memory they are located. adjust available memory accordingly. there is a mail coming into misc@ about this patch. | |||
1999-02-25 | chipset-independant irq establishing/handling code; dummy dma stuff | Michael Shalayeff | |
1999-02-25 | Skipjack key bzero'ing case. | Angelos D. Keromytis | |
1999-02-25 | Print more information in /kern/ipsec | Angelos D. Keromytis | |
1999-02-25 | Bzero key information before free'ing it, just for paranoia's sake. | Angelos D. Keromytis | |
1999-02-25 | Use M_XDATA for the key schedule, instead of M_TEMP. | Angelos D. Keromytis | |
1999-02-25 | establish irq after MI attach call, some cleanup | Michael Shalayeff | |
1999-02-25 | save 'esym' passed from /boot | Michael Shalayeff | |
1999-02-25 | Clear the DF bit, so packets don't get dropped inside a tunnel. | Angelos D. Keromytis | |
The real solution is probably to keep soft state; however, it's not entirely clear what a tunnel's properties with regards to fragmentation are (it may be considered a infinitely-large MTU pipe). | |||
1999-02-25 | print hptm (hpt mask) and vtop (virt to phys has table) registers | Michael Shalayeff | |
1999-02-25 | add irq and dma glues (the green one) | Michael Shalayeff | |
1999-02-25 | use config_found_sm to allow irq passing in confargs | Michael Shalayeff | |
1999-02-25 | Unnecessary ifdef | Angelos D. Keromytis | |
1999-02-25 | vmapbuf/vunmapbuf | Michael Shalayeff | |
1999-02-25 | missing ifdef IPSEC | Angelos D. Keromytis | |
1999-02-25 | Be a bit more paranoid before free'ing memory. | Angelos D. Keromytis | |
1999-02-25 | flesh pcb out | Michael Shalayeff | |
1999-02-25 | better bus_space_barrier(); proper dma stuff; some more bus tags | Michael Shalayeff | |
1999-02-25 | support irq on mainbus | Michael Shalayeff | |
1999-02-25 | better __splhigh(); define INT_NONE for 'no ints allowed' | Michael Shalayeff | |
1999-02-25 | remove unused software bits | Michael Shalayeff | |
1999-02-25 | comment iomod_command usage | Michael Shalayeff | |
1999-02-25 | fix c&p in fice() (s/fdce/fice/); cleanup | Michael Shalayeff | |
1999-02-25 | sync and cleanup | Michael Shalayeff | |
1999-02-25 | Fix autosetting of d_type and d_typename that I introduced in rev | Todd C. Miller | |
1.36. Checking wdp_config for WD_CFG_FIXED is incorrect. Default to ESDI/IDE if WD_CAP_LBA is set in wdp_capabilities instead. Also, set d_typename for non-IDE/ESDI to "ST506/MFM/RLL" not "ST506/MFM/RLL di" (the latter caused by truncation to 16 characters). | |||
1999-02-25 | update | Michael Shalayeff | |