Age | Commit message (Expand) | Author |
2003-08-13 | Always force a pipeline flush after a PSR change, not before. How could | Miod Vallat |
2003-08-12 | Get rid of unused code, and KNF/ELF-sanitize the remaining code. | Miod Vallat |
2003-08-12 | Use spltty() instead of rolling our own expanded version. | Miod Vallat |
2003-08-12 | The idle loop is supposed to run with interrupts enabled, and will only | Miod Vallat |
2003-08-11 | Sprinkle proper use of _C_LABEL and _ASM_LABEL in the .S files (except for | Miod Vallat |
2003-08-11 | Saving or restoring the process' registers to/from the pcb was using | Miod Vallat |
2003-08-10 | Do not make NBPG visible in assym.h | Miod Vallat |
2003-08-10 | No need to bring <machine/psl.h> from <machine/param.h>, this adds unnecessary | Miod Vallat |
2003-08-09 | New RAMDISK configuration, inspired by the mvme68k one; and the associated | Miod Vallat |
2003-08-09 | Always install the installboot manual page. | Miod Vallat |
2003-08-08 | Fix harmless address computation buglet in pmap_collect(). | Miod Vallat |
2003-08-08 | Slightly clean up cpu_fork(). | Miod Vallat |
2003-08-07 | In sendsig() and sigreturn(), use the SS_xxx flags rather than the SA_xxx | Miod Vallat |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-08-03 | Resistance is futile, you will be KNF'ed. | Miod Vallat |
2003-08-01 | The pmap potpourri du jour, while hunting for evil bugs: | Miod Vallat |
2003-08-01 | Nuke uvm_useracc() call here too. | Miod Vallat |
2003-08-01 | pmap_kremove was so broken I'd rather pretend I did not write it... | Miod Vallat |
2003-08-01 | No semicolon at the end of macros supposed to be atomic statements. | Miod Vallat |
2003-08-01 | Compensate for the assym.h lossage, which defines NBPG for now (this will be | Miod Vallat |
2003-08-01 | Do not use hardcoded values for constants which are in fact computed from other | Miod Vallat |
2003-08-01 | Turn flush_pipeline() in a simple macro. | Miod Vallat |
2003-08-01 | Define a more reasonable label_t size. | Miod Vallat |
2003-08-01 | Even better varargs code, inspired by and more closer to the powerpc code, | Miod Vallat |
2003-08-01 | Fix pcctwo locator typos | Miod Vallat |
2003-08-01 | ${LIBGCC} is useless, since libgcc.a does not live in /usr/lib; instead, | Miod Vallat |
2003-08-01 | Fix the *longjmp() behaviour - it is legal to reuse a jmp_buf several times. | Miod Vallat |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek |
2003-06-06 | - section reorder | Jason McIntyre |
2003-06-04 | mop up some more 3/4 license issues | Theo de Raadt |
2003-06-04 | more term 3 & 4 from various developers, with permission of course | Theo de Raadt |
2003-06-04 | more term 3 and 4 changes | Theo de Raadt |
2003-06-03 | terms 3 & 4 cleanup based on "terms" file | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | Relax licence by removing the 3rd clause on all files whereI was still | Miod Vallat |
2003-06-02 | snprintf here too. | Miod Vallat |
2003-06-02 | licence cleanup | Theo de Raadt |
2003-06-01 | strcpy/strcat/sprintf removal in all bootblocks. various testing by | Theo de Raadt |
2003-06-01 | Remove unused variable. | Miod Vallat |
2003-05-30 | Working process core dumps, borrowed from m68k code. | Miod Vallat |
2003-05-23 | remove old swapgeneric.c's | Ted Unangst |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and mic... | Ted Unangst |
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst |
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat |
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst |
2003-05-11 | string cleaning; krw ok | Theo de Raadt |
2003-05-08 | EXAMPLE -> EXAMPLES in .Sh section, as per mdoc template. | Jason McIntyre |
2003-04-16 | Clarify license terms. | Miod Vallat |
2003-04-10 | more POSIX chown | Todd C. Miller |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson |