summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Additional pmap lockingalc2004-07-211-22/+46
* Oops... Add the CS_OWN flag to the trace and where commands so thatmarcel2004-07-211-2/+2
* Semi-gratuitous change. Move two refcount operations to their own linespeter2004-07-211-2/+4
* Unify db_stack_trace_cmd(). All it did was look up the thread givenmarcel2004-07-219-88/+45
* Add kdb_thr_from_pid(), which given a PID returns the first threadmarcel2004-07-212-2/+17
* Add some additional pmap locking and lock assertions.alc2004-07-211-0/+5
* An a #error discouraging people from using pipe.h from places outsidesilby2004-07-211-4/+1
* Move the initialization and teardown of pmaps to the vmspace zone'speter2004-07-211-3/+2
* Implement ptrace_set_pc().cognet2004-07-201-0/+9
* Remove astpending, it has not been used for a long time.cognet2004-07-201-1/+0
* Uncomment the vector relocation code.cognet2004-07-201-4/+2
* Nuke disable_intr() and enable_intr(), as it already exists elsewhere.cognet2004-07-203-10/+3
* When removing the last reference to a cloner, do not try to unlock twice -mlaier2004-07-201-2/+3
* M_PREPEND() the IP header on to the front of an outgoing raw IP packetrwatson2004-07-201-1/+1
* *sigh* Fix source code compatibility with 5.2.1-RELEASE _again_.wpaul2004-07-201-0/+6
* Slight cosmetic changes.julian2004-07-2011-43/+60
* In ng_device_newhook():glebius2004-07-201-38/+38
* Add ng_device(4) to LINT.glebius2004-07-202-0/+2
* 1. Make ng_device.h system include. This fixes module build.glebius2004-07-201-10/+8
* Temporary fix for interoperability with Windows and OS X. A more completedfr2004-07-201-1/+1
* o Support the REL32LSB relocation. It's in the ELF file from whichmarcel2004-07-202-18/+36
* Fix a minor error in pipe_stat - st_size was always reported as 0silby2004-07-201-1/+4
* Fix the creation of EFI images that got broken by the import ofmarcel2004-07-204-6/+6
* The previous revision introduced a compilation error, i.e., the use of analc2004-07-201-1/+1
* Don't output too many debug messages for bootverbose.simokawa2004-07-203-11/+16
* Initialize ifp->if_output for FreeBSD-4.simokawa2004-07-201-0/+3
* Adjust packet length correctly for FreeBSD-4.simokawa2004-07-201-2/+4
* elf_cpu_load_file no longer has an __unused variable. Also, don'tgrehan2004-07-201-3/+4
* Remove the allpmaps list. It's unused.alc2004-07-202-19/+0
* Properly obey PPC context synchronization rules when modifyinggrehan2004-07-202-0/+4
* #ifdef __i386__ -> __i386__ || __amd64__peter2004-07-201-5/+5
* Make end of frames for KSE thread, for system scope thread, without thisdavidxu2004-07-201-0/+1
* Fix printing of long doubles to match the size thatgallatin2004-07-191-9/+9
* Remove extraneous locks on the VM free page queue mutex; it is notgreen2004-07-191-2/+0
* Identify VIA EHCI root hubs and at least one VIA USB2.0 controller.benno2004-07-191-0/+9
* Let IN_FASTREOCOVERY macro decide if we are in recovery mode.jayanth2004-07-193-9/+1
* Fix a potential panic in the SACK code that was causingjayanth2004-07-191-8/+29
* Diff reduction to NetBSD.le2004-07-191-5/+6
* Diff reduction to NetBSD.le2004-07-192-4/+2
* - Eliminate the pte object from the pmap. Instead, page table pages arealc2004-07-193-148/+63
* You always spot the typos after you have committed.. Start sentencejulian2004-07-191-1/+1
* Allow the user who calls doadump() from the kernel debuggerjulian2004-07-191-2/+11
* Further function forward declaration white space tweaks.rwatson2004-07-191-14/+15
* Re-style at_control.c to bring it closer to style(9), primarily withrwatson2004-07-191-606/+594
* As a temporary hack, turn off deferred preemptions that are the result ofjhb2004-07-193-0/+6
* Since breakage of malloc(9)/uma_zalloc(9) is totally non-optional ingreen2004-07-191-0/+6
* Fix a typo that could provoke a panic or access to random memory.harti2004-07-191-1/+1
* Make kdb_backtrace() sort of work.cognet2004-07-191-6/+9
* MFi386: revision 1.596.nyan2004-07-192-0/+6
* Make FLT_ROUNDS correctly reflect the dynamic rounding mode.das2004-07-195-6/+22
OpenPOWER on IntegriCloud