| Age | Commit message (Expand) | Author |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-11-11 | Make this actually build, as part of the sgimips GENERIC32_IP2x kernel. | he |
| 2009-11-07 | Don't deactivate a child before detaching it, that's not necessary. | dyoung |
| 2009-04-05 | buildfix: include <sys/device.h> for device_t | cegger |
| 2008-12-16 | replace bitmask_snprintf(9) with snprintb(3) | christos |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-04-29 | gpio(4): Extend with open/close to request/release the ppbus(4) on open/close. | cegger |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-04-21 | Make ntp, pmc, reboot, sysarch, time syscalls MPSAFE. | ad |
| 2008-04-18 | Fix panics at boot and some other misc bugs. From Hans Rosenfeld. | cegger |
| 2008-04-16 | device_t / softc split. From Hans Rosenfeld. | cegger |
| 2008-04-15 | Use %zu format specifier for size_t. Fixes build error on shark. | cegger |
| 2008-04-15 | Make this build without options LPT_VERBOSE and LPT_DEBUG. From Hans Rosenfeld. | cegger |
| 2008-04-15 | Make this build. From Hans Rosenfeld. | cegger |
| 2008-04-15 | device_t / softc split. From Hans Rosenfeld | cegger |
| 2008-04-08 | use aprint_*_dev and device_xname | cegger |
| 2008-02-27 | struct lpt_softc doesn't have sc_dev in it. Use ppbus_dev.sc_dev. | tsutsui |
| 2008-02-22 | Use device_t and accessors. Use &sc->sc_dev instead of cast to | dyoung |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2008-01-20 | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, | joerg |
| 2008-01-04 | Start detangling lock.h from intr.h. This is likely to cause short term | ad |
| 2007-12-15 | __FUNCTION__ -> __func__ | perry |
| 2007-12-05 | lockmgr -> mutex | ad |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-01 | Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), and | dyoung |
| 2007-04-04 | catch up with recent constification in struct ifnet | drochner |
| 2007-03-08 | Convert sc_inbuf and sc_outbuf from char* to void* to avoid introducing | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-10-24 | add zero initializers to make that compile again | drochner |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-05-10 | Disable "1284" device recognition early to work around | drochner |
| 2006-03-29 | Use device_pprivate(). | thorpej |
| 2006-03-25 | Use device_parent(). | thorpej |
| 2005-12-25 | PR/32381: Paul Shupak. Convert to ktrace-lwp. | rpaulo |
| 2005-12-24 | bare asm -> __asm | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-08-26 | s/locdesc_t/int/g | drochner |
| 2005-06-01 | more cast-qual and shadow fallout | drochner |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-11 | White space nit- don't put a space before/after increment/decrement | simonb |
| 2004-09-13 | remove the ppbus_print_child() function which is pointless as used here | drochner |
| 2004-09-08 | use interface attribute / locator passing versions | drochner |
| 2004-02-24 | occured -> occurred. From Peter Postma. | wiz |
| 2004-02-10 | add Gary Thorpe copyright notice | jdolecek |
| 2004-02-10 | inform better of what exactly is printed in ppbus_scan_bus(), and only | jdolecek |
| 2004-02-03 | allow setting of interrupt usage, priming and auto LF behaviour | jdolecek |
| 2004-02-03 | overhaul the ioctl interface to be better suited for extensions and to | jdolecek |
| 2004-02-03 | g/c some unused/write-only/redundant lpt_softc stuff | jdolecek |