summaryrefslogtreecommitdiff
path: root/sys/arch/sun2
AgeCommit message (Expand)Author
2003-02-27Make BRIDGE_IPF an option, and document it. Add it (commented) to GENERIC.perseant
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-20bzero the part of the buffer used to pad the packet tobouyer
2003-01-18Merge the nathanw_sa branch.thorpej
2003-01-06Rework how KERNOBJDIR functions; now it's always determined withlukem
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-13bcopy -> memcpy, bzero -> memsetfredette
2002-12-10Rename __LDPGSZ to AOUT_LDPGSZ, to accurately reflect what it is.thorpej
2002-12-10Use __LDPGSZ (which must be == USRTEXT) as the text address for a.outthorpej
2002-11-26Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.lukem
2002-11-26The traditional C preprocessor is fixed in GCC 3.3 now, so no needthorpej
2002-11-22Fix typo (responsiness -> responsiveness).wiz
2002-10-27include wscons definitions, dev/sun/kbdvar.h needs it now.chs
2002-10-26now that mem_no is emitted by config(8), there is no reason to keepjdolecek
2002-10-23g/c cons_ocount, it's not used by anythingjdolecek
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-20merge the 12 copies of vm_machdep.c on the m68k platforms.chs
2002-10-18Add NEW_BUFQ_STRATEGY (disabled by default).junyoung
2002-10-14Added commented out cgd(4)s to GENERIC configs.elric
2002-10-10Pass a struct cons_channel * to cc_iclose, not a struct kbd_softc *.martin
2002-10-06add SYSTRACE; approved perry.provos
2002-10-04assign majors for raw and cooked cgd's.elric
2002-10-03Refactor kbd and mouse drivers so that they can use different middleuwe
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej
2002-09-25Don't include <sys/map.h>.thorpej
2002-09-22it really helps to get the stub right before cutting + pasting it 27 times.chs
2002-09-22add pmap_remove_all() hook (empty on most platforms so far).chs
2002-09-19Do not include <sys/clist.h>, it's not used in NetBSD at all.ragge
2002-09-18enable USERCONF by default; it's small and extremely useful to have available.lukem
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-25Make nbuf, nswbuf, and bufpages unsigned. Make all operations on thesethorpej
2002-08-22PIPE_SOCKETPAIR, MALLOC_NOINLINE and VNODE_OP_NOINLINE are all appropriate forabs
2002-08-07Implement pmc(9) -- An interface to hardware performance monitoringbriggs
2002-08-02G/c vestiges of old sun3-specific SYMTAB_SPACE support.soren
2002-07-27Fixed kgdb support by including <sun2/dev/cons.h>.fredette
2002-07-19Rename cdev_systrace_init() to cdev_clonemisc_init(), so it canthorpej
2002-07-13m68k syscall rototill:scw
2002-07-05Ensure all INSTALL config files consistantly include PIPE_SOCKETPAIR,abs
2002-06-17MD systrace gluons.christos
2002-06-17Enable "pseudo-device clockctl" in all kernels, exceptlukem
2002-06-04Don't use -traditional-cpp if HAVE_GCC3.thorpej
2002-05-30Fix 2 sequence point errors.thorpej
2002-05-30Add missing "__volatile" to the declaration of enable_reg_soft (thethorpej
2002-05-14Eliminate more commons or redundant declarations.matt
2002-05-13Nuke local extern label_t *db_recover; it's now in <ddb/db_extern.h>matt
2002-05-11use _KERNEL_OPT rather than _KERNEL && !_LKMjdolecek