Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/arch/i386/i386



Module Name:    syssrc
Committed By:   fvdl
Date:           Tue Oct  8 20:23:27 UTC 2002

Modified Files:
        syssrc/sys/arch/i386/i386: sys_machdep.c

Log Message:
Fix USER_LDT syscall locking. It's a bit over the top for a big lock
kernel right now, a sleep lock around the entire thing would have
worked as well, but hey.

Also correct PCB_USER_LDT to PMF_USER_LDT. This was wrong but since
they had the same value, it didn't matter.


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/arch/i386/i386/sys_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index