| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a vnode argument to VOP_BWRITE to get rid of the last vnode | mckusick | 1999-06-16 | 23 | -436/+92 |
* | Close a race window where a tcp socket is closed while tcp_pcblist is | tegge | 1999-06-16 | 2 | -4/+14 |
* | Make syscall tracing work: include "opt_ktrace.h" and make it compile. | dt | 1999-06-16 | 1 | -2/+8 |
* | Make sure syscall arguments properly aligned in ktrace records. | dt | 1999-06-16 | 2 | -11/+18 |
* | Use vput instead of vrele. | mjacob | 1999-06-16 | 1 | -3/+3 |
* | Remove option USBVERBOSE | n_hibma | 1999-06-16 | 2 | -4/+4 |
* | Grrr! The PNIC II's multicast hash table is only 128 bits wide, not 512 | wpaul | 1999-06-16 | 1 | -20/+45 |
* | Changed trypbuf to a getpbuf to work around a problem where redundant writes | dg | 1999-06-16 | 1 | -2/+2 |
* | Print verbose messages when there is error. | yokota | 1999-06-16 | 2 | -4/+42 |
* | Fix non-benign typo. | billf | 1999-06-16 | 1 | -2/+2 |
* | Clean up bitrot in interrupt tracing code. | tegge | 1999-06-16 | 3 | -9/+9 |
* | If we still haven't got a sufficient number of free buffers after the | tegge | 1999-06-16 | 1 | -2/+2 |
* | Get rid of the global variable rushjob and replace it with a function in | mckusick | 1999-06-15 | 6 | -100/+170 |
* | If we retry this operation from the top of this routine, we need to | mjacob | 1999-06-15 | 2 | -2/+10 |
* | Add a couple of command definitions. | julian | 1999-06-15 | 1 | -67/+74 |
* | COM_LLCONSOLE should over-ride COM_DEBUGGER request. | mckusick | 1999-06-15 | 2 | -4/+4 |
* | Kill option FAILSAFE. | des | 1999-06-15 | 16 | -54/+25 |
* | Add VIA Apollo Master VT82c570 chipset. (I have 2 of these) | roger | 1999-06-15 | 1 | -12/+8 |
* | Ensoniq AudioPCI sound cards haven't worked since the newbus integration | newton | 1999-06-15 | 1 | -2/+2 |
* | Add the System V message queue and semaphore options for better 3rd party | jb | 1999-06-14 | 2 | -6/+10 |
* | Include <sys/time.h> for correctness. BDE has a better version of this, | nik | 1999-06-14 | 1 | -1/+2 |
* | Fix typo confusing `fa' and 'fb' registers. | simokawa | 1999-06-14 | 1 | -4/+4 |
* | 1) remove the soft reset after a command failed. | n_hibma | 1999-06-13 | 1 | -5/+17 |
* | Eliminate the bogus procfs private almost struct dirent structure. | phk | 1999-06-13 | 6 | -86/+54 |
* | 1) Add non-blocking I/O on read | n_hibma | 1999-06-13 | 1 | -6/+32 |
* | 1) Add the USB controllers (will now print pretty strings when no usb | n_hibma | 1999-06-13 | 1 | -32/+64 |
* | Shorten the strings a bit (remove 'Host') | n_hibma | 1999-06-13 | 4 | -30/+32 |
* | Use pmap_kenter instead of pmap_enter to map the message buffer. | alc | 1999-06-13 | 2 | -6/+4 |
* | Removed checking for unit>NBKTR. | roger | 1999-06-13 | 2 | -34/+4 |
* | Add bktr_load for the loadable Bt848/Bt878 driver. | roger | 1999-06-13 | 1 | -1/+2 |
* | vm_map_protect: | alc | 1999-06-12 | 1 | -2/+2 |
* | Add bktr (Bt848/Bt878 driver loadable module) to the Makefile i386 only section | roger | 1999-06-12 | 1 | -2/+2 |
* | Change perl5 to perl (same change as made in the fxp module) | roger | 1999-06-12 | 1 | -5/+5 |
* | Makefile to build a loadable bktr Bt848/Bt878 device driver | roger | 1999-06-12 | 1 | -0/+47 |
* | Updated to use the new 4.x newbus API | roger | 1999-06-12 | 4 | -438/+592 |
* | Don't accept divert/tee/pipe rules without corresponding option. | ru | 1999-06-11 | 1 | -3/+11 |
* | Replace my previous fix of saving the FP state with a much simpler one: when | dt | 1999-06-10 | 8 | -36/+22 |
* | Change variable used for calculating ending address of physical memory | jlemon | 1999-06-10 | 2 | -4/+4 |
* | Add detection code for NVidia Riva 128,TNT,TNT2 | ache | 1999-06-09 | 1 | -1/+19 |
* | Use kmem_alloc_nofault() rather than kmem_alloc_pageable() to allocate | dt | 1999-06-08 | 3 | -6/+6 |
* | Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), but | dt | 1999-06-08 | 2 | -2/+27 |
* | Keep fpcurproc locked in memory, so that we always can save the FP state | dt | 1999-06-08 | 7 | -14/+35 |
* | From the submitter: | msmith | 1999-06-07 | 2 | -21/+18 |
* | ksprintn() may be called with base=2, so redefine MAXNBUF accordingly. | archie | 1999-06-07 | 1 | -18/+19 |
* | The FD options are now in /sys/conf/options so need to duplicate them | steve | 1999-06-06 | 2 | -8/+2 |
* | Small optimization: use wi_seek() in wi_read_record() and wi_write_record() | wpaul | 1999-06-06 | 2 | -54/+18 |
* | Sync with sys/i386/conf/majors.i386 revision 1.76. | kato | 1999-06-06 | 1 | -1/+2 |
* | Sync with sys/boot/i386/libi386/bootinfo.c revision 1.19. | kato | 1999-06-06 | 1 | -1/+5 |
* | Reserve cdev major 126 for sync support. | phk | 1999-06-06 | 2 | -2/+4 |
* | typo in previous commit | phk | 1999-06-06 | 1 | -2/+2 |