summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the IMPLEMENTATION NOTES section to reflect recent mallocjasone2007-03-281-13/+30
* Remove some stray roff formatting that caused incorrect rendering.jasone2007-03-281-1/+0
* Add a HISTORY section.jasone2007-03-281-0/+5
* Resolve conflicts.delphij2007-03-282-30/+27
* This commit was generated by cvs2svn to compensate for changes in r167961,delphij2007-03-281-2/+3
|\
| * Import netcat as of today's OPENBSD_4_1 snapshot.delphij2007-03-283-30/+29
* | Remove stale comment about not enabling inpcb and inpcbinfo lock assertionsrwatson2007-03-281-5/+0
* | New release notes:brueffer2007-03-271-8/+32
* | Clarify the definition of the watchdog kernel interface by moving a sentence upn_hibma2007-03-271-8/+6
* | Add MLINKs for priv(9) functions.brueffer2007-03-271-0/+2
* | 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
* | Correct HPET header handling.takawata2007-03-272-3/+3
* | 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
* | In account management, verify whether the account has been lockedyar2007-03-272-3/+22
* | 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
* | Describe the contents of the "ar_name" and "ar_rawname" fields ofjkoshy2007-03-271-6/+6
* | Bug fixes to ar(1) archive handling:jkoshy2007-03-271-13/+31
* | Introduce the new option -M to allow to set the permissions ofle2007-03-263-8/+31
* | - Use '*h' instead of 'struct acpi_spinlock' for sizeof[1].jkim2007-03-261-2/+2
* | Check if the new user already exists right after entering thele2007-03-261-2/+8
* | 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
* | Clarify memory management rules for pmc_cpuinfo().jkoshy2007-03-261-1/+4
* | Following movement of functions from uipc_socket2.c to uipc_socket.c andrwatson2007-03-262-40/+39
* | Document the return type of elf_rand(3) correctly.jkoshy2007-03-261-1/+1
* | 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 typogabor2007-03-261-1/+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