summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/userret.h
AgeCommit message (Expand)Author
2018-07-26Rework dbregs, to switch the registers during context switches, and not onmaxv
2017-02-23Introduce PT_GETDBREGS and PT_SETDBREGS in ptrace(2) on i386 and amd64kamil
2017-01-16Allow to mix single-step with hardware assisted watchpoints on i386kamil
2016-12-15Add support for hardware assisted watchpoints/breakpoints API in ptrace(2)kamil
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-02-09Merge newlock2 to head.ad
2006-04-15Remove "register", ANSIfy.simonb
2006-02-16Change "inline" back to "__inline" in .h files -- C99 is still tooperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2003-10-31Reduce code duplication by adding mi_userret() in sys/userret.hcl
2003-10-27Nuke __P().junyoung
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-01-17Merge the nathanw_sa branch.thorpej
2000-12-10Introduce PROC_PC(), which is used to get a process's user PC. If this ismycroft
2000-12-09put userret() into header file machine/userret.h and pull it where neededjdolecek