Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-27 | used to corrupt some memory -- no more | Michael Shalayeff | |
2001-09-26 | sync | Jason Wright | |
2001-09-26 | NS PC87415 | Jason Wright | |
2001-09-26 | zs driver, from different srcs, including netbsd/macppc and out mac68k/zs, etc. | Michael Shalayeff | |
2001-09-26 | be more specific in psycho_ue case (partially based on NetBSD) | Jason Wright | |
2001-09-26 | RIPEMD-160 implementation based on | Markus Friedl | |
ftp://ftp.rsasecurity.com/pub/cryptobytes/crypto3n2.pdf, ok deraadt@ | |||
2001-09-26 | missed in previous merge with NetBSD: | Jason Wright | |
handle dma boundaries better | |||
2001-09-26 | grab the "compatible" prom property and use that for searching the device | Jason Wright | |
tree as well as the "name". This allows us to differentiate 'sd' and 'wd' pretty easily (and makes it less ambiguous). | |||
2001-09-26 | A little bit of voodoo borrowed from the linux driver: set the | Jason Wright | |
intr_retry_timer a little higher. | |||
2001-09-26 | Merge with NetBSD: | Jason Wright | |
better handling of boundary conditions add iommu_extract debugging function | |||
2001-09-26 | bring back the old copyright notice | Theo de Raadt | |
2001-09-26 | change *int64*_t types to long long; ok art/jason | Theo de Raadt | |
2001-09-26 | * add missing #include "vlan.h" | Peter Galbavy | |
* add IFCAP_VLAN_MTU capability * put test around hardware assited (de)tagging of VLAN packets This now means that vlan's built using the driver can pass full size packets. IFCAP_VLAN_HWTAGGING is not currently enabled as it does not work in the current sources. more study required. ok'ed by jason@, nate@ was watching mail back and forth | |||
2001-09-26 | Elf64_Word is 64-bit only on alpha. Introduce Elf64_Xword and fix stuff. | Artur Grabowski | |
2001-09-26 | At sonewconn() time, copy so_siguid & so_sigeuid to the newly created socket. | Theo de Raadt | |
Stops a nasty little program supplied by gustavo@core-sdi.com | |||
2001-09-26 | add siop (and scsibus at siop)... This allows us to boot on E250 | Jason Wright | |
Thanks to chris@ for testing. | |||
2001-09-26 | Connect USB keyboards to the display after attaching, no longer requiring | joshua stein | |
'wsconscfg -k' to be run. Thanks to James Matthews for the extra keyboard. aaron@ ok | |||
2001-09-26 | bad me, don't break current builds with uncomitted dependent changes. | Jason Wright | |
2001-09-25 | pretty up attach messages (as best as possible) for fas. | Jason Wright | |
pull in reset fix for ESC revsions from NetBSD | |||
2001-09-25 | Change to umass to not attach immediately if the system is still 'cold'. | Dale Rahn | |
Accessing the device via polling would cause a crash in the usb subsystem. this change delays the media configuration using startuphooks, when the system is fully up and running. This allows it to configure properly and on macppc it is possible to use a umass device as root device. Has little effect on other system, because they do not force USB configuration during 'cold'. Tested by myself and brad@. | |||
2001-09-25 | free mbuf when dropping a packet. ok dhartmei@ (also checked by | jasoni | |
mcbride@countersiege.com) | |||
2001-09-25 | Add a bunch of relocation types. | Artur Grabowski | |
2001-09-25 | shh, no point in printing useless kernel messages. | Dale Rahn | |
2001-09-24 | Just one relocation type (needed for ld.so) right now. | Artur Grabowski | |
2001-09-24 | fix back the kbd, sorry | Michael Shalayeff | |
2001-09-24 | Do not force polling while cold = 0; from NetBSD, hinted at by fgs@ | Miod Vallat | |
While there, bring a couple of bugfixes as well, and fix a typo. This solves the panic during mountroot experienced on some vax and some mac68k machines. | |||
2001-09-24 | Reset the error return value if the cached TDB matches the | Angelos D. Keromytis | |
policy. Pointed out by jdmcbride@iol.ie | |||
2001-09-24 | Use splimp instead of splnet in some places. | Artur Grabowski | |
I don't understand why, but it helps stability a lot. | |||
2001-09-24 | get rid of kvtop, not that it matters that much | Michael Shalayeff | |
2001-09-24 | there was a possible overrun in prev folding length fix. | Michael Shalayeff | |
however i was lucky enough so it worked. anyway, this fixes the problem and seems to run very much alright on sparc at least. | |||
2001-09-23 | Read the MAC address correctly from 630EA1-based sis(4) devices. Should fix | Aaron Campbell | |
problems people have been reporting of this nature with the SiS network devices found on some motherboards; fixes pr#2085. Patch by peter@, jason@ ok Also, some space vs tab fixes while we're here. | |||
2001-09-23 | document some registers; copied from comreg.h | Todd C. Miller | |
2001-09-23 | solve mtu problem a little more elegantly (ramdisk works on blade100 and | Jason Wright | |
u5 now). | |||
2001-09-23 | ipxintr was missing | Michael Shalayeff | |
2001-09-23 | make this compile on alpha | Michael Shalayeff | |
2001-09-23 | oops, fix the after folding sizes | Michael Shalayeff | |
2001-09-23 | For serial console, drop into ddb on <break> if ddb.console is nonzero | Todd C. Miller | |
2001-09-23 | Bump up the tcp half closed timeout (single FIN) to an hour | Mike Frantzen | |
2001-09-23 | Rename kdb_init() to db_machine_init(). | Miod Vallat | |
Fix prototypos for the early console routines. Use even more PMAP_NEW syntactic sugar. Remove some debugging stuff. Use symbolic values instead of magic numbers. Fix safepri value. Implement machdep.console_device sysctl. | |||
2001-09-23 | Declare machdep.conssole_device sysctl. | Miod Vallat | |
2001-09-23 | rename kdb_init() to db_machine_init(). | Miod Vallat | |
2001-09-23 | kernel_pmap -> pmap_kernel() | Miod Vallat | |
2001-09-23 | Don't define _C_LABEL here. | Miod Vallat | |
XXX this file should probably disappear. soon. | |||
2001-09-23 | Don't redefine pmap_kernel() locally. | Miod Vallat | |
2001-09-23 | Worst abuse of C, ever. | Miod Vallat | |
2001-09-22 | perevent panic on timeout_add on non-existing timeout. | Michael Shalayeff | |
happens on key press before kbd was attached and after zs has been initialized. | |||
2001-09-22 | pty cleanup | Theo de Raadt | |
2001-09-22 | supply some entropy from here | Michael Shalayeff | |
2001-09-22 | new type for video i/o entropy | Michael Shalayeff | |
2001-09-22 | no need for ptys on a RAMDISK | Theo de Raadt | |