Age | Commit message (Expand) | Author |
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 |
2005-11-24 | add lint-specific hacks. at the same time, clean out a lot of ancient | Theo de Raadt |
2005-11-23 | there is no vtophys here | Michael Shalayeff |
2005-11-06 | byebye Mach macros | Martin Reindl |
2005-10-24 | Conditionalize singler-step code on PTRACE. | Mark Kettenis |
2005-09-27 | Don't try to read the DOS label from the device if spoofonly is 1. | Kenneth R Westerback |
2005-09-15 | In syscall(), do not recompute the struct proc * after the syscall has | Miod Vallat |
2005-09-15 | Change child_return() to record a proper ktrace record for vfork child | Miod Vallat |
2005-09-12 | Change the NKMEMPAGES range to 4-64MB for 32bit arches, and 8-128MB for 64bit | Miod Vallat |
2005-08-14 | catched->caught | Miod Vallat |
2005-08-07 | Remove advertising clause from UCB licenses; ok deraad@ | Miod Vallat |
2005-08-01 | Remoe unused vtrace stuff; ok deraadt@ | Miod Vallat |
2005-07-31 | Get rid of unused SINCR and SSIZE constants. | Miod Vallat |
2005-07-20 | Always do the netisr_dispatch dance, rather than trying to be smart and use a | Miod Vallat |
2005-07-20 | typos | Miod Vallat |
2005-07-18 | remove trailing newline in panic(9); ok millert@ and deraadt@ | Federico G. Schwindt |
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler |
2005-06-07 | CCITT about to bite the dust, remove special casing in archs and drivers | Henning Brauer |
2005-05-30 | Just use preempt(NULL) like every other architecture in this code path, | Artur Grabowski |
2005-05-29 | sched work by niklas and art backed out; causes panics | Theo de Raadt |
2005-05-25 | This patch is mortly art's work and was done *a year* ago. Art wants to thank | Niklas Hallqvist |
2005-05-22 | remove "0x" in front of %p in printfs. | Artur Grabowski |
2005-05-02 | We don't really like full stops in dmesg. ok pefo@ | Alexander Yurchenko |
2005-05-02 | obvious typo, designed to break the tree, brad, hmm? | Theo de Raadt |
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith |
2005-05-01 | Use quality 0 instead of 1000 for CP0 timecounter like | Alexander Yurchenko |
2005-04-29 | So mips64 is our first arch that switches to using new MI | Alexander Yurchenko |
2005-04-19 | Nuke DB_NO_AOUT, and have platforms with a.out symbols explicitely provide | Miod Vallat |
2005-04-16 | internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types. | Miod Vallat |
2005-04-11 | use MD #define to choose stackgap size per-architecture. on sparc, special | Theo de Raadt |
2005-03-30 | first approximation: spoof UDF filesystem disklabels when we see them. | Theo de Raadt |
2005-02-13 | beliving -> believing typo; | Alexander Yurchenko |
2005-01-31 | spaces | Alexander Yurchenko |
2005-01-31 | tickadj is already declared in sys/kernel.h. | Alexander Yurchenko |
2005-01-31 | Un-__P. | Alexander Yurchenko |
2005-01-31 | Move md_clk_attach() prototype to mips64/dev/clockvar.h. | Alexander Yurchenko |
2005-01-18 | Move rm7000.h file from sgi to mips64. | Alexander Yurchenko |
2005-01-04 | SET_PC_REGS, arches tested between me and miod. | Marc Espie |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat |
2004-11-28 | MAXSLP is not really an MD-configurable define so move it to param.h; miod@ t... | Michael Shalayeff |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-11-11 | Somewhat improve single-stepping. | Mark Kettenis |
2004-11-11 | say hello to XKSEG0 and XKSEG1! | Per Fogelstrom |
2004-11-11 | up default data size so things doesn't blow up to easy | Per Fogelstrom |
2004-11-09 | Fix single-stepping. | Mark Kettenis |
2004-11-08 | Typo | Miod Vallat |
2004-11-02 | Fix problem with floating point restore at sigreturn. | Per Fogelstrom |