# $NetBSD: Makefile,v 1.2 1999/02/13 02:54:29 lukem Exp $ LIB= bz2 MKMAN= no SRCS=blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c bzlib.c INCS= bzlib.h INCSDIR=/usr/include .include nk' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-18fix error checking in ofdisk_open().chs
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-11-13add RCSIDslukem
2001-08-26Make compile with -Wmissing-prototype -Wstrict-prototypesmatt
2001-08-25Make this compile with -Wmissing-prototypes by adding appropriatematt
2001-01-08Return error in the case of using ODIOCGDINFO or ODIOCGDEFLABEL whenfvdl
2001-01-07Adapt all disk devices in MI directories to handle ODIOC* callsfvdl
2000-05-16Nuke dk_establish() from orbit except from those ports which still usethorpej
1998-03-21-Wall (one real bug, even!)cgd
1998-02-24Minor style change.mycroft
1998-02-24Several things:mycroft
1998-01-12Update for config changes.thorpej
1997-10-08Oops, fix a couple of typos.thorpej
1997-10-08Implement DIOCGDEFLABEL.thorpej
1997-07-23Fix an oversight and a typo.thorpej
1997-06-24Three changes to ofdsize():thorpej
1997-04-16- Update for no __BROKEN_INDIRECT_CONFIG.thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-30PowerPC portws