| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ipl.h: | Justin T. Gibbs | 1997-09-21 | 1 | -1/+4 |
| * | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 1 | -2/+2 |
| * | Removed unused #includes. | Bruce Evans | 1997-07-20 | 1 | -5/+1 |
| * | Fixed the type of timeout functions and removed casts that hid the | Bruce Evans | 1997-04-20 | 1 | -7/+7 |
| * | Don't include <sys/ioctl.h> in the kernel. Stage 5: include | Bruce Evans | 1997-03-24 | 1 | -2/+4 |
| * | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | Bruce Evans | 1997-03-23 | 1 | -2/+2 |
| * | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | Peter Wemm | 1997-02-22 | 3 | -3/+3 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 3 | -3/+3 |
| * | Some warning cleanups. There were some needless casts that also caused | Peter Wemm | 1996-09-27 | 1 | -15/+12 |
| * | Remove devconf, it never grew up to be of any use. | Poul-Henning Kamp | 1996-09-06 | 1 | -34/+1 |
| * | Extend the poll code so that it can periodically scan the host cards | Peter Wemm | 1996-08-12 | 1 | -4/+11 |
| * | make si.c compile in kernels without COMPAT_43. | Peter Wemm | 1996-08-03 | 1 | -2/+5 |
| * | ttysleep() can return EWOULDBLOCK, not ETIMEDOUT as the comment in tty.c | Peter Wemm | 1996-07-26 | 1 | -2/+2 |
| * | Apply a bandaid to a problem elsewhere in the driver, when the process is | Peter Wemm | 1996-07-26 | 1 | -2/+5 |
| * | Fix typo that prevented the initial/lock state devices from working | Peter Wemm | 1996-06-30 | 1 | -2/+2 |
| * | When writing the settings for stop bits and output hardware flow control, | Peter Wemm | 1996-06-21 | 1 | -18/+24 |
| * | This time, get rid of the struct copies that were really causing gcc to | Peter Wemm | 1996-06-17 | 1 | -4/+4 |
| * | Fix cut/paste error; a read-only variable should have been read/write. | Peter Wemm | 1996-06-16 | 1 | -2/+2 |
| * | Clean up -Wunused warnings. | Gary Palmer | 1996-06-12 | 1 | -8/+4 |
| * | Eliminate a struct copy that gcc doesn't inline and ends up as a call to | Peter Wemm | 1996-06-08 | 1 | -2/+2 |
| * | When estimating the time (in ms) left to drain the output queue based | Peter Wemm | 1996-05-30 | 1 | -4/+4 |
| * | *blush* How did this slip through? | Peter Wemm | 1996-05-08 | 1 | -2/+5 |
| * | Change the logic of the interrupt/poll loop. It no longer loops until | Peter Wemm | 1996-05-05 | 1 | -4/+15 |
| * | Change the compiled-in polling parameters to a sysctl setting. | Peter Wemm | 1996-05-05 | 1 | -7/+11 |
| * | Switched from using devfs_add_sw() to using devfs_add_swf() | Marc G. Fournier | 1996-03-28 | 1 | -4/+4 |
| * | Avoid local sprintfs and other printf'isms. | Poul-Henning Kamp | 1996-01-25 | 1 | -23/+16 |
| * | Use the new & improved printf rather than homegrown kludges. | Poul-Henning Kamp | 1996-01-16 | 1 | -9/+5 |
| * | clean up si_dprintf a bit so that it uses vararg argument parsing that does | Peter Wemm | 1996-01-09 | 1 | -6/+17 |
| * | Fix the number of ports created for devfs.. it had been only creating | Peter Wemm | 1996-01-02 | 1 | -2/+2 |
| * | Fix last "fix" - I had introduced a fencepost error.. :-( | Peter Wemm | 1996-01-02 | 1 | -2/+2 |
| * | Fix up the DEVFS minor numbers that the Specialix driver registers... | Peter Wemm | 1996-01-02 | 1 | -7/+11 |
| * | Another shot at getting working si DEVFS entries.. Apparently, it didn't | Peter Wemm | 1995-12-16 | 1 | -10/+16 |
| * | Update the skeleton DEVFS code to match reality a little closer.. :-) | Peter Wemm | 1995-12-14 | 1 | -20/+11 |
| * | Replaced nxreset by noreset (if the reset function gets called, then the | Bruce Evans | 1995-12-10 | 1 | -2/+2 |
| * | Replaced nxmmap by nommap (if the mmap function gets called, then the | Bruce Evans | 1995-12-10 | 1 | -2/+2 |
| * | Removed new alias d_size_t for d_psize_t. | Bruce Evans | 1995-12-10 | 1 | -2/+2 |
| * | Staticize and cleanup. | Poul-Henning Kamp | 1995-12-10 | 1 | -10/+10 |
| * | Julian forgot to make the *devsw structures static. | Poul-Henning Kamp | 1995-12-08 | 1 | -2/+2 |
| * | Pass 3 of the great devsw changes | Julian Elischer | 1995-12-08 | 1 | -40/+73 |
| * | Untangled the vm.h include file spaghetti. | David Greenman | 1995-12-07 | 1 | -1/+3 |
| * | Replaced #includes of <sys/user.h> by less gross headers, usually | Bruce Evans | 1995-12-06 | 1 | -2/+3 |
| * | aargh! I tested JREMOD, only to discover that the "good oil" part of | Peter Wemm | 1995-12-04 | 1 | -3/+3 |
| * | If you're going to mechanically replicate something in 50 files | Julian Elischer | 1995-11-29 | 1 | -2/+2 |
| * | OK, that's it.. | Julian Elischer | 1995-11-29 | 1 | -12/+27 |
| * | the second set of changes in a move towards getting devices to be | Julian Elischer | 1995-11-28 | 1 | -1/+35 |
| * | Removed all #includes of the unused file <sys/device.h>. | Bruce Evans | 1995-11-28 | 1 | -2/+1 |
| * | Mainly cosmetic cleanups... It now uses more consistant message reporting | Peter Wemm | 1995-11-28 | 3 | -27/+29 |
| * | Sync the public source with what I'm currently running. | Peter Wemm | 1995-11-09 | 2 | -147/+207 |
| * | Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the | Bruce Evans | 1995-11-04 | 1 | -2/+1 |
| * | Moved prototypes for devswitch functions from conf.c and driver sources | Bruce Evans | 1995-11-04 | 1 | -2/+1 |