summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark the bsdextended rules sysctl as being mpsafe.csjp2009-03-091-2/+2
* Commit missed file in r189587, update directory name for libusb.thompsa2009-03-091-2/+2
* - Make it possible to disable GPT support by setting LOADER_NO_GPT_SUPPORTjhb2009-03-095-3/+40
* libusb20 is now installed as libusb, remove the version number from thethompsa2009-03-0912-0/+0
* Install libusb20.so.1 as libusb.so.1, there will be a followup commit to thethompsa2009-03-0913-12/+22
* Add igmp(4) man page, do not connect to build yet.bms2009-03-091-0/+139
* MFp4 //depot/projects/usb@158916thompsa2009-03-091-58/+61
* Prefer prototypes to k&r definitions.imp2009-03-091-12/+6
* Make generic_intr routines match prototype.imp2009-03-092-2/+2
* __LP64__ is what's defined, not _LP64_, according to the manual (andimp2009-03-091-1/+1
* Fix prototypes to be consistent.imp2009-03-096-11/+11
* o Add declarations for a few more nodes widely used.imp2009-03-091-1/+4
* remove now-redunant cardbus attachment lines.imp2009-03-095-5/+0
* remove now-redunant cardbus attachment.imp2009-03-0919-19/+0
* Fix a long-standing bug in newbus. It was introduced when subclassingimp2009-03-091-9/+53
* Use a u_int for p_lock instead of a char: this avoids a (somewhatrwatson2009-03-091-1/+1
* Trim comments about the MP-safety of various bits of the amd64/i386rwatson2009-03-093-22/+0
* Remove two now-defunct KSE fields from struct thread: td_uuticks andrwatson2009-03-091-2/+0
* Add a new thread-private flag, TDP_AUDITREC, to indicate whether orrwatson2009-03-094-5/+16
* For IP1001 PHYs, read auto-negotiation advertisement register toyongari2009-03-092-6/+13
* Use mii_phy_add_media() and remove setting each media type.yongari2009-03-091-29/+5
* For unknown speed, explicitly set IFM_NONE.yongari2009-03-091-0/+6
* Report current link state while auto-negotiation is in progress.yongari2009-03-091-1/+1
* Consistently use kdev for the kernel device.rnoland2009-03-0910-91/+91
* Clean up the printing on amd64. Should also be consistent on i386.rnoland2009-03-091-3/+3
* There is no need to sync these buffers to swap.rnoland2009-03-091-3/+4
* Change the flags to bus_dmamem around to allow it to sleep waiting forrnoland2009-03-091-4/+4
* Fix the flags to bus_dmamem_* to allow the allocation to sleep whilernoland2009-03-091-2/+3
* -Make the PCI(E)/AGP calculations consistentrnoland2009-03-091-19/+22
* Call the right function for the right chipset.rnoland2009-03-091-1/+1
* Add a new tunable hw.re.prefer_iomap which disables memory registeryongari2009-03-091-13/+25
* Don't ignore other fcntl functions, directly call __sys_fcntl ifdavidxu2009-03-091-1/+1
* A system with plenty of memory would not require so much swap for genericdelphij2009-03-091-1/+3
* Change pmap_enter_quick_locked() so that it uses the kernel's direct mapalc2009-03-091-8/+3
* Fix TXPMGT handling:sam2009-03-091-9/+14
* Don't reference non-existent __fcntl_compat if WITHOUT_SYSCALL_COMPAT is defi...davidxu2009-03-092-0/+10
* o mark unexpected callbacks more clearlysam2009-03-081-7/+8
* MFp4 //depot/projects/usb@158868thompsa2009-03-082-123/+203
* MFp4 //depot/projects/usb@158869thompsa2009-03-081-11/+15
* By default, don't compile in counters of calls to various timerwatson2009-03-081-13/+18
* Decompose the global UNIX domain sockets rwlock into two differentrwatson2009-03-082-102/+98
* In UNIX domain socket GC regression test, after setting a socketrwatson2009-03-081-1/+1
* Don't disable CR-to-NL translation when waiting for data to arrive.ed2009-03-081-0/+1
* Document the new default implementation of VOP_VPTOCNP(9).marcus2009-03-081-1/+7
* Add a prototype for the new vop_stdvptocnp function.marcus2009-03-081-0/+1
* Add a default implementation for VOP_VPTOCNP(9) which scans the parentmarcus2009-03-081-1/+235
* o Spell. Sort .Xrs.maxim2009-03-081-7/+7
* Document several notifications, among them are DEVFS, update to ifneti,kib2009-03-081-3/+58
* Remove 'uio' argument from MAC Framework and MAC policy entry points forrwatson2009-03-0811-38/+23
* Rename 'ucred' argument to mac_socket_check_bind() to 'cred' to matchrwatson2009-03-081-3/+3
OpenPOWER on IntegriCloud