summaryrefslogtreecommitdiff
path: root/lib/libterminfo/termcap_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libterminfo/termcap_map.c')
0 files changed, 0 insertions, 0 deletions
t/sys/dev/ofw/ofdisk.c?h=lockdoc-9.3-0.6&id=1a918832aa7d8748d0b53b202917f36e6949d407'>Add d_discard to all struct cdevsw instances I could find.dholland 2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland 2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland 2011-07-26convert to device_t, cfdata_t and CFATTACH_DECL_NEW.mrg 2009-05-12struct device * -> device_t, no functional changes intended.cegger 2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger 2008-06-12use device_lookup_private to get softccegger 2008-04-08use aprint_*_dev and device_xnamecegger 2007-10-17Correct the order of the arguments to disk_init().he 2007-10-08Merge disk init changes from the vmlocking branch. These seperate init /ad 2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad 2007-07-21Replace some uses of lockmgr().ad 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-01-29Remove more duplicate headers.hubertf 2006-03-29Use device_private().thorpej 2005-12-11merge ktrace-lwp.christos 2005-06-09Now that OF_read and OF_write have different signatures, we need tohe 2005-02-27nuke trailing whitespaceperry 2004-09-25Add support for wedges to the OpenFirmware disk driver.thorpej 2004-04-23use safer string manipulation functionitojun 2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej 2003-05-02Change return type of readdisklabel() to const char *dsl