| Age | Commit message (Expand) | Author |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-03-08 | In the pseudo-dev attach function, also try to register the struct cfdriver | drochner |
| 2007-03-06 | clean up and fix irframe attachment as a line discipline: | drochner |
| 2007-03-06 | irframe is no interface attribute, so remove the "{}" | drochner |
| 2007-03-05 | replace the code which digs in the guts of autoconf. It is not obvious | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-01-10 | Complete initialiser, avoid returning stack content as an error code and... | cube |
| 2007-01-09 | Comment out a trigraph in a #ifdef 0'd block. Kinda pointless, but allows | cube |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-10-07 | Fix compilation with IRFRAMET_DEBUG (use %zu/%zd for sizes). | peter |
| 2006-10-01 | Adapt MD code to KAUTH_DEVICE_TTY_OPEN, batch #2 from Matt Fleming, thanks! | elad |
| 2006-08-30 | fix incomplete initializer. | christos |
| 2006-07-21 | - Use the LWP cached credentials where sane. | ad |
| 2006-06-09 | stack police: Fix the biggest offender with ~4K stack, by allocating the | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-29 | Use device_private(). | thorpej |
| 2006-03-28 | Use device_unit(). | thorpej |
| 2006-03-05 | cleanup more SET/CLR/ISSET lossage | christos |
| 2006-02-21 | Use device_is_active(). | thorpej |
| 2006-02-20 | Use device_is_active() rather than testing dv_flags for DVF_ACTIVE | thorpej |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2006-01-29 | Use correct return values when polling. | augustss |
| 2005-12-27 | changes for making DIAGNOSTIC not change the kernel ABI: | chs |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-11-27 | Overhaul how TTY line disciplines are handled: | thorpej |
| 2005-06-21 | PR-30566: Poll must not return <sys/errno.h> values. | ws |
| 2005-05-29 | - remove Static define | christos |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2003-10-21 | Remove break after return. | simonb |
| 2003-07-14 | add missing __KERNEL_RCSID() | lukem |
| 2003-07-08 | function prototype must not have variable name | itojun |
| 2003-06-29 | Back out the lwp/ktrace changes. They contained a lot of colateral damage, | fvdl |
| 2003-06-28 | Pass lwp pointers throughtout the kernel, as required, so that the lwpid can | darrenr |
| 2003-06-13 | Rename struct frame to irt_frame to avoid name clash with struct frame | uwe |
| 2003-04-17 | Fix size_t printf formats in DIAGNOSTIC case. | fvdl |
| 2003-01-03 | Remove protoype for irframe_frame_available(), it's never implemented | dsainty |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-10-10 | Move IR and Bluetooth config defns missed in previous commit. | thorpej |
| 2002-10-10 | Move IR and Bluetooth config defns to their own files. | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-10-02 | Use CFDRIVER_DECL(). PR #18500. | thorpej |
| 2002-10-02 | Remove unnecessary extern decl of iframe_ca. | thorpej |
| 2002-09-30 | 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-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |