Age | Commit message (Expand) | Author |
2001-05-10 | Simplify probe routine. | Aaron Campbell |
2001-05-10 | Provide PAGE_{MASK,SHIFT,SIZE} constants. | Miod Vallat |
2001-05-10 | Don't play with MCR_IEN, it breaks serial console input on the 425e. | Todd C. Miller |
2001-05-10 | Nuke the DCA check. ACPI can only be console on a 425e; thorpej@netbsd.org | Todd C. Miller |
2001-05-10 | Add missing #include <sys/resourcevar.h> so these can compile. | Todd C. Miller |
2001-05-10 | In apciparam() in the ospeed == 0 case, actually set the cfcr to the new | Todd C. Miller |
2001-05-10 | Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on every | Todd C. Miller |
2001-05-10 | dmamem_unmap the memory before dmamem_freeig it. | Michael Shalayeff |
2001-05-10 | Typo; physial -> physical. | Aaron Campbell |
2001-05-10 | fix typo introduced in non-UVM case yesterday | Todd C. Miller |
2001-05-10 | Use madvise(MADV_FREE) to allow the 'h' option. | Artur Grabowski |
2001-05-10 | Slightly better explaination of the advices (cut 'n paste from sys/mman.h is | Artur Grabowski |
2001-05-10 | More sync to NetBSD. | Artur Grabowski |
2001-05-10 | Hasn't been used for ages. ZAP! | Artur Grabowski |
2001-05-10 | remove the pt{1,23}_{alloc,free} functions now that pool works without | Artur Grabowski |
2001-05-10 | sync | Theo de Raadt |
2001-05-10 | Don't crash in pgt_page_alloc if uvm_km_kmemalloc fails. | Artur Grabowski |
2001-05-10 | UVM is no longer optional on sparc. | Artur Grabowski |
2001-05-10 | Switch sparc to PMAP_NEW. I've been running with that code for ages. | Artur Grabowski |
2001-05-10 | oops. | Artur Grabowski |
2001-05-10 | Some locking protocol fixes and better enforcement of wiring limits. | Artur Grabowski |
2001-05-10 | no hyphen in PowerPC. | Brad Smith |
2001-05-10 | When acpi is used as the console, set cn_tab appropriately so that a | Todd C. Miller |
2001-05-10 | Move the timeout_set() call up a bit | Todd C. Miller |
2001-05-10 | o Print memory sizes in KB in addition to bytes like i386 port | Todd C. Miller |
2001-05-10 | Add a MMUID_425_E define | Todd C. Miller |
2001-05-10 | Add 425e detection based on what is in stand/uboot/srt0.S | Todd C. Miller |
2001-05-10 | in txp_intr() only refill the rx buffer ring if it is empty; based on | Jason Wright |
2001-05-09 | fix prototype; J.S.Peatfield@damtp.cam.ac.uk | Markus Friedl |
2001-05-09 | fix -R for protocol 2, noticed by greg@nest.cx. | Markus Friedl |
2001-05-09 | typo; david@phobia.ms | Theo de Raadt |
2001-05-09 | update the NetBSD to the correct version | Artur Grabowski |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-09 | correct signal handling for ping6 -f <nonexisting destination>. | Jun-ichiro itojun Hagino |
2001-05-09 | revert reverted patch now that bus_dma has been updated on i386 | Jason Wright |
2001-05-08 | no need for xmalloc.h, thanks to espie@ | Markus Friedl |
2001-05-08 | add more display variables (for screen burner). | Michael Shalayeff |
2001-05-08 | inplement screen burner in screenblank(1) style (no program though). | Michael Shalayeff |
2001-05-08 | document registers off BAR1 found on the 7951 | Theo de Raadt |
2001-05-08 | simplify prints | Theo de Raadt |
2001-05-08 | string names for those new classes/subclasses; from netbsd | Michael Shalayeff |
2001-05-08 | Fix realloc possible leak; this is userland, not kernel; reported by | Federico G. Schwindt |
2001-05-08 | When `dup-to if:addr' clause is used, be sure to rewrite the dest addr | Federico G. Schwindt |
2001-05-08 | IPfilter 3.4.17; kjell@ deraadt@ ok. | Federico G. Schwindt |
2001-05-08 | Insure detection of prefixes is limited to whole words. This avoids | Marc Espie |
2001-05-08 | more class/subclass/caps ids; from netbsd | Michael Shalayeff |
2001-05-08 | Use addargs() in sftp plus some clean up of addargs(). OK Markus | mouring |
2001-05-08 | correct 1 printf. | Federico G. Schwindt |
2001-05-08 | In extent_alloc_subregion1, be sure that the region returned don't run | Federico G. Schwindt |
2001-05-08 | adds correct error reporting to async connect()s | Markus Friedl |