AMD64 - Fix many compile-time warnings. int/ptr type mismatches, %llx, etc.
[dragonfly.git] / sys / netgraph / tty / ng_tty.c
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-01-06 Sascha WildnerRemove bogus checks after kmalloc(M_WAITOK) which never...
2008-01-05 Sascha WildnerFor kmalloc(), MALLOC() and contigmalloc(), use M_ZERO...
2006-12-20 Matthew DillonRename sprintf -> ksprintf
2006-11-07 Matthew DillonRemove system dependancies on <machine/ipl.h>. Only...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 1/2...
2006-10-23 Matthew DillonFurther normalize the _XXX_H_ symbols used to condition...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2005-06-16 Matthew DillonRemove all remaining SPL code. Replace the mtd_cpl...
2005-06-02 Sascha WildnerRemove spl*() calls in netgraph and replace them with...
2005-02-17 Joerg SonnenbergerGCC supports two pseudo variables to get the function...
2004-09-16 Matthew Dillontimeout/untimeout ==> callout_*
2004-06-21 Matthew Dillongcc-3.4 cleanups. Add missing break statements, deal...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: