| Commit message (Expand) | Author | Age | Files | Lines |
* | These files have been repo-copied to dev/sound/* (making way for pcm | peter | 1999-11-21 | 28 | -11278/+0 |
* | Moved useracc() to top of sigreturn as to avoid panic | pho | 1999-11-21 | 2 | -8/+8 |
* | s/p_cred->pc_ucred/p_ucred/g | phk | 1999-11-21 | 17 | -20/+20 |
* | Document new feature (support for write(2) when 1 hook attached). | julian | 1999-11-21 | 2 | -0/+20 |
* | Fixes from brian. With some changes from me. | julian | 1999-11-21 | 3 | -43/+74 |
* | If vfs_mountroot_try() isn't given a path to try mounting, return a silent | msmith | 1999-11-21 | 2 | -2/+2 |
* | Tempt fate and stop index from converting a const char * into a char *. | peter | 1999-11-21 | 4 | -22/+48 |
* | document new ISP config options | mjacob | 1999-11-21 | 3 | -6/+42 |
* | Clean up stupidity in the isp_handle_other_response function- indexes | mjacob | 1999-11-21 | 1 | -119/+169 |
* | Add storage/access for a default WWN. A miscellaneous tweak or two. | mjacob | 1999-11-21 | 1 | -3/+3 |
* | Add a isp_getrqentry inline function (that is, find the next available | mjacob | 1999-11-21 | 1 | -0/+24 |
* | Fix some includes for when we (eventually) get target mode working again. | mjacob | 1999-11-21 | 1 | -54/+77 |
* | Put *back* the f/w, this time with a BSD style licence as approved | mjacob | 1999-11-21 | 1 | -6/+25220 |
* | Add in new Qlogic isp config options: | mjacob | 1999-11-21 | 1 | -0/+7 |
* | Fix dmasetup functions to have 16 bit queue indices. Get the chip revision | mjacob | 1999-11-21 | 2 | -56/+80 |
* | Revert peter's commit to remove cdevsw_add() - it was a bit premature | jkh | 1999-11-21 | 1 | -0/+2 |
* | s/Brige/Bridge/. | kuriyama | 1999-11-21 | 2 | -8/+8 |
* | Teach the md driver to use preloaded files of type "md_image". | phk | 1999-11-20 | 1 | -68/+128 |
* | Minor tweak: the subsystem device ID code for the quad port 62044 card | wpaul | 1999-11-20 | 4 | -4/+14 |
* | A process should be able to examine itself. | sef | 1999-11-20 | 2 | -4/+6 |
* | changes for the new location of pcm | cg | 1999-11-20 | 1 | -14/+14 |
* | repo-copied to make way for newmidi, this commit updates include paths | cg | 1999-11-20 | 17 | -33/+33 |
* | We do not have ffs_checkexp, so remove the prototype | eivind | 1999-11-20 | 1 | -2/+0 |
* | Fix VOP_MKNOD for loss of WILLRELE. I don't know how I could have missed | eivind | 1999-11-20 | 2 | -14/+2 |
* | Allow NULL for startp and/or countp in bus_get_resource() so that you can | peter | 1999-11-20 | 4 | -8/+16 |
* | Get rid of calls to vfinddev() by ripping out code for vnode type | phk | 1999-11-20 | 1 | -26/+0 |
* | Get rid of calls to vfinddev() by doing like specfs. | phk | 1999-11-20 | 1 | -15/+7 |
* | struct mountlist and struct mount.mnt_list have no business being | phk | 1999-11-20 | 19 | -76/+68 |
* | I forgot to remove the "NCARD == 0" hacks that kept this driver | mdodd | 1999-11-20 | 2 | -8/+0 |
* | Latest incremental efforts on newcard: | imp | 1999-11-20 | 3 | -54/+90 |
* | Kill unneeded #includes. They were left over from the short period of | imp | 1999-11-20 | 2 | -10/+0 |
* | Kill unneeded includes | imp | 1999-11-20 | 3 | -8/+0 |
* | Vnode was left referenced in the case if ELF image is broken. | bp | 1999-11-20 | 1 | -1/+3 |
* | Conditionalise unwanted chattyness. | jkh | 1999-11-19 | 1 | -1/+2 |
* | Optimize two cases in the MP locking code. First, it is not necessary | dillon | 1999-11-19 | 1 | -3/+2 |
* | Use LIST_FOREACH to traverse the allproc list. | phk | 1999-11-19 | 3 | -8/+7 |
* | The at_exit and at_fork functions currently use a 'roll your own' | phk | 1999-11-19 | 2 | -61/+54 |
* | Revert previous commit now that 'acfcomp' has been removed from | archie | 1999-11-19 | 1 | -1/+0 |
* | Add a field archie forgot to merge in from out sources. | julian | 1999-11-19 | 1 | -1/+2 |
* | Optimize two cases in the MP locking code. First, it is not necessary | dillon | 1999-11-19 | 9 | -125/+85 |
* | Properly attribute interrupt time on alpha. Previously, interrupt time | gallatin | 1999-11-19 | 3 | -5/+6 |
* | Make the event creation work | n_hibma | 1999-11-19 | 1 | -16/+26 |
* | fix braino.. line misplaced. | julian | 1999-11-19 | 3 | -3/+3 |
* | Loose ad_sleep, its of no use anymore. | sos | 1999-11-19 | 1 | -13/+0 |
* | Rename es1370.c to es137x.c and merge in the patches to support | roger | 1999-11-19 | 2 | -34/+780 |
* | Module name is cardbus, not pccard. | imp | 1999-11-19 | 1 | -1/+1 |
* | Use 'struct ng_xxx_private' instead of 'struct private' to help gdb | archie | 1999-11-19 | 1 | -2/+2 |
* | Fix bug where hook pointers were not getting updated on disconnection. | archie | 1999-11-19 | 2 | -8/+38 |
* | Move misplaced #define. | archie | 1999-11-19 | 1 | -1/+3 |
* | Add some safety using KASSERT() and splnet(). | archie | 1999-11-19 | 1 | -12/+18 |