summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Avoid exposing struct if_clone and the sys/queue.h macros to userlandiedowse2002-05-201-0/+4
* - Turn a few DIAGNOSTIC into INVARIANTS since they are really sanityarr2002-05-201-3/+3
* - Turn a DIAGNOSTIC into an INVARIANTS since it's a sanity check. Usearr2002-05-201-2/+3
* - Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as the code from this linearr2002-05-201-1/+1
* Use correct inactivity timeout of 2 minutes rather than 24 seconds due toimp2002-05-201-1/+1
* In witness_unlock(), when updating a lock list entry bucket, decrement thejhb2002-05-201-2/+2
* Add a bandaid so that sysctl kern.malloc works on sparc64.jake2002-05-201-1/+1
* In uma_zalloc_arg(), if we are performing a M_WAITOK allocation, ensurejhb2002-05-201-0/+7
* - Allow witness_sleep() to be called when witness hasn't been initializedjhb2002-05-201-16/+8
* Fix the td_intr_nesting_level check to work ok if a flag like M_ZERO isjhb2002-05-201-3/+1
* Subtle fix to the accept filter LRU code. In some cases, a newlysilby2002-05-202-2/+2
* Add SMP aware cache flushing functions, which operate on a single physicaljake2002-05-207-17/+327
* Forward declare struct trapframe.jake2002-05-201-0/+2
* Forward declare struct thread.jake2002-05-201-0/+2
* De-inline the tlb demap functions. These were so big that gcc3.1 refusedjake2002-05-203-100/+144
* Change two vput() that should have been vrele().mux2002-05-202-4/+4
* Regen after changing Device ID string for DaisyTech devices.sobomax2002-05-202-4/+4
* Change Device ID string for DaisyTech devices.sobomax2002-05-201-1/+1
* Don't grab Giant around malloc(9) and free(9).phk2002-05-204-59/+44
* Flesh-out ptrace support. This obviously needs more work.marcel2002-05-202-14/+96
* Lock down a socket, milestone 1.tanimura2002-05-2062-503/+1712
* Off-by-128 error in the cuam* device node numbers.rwatson2002-05-202-2/+2
* Bump the rc driver a little bit closer to the 21st century: userwatson2002-05-202-0/+12
* MD ficl files for sparc64.jake2002-05-192-0/+513
* Fix a kernel page fault when accessing user memory. We weremarcel2002-05-191-57/+38
* Add a Quirk entry for the USB SimpleTech UCF-100 compact flash reader.dillon2002-05-191-0/+7
* It's time to build modules by default.marcel2002-05-191-3/+0
* Simplify IA64_CMPXCHG to avoid having braced-groups in expressions.marcel2002-05-191-20/+22
* o Fix race condition caused by doing ptrace() for permissionmarcel2002-05-191-24/+44
* Generalize a bit: we don't need separate functions to find the i386 andphk2002-05-191-33/+9
* Include needed #include for regression tests.phk2002-05-191-2/+1
* Terminate ACPI subsystem on reboot.iwasaki2002-05-191-0/+3
* MFi386: revision 1.400.nyan2002-05-191-0/+1
* Remove unneeded entries.nyan2002-05-192-31/+0
* Make this more FreeBSD-ish.benno2002-05-192-674/+826
* Make this compile with gcc-3.1, which objects to the multi-line string.peter2002-05-192-128/+128
* Try and solve some cases of labels at end of compound statements that gccpeter2002-05-192-10/+7
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-1914-64/+64
* Add record definition for memory checks.marcel2002-05-191-0/+39
* Catch another C++ commentpeter2002-05-191-1/+1
* o Remove namespace pollution from param.h:marcel2002-05-1920-27/+53
* o Move prototypes for restorectx and savectx from cpu.h to pcb.h,marcel2002-05-192-4/+6
* - Do a quick style pass.benno2002-05-192-264/+144
* Add the PSL_VEC flag for AltiVec (no, it's not here yet =))benno2002-05-191-2/+3
* Remove asr from the ia64 build. Its use of KERNBASE appears i386marcel2002-05-191-1/+0
* Remove option ACPI_DEBUG. It causes compile failures in themarcel2002-05-191-1/+0
* Cast dumpsize to long long to match printf format.marcel2002-05-191-1/+2
* Remove CWARNFLAGS and add GCC3. We handle GCC3.x specific flagsmarcel2002-05-191-4/+1
* An almost mechanical sweep to replace C++ style comments with Cmarcel2002-05-1916-614/+485
* All signals can be sent to the inferior process when it's restarted,marcel2002-05-191-1/+1
OpenPOWER on IntegriCloud