| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed most namespace pollution in this header: don't include <vm/uma.h>; | bde | 2002-09-15 | 1 | -3/+3 |
* | Some BIOSs are using MTRR values that are only documented under NDA | dwmalone | 2002-09-15 | 4 | -1/+24 |
* | Define __LONG_LONG_SUPPORTED if the compiler claims to support C99. | bde | 2002-09-15 | 1 | -2/+1 |
* | Include <sys/systm.h> instead of depending on namespace pollution 2 | bde | 2002-09-15 | 1 | -0/+1 |
* | Remove the unused _bio_buf field. I can't even remember if this ever got | phk | 2002-09-15 | 1 | -1/+0 |
* | Fix i810 after i830 commit. | anholt | 2002-09-15 | 2 | -0/+4 |
* | Fixed breakage from removing the used include of <sys/buf.h> in the | bde | 2002-09-15 | 1 | -0/+3 |
* | Make a comment reflect less of a lie, NOCPU is used to generally mean that we | jmallett | 2002-09-15 | 1 | -1/+1 |
* | Un-inline the non-trivial "trivial" bio* functions. | phk | 2002-09-14 | 3 | -57/+45 |
* | Add additional information returned to userland by the device querying | imp | 2002-09-14 | 2 | -10/+23 |
* | remove #includes of <sys/bio.h> where not needed. | phk | 2002-09-14 | 4 | -4/+0 |
* | FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>. | phk | 2002-09-14 | 1 | -3/+2 |
* | Move setugidsafety() call outside of process lock. This prevents a lock | njl | 2002-09-14 | 1 | -3/+5 |
* | Use the definitions in machine/fsr.h instead of duplicating these magic | tmm | 2002-09-14 | 1 | -9/+11 |
* | Clean up a bit, and add some more macros to access %fsr fields. | tmm | 2002-09-14 | 1 | -14/+17 |
* | kthread.h is not needed | scottl | 2002-09-14 | 1 | -1/+0 |
* | Remove a conditional #include <sys/kernel.h>, it is already | mux | 2002-09-14 | 1 | -1/+0 |
* | Remove all use of vnode->v_tag, replacing with appropriate substitutes. | njl | 2002-09-14 | 55 | -125/+133 |
* | Reference the socket we're accepting. | benno | 2002-09-14 | 1 | -0/+2 |
* | Apparently something down in the guts of vm/uvm still needs giant | julian | 2002-09-14 | 2 | -0/+4 |
* | Put firewire under architectures it actually might conceivably | mjacob | 2002-09-14 | 1 | -1/+2 |
* | Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payload | archie | 2002-09-14 | 1 | -1/+1 |
* | The nfsroot code should be conditional on NFSCLIENT, not NFS (which no | peter | 2002-09-13 | 1 | -1/+1 |
* | mlockall() and munlockall() are unimplemented; remove their prototypes. | mike | 2002-09-13 | 1 | -8/+2 |
* | For boot verbose, print resources assigned in a more asthetically pleasing | imp | 2002-09-13 | 1 | -5/+11 |
* | Fix fcntl(..., F_GETOWN, ...) and fcntl(..., F_SETOWN, ...) on sparc64 | tmm | 2002-09-13 | 1 | -3/+5 |
* | Add firewire module | ikob | 2002-09-13 | 1 | -0/+1 |
* | Initial import for IEEE1394 OHCI chipdet device driver and SBP-2 (Serial | ikob | 2002-09-13 | 23 | -0/+11928 |
* | "Fix" printf format issues by using %j | phk | 2002-09-13 | 3 | -5/+8 |
* | Use biowait() rather than DIY. | phk | 2002-09-13 | 1 | -24/+4 |
* | Fix a bug were a struct bio was freed and certain members subsequently | phk | 2002-09-13 | 2 | -8/+6 |
* | Oops, broke the build there. Uninline biodone() now that it is non-trivial. | phk | 2002-09-13 | 2 | -9/+30 |
* | Make biodone() default to wakeup() on the struct bio if no bio_done | phk | 2002-09-13 | 1 | -1/+4 |
* | Add a couple more of the big/little-endian conversion routines and make | phk | 2002-09-13 | 2 | -6/+25 |
* | Fix another two printf() format errors which weren't warned | mux | 2002-09-13 | 2 | -8/+8 |
* | Drop the proc lock while calling fdcheckstd() which may block to allocate | truckman | 2002-09-13 | 1 | -1/+8 |
* | Fix another printf() format error which wasn't warned about | mux | 2002-09-13 | 2 | -4/+6 |
* | Fix a printf() format error on 64 bits architectures. | mux | 2002-09-13 | 2 | -6/+8 |
* | Restore original behaviour of recursion preventer. | sobomax | 2002-09-13 | 2 | -5/+7 |
* | Fix an i830/i845 test that shouldn't get hit in normal use and remove a printf. | anholt | 2002-09-13 | 2 | -12/+8 |
* | Add a blank line to make this more consistent with the rest of the file. | jhb | 2002-09-12 | 1 | -0/+1 |
* | Pass the physical instead of the logical block number in | joerg | 2002-09-12 | 2 | -2/+2 |
* | Fix the GENERIC build. Don't refer to the non-existant fw_one_pass. | obrien | 2002-09-12 | 1 | -1/+1 |
* | Add preliminary mostly untested support for the Silicon Image Sil680 chip. | sos | 2002-09-12 | 2 | -0/+93 |
* | Change a couple of splcam() calls that do not make sense in atapi-cam | thomas | 2002-09-12 | 1 | -3/+5 |
* | Rearrange where to get the ATAPI magic sequence. | sos | 2002-09-12 | 1 | -6/+8 |
* | Wait for drive to become ready if its in progress of loading.. | sos | 2002-09-12 | 1 | -0/+14 |
* | Dont hang in atprq on poll_dsc command. | sos | 2002-09-12 | 1 | -2/+4 |
* | Fixed style bugs in resource_list_add_next(). | bde | 2002-09-12 | 1 | -5/+5 |
* | - Fix two obvious locking bugs; 1) returning with lock held when it needed | arr | 2002-09-12 | 1 | -3/+16 |