summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_trap.c
Commit message (Expand)AuthorAgeFilesLines
* Untangled the vm.h include file spaghetti.dg1995-12-071-2/+9
* Remove unused functions and variables, make things static, and other cleanups.phk1995-10-281-4/+2
* Fix tracing of syscalls. The previous fix required the undocumentedbde1995-10-091-47/+48
* Submitted by: Juergen Lock <nox@jelal.hb.north.de>julian1995-10-041-3/+35
* A couple of micro optimizations to improve NULL syscall performance bydg1995-08-211-31/+20
* Fix a bug in my disabled version of trap_pfault()...curpcb may be NULL evendg1995-07-301-3/+3
* This fixes a compiler warning, and a cosmetic problem with the linuxpeter1995-07-161-6/+2
* Include ``options POWERFAIL_NMI'' for owners of older (non-apm)joerg1995-07-161-5/+32
* Truncate the fault address to a page boundry when calling vm_fault(). Thedg1995-07-161-3/+3
* Fixed bug that caused page tables to be faulted twice instead of once.dg1995-07-141-4/+7
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-111-21/+13
* Remove trailing whitespace.rgrimes1995-05-301-10/+10
* Added a new version of trap_pfault() that disallows kernel page faultsdg1995-03-211-1/+121
* Changed some #ifdef DIAGNOSTIC code that I added to be #ifdef DEBUG.dg1995-03-211-2/+2
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-161-4/+3
* First attempt to run linux binaries. This is only the changes needed tosos1995-02-141-1/+116
* Removed unnecessary check for pr_scale in the AST/OWEUPC case.dg1995-02-101-2/+2
* Check P_PROFIL flag for profiling rather than pr_scale as it makes moredg1995-02-101-2/+5
* Changed buffer allocation policy (machdep.c)dg1995-01-241-14/+3
* Fix security holes in sigreturn(), ptrace() and procfs. sigreturn()bde1995-01-141-16/+56
* These changes embody the support of the fully coherent merged VM buffer cache,dg1995-01-091-3/+1
* Obtained from: 1.1.5bde1994-12-241-4/+10
* Fix selector arg to match the (missing) prototype for sdtossd().bde1994-10-301-2/+7
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).wollman1994-10-211-1/+4
* Ouch, fixed bug in errno translation (ibcs2 support).sos1994-10-111-2/+1
* Hmm, only translate errno when doing an actual return.sos1994-10-101-7/+7
* Updated to convert errno return in syscall if conversion tabel present.sos1994-10-091-1/+7
* db_disasm.c: Unused var zapped.phk1994-10-081-9/+8
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.dg1994-10-011-2/+8
* Be more careful about dereferencing curproc, p_vmspace, and curpcb,dg1994-09-111-12/+20
* Remove <machine/eflags.h> and all dependencies on it. eflags.h is justbde1994-09-081-8/+7
* Don't test if a u_int is < 0. The remaining test is sufficient and thebde1994-08-281-2/+2
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-6/+5
* Changes preparing for iBCS supportsos1994-08-241-10/+9
* Fix up some sloppy coding practices:wollman1994-08-181-3/+1
* Handle NMI's in accordance with data in van Gilluwe book.wollman1994-08-101-2/+2
* Removed all code related to the pagescan daemon, and changed 'act_count'dg1994-08-011-1/+3
* Fixed minor spelling error.dg1994-06-111-1/+1
* trap.c:dg1994-06-061-410/+383
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.rgrimes1994-05-251-84/+73
* Added ifdef for GPL_MATH_EMULATE to keep the sytem from panicing whengclarkii1994-04-291-4/+4
* Make Bruce happy: silently enter ddb on a BPT or trace trap if ddb isdg1994-04-071-1/+19
* New interrupt code from Bruce Evans. In additional to Bruce's attacheddg1994-04-021-10/+7
* From John Dyson: performance improvements to the new bounce bufferdg1994-03-241-5/+19
* Performance improvements from John Dyson.dg1994-03-141-3/+3
* 1) "Pre-faulting" in of pages into process address spacedg1994-03-071-9/+4
* Fixed bugs in stack grow code, and moved it back into a seperate functiondg1994-02-081-171/+73
* Minor cleanup. Decode state information better in the case of a fataldg1994-02-011-51/+70
* Improvements mostly from John Dyson, with a little bit from me.dg1994-01-171-4/+18
* "New" VM system from John Dyson & myself. For a run-down of thedg1994-01-141-44/+108
OpenPOWER on IntegriCloud