| Commit message (Expand) | Author | Age | Files | Lines |
* | Add /dev/speaker support to amd64. | ru | 2005-11-11 | 2 | -4/+4 |
* | - Move timerreg.h to <arch>/include and split i8253 specific defines into | nyan | 2005-05-14 | 1 | -35/+7 |
* | Change a directory layout for pc98. | nyan | 2005-05-10 | 1 | -1/+1 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -5/+5 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Device megapatch 1/6: | phk | 2004-02-21 | 1 | -2/+0 |
* | Use __FBSDID(). | obrien | 2003-06-02 | 1 | -2/+3 |
* | Retire sys/pc98/pc98/spkr.c | mdodd | 2003-03-24 | 1 | -2/+4 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+6 |
* | More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9). | des | 2003-03-02 | 1 | -4/+4 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | - Add inline functions for {ll,l,}abs() to libkern. | mdodd | 2003-01-15 | 1 | -11/+0 |
* | Merge PC98 changes. | mdodd | 2002-11-02 | 1 | -30/+60 |
* | Handle hints for the atspeaker device. | mdodd | 2002-10-28 | 1 | -1/+25 |
* | Very minor whitespace/style nit. | markm | 2002-10-23 | 1 | -2/+1 |
* | Be consistent about funtions being static. | phk | 2002-10-16 | 1 | -4/+4 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -6/+6 |
* | Add missing destroy_dev(). | wes | 2002-01-23 | 1 | -10/+13 |
* | KSE Milestone 2 | julian | 2001-09-12 | 1 | -6/+6 |
* | Add ACPI attachments. | msmith | 2001-08-30 | 1 | -0/+1 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 1 | -1/+1 |
* | Add PnP probe methods to some common AT hardware drivers. In each case, | msmith | 2000-06-23 | 1 | -0/+44 |
* | Don't use struct buf for random small temporary buffers. | phk | 2000-05-05 | 1 | -5/+7 |
* | Remove #if NFOO > 0 (it's not required in most cases) and also where it | peter | 2000-01-29 | 1 | -5/+0 |
* | Move isfoo() and friends to the newly created sys/ctype.h. | phk | 1999-11-03 | 1 | -0/+1 |
* | Consolidate some of the various ctype(3) macros in one location. | archie | 1999-11-02 | 1 | -2/+0 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -13/+2 |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 1 | -3/+3 |
* | Welcome devtoname(), to most likely be used when printing information | billf | 1999-08-17 | 1 | -5/+5 |
* | Simplify cdevsw registration. | phk | 1999-05-31 | 1 | -14/+4 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -5/+22 |
* | Fixed printf format errors. Only one left in LINT on i386's. | bde | 1998-08-24 | 1 | -3/+4 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | Don't depend on "implicit int" or bloat the data section in the | bde | 1998-02-20 | 1 | -2/+2 |
* | Staticize. | eivind | 1998-02-09 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+3 |
* | In all such uses of struct buf: 's/b_un.b_addr/b_data/g' | phk | 1997-12-02 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 2 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 2 | -2/+2 |
* | Use macros from timmerreg.h instead of private ones. | bde | 1996-10-25 | 1 | -28/+7 |
* | Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: | bde | 1996-09-21 | 1 | -7/+5 |
* | Unconditionally null-terminate string read into spkr driver. | peter | 1996-08-24 | 1 | -3/+6 |
* | Correct the timer2 acquiration and release, it must happen at splclock. | joerg | 1996-07-20 | 1 | -36/+52 |
* | Fixed name of /dev/speaker (it's not spkr). | bde | 1996-03-27 | 1 | -4/+4 |
* | Completed function declarations and/or added prototypes and/or added | bde | 1995-12-15 | 1 | -1/+8 |