| Commit message (Expand) | Author | Age | Files | Lines |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 5 | -5/+5 |
* | Apply error and success logic consistently to the function netisr_queue() and | Andre Oppermann | 2004-08-27 | 1 | -2/+2 |
* | Since if_plip doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+2 |
* | Do not bzero() the softc, as newbus does it for us. | Olivier Houchard | 2004-07-09 | 5 | -5/+0 |
* | Newbus returns a zeroed softc, so there's no need to call bzero() here. | Olivier Houchard | 2004-07-09 | 1 | -2/+0 |
* | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 4 | -22/+22 |
* | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
* | Prevent the strange situation that after each load/unload of a ppbus | Guido van Rooij | 2004-03-18 | 7 | -7/+34 |
* | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 4 | -0/+8 |
* | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 4 | -8/+0 |
* | Apparently there's a good reason why M_WAITOK malloc() is done before | Ruslan Ermilov | 2004-01-18 | 1 | -2/+2 |
* | Fixed a memory leak. | Ruslan Ermilov | 2004-01-18 | 1 | -1/+2 |
* | o eliminate widespread on-stack mbuf use for bpf by introducing | Sam Leffler | 2003-12-28 | 1 | -12/+1 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -4/+3 |
* | Remove unused lp_unit member from softc. | Brooks Davis | 2003-10-30 | 1 | -3/+0 |
* | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 13 | -16/+40 |
* | Define a module version. | Warner Losh | 2003-08-22 | 1 | -0/+2 |
* | Consistently use the BSD u_int and u_short instead of the SYSV uint and | John Baldwin | 2003-08-07 | 1 | -3/+3 |
* | Fix a printf warning from the recent CAM changes. | John Baldwin | 2003-05-01 | 1 | -2/+2 |
* | Centralize the devstat handling for all GEOM disk device drivers | Poul-Henning Kamp | 2003-03-08 | 1 | -2/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 1 | -10/+2 |
* | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 4 | -52/+24 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | Dag-Erling Smørgrav | 2003-03-02 | 1 | -6/+6 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 3 | -4/+4 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 3 | -4/+4 |
* | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 2 | -14/+14 |
* | Synchronize mode for ppsX devices to that found previously in MAKEDEV | Robert Watson | 2002-12-27 | 1 | -2/+2 |
* | Synchronize make_dev() for pcfclock devices to the values in MAKEDEV | Robert Watson | 2002-12-27 | 1 | -1/+1 |
* | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -1/+1 |
* | Fix instances of macros with improperly parenthasized arguments. | Alfred Perlstein | 2002-11-09 | 1 | -21/+21 |
* | d_read_t functions return an int, not a ssize_t. (Considering the fact | John Baldwin | 2002-11-07 | 1 | -1/+1 |
* | Warning fixes for sizeof(int) != sizeof(void *). | John Baldwin | 2002-11-07 | 1 | -6/+6 |
* | - Make 'irq' intptr_t instead of uintptr_t so it handles a value of -1 | John Baldwin | 2002-11-07 | 1 | -2/+2 |
* | Remove empty #if*/#endif clauses. | Poul-Henning Kamp | 2002-09-21 | 1 | -3/+0 |
* | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -1/+1 |
* | Fix warnings due to macro varargs. | Peter Wemm | 2002-05-24 | 1 | -1/+1 |
* | Simplify the RFC2783 and PPS_SYNC timestamp collection API. | Poul-Henning Kamp | 2002-04-26 | 1 | -15/+7 |
* | This makes ppbus childs like lpt and ppi succesfully connect to more | Bernd Walter | 2002-04-07 | 7 | -7/+7 |
* | Major rework of the iicbus/smbus framework: | Nicolas Souchu | 2002-03-23 | 1 | -39/+32 |
* | Fix some gcc-3.1+ warnings: | Peter Wemm | 2002-03-19 | 1 | -0/+1 |
* | Make this driver a better citizen by moving dev creation and | Warner Losh | 2001-12-19 | 1 | -46/+45 |
* | Update to C99, s/__FUNCTION__/__func__/, | David E. O'Brien | 2001-12-10 | 3 | -12/+12 |
* | Give the pps driver an additional 8 inputs if we can persuade the | Poul-Henning Kamp | 2001-09-22 | 1 | -43/+154 |
* | KSE Milestone 2 | Julian Elischer | 2001-09-12 | 4 | -11/+11 |
* | Translate various ppbus sequences into microsequences to limit | Nicolas Souchu | 2001-06-23 | 2 | -109/+128 |
* | -Wunused cleanup | Peter Wemm | 2001-06-12 | 1 | -2/+1 |
* | Style fixes from Sascha | Poul-Henning Kamp | 2001-06-06 | 1 | -4/+3 |
* | make code use strxxx() calls | Alfred Perlstein | 2001-04-01 | 1 | -11/+3 |
* | Send the remains (such as I have located) of "block major numbers" to | Poul-Henning Kamp | 2001-03-26 | 4 | -4/+0 |
* | Discard extra status information if -1. This has been breaking the | Nicolas Souchu | 2001-01-25 | 1 | -0/+5 |