summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* RTC_TIMR's RTC_SEC field is BCD. That makes it unsuitable forimp2007-03-284-8/+13
* Since we're about to set ST_RTMR to 1 to increase the accuracy of theimp2007-03-281-3/+0
* All SD cards have a block size of 512. The READ_BL_LEN field in theimp2007-03-281-4/+6
* Re-enable the HPET timer after a resume.njl2007-03-281-0/+13
* Try to silence Coverity by adding (void) in front of function call.emax2007-03-281-1/+11
* Various buglets fixed (from submitter):imp2007-03-281-6/+7
* Fix problem where memcmp would return true in the case where theimp2007-03-281-1/+1
* Fix off by one error in length of the string.imp2007-03-281-1/+1
* o Add MosChip 9835 PCI Dual UART PCI id.maxim2007-03-281-0/+1
* For embedded UARTs compatible with the ns8250 family it is possiblemarcel2007-03-281-1/+3
* When we match UARTs found during bus-enumeration with UARTs used formarcel2007-03-281-1/+1
* Add support for the 82562GX chip within if_fxp.remko2007-03-281-0/+1
* Add support for the RTL8110SC driver.remko2007-03-281-0/+2
* Add method enabled() to the SCC interface. This method can be usedmarcel2007-03-283-0/+22
* Don't derference a pointer before setting it.mjacob2007-03-281-2/+2
* Bump maximum number of interface hooks to the maximum possible value.glebius2007-03-282-1/+2
* When blackholing do a 'dropunlock' in the new world order to prevent theandre2007-03-282-2/+2
* Allow the range of a SCC class to be 0. This gives all childmarcel2007-03-281-5/+7
* Remove stale comment about not enabling inpcb and inpcbinfo lock assertionsrwatson2007-03-281-5/+0
* Revisit the watchdogs: Resetting the error to EINVAL after failing to set then_hibma2007-03-279-21/+15
* Fix regression in rev. 1.140.glebius2007-03-271-6/+7
* Sort.jhb2007-03-271-1/+1
* Don't assume the run bit is still set after a suspend.julian2007-03-271-0/+1
* Align 'struct thread' on 16 byte boundaries so that the lower 4 bits arejhb2007-03-272-2/+2
* Fix a case where hardware removal of an interface caused an attempt tobms2007-03-272-5/+13
* Fix a bug which could lead to receive side lockup when WC is disabled.gallatin2007-03-271-0/+1
* Fix a comment grammar nit.jhb2007-03-271-1/+1
* Prevent a race between vm_object_collapse() and vm_object_split() fromalc2007-03-271-0/+8
* Don't map mini-data cache page since ARM920T doesn't have it.kevlo2007-03-271-5/+0
* PowerPC is the only architecture with mpsafe_vfs=0. This is nowmarcel2007-03-271-4/+0
* - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].jkim2007-03-261-2/+2
* Annotate that this giant acqusition is dependent on tty locking.kris2007-03-261-2/+2
* Correct ACPI semaphore function parameters.jkim2007-03-261-4/+4
* Fix setting of serial port speed. A junk value was passed in AX whenthomas2007-03-261-1/+1
* make_dev(9) can be (and is) called without Giant, so there is no need tokris2007-03-261-8/+0
* Remove unnecessary giant acquisition around panic in #ifdef DIAGNOSTICkris2007-03-262-4/+0
* Free the handle, not the lock. Pointy hat to me.jkim2007-03-261-1/+1
* Correct ACPI spinlock function parameters and use known ACPI spinlock names.jkim2007-03-261-20/+25
* Change the VPD code to read the VPD data on-demand when a driver asks forjhb2007-03-262-30/+14
* Use a unique name for each mutex now that acpi-ca is creating more thannjl2007-03-261-2/+11
* o Update a comment: sonewconn() lives in uipc_socket.c now.maxim2007-03-261-1/+1
* Bump FreeBSD version for inclusion of CPU frequency change notifiers.njl2007-03-261-1/+1
* Add an interface for drivers to be notified of changes to CPU frequency.njl2007-03-2610-48/+406
* Avoid manipulating semu_list outside of the scope of SEMUNDO_LOCK(). Thisemaste2007-03-261-2/+5
* Following movement of functions from uipc_socket2.c to uipc_socket.c andrwatson2007-03-262-40/+39
* Fix a silly bogon that broke ibcs2_rename().jhb2007-03-261-1/+1
* Initialize vfslocked to 0 before nfsm_srvmtofh() so that the variable isjhb2007-03-261-0/+1
* Fix some statements in disc(4) and about it:yar2007-03-262-3/+3
* Give a hint that softc can contain many things besides ifp.yar2007-03-261-0/+5
* Complete removal of uipc_socket2.c by moving the last few functions torwatson2007-03-264-398/+350
OpenPOWER on IntegriCloud