Age | Commit message (Expand) | Author |
2003-08-30 | Compile kernels with -mno-check-zero-division. Saves two pages, and things | Miod Vallat |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-22 | To workaround an early 88100 models problem, gcc explicitely adds checks for | Miod Vallat |
2003-08-21 | Bounds checking, prevents ioctls to non-existing dart devices from panic'ing | Miod Vallat |
2003-08-21 | Be less verbose in the MVME187 probe, as its CMMU configuration is known | Miod Vallat |
2003-08-21 | Use constants rather than hardcoded values for IPL levels. | Miod Vallat |
2003-08-21 | De-obfuscate get_target(). | Miod Vallat |
2003-08-21 | Put a valid VID signature in the disklabel, as does mvme68k. | Miod Vallat |
2003-08-20 | A bunch of 88110 band-aid: | Miod Vallat |
2003-08-20 | No need to build installboot and the bootblocks at -O0 anymore. | Miod Vallat |
2003-08-20 | Fix the write status test for the 88110 kluge in m88k_protection() [oops] | Miod Vallat |
2003-08-20 | Revert the flust_atc_entry() shortcut if NCPUS == 1 - it will not work on | Miod Vallat |
2003-08-17 | There is no need to assume that the compiler will swap ! and & operator | Miod Vallat |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
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 |