NetBSD/sys/compat/linux/arch
ad d16d704d62 PR port-i386/40143 Viewing an mpeg transport stream with mplayer causes crash
Fix numerous problems:

1. LDT updates are not atomic.

2. Number of processes running with private LDTs and/or I/O bitmaps
   is not capped. System with high maxprocs can be paniced.

3. LDTR can be leaked over context switch.

4. GDT slot allocations can race, giving the same LDT slot to two procs.

5. Incomplete interrupt/trap frames can be stacked.

6. In some rare cases segment faults are not handled correctly.
2009-03-21 14:41:29 +00:00
..
alpha bcopy -> memcpy 2009-03-18 17:06:41 +00:00
amd64 bzero -> memset 2009-03-18 16:00:08 +00:00
arm Regen for wait4 update. 2009-01-17 22:34:02 +00:00
i386 PR port-i386/40143 Viewing an mpeg transport stream with mplayer causes crash 2009-03-21 14:41:29 +00:00
m68k bcopy -> memcpy 2009-03-18 17:06:41 +00:00
mips Regen for wait4 update. 2009-01-17 22:34:02 +00:00
powerpc Regen for wait4 update. 2009-01-17 22:34:02 +00:00
sparc Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sparc64