summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include/varargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/atari/include/varargs.h')
0 files changed, 0 insertions, 0 deletions
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had 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-09Merge some of the less invasive changes from the vmlocking branch:ad 2007-06-30The cd ioctl definitions are not condusive to being called from withindsl 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2006-11-16__unused removal on arguments; approved by core.christos 2006-10-12- sprinkle __unused on function decls.christos 2006-09-02add missing initializerchristos 2006-04-13PR/29683: Sergey Svishchev: Make this compile again..christos 2005-12-11merge ktrace-lwp.christos 2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt 2005-03-12PR/29683: M. B. Buchanan: mcd driver has printf formatting compile issuechristos 2005-02-27nuke trailing whitespaceperry 2005-02-04de-__Pperry 2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt 2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner 2003-11-07Replace home-grown locks with lockmgr().mycroft 2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl 2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr 2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej 2002-11-01implement separate read/write disk statistics:mrg 2002-10-23merge kqueue branch into -currentjdolecek 2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej 2002-10-02Use CFATTACH_DECL().thorpej 2002-09-27Declare all cfattach structures const.thorpej 2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna 2002-07-24Convert to new device buffer queue interface.hannken 2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej 2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem 2001-11-13add RCSIDlukem 2001-07-18bzero -> memsetthorpej 2001-02-10Insert missing '#' for cpp(1). This should close PR/12167.taca 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-07-06Use device_lookup().thorpej 2000-03-23New callout mechanism with two major improvements over the oldthorpej 2000-02-07Fix a bug in disksort_*() which caused non-optimal ordering when multiplethorpej 2000-01-21Update for sys/buf.h/disksort_*() changes.thorpej 1999-02-08Change DIOCEJECT to do what's needed to eject a device before the ejectbouyer 1998-06-23* Add defopt MCD_PROMISC for more conservative probes.jonathan 1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej