]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Nits in previous commits.
[FreeBSD/FreeBSD.git] / sys /
2002-05-23 Mark MurrayWhitespace only; fix indentation.
2002-05-23 Søren SchmidtDont panic if only one disk on a channel can do tagged...
2002-05-23 Ruslan ErmilovFixed broken ``make -jX install''.
2002-05-23 John BaldwinMinor nit: get p pointer in msleep() from td->td_proc...
2002-05-23 John BaldwinWhitespace: trim a trailing tab.
2002-05-23 Dag-Erling SmørgravMake the counters uintmax_ts, and use %ju rather than...
2002-05-23 Josef KarthauserFix a panic by allocating the iface structure locally...
2002-05-23 Andrew R. Reiter- Turn two more storage pools into UMA zones and make...
2002-05-23 Josef KarthauserReflect some changes in the NetBSD code path, and sligh...
2002-05-22 Josef KarthauserSync with NetBSD. (Non functional changes).
2002-05-22 Josef KarthauserFix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DE...
2002-05-22 John BaldwinRename pause() to ia32_pause() so it doesn't conflict...
2002-05-22 David E. O'BrienRestore us back to the rev 1.324 level of having an...
2002-05-22 John BaldwinDebug registers aren't selectors, so use saner names...
2002-05-22 John Baldwin- Sort the pause() inline into the appropriate location.
2002-05-22 John BaldwinRename cpu_pause() to pause(). Originally I was going...
2002-05-22 Bruce EvansQuick fix for non-unique inode numbers for hard links...
2002-05-22 Bruce EvansInclude <sys.systm.h> for the declaration of some atomi...
2002-05-22 Marcel Moolenaaro Add records for PCI bus and PCI device errors.
2002-05-22 Alan Cox o Make contigmalloc1() static.
2002-05-21 Robert WatsonPermit alternative break sequence to break to debugger...
2002-05-21 John BaldwinAdd appropriate IA32 "pause" instructions to improve...
2002-05-21 Andrew R. Reiter- td will never be NULL, so the call to soalloc() in...
2002-05-21 John BaldwinFix an old cut 'n' paste bug inherited from BSD/OS...
2002-05-21 Andrew R. Reiter- OR the flag variable with M_ZERO so that the uma_zall...
2002-05-21 John BaldwinWhitespace fixup, properly indent the body of an else...
2002-05-21 John BaldwinAdd code to make default mutexes adaptive if the ADAPTI...
2002-05-21 John BaldwinOptimize spin mutexes for UP kernels without debugging...
2002-05-21 Poul-Henning KampIntroduce the concept of "magic spaces", and implement...
2002-05-21 John BaldwinAdd an inline function cpu_pause() for the IA32 'pause...
2002-05-21 Poul-Henning KampRemove the "-class" suffix from classes, they will...
2002-05-21 Andrew R. Reiter- Change the newly turned INVARIANTS #ifdef blocks...
2002-05-21 Semen UstimenkoFix null_lock() not unlocking vp->v_interlock if LK_THI...
2002-05-21 Yoshihiro TakahashiFixed to conflict labels.
2002-05-21 Yoshihiro TakahashiRemove unneeded ## for GCC 3.1
2002-05-21 Yoshihiro TakahashiMFi386: revision 1.22
2002-05-21 Peter WemmThis commit was generated by cvs2svn to compensate...
2002-05-21 Noriaki MitsunagaMFi386: 1.398-1.399 (${MACHINE_ARCH}_dump.c -> dump_mac...
2002-05-21 Seigo TanimuraLock the writer socket across sorwakeup(fip->fi_writesock).
2002-05-21 Jake BurkholderUpdate tsb_tte_enter prototype per tsb.c rev 1.20.
2002-05-21 Jake BurkholderRewrite pmap_enter to avoid copying ttes in all cases.
2002-05-21 Jake BurkholderRedefine the tte accessor macros to take a pointer...
2002-05-20 Ian DowseAvoid exposing struct if_clone and the sys/queue.h...
2002-05-20 Andrew R. Reiter- Turn a few DIAGNOSTIC into INVARIANTS since they...
2002-05-20 Andrew R. Reiter- Turn a DIAGNOSTIC into an INVARIANTS since it's a...
2002-05-20 Andrew R. Reiter- Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as...
2002-05-20 Warner LoshUse correct inactivity timeout of 2 minutes rather...
2002-05-20 John BaldwinIn witness_unlock(), when updating a lock list entry...
2002-05-20 Jake BurkholderAdd a bandaid so that sysctl kern.malloc works on sparc64.
2002-05-20 John BaldwinIn uma_zalloc_arg(), if we are performing a M_WAITOK...
2002-05-20 John Baldwin- Allow witness_sleep() to be called when witness hasn...
2002-05-20 John BaldwinFix the td_intr_nesting_level check to work ok if a...
2002-05-20 Mike SilbersackSubtle fix to the accept filter LRU code. In some...
2002-05-20 Jake BurkholderAdd SMP aware cache flushing functions, which operate...
2002-05-20 Jake BurkholderForward declare struct trapframe.
2002-05-20 Jake BurkholderForward declare struct thread.
2002-05-20 Jake BurkholderDe-inline the tlb demap functions. These were so big...
2002-05-20 Maxime HenrionChange two vput() that should have been vrele().
2002-05-20 Maxim SobolevRegen after changing Device ID string for DaisyTech...
2002-05-20 Maxim SobolevChange Device ID string for DaisyTech devices.
2002-05-20 Poul-Henning KampDon't grab Giant around malloc(9) and free(9).
2002-05-20 Marcel MoolenaarFlesh-out ptrace support. This obviously needs more...
2002-05-20 Seigo TanimuraLock down a socket, milestone 1.
2002-05-20 Robert WatsonOff-by-128 error in the cuam* device node numbers.
2002-05-20 Robert WatsonBump the rc driver a little bit closer to the 21st...
2002-05-19 Jake BurkholderMD ficl files for sparc64.
2002-05-19 Marcel MoolenaarFix a kernel page fault when accessing user memory...
2002-05-19 Matthew DillonAdd a Quirk entry for the USB SimpleTech UCF-100 compac...
2002-05-19 Marcel MoolenaarIt's time to build modules by default.
2002-05-19 Marcel MoolenaarSimplify IA64_CMPXCHG to avoid having braced-groups...
2002-05-19 Marcel Moolenaaro Fix race condition caused by doing ptrace() for...
2002-05-19 Poul-Henning KampGeneralize a bit: we don't need separate functions...
2002-05-19 Poul-Henning KampInclude needed #include for regression tests.
2002-05-19 Mitsuru IWASAKITerminate ACPI subsystem on reboot.
2002-05-19 Yoshihiro TakahashiMFi386: revision 1.400.
2002-05-19 Yoshihiro TakahashiRemove unneeded entries.
2002-05-19 Benno RiceMake this more FreeBSD-ish.
2002-05-19 Peter WemmMake this compile with gcc-3.1, which objects to the...
2002-05-19 Peter WemmTry and solve some cases of labels at end of compound...
2002-05-19 Peter WemmBrutally deal with __func__ being 'const char *' on...
2002-05-19 Marcel MoolenaarAdd record definition for memory checks.
2002-05-19 Peter WemmCatch another C++ comment
2002-05-19 Marcel Moolenaaro Remove namespace pollution from param.h:
2002-05-19 Marcel Moolenaaro Move prototypes for restorectx and savectx from...
2002-05-19 Benno Rice- Do a quick style pass.
2002-05-19 Benno RiceAdd the PSL_VEC flag for AltiVec (no, it's not here...
2002-05-19 Marcel MoolenaarRemove asr from the ia64 build. Its use of KERNBASE...
2002-05-19 Marcel MoolenaarRemove option ACPI_DEBUG. It causes compile failures...
2002-05-19 Marcel MoolenaarCast dumpsize to long long to match printf format.
2002-05-19 Marcel MoolenaarRemove CWARNFLAGS and add GCC3. We handle GCC3.x specif...
2002-05-19 Marcel MoolenaarAn almost mechanical sweep to replace C++ style comment...
2002-05-19 Marcel MoolenaarAll signals can be sent to the inferior process when...
2002-05-19 Marcel MoolenaarHook up the new linux_ptrace implementation.
2002-05-19 Marcel MoolenaarRegen (linux_ptrace)
2002-05-19 Marcel MoolenaarSparkling new implementation of linux_ptrace. Slight...
2002-05-19 John BaldwinChange p_can{debug,see,sched,signal}()'s first argument...
2002-05-19 Robert WatsonRemove IFS from 5.0-CURRENT. This facilitates introduc...
2002-05-18 John BaldwinNow that daddr_t has grown up, use %lld to printf it...
2002-05-18 Ian DowseAdd an ext2_uninit() routine that undoes the actions...
2002-05-18 Ian DowseFix two off-by-one errors when sanity-checking inode...
next