]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys
Free old_pwd only in the code path where it has been allocated.
[FreeBSD/FreeBSD.git] / sys /
2002-05-22 joeSync with NetBSD. (Non functional changes).
2002-05-22 joeFix a bug: Use USBD_DEFAULT_INTERVAL instead of USBD_DE...
2002-05-22 jhbRename pause() to ia32_pause() so it doesn't conflict...
2002-05-22 obrienRestore us back to the rev 1.324 level of having an...
2002-05-22 jhbDebug registers aren't selectors, so use saner names...
2002-05-22 jhb- Sort the pause() inline into the appropriate location.
2002-05-22 jhbRename cpu_pause() to pause(). Originally I was going...
2002-05-22 bdeQuick fix for non-unique inode numbers for hard links...
2002-05-22 bdeInclude <sys.systm.h> for the declaration of some atomi...
2002-05-22 marcelo Add records for PCI bus and PCI device errors.
2002-05-22 alc o Make contigmalloc1() static.
2002-05-21 rwatsonPermit alternative break sequence to break to debugger...
2002-05-21 jhbAdd appropriate IA32 "pause" instructions to improve...
2002-05-21 arr- td will never be NULL, so the call to soalloc() in...
2002-05-21 jhbFix an old cut 'n' paste bug inherited from BSD/OS...
2002-05-21 arr- OR the flag variable with M_ZERO so that the uma_zall...
2002-05-21 jhbWhitespace fixup, properly indent the body of an else...
2002-05-21 jhbAdd code to make default mutexes adaptive if the ADAPTI...
2002-05-21 jhbOptimize spin mutexes for UP kernels without debugging...
2002-05-21 phkIntroduce the concept of "magic spaces", and implement...
2002-05-21 jhbAdd an inline function cpu_pause() for the IA32 'pause...
2002-05-21 phkRemove the "-class" suffix from classes, they will...
2002-05-21 arr- Change the newly turned INVARIANTS #ifdef blocks...
2002-05-21 semenuFix null_lock() not unlocking vp->v_interlock if LK_THI...
2002-05-21 nyanFixed to conflict labels.
2002-05-21 nyanRemove unneeded ## for GCC 3.1
2002-05-21 nyanMFi386: revision 1.22
2002-05-21 peterThis commit was generated by cvs2svn to compensate...
2002-05-21 nonMFi386: 1.398-1.399 (${MACHINE_ARCH}_dump.c -> dump_mac...
2002-05-21 tanimuraLock the writer socket across sorwakeup(fip->fi_writesock).
2002-05-21 jakeUpdate tsb_tte_enter prototype per tsb.c rev 1.20.
2002-05-21 jakeRewrite pmap_enter to avoid copying ttes in all cases.
2002-05-21 jakeRedefine the tte accessor macros to take a pointer...
2002-05-20 iedowseAvoid exposing struct if_clone and the sys/queue.h...
2002-05-20 arr- Turn a few DIAGNOSTIC into INVARIANTS since they...
2002-05-20 arr- Turn a DIAGNOSTIC into an INVARIANTS since it's a...
2002-05-20 arr- Turn a #ifdef DIAGNOSTIC to #ifdef INVARIANTS as...
2002-05-20 impUse correct inactivity timeout of 2 minutes rather...
2002-05-20 jhbIn witness_unlock(), when updating a lock list entry...
2002-05-20 jakeAdd a bandaid so that sysctl kern.malloc works on sparc64.
2002-05-20 jhbIn uma_zalloc_arg(), if we are performing a M_WAITOK...
2002-05-20 jhb- Allow witness_sleep() to be called when witness hasn...
2002-05-20 jhbFix the td_intr_nesting_level check to work ok if a...
2002-05-20 silbySubtle fix to the accept filter LRU code. In some...
2002-05-20 jakeAdd SMP aware cache flushing functions, which operate...
2002-05-20 jakeForward declare struct trapframe.
2002-05-20 jakeForward declare struct thread.
2002-05-20 jakeDe-inline the tlb demap functions. These were so big...
2002-05-20 muxChange two vput() that should have been vrele().
2002-05-20 sobomaxRegen after changing Device ID string for DaisyTech...
2002-05-20 sobomaxChange Device ID string for DaisyTech devices.
2002-05-20 phkDon't grab Giant around malloc(9) and free(9).
2002-05-20 marcelFlesh-out ptrace support. This obviously needs more...
2002-05-20 tanimuraLock down a socket, milestone 1.
2002-05-20 rwatsonOff-by-128 error in the cuam* device node numbers.
2002-05-20 rwatsonBump the rc driver a little bit closer to the 21st...
2002-05-19 jakeMD ficl files for sparc64.
2002-05-19 marcelFix a kernel page fault when accessing user memory...
2002-05-19 dillonAdd a Quirk entry for the USB SimpleTech UCF-100 compac...
2002-05-19 marcelIt's time to build modules by default.
2002-05-19 marcelSimplify IA64_CMPXCHG to avoid having braced-groups...
2002-05-19 marcelo Fix race condition caused by doing ptrace() for...
2002-05-19 phkGeneralize a bit: we don't need separate functions...
2002-05-19 phkInclude needed #include for regression tests.
2002-05-19 iwasakiTerminate ACPI subsystem on reboot.
2002-05-19 nyanMFi386: revision 1.400.
2002-05-19 nyanRemove unneeded entries.
2002-05-19 bennoMake this more FreeBSD-ish.
2002-05-19 peterMake this compile with gcc-3.1, which objects to the...
2002-05-19 peterTry and solve some cases of labels at end of compound...
2002-05-19 peterBrutally deal with __func__ being 'const char *' on...
2002-05-19 marcelAdd record definition for memory checks.
2002-05-19 peterCatch another C++ comment
2002-05-19 marcelo Remove namespace pollution from param.h:
2002-05-19 marcelo Move prototypes for restorectx and savectx from...
2002-05-19 benno- Do a quick style pass.
2002-05-19 bennoAdd the PSL_VEC flag for AltiVec (no, it's not here...
2002-05-19 marcelRemove asr from the ia64 build. Its use of KERNBASE...
2002-05-19 marcelRemove option ACPI_DEBUG. It causes compile failures...
2002-05-19 marcelCast dumpsize to long long to match printf format.
2002-05-19 marcelRemove CWARNFLAGS and add GCC3. We handle GCC3.x specif...
2002-05-19 marcelAn almost mechanical sweep to replace C++ style comment...
2002-05-19 marcelAll signals can be sent to the inferior process when...
2002-05-19 marcelHook up the new linux_ptrace implementation.
2002-05-19 marcelRegen (linux_ptrace)
2002-05-19 marcelSparkling new implementation of linux_ptrace. Slight...
2002-05-19 jhbChange p_can{debug,see,sched,signal}()'s first argument...
2002-05-19 rwatsonRemove IFS from 5.0-CURRENT. This facilitates introduc...
2002-05-18 jhbNow that daddr_t has grown up, use %lld to printf it...
2002-05-18 iedowseAdd an ext2_uninit() routine that undoes the actions...
2002-05-18 iedowseFix two off-by-one errors when sanity-checking inode...
2002-05-18 iedowseUse explicitly-sized types where necessary to make...
2002-05-18 iedowseFix two casts to "daddr_t *" that should have been...
2002-05-18 alc o Eliminate the acquisition and release of Giant from...
2002-05-18 iedowseFix a typo where sizeof(daddr_t) was specified instead...
2002-05-18 iedowseRemove um_i_effnlink_valid, i_spare[] and the ufsmount_...
2002-05-18 phkTry again: Make daddr_t 64 bits.
2002-05-18 phkMove the hideously misnamed type "u_daddr_t" to <sys...
2002-05-18 phkUse btodb() macro.
2002-05-18 phkRemove a check of blocknumbers/offsets which will be...
next