| Commit message (Expand) | Author | Age | Files | Lines |
* | sizes for free(); ok semarie |  deraadt | 2015-09-08 | 1 | -2/+4 |
* | convert several malloc(9) to mallocarray(9). |  semarie | 2015-09-08 | 1 | -2/+2 |
* | Include executable mapping for BIOS32 pages. Fixes a problem where mappings |  mlarkin | 2015-07-17 | 1 | -1/+3 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -2/+2 |
* | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 2014-03-29 | 1 | -3/+3 |
* | Appease LLVM's integrated assembler. |  brad | 2013-11-28 | 1 | -3/+3 |
* | Format string fixes: %hu/%hd for uint16_t, %u/%d/%x for uint32_t |  sf | 2013-10-01 | 1 | -3/+3 |
* | Use %z* for size_t |  sf | 2013-10-01 | 1 | -2/+2 |
* | __attribute__((packed)) -> __packed. The ioprbs.c chunk was commented out, and |  miod | 2010-11-20 | 1 | -2/+2 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) |  deraadt | 2007-12-05 | 1 | -2/+2 |
* | typo fixes; didickman@gmail |  deraadt | 2007-03-19 | 1 | -2/+2 |
* | Revert PAE pmap for now, until the strange bug is found. This stops |  tom | 2007-02-20 | 1 | -2/+2 |
* | Nuke all commons but one, and enable --warn-common in LINKFLAGS. |  miod | 2006-11-29 | 1 | -1/+2 |
* | ansi/deregister |  jsg | 2006-09-19 | 1 | -30/+14 |
* | implement separate PAE pmap that allows access to 64g of physmem |  mickey | 2006-04-27 | 1 | -2/+2 |
* | replace magic numbers w/ a proper sizeof; from peter@ |  mickey | 2005-01-08 | 1 | -4/+6 |
* | silence real gcc 3.3.5 |  espie | 2005-01-04 | 1 | -2/+3 |
* | rev not rev. |  deraadt | 2004-08-09 | 1 | -3/+3 |
* | three four kill |  mickey | 2003-06-03 | 1 | -6/+1 |
* | i386 changes to move to ELF. asm cleanup. Change MAXDSIZ to 512M for 1Gsep. |  drahn | 2003-04-17 | 1 | -5/+5 |
* | check upon the pir length prior to using it, ignore short tables; from henric@attbi.com |  mickey | 2002-07-12 | 1 | -3/+6 |
* | Some laptops (such as the Toshiba Libretto L series) use _PIR instead |  millert | 2002-03-21 | 1 | -2/+8 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -12/+12 |
* | always print the icu we've found |  mickey | 2001-05-12 | 1 | -12/+2 |
* | shorter thus better printings |  mickey | 2001-02-28 | 1 | -4/+4 |
* | patchable no verbose default pcibios_flags |  mickey | 2001-01-27 | 1 | -3/+2 |
* | change interrupt routing strategy from simple |  mickey | 2001-01-27 | 1 | -44/+21 |
* | put pci_intr_fixup.h into pcibiosvar.h; billions of tiny headers for nothing |  mickey | 2001-01-25 | 1 | -2/+1 |
* | put pci_addr_fixup.h into pcibiosvar.h as well, |  mickey | 2001-01-24 | 1 | -2/+1 |
* | elliminate pci_bus_fixup.h by moving |  mickey | 2001-01-24 | 1 | -2/+1 |
* | rename pcibios.h to pcibiosvar.h |  deraadt | 2000-10-31 | 1 | -2/+2 |
* | protect %edx when calling bios |  mickey | 2000-10-16 | 1 | -2/+2 |
* | a little verbosity on probe, a little caution on bios calls |  mickey | 2000-10-16 | 1 | -8/+23 |
* | this follows the dox, saying that %ds should be loaded w/ |  mickey | 2000-09-22 | 1 | -15/+21 |
* | check out the bios device name we are probed w/ to not probe on apm |  mickey | 2000-09-20 | 1 | -2/+4 |
* | do not call pcibios_pir_init() if intr_fixup was disabled; also, sync w/ latetest netbsd developments |  mickey | 2000-09-07 | 1 | -80/+74 |
* | init pcibios_flags to -1, so if pcibios is disabled in ukc all looks disabled |  mickey | 2000-09-05 | 1 | -2/+2 |
* | update netbsd rcsid, which we seem to be up to |  mickey | 2000-09-04 | 1 | -2/+2 |
* | fix dmesg output |  deraadt | 2000-09-04 | 1 | -44/+65 |
* | export pcibios config flags |  mickey | 2000-09-04 | 1 | -5/+8 |
* | pcibios0 at bios0 flags 0x0000 |  mickey | 2000-08-17 | 1 | -49/+78 |
* | sync w/ netbsd almost -current code (; |  mickey | 2000-08-08 | 1 | -5/+71 |
* | dummy me, forgot \n in panic->printf transition |  mickey | 2000-07-06 | 1 | -2/+2 |
* | don't panic for nothing |  mickey | 2000-07-06 | 1 | -3/+3 |
* | fix netbsd rcsids up. |  mickey | 2000-03-28 | 1 | -2/+2 |
* | add missing OpenBSD RCS IDs |  brad | 2000-03-27 | 1 | -0/+1 |
* | from netbsd: pci interrupt routing code. |  mickey | 2000-03-26 | 1 | -0/+475 |