| Commit message (Expand) | Author | Age | Files | Lines |
* | Be slightly less bogus in struct tty allocation. | phk | 2004-09-17 | 1 | -3/+2 |
* | Use tty->t_sc, ttyalloc() and lock/init termios from struct tty. | phk | 2004-09-17 | 2 | -142/+114 |
* | Include <sys/malloc.h> to satisfy new isa_dma stuff. | phk | 2004-09-17 | 2 | -0/+2 |
* | Pass the idea of the make(1) binary to use down to newvers.sh. | ru | 2004-09-17 | 2 | -2/+2 |
* | Add various stuff to struct tty and surounding areas in preparation | phk | 2004-09-17 | 2 | -0/+28 |
* | Use ttyalloc() instead of ttymalloc(NULL) | phk | 2004-09-17 | 7 | -7/+7 |
* | Add ttyalloc() which in due time will be the successor to ttymalloc(), | phk | 2004-09-17 | 2 | -0/+8 |
* | Commit patch to supress spurious link change events. Apparently, with | wpaul | 2004-09-17 | 1 | -2/+11 |
* | Handle _FDE results of 5 bytes (vs. 5 uint32_t's). BIOS vendors find yet | njl | 2004-09-17 | 1 | -37/+54 |
* | Destroy global tapmtx when the if_tap module is unloaded. | rwatson | 2004-09-17 | 1 | -0/+2 |
* | Break out altq_enable/disable from DIOC{START,STOP}ALTQ into seprate | mlaier | 2004-09-17 | 1 | -41/+83 |
* | - Make md(4) 64-bit clean. | pjd | 2004-09-16 | 2 | -163/+91 |
* | There is no need to keep 'npage' value inside our softc structure, | pjd | 2004-09-16 | 1 | -8/+8 |
* | Attach ng_netflow to kernel build. | glebius | 2004-09-16 | 5 | -0/+16 |
* | A netgraph node implementing Netflow version 5. | glebius | 2004-09-16 | 4 | -0/+1670 |
* | Allocate tty at attach time rather than open time. | phk | 2004-09-16 | 1 | -49/+43 |
* | - Do not use bio_pblkno as it is going away anyway. | pjd | 2004-09-16 | 1 | -13/+14 |
* | First wakeup, then unlock. | pjd | 2004-09-16 | 1 | -2/+1 |
* | Type 'int' is too small for 'i' and 'lastp' variables. Use proper type, | pjd | 2004-09-16 | 1 | -2/+2 |
* | Fix an out of bounds write during the initialization of the PF_INET protocol | andre | 2004-09-16 | 1 | -4/+14 |
* | Do not traverse list of snapshots if there isn't one. | phk | 2004-09-16 | 1 | -0/+4 |
* | Don't print a warning message if the _CRS value is empty. This is already | njl | 2004-09-16 | 1 | -7/+5 |
* | Missed a place where snapshots were allocated in my last commit to | phk | 2004-09-16 | 1 | -11/+8 |
* | g_nop_create: destroy newly created provider in case of errors. | fjoe | 2004-09-16 | 1 | -1/+1 |
* | Use the tty->t_sc field to find our softc. | phk | 2004-09-16 | 1 | -3/+4 |
* | Add fields to struct tty for the initial/lock * tty/cua states. | phk | 2004-09-16 | 1 | -0/+4 |
* | Ignore leading '_' in model name returned by devices. | sos | 2004-09-16 | 1 | -1/+1 |
* | clean up thread runq accounting a bit. | julian | 2004-09-16 | 4 | -22/+36 |
* | default: case shouldn't set an error yet either. | imp | 2004-09-16 | 1 | -1/+0 |
* | Reserve the DMA memory at attach time, rather than at use. While | imp | 2004-09-16 | 1 | -15/+12 |
* | whitespace change | phk | 2004-09-16 | 1 | -5/+5 |
* | e specific code to revert a partial add ot teh run queue, not | julian | 2004-09-16 | 1 | -1/+9 |
* | If the timeout handler runs and notices that commands are timed out, check | scottl | 2004-09-16 | 2 | -0/+11 |
* | For the moment, treat failures to attach floppy drives as non-fatal | imp | 2004-09-16 | 1 | -2/+0 |
* | Backout the code which tries to use undocumented way to determine if | sobomax | 2004-09-15 | 1 | -43/+5 |
* | Fix breakpoint handling for i386. | julian | 2004-09-15 | 2 | -3/+25 |
* | Remove unused B_WRITEINPROG flag | phk | 2004-09-15 | 8 | -29/+9 |
* | Simplify initialization of va_null a little bit. | phk | 2004-09-15 | 1 | -13/+13 |
* | undent some functions a bit. | phk | 2004-09-15 | 1 | -159/+161 |
* | stylistic polishing. | phk | 2004-09-15 | 1 | -37/+57 |
* | Clarify some comments for the M_FASTFWD_OURS case in ip_input(). | andre | 2004-09-15 | 1 | -4/+4 |
* | Remove the last two global variables that are used to store packet state while | andre | 2004-09-15 | 5 | -39/+49 |
* | Try harder to get back to being a non threaded process. | julian | 2004-09-15 | 1 | -1/+11 |
* | Flush the queue of minor fixes to pst. | sos | 2004-09-15 | 3 | -5/+3 |
* | Add new a function isa_dma_init() which returns an errno when it fails | phk | 2004-09-15 | 8 | -75/+70 |
* | Remove now unused #include files. | phk | 2004-09-15 | 2 | -104/+0 |
* | #include <isa/isavar.h> instead of <i386/isa/isa_dma.h> | phk | 2004-09-15 | 2 | -2/+2 |
* | Fix a LOR where copyout was called while holding a lock. | brooks | 2004-09-15 | 1 | -10/+27 |
* | Oops accidentally removed #ifdef SCHED_4BSD | julian | 2004-09-15 | 1 | -0/+2 |
* | Fix a typo that affects !i386. | alc | 2004-09-15 | 2 | -2/+2 |