Age | Commit message (Expand) | Author |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2015-08-15 | Do not perform timeout maintainance on sc->poll_timeout if it has not been | Miod Vallat |
2015-07-26 | Make pcic_ident_ok() completely silent in case of failure. | Miod Vallat |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h | Theo de Raadt |
2013-11-18 | simplify kthread_create(). no more stdarg | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2008-05-22 | More timeout(9) usage cleaned up. | Michael Knudsen |
2007-11-25 | spelling fixes, from Martynas Venckus; | Jason McIntyre |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes... | Michael Shalayeff |
2005-09-10 | Prettier diagnostic message; ok deraadt@. | Alexander Yurchenko |
2004-05-04 | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. | Alexander Yurchenko |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-17 | Back out pcic_delay() since we cannot call tsleep() in interupt context. | Todd C. Miller |
2001-06-24 | move extern int cold to .h | Federico G. Schwindt |
2001-05-17 | Implement pcic_delay, it uses tsleep for large delays to avoid | Federico G. Schwindt |
2000-09-05 | Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and useful | Federico G. Schwindt |
2000-06-30 | Oops, put back this call to spltty(). When our timeout expires and we poll the | Aaron Campbell |
2000-06-28 | Make suspend -> eject card -> resume work. | Aaron Campbell |
2000-06-23 | Implement PCMCIA event polling. This will either complement interrupt-driven | Aaron Campbell |
2000-04-19 | indent. | Federico G. Schwindt |
2000-04-19 | Fix a bug introduced after cardbus commit where uart16550a was | Federico G. Schwindt |
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell |
2000-02-02 | Some KNF. Initialize shutdown just in case. | Federico G. Schwindt |
1999-08-08 | Fill in detach support in the i82365 driver; mostly netbsd, as was the | Niklas Hallqvist |
1999-07-26 | shrink code, cleanup port printouts, repairs various comments | Theo de Raadt |
1999-05-02 | Add support for Vadem PCMCIA controllers. | Federico G. Schwindt |
1999-02-13 | Always check that "range->start" and "range->len" is within the bounds of | Federico G. Schwindt |
1999-02-06 | Always initialize sc->handle[i].flags. | Federico G. Schwindt |
1999-01-28 | Add support for: | Federico G. Schwindt |
1999-01-03 | provide pcmcia IO bus mapper with list of blocks where it should | Theo de Raadt |
1998-12-15 | Sync with NetBSD (no detach updates yet). | Federico G. Schwindt |
1998-09-11 | Added support for Intel 82365SL PCIC controllers and clones from NetBSD. | Federico G. Schwindt |