aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix a case where hardware removal of an interface caused an attempt toBruce M Simpson2007-03-272-5/+13
* Fix a bug which could lead to receive side lockup when WC is disabled.Andrew Gallatin2007-03-271-0/+1
* Fix a comment grammar nit.John Baldwin2007-03-271-1/+1
* In account management, verify whether the account has been lockedYaroslav Tykhiy2007-03-272-3/+22
* Prevent a race between vm_object_collapse() and vm_object_split() fromAlan Cox2007-03-271-0/+8
* Don't map mini-data cache page since ARM920T doesn't have it.Kevin Lo2007-03-271-5/+0
* PowerPC is the only architecture with mpsafe_vfs=0. This is nowMarcel Moolenaar2007-03-271-4/+0
* Describe the contents of the "ar_name" and "ar_rawname" fields ofJoseph Koshy2007-03-271-6/+6
* Bug fixes to ar(1) archive handling:Joseph Koshy2007-03-271-13/+31
* Introduce the new option -M to allow to set the permissions ofLukas Ertl2007-03-263-8/+31
* - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].Jung-uk Kim2007-03-261-2/+2
* Check if the new user already exists right after entering theLukas Ertl2007-03-261-2/+8
* Annotate that this giant acqusition is dependent on tty locking.Kris Kennaway2007-03-261-2/+2
* Correct ACPI semaphore function parameters.Jung-uk Kim2007-03-261-4/+4
* Fix setting of serial port speed. A junk value was passed in AX whenThomas Quinot2007-03-261-1/+1
* make_dev(9) can be (and is) called without Giant, so there is no need toKris Kennaway2007-03-261-8/+0
* Remove unnecessary giant acquisition around panic in #ifdef DIAGNOSTICKris Kennaway2007-03-262-4/+0
* Free the handle, not the lock. Pointy hat to me.Jung-uk Kim2007-03-261-1/+1
* Correct ACPI spinlock function parameters and use known ACPI spinlock names.Jung-uk Kim2007-03-261-20/+25
* Change the VPD code to read the VPD data on-demand when a driver asks forJohn Baldwin2007-03-262-30/+14
* Use a unique name for each mutex now that acpi-ca is creating more thanNate Lawson2007-03-261-2/+11
* o Update a comment: sonewconn() lives in uipc_socket.c now.Maxim Konovalov2007-03-261-1/+1
* Bump FreeBSD version for inclusion of CPU frequency change notifiers.Nate Lawson2007-03-261-1/+1
* Add an interface for drivers to be notified of changes to CPU frequency.Nate Lawson2007-03-2610-48/+406
* Avoid manipulating semu_list outside of the scope of SEMUNDO_LOCK(). ThisEd Maste2007-03-261-2/+5
* Clarify memory management rules for pmc_cpuinfo().Joseph Koshy2007-03-261-1/+4
* Following movement of functions from uipc_socket2.c to uipc_socket.c andRobert Watson2007-03-262-40/+39
* Document the return type of elf_rand(3) correctly.Joseph Koshy2007-03-261-1/+1
* Fix a silly bogon that broke ibcs2_rename().John Baldwin2007-03-261-1/+1
* Initialize vfslocked to 0 before nfsm_srvmtofh() so that the variable isJohn Baldwin2007-03-261-0/+1
* - Fix typoGabor Kovesdan2007-03-261-1/+1
* Fix some statements in disc(4) and about it:Yaroslav Tykhiy2007-03-262-3/+3
* Give a hint that softc can contain many things besides ifp.Yaroslav Tykhiy2007-03-261-0/+5
* Complete removal of uipc_socket2.c by moving the last few functions toRobert Watson2007-03-264-398/+350
* We no longer embed ifnet in softc, and the pointer to ifnetYaroslav Tykhiy2007-03-261-4/+4
* Adding tests for Camellia which will be added to the tree soon.George V. Neville-Neil2007-03-262-2/+14
* Introduce a new toy interface, edsc(4). It's a discard interfaceYaroslav Tykhiy2007-03-261-0/+349
* Introduce a new toy interface, edsc(4). It's a discard interfaceYaroslav Tykhiy2007-03-266-0/+125
* Use "-ne" instead of "!=" for integer comparison.Brooks Davis2007-03-251-1/+1
* In tcp_sack_doack() remove too tight KASSERT() added in last revision. ThisAndre Oppermann2007-03-251-14/+16
* Replace a comment about RSVP/mrouting with a different but similar commentRobert Watson2007-03-251-5/+4
* Replace GIANT_REQUIRED's present for socket locking with NET_LOCK_GIANT().Robert Watson2007-03-251-9/+20
* Remove ancient preprocessor code. Fix module compilation.Roman Kurakin2007-03-251-9/+1
* Having gone to the trouble of setting up a variable, we should use it.Mike Makonnen2007-03-251-1/+1
* Two small changes to vm_map_pmap_enter():Alan Cox2007-03-251-4/+3
* o Really commit typo fixes to HEAD.Maxim Konovalov2007-03-252-2/+2
* Correct a comment typoKris Kennaway2007-03-251-1/+1
* Update a comment: we usually call exec_vmspace_new with Giant not held,Kris Kennaway2007-03-251-1/+1
* o cd9660 code repo-copied, update a comment.Maxim Konovalov2007-03-241-1/+1
* o Remove isofs from the cscope dirs list. Its content wasMaxim Konovalov2007-03-241-1/+1