Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-11-11 | CAST128 should be 6 (again itojun@openbsd.org) | Angelos D. Keromytis | |
2000-11-11 | AES should be 12 (from IANA) -- itojun@openbsd.org | Angelos D. Keromytis | |
Note that you have to recompile ipsecadm and isakmpd if you use a new kernel. | |||
2000-11-11 | improve spec conformance of node information query (07). | Jun-ichiro itojun Hagino | |
make sure to check scoped address right on PMTUD. sync with kame. | |||
2000-11-11 | do not panic on "ifconfig lo0 inet6 fe80::1 -alias". KAME PR 295. | Jun-ichiro itojun Hagino | |
(NOTE: only root can do it) | |||
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski | |
traced proc. The vnode is in the proc and all functions need the proc. | |||
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos | |
2000-11-10 | improved queue handling + some small bug fixes | Niklas Hallqvist | |
2000-11-10 | Adaptec "FSA" RAID driver | Niklas Hallqvist | |
2000-11-10 | it doesn't matter what kind of interface it is if the bridge_iflist allocation | Jason Wright | |
fails.. it's still ENOMEM. | |||
2000-11-10 | This fixes a problem that caused DMA errors from shortly before | Kenneth R Westerback | |
2.7 through the released 2.8. As NetBSD describes the problem: DMA failure still arise when AdvanSys U[2]W host adapters are used in conjunction with Intel 82443BX Host Bridge/Controller (rev. 0x03). With a correct sg_cnt, scatter/gather lists with >1 element no longer reference random(?) memory. Now the mystery is why this didn't cause more problems on other chipsets. Installs of 2.7 and 2.8 to a drive on an adw bus now work even if the motherboard uses the 82443BX. So many problems from one character ... | |||
2000-11-10 | No ioasic on model 240 | Miod Vallat | |
2000-11-09 | Conform to RFC 2367 numbering (hshoexer@rommelwood.de) | Angelos D. Keromytis | |
2000-11-09 | cast pointer to a long for alpha's sake; pointed out by ericj@ | Michael Shalayeff | |
2000-11-09 | new timeouts; aaron@ ok | Michael Shalayeff | |
2000-11-09 | new timeouts | Michael Shalayeff | |
2000-11-09 | PHOLD 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-09 | PHOLD/PRELE instead manual fiddling with p_holdcnt | Artur Grabowski | |
2000-11-09 | Use PHOLD/PRELE instead of manually fiddling with p_holdcnt. | Artur Grabowski | |
2000-11-09 | indentation nits. | Artur Grabowski | |
2000-11-09 | zap old file. | Artur Grabowski | |
2000-11-09 | zap dead files. | Artur Grabowski | |
2000-11-09 | Argh, repair CFLAGS. | Miod Vallat | |
2000-11-09 | Do not use vm_pmap anymore. Requested by art@ | Miod Vallat | |
2000-11-08 | Zap dead files. | Artur Grabowski | |
2000-11-08 | no need to extern booted_device everywhere. | Artur Grabowski | |
2000-11-08 | extern struct device *booted_device | Artur Grabowski | |
2000-11-08 | tag the rest of alpha tree | Eric Jackson | |
2000-11-08 | Cleanup. | Artur Grabowski | |
Zap COMPAT_09. Don't duplicate creds unless necessary. | |||
2000-11-08 | add tags | Eric Jackson | |
2000-11-08 | oops, oops w/ no configured units | Michael Shalayeff | |
2000-11-08 | UVM | Artur Grabowski | |
2000-11-08 | add tags | Eric Jackson | |
2000-11-08 | sync | Aaron Campbell | |
2000-11-08 | New products, so at least usb_quirks will compile; from NetBSD. | Aaron Campbell | |
2000-11-08 | Sync with NetBSD. Too many changes to mention. For now I have skipped | Aaron Campbell | |
umass.c and ukbd.c as the diffs are a bit hairier. | |||
2000-11-08 | sync | Theo de Raadt | |
2000-11-08 | shorten | Theo de Raadt | |
2000-11-08 | betterer pmap_kenter_pa() mostly from Havard Eidnes <he@runit.sintef.no> | Michael Shalayeff | |
2000-11-08 | use net/netisr_dispatch.h | Michael Shalayeff | |
2000-11-08 | Add back the isp driver. It only works on some machines right now, | Artur Grabowski | |
but will work on all soon. | |||
2000-11-08 | Add support for Miata. | Artur Grabowski | |
Not checked if the ramdisk will fit on a floppy. | |||
2000-11-08 | Merge 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-08 | Remove kernel configs that will stop working soon. | Artur Grabowski | |
2000-11-08 | Add comcnattach that does the basic steps needed to attach | Artur 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-08 | Include stand.h from lib/libsa/stand.h | Artur Grabowski | |
2000-11-08 | Don't include sys/systm.h if we include stand.h. | Artur Grabowski | |
2000-11-08 | allocate le_iomem in le_ioasic_attach instead of MD code, | Artur Grabowski | |
only for UVM. | |||
2000-11-08 | Code that I will forget to change when I convert pmax to UVM. | Artur Grabowski | |
Better to commit it now. | |||
2000-11-08 | Include vm_page.h and reorder some. | Artur Grabowski | |
2000-11-08 | Initialize the timeout in attach, not wi_init. | Artur Grabowski | |
The difference is that we do not risk reinitializing a pending timeout. |