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