| Age | Commit message (Expand) | Author |
| 2006-07-23 | Use the LWP cached credentials where sane. | ad |
| 2006-06-07 | merge FreeBSD timecounters from branch simonb-timecounters | kardel |
| 2006-06-03 | remove static decl. | christos |
| 2006-05-14 | integrate kauth. | elad |
| 2006-03-08 | Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings. | lukem |
| 2006-02-16 | Change "inline" back to "__inline" in .h files -- C99 is still too | perry |
| 2005-12-24 | Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. | perry |
| 2005-12-17 | Remove shadow variable caused by lwp fixes | jmc |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-12-10 | Multiple inclusion protection, as suggested by christos@ on tech-kern@ | elad |
| 2005-06-13 | Rename a shadowed variable | jmc |
| 2005-06-01 | quell cast-qual and shadow warnings | drochner |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2004-05-06 | If we don't have a source telephone number configured, do not send | martin |
| 2004-04-21 | kill sprintf, use snprintf | itojun |
| 2004-04-18 | Use M_ZERO as appropriate. Use M_WAITOK instead of 0. | matt |
| 2004-03-28 | Pass the number of B channels down in the info ioctl. | pooka |
| 2004-03-21 | Avoid NULL pointer dereferences on incomplete setup by userland. | martin |
| 2004-02-13 | Spell length with h after t. Inspired by a commit by brad@openbsd. | wiz |
| 2003-12-04 | netbsd.org -> NetBSD.org | keihan |
| 2003-10-28 | Calculate controller number based on the controller number stored in | pooka |
| 2003-10-03 | g/c unused var bch from a few places | pooka |
| 2003-10-03 | When processing a connect indication, seek out the appropriate | pooka |
| 2003-10-03 | Ready the kernel side of i4b for primary rate interface support by | pooka |
| 2003-09-26 | On physical layer errors, mark deactivated call descriptors correctly. | martin |
| 2003-09-26 | When releasing all cd's associated with a controller, don't stop | pooka |
| 2003-09-26 | RCSID | pooka |
| 2003-09-25 | Give iavc a bit in the debug bitmask society. | pooka |
| 2003-09-25 | Add a support layer for the ISDN CAPI (http://www.capi.org/), which should | pooka |
| 2003-09-25 | Make the number of maximum b-channels provided by a controller a macro | pooka |
| 2003-09-25 | add number of b-channels provided to controller info request | pooka |
| 2003-09-25 | Add a hack to avoid calling l2 functions for active ISDN cards. They | pooka |
| 2003-09-23 | Make isdntel hangup via /dev/isdnteld work by digging out the correct | pooka |
| 2003-08-12 | Make it compile on alpha. | martin |
| 2003-05-16 | use strlcpy | itojun |
| 2003-05-08 | Change a integer value that is passed via a void* in an ioctl() like | martin |
| 2003-04-11 | Rename the IPR_VJ option into IRIP_VJ (as irip(4) told all the time), | drochner |
| 2003-04-06 | Respect the law: Use A-law and mu-law as spellings as far as easily possible. | wiz |
| 2002-12-28 | Restore the system priority level in case of errors. | kristerw |
| 2002-12-10 | remove ttydefchars declaration which was wrong anyway, | drochner |
| 2002-11-26 | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. | lukem |
| 2002-11-26 | si_ -> sel_ | christos |
| 2002-10-23 | merge kqueue branch into -current | jdolecek |
| 2002-09-27 | remove trailing \n in panic(). approved perry. | provos |
| 2002-09-06 | Merge the gehenna-devsw branch into the trunk. | gehenna |
| 2002-05-21 | Uniformly pass a "struct isdn_l3_driver *" through layer 2, so we | martin |
| 2002-05-17 | Remove debug printf accidently commited. | martin |
| 2002-05-16 | Comment out token after #endif. | wiz |
| 2002-05-02 | Sync layer 3 B-channel accounting with layer 2. | martin |
| 2002-04-17 | return ENXIO if a driver cannot be found | drochner |