summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-02-26compatibility with uvm kmem allocatorsArtur Grabowski
1999-02-26uvm compatArtur Grabowski
1999-02-26config changes for uvmArtur Grabowski
1999-02-26Import of uvm from NetBSD. Some local changes, some code disabledArtur Grabowski
1999-02-26convert to mdoc, document changes from db 1.8.6Todd C. Miller
1999-02-26skipjack in libc; isakmpd and such will want itTheo de Raadt
1999-02-26implement internal lsArtur Grabowski
1999-02-25try to avoid using bus_* stuff for MD code, handle interrupts, gscbus changesMichael Shalayeff
1999-02-25Prettier reporting, report number of flows in use per SA.Angelos D. Keromytis
1999-02-25Listen to kernel replies and report errors (much room for improvementAngelos D. Keromytis
there), fix a typo in a warning message, prettier error messages.
1999-02-25Allow PF_KEY kernel message replies for X_ADDFLOW, X_DELFLOW, and X_GRPSPISAngelos D. Keromytis
1999-02-25Don't segfault when sysctl failsArtur Grabowski
1999-02-25mib for pf_key is PF_KEY not PF_KEY_V2Theo de Raadt
1999-02-25constify getcap(3). This fixes a warning in libcurses and doesn'tTodd C. Miller
really change the API since those parameters that was been constified really are not modified by getcap(3) routines.
1999-02-25fix /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-25chipset-independant irq establishing/handling code; dummy dma stuffMichael Shalayeff
1999-02-25Skipjack key bzero'ing case.Angelos D. Keromytis
1999-02-25Print more information in /kern/ipsecAngelos D. Keromytis
1999-02-25Bzero key information before free'ing it, just for paranoia's sake.Angelos D. Keromytis
1999-02-25Use M_XDATA for the key schedule, instead of M_TEMP.Angelos D. Keromytis
1999-02-25Parse IP addresses more securely - specifically, don't allowbrian
a bum name to return as 0.0.0.0... we don't want ``delete xxx'' to delete the default route when xxx doesn't resolve. Support IP number specifications as the host when specifying a tcp-style device (rather than *just* hostnames).
1999-02-25establish irq after MI attach call, some cleanupMichael Shalayeff
1999-02-25save 'esym' passed from /bootMichael Shalayeff
1999-02-25Clear 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-25print hptm (hpt mask) and vtop (virt to phys has table) registersMichael Shalayeff
1999-02-25add irq and dma glues (the green one)Michael Shalayeff
1999-02-25use config_found_sm to allow irq passing in confargsMichael Shalayeff
1999-02-25Unnecessary ifdefAngelos D. Keromytis
1999-02-25vmapbuf/vunmapbufMichael Shalayeff
1999-02-25missing ifdef IPSECAngelos D. Keromytis
1999-02-25Be a bit more paranoid before free'ing memory.Angelos D. Keromytis
1999-02-25600 statusJason Wright
1999-02-25flesh out crypto section with XrTheo de Raadt
1999-02-25flesh pcb outMichael Shalayeff
1999-02-25better bus_space_barrier(); proper dma stuff; some more bus tagsMichael Shalayeff
1999-02-25support irq on mainbusMichael Shalayeff
1999-02-25better __splhigh(); define INT_NONE for 'no ints allowed'Michael Shalayeff
1999-02-25remove unused software bitsMichael Shalayeff
1999-02-25comment iomod_command usageMichael Shalayeff
1999-02-25fix c&p in fice() (s/fdce/fice/); cleanupMichael Shalayeff
1999-02-25sync and cleanupMichael Shalayeff
1999-02-25Fix autosetting of d_type and d_typename that I introduced in revTodd 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-25updateMichael Shalayeff
1999-02-25add dino device/attachment; myri is actually on pciMichael Shalayeff
1999-02-25pci host adapter is called 'Dino'Michael Shalayeff
1999-02-25updateMichael Shalayeff
1999-02-25specify text start through the -Ttext, fix ld.script accordinglyMichael Shalayeff
1999-02-25add both audio device typesMichael Shalayeff
1999-02-25rearrange devices, fix irqs, more commentsMichael Shalayeff
1999-02-25When our dial timeout is ``random'', display its valuebrian
correctly by invoking the timer to get the value before displaying the message. Don't assume that a value of 0 is ``random'' in ``show datalink''. Make the random value between 1 and DIAL_TIMEOUT rather than between 0 and DIAL_TIMEOUT-1