summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* We no longer embed ifnet in softc, and the pointer to ifnetyar2007-03-261-4/+4
* Introduce a new toy interface, edsc(4). It's a discard interfaceyar2007-03-261-0/+349
* Introduce a new toy interface, edsc(4). It's a discard interfaceyar2007-03-264-0/+13
* In tcp_sack_doack() remove too tight KASSERT() added in last revision. Thisandre2007-03-251-14/+16
* Replace a comment about RSVP/mrouting with a different but similar commentrwatson2007-03-251-5/+4
* Replace GIANT_REQUIRED's present for socket locking with NET_LOCK_GIANT().rwatson2007-03-251-9/+20
* Remove ancient preprocessor code. Fix module compilation.rik2007-03-251-9/+1
* Two small changes to vm_map_pmap_enter():alc2007-03-251-4/+3
* Correct a comment typokris2007-03-251-1/+1
* Update a comment: we usually call exec_vmspace_new with Giant not held,kris2007-03-251-1/+1
* o cd9660 code repo-copied, update a comment.maxim2007-03-241-1/+1
* o Remove isofs from the cscope dirs list. Its content wasmaxim2007-03-241-1/+1
* o Use a define for a buffer size.maxim2007-03-243-3/+22
* General style cleanup.rwatson2007-03-241-162/+163
* In order to satisfy ACPI's need for an identity mapping, modify thealc2007-03-242-32/+40
* Drop the ipw softc lock before calling back into net80211, fixing ale2007-03-241-0/+2
* o A quirk for Sagem USB-Serial controller.maxim2007-03-242-0/+3
OpenPOWER on IntegriCloud