Age | Commit message (Expand) | Author |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |
2006-06-20 | Define an empty pmap_collect(). | Miod Vallat |
2006-06-19 | Allocate bus_dma memory from kernel_map, not kmem_map. | Miod Vallat |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt |
2006-06-19 | Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() are | Kenneth R Westerback |
2006-06-11 | Amiga is no longer amoung us. Some architectures were too sentimental | Kenneth R Westerback |
2006-06-06 | Define R5k/R10k extra trap codes. | Miod Vallat |
2006-06-06 | In pmap_enter(), when deciding to flush the icache for a page, invoke the | Miod Vallat |
2006-05-31 | Reset pcb_onfault before invoking uvm_fault(). | Miod Vallat |
2006-05-29 | clean userland namespace a bit more; ok miod | Theo de Raadt |
2006-05-27 | Eradicate the type 'bus_dmasync_op_t'. Unused. Sporadically | Kenneth R Westerback |
2006-05-14 | use __mips64__ | Robert Nagy |
2006-05-11 | One more (!foo & BAR), tested deraadt@ | Miod Vallat |
2006-03-19 | remove unused bdbtofsb(bn) macro | Martin Reindl |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-09 | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. | Miod Vallat |
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat |
2006-02-27 | mips requires strict alignment; spotted after a discussion on undeadly; | Miod Vallat |
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat |
2006-01-15 | Print cache instructions correctly. | Miod Vallat |
2006-01-14 | Revert 1.12 and go back to 32K MAXPHYS; 64k MAXPHYS exposes subtle bugs | Miod Vallat |
2006-01-13 | Make size_t, ssize_t, intptr_t and uintptr_t consistent amongst our | Todd C. Miller |
2006-01-10 | Remove duplicate _C_LABEL define. OK miod@ | Todd C. Miller |
2006-01-09 | Use protected version of register_t in struct sigcontext for the | Todd C. Miller |
2006-01-08 | Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2 | Todd C. Miller |
2006-01-06 | Don't redefine SIZE_MAX | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller |
2006-01-04 | Crank MAXPHYS to 64KB again and remove bogus comment. | Miod Vallat |
2006-01-04 | Initialize virtual_end to a decent value, so that VM_MAX_KERNEL_ADDRESS is | Miod Vallat |
2006-01-02 | Kill enablertclock. | Miod Vallat |
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback |
2005-12-20 | Since we are allowed to rely on the fact that the pcb is the first element | Miod Vallat |
2005-12-20 | 01 -> SA_ONSTACK in sigreturn. | Miod Vallat |
2005-12-20 | Trim include files list. | Miod Vallat |
2005-12-20 | __attribute__ ((__packed_)) -> __packed | Miod Vallat |
2005-12-17 | Remove duplicate definition of machFPCurProcPtr. | Mark Kettenis |
2005-12-17 | Let the xtlb refill handler fault if the userland va is out of the supported | Miod Vallat |
2005-12-17 | Rename ``dofault'' label to ``fault_common'', it just looks too close to | Miod Vallat |
2005-12-17 | Fix handling of floating-point registers in PT_{GET|SET}REGS. | Mark Kettenis |
2005-12-16 | do not use a label_t in the pcb. label_t may not exist in all contexts, | Theo de Raadt |
2005-12-14 | make va_arg() map to nothing; ok millert | Theo de Raadt |
2005-12-14 | convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@ | Todd C. Miller |
2005-12-13 | nuke unused BTOPKERNBASE define | Martin Reindl |
2005-12-13 | First step in include files overhaul. Use __FOO_VISIBLE (as defined | Todd C. Miller |
2005-12-12 | Nuke leftover references to procfs_mem.h. | Miod Vallat |
2005-12-11 | Replace procfs_domem() with a similar interface, process_domem(), which lives | Miod Vallat |
2005-12-10 | {en,re}trys -> {en,re}tries; eyeballed by jmc@ | Miod Vallat |
2005-11-29 | backout miod's change because he did not compile libc. | Theo de Raadt |
2005-11-28 | Remove older-than-gramps poor man's assym.h defines; .S files do not even need | Miod Vallat |