| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark the bsdextended rules sysctl as being mpsafe. | csjp | 2009-03-09 | 1 | -2/+2 |
* | Commit missed file in r189587, update directory name for libusb. | thompsa | 2009-03-09 | 1 | -2/+2 |
* | - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORT | jhb | 2009-03-09 | 5 | -3/+40 |
* | libusb20 is now installed as libusb, remove the version number from the | thompsa | 2009-03-09 | 12 | -0/+0 |
* | Install libusb20.so.1 as libusb.so.1, there will be a followup commit to the | thompsa | 2009-03-09 | 13 | -12/+22 |
* | Add igmp(4) man page, do not connect to build yet. | bms | 2009-03-09 | 1 | -0/+139 |
* | MFp4 //depot/projects/usb@158916 | thompsa | 2009-03-09 | 1 | -58/+61 |
* | Prefer prototypes to k&r definitions. | imp | 2009-03-09 | 1 | -12/+6 |
* | Make generic_intr routines match prototype. | imp | 2009-03-09 | 2 | -2/+2 |
* | __LP64__ is what's defined, not _LP64_, according to the manual (and | imp | 2009-03-09 | 1 | -1/+1 |
* | Fix prototypes to be consistent. | imp | 2009-03-09 | 6 | -11/+11 |
* | o Add declarations for a few more nodes widely used. | imp | 2009-03-09 | 1 | -1/+4 |
* | remove now-redunant cardbus attachment lines. | imp | 2009-03-09 | 5 | -5/+0 |
* | remove now-redunant cardbus attachment. | imp | 2009-03-09 | 19 | -19/+0 |
* | Fix a long-standing bug in newbus. It was introduced when subclassing | imp | 2009-03-09 | 1 | -9/+53 |
* | Use a u_int for p_lock instead of a char: this avoids a (somewhat | rwatson | 2009-03-09 | 1 | -1/+1 |
* | Trim comments about the MP-safety of various bits of the amd64/i386 | rwatson | 2009-03-09 | 3 | -22/+0 |
* | Remove two now-defunct KSE fields from struct thread: td_uuticks and | rwatson | 2009-03-09 | 1 | -2/+0 |
* | Add a new thread-private flag, TDP_AUDITREC, to indicate whether or | rwatson | 2009-03-09 | 4 | -5/+16 |
* | For IP1001 PHYs, read auto-negotiation advertisement register to | yongari | 2009-03-09 | 2 | -6/+13 |
* | Use mii_phy_add_media() and remove setting each media type. | yongari | 2009-03-09 | 1 | -29/+5 |
* | For unknown speed, explicitly set IFM_NONE. | yongari | 2009-03-09 | 1 | -0/+6 |
* | Report current link state while auto-negotiation is in progress. | yongari | 2009-03-09 | 1 | -1/+1 |
* | Consistently use kdev for the kernel device. | rnoland | 2009-03-09 | 10 | -91/+91 |
* | Clean up the printing on amd64. Should also be consistent on i386. | rnoland | 2009-03-09 | 1 | -3/+3 |
* | There is no need to sync these buffers to swap. | rnoland | 2009-03-09 | 1 | -3/+4 |
* | Change the flags to bus_dmamem around to allow it to sleep waiting for | rnoland | 2009-03-09 | 1 | -4/+4 |
* | Fix the flags to bus_dmamem_* to allow the allocation to sleep while | rnoland | 2009-03-09 | 1 | -2/+3 |
* | -Make the PCI(E)/AGP calculations consistent | rnoland | 2009-03-09 | 1 | -19/+22 |
* | Call the right function for the right chipset. | rnoland | 2009-03-09 | 1 | -1/+1 |
* | Add a new tunable hw.re.prefer_iomap which disables memory register | yongari | 2009-03-09 | 1 | -13/+25 |
* | Don't ignore other fcntl functions, directly call __sys_fcntl if | davidxu | 2009-03-09 | 1 | -1/+1 |
* | A system with plenty of memory would not require so much swap for generic | delphij | 2009-03-09 | 1 | -1/+3 |
* | Change pmap_enter_quick_locked() so that it uses the kernel's direct map | alc | 2009-03-09 | 1 | -8/+3 |
* | Fix TXPMGT handling: | sam | 2009-03-09 | 1 | -9/+14 |
* | Don't reference non-existent __fcntl_compat if WITHOUT_SYSCALL_COMPAT is defi... | davidxu | 2009-03-09 | 2 | -0/+10 |
* | o mark unexpected callbacks more clearly | sam | 2009-03-08 | 1 | -7/+8 |
* | MFp4 //depot/projects/usb@158868 | thompsa | 2009-03-08 | 2 | -123/+203 |
* | MFp4 //depot/projects/usb@158869 | thompsa | 2009-03-08 | 1 | -11/+15 |
* | By default, don't compile in counters of calls to various time | rwatson | 2009-03-08 | 1 | -13/+18 |
* | Decompose the global UNIX domain sockets rwlock into two different | rwatson | 2009-03-08 | 2 | -102/+98 |
* | In UNIX domain socket GC regression test, after setting a socket | rwatson | 2009-03-08 | 1 | -1/+1 |
* | Don't disable CR-to-NL translation when waiting for data to arrive. | ed | 2009-03-08 | 1 | -0/+1 |
* | Document the new default implementation of VOP_VPTOCNP(9). | marcus | 2009-03-08 | 1 | -1/+7 |
* | Add a prototype for the new vop_stdvptocnp function. | marcus | 2009-03-08 | 1 | -0/+1 |
* | Add a default implementation for VOP_VPTOCNP(9) which scans the parent | marcus | 2009-03-08 | 1 | -1/+235 |
* | o Spell. Sort .Xrs. | maxim | 2009-03-08 | 1 | -7/+7 |
* | Document several notifications, among them are DEVFS, update to ifneti, | kib | 2009-03-08 | 1 | -3/+58 |
* | Remove 'uio' argument from MAC Framework and MAC policy entry points for | rwatson | 2009-03-08 | 11 | -38/+23 |
* | Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to match | rwatson | 2009-03-08 | 1 | -3/+3 |