Age | Commit message (Expand) | Author |
2003-08-11 | a few strict protos | Michael Shalayeff |
2003-08-11 | better cleaning | Theo de Raadt |
2003-08-11 | ansification and knf and protos | Theo de Raadt |
2003-08-11 | wax mongoose | Michael Shalayeff |
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 | ansi | Theo de Raadt |
2003-08-10 | clean leftovers | Theo de Raadt |
2003-08-10 | No need to bring <machine/psl.h> from <machine/param.h>, this adds unnecessary | Miod Vallat |
2003-08-10 | Define wint_t on powerpc. | Miod Vallat |
2003-08-10 | Do not trust and use uvm_useracc, but rather always check copy{in,out} for | 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 | remove scsi/raid drivers not needed on laptop floppy | Theo de Raadt |
2003-08-08 | wb no longer fits | Theo de Raadt |
2003-08-08 | Slightly clean up cpu_fork(). | Miod Vallat |
2003-08-08 | let us call COMPAT_UFS dead | Theo de Raadt |
2003-08-08 | ansi | Theo de Raadt |
2003-08-08 | put COPTS in CFLAGS; idea from miod | Theo de Raadt |
2003-08-08 | no pcmcia pccom on this floppy, sorry | Theo de Raadt |
2003-08-07 | missed one wrt intr_establish | Michael Shalayeff |
2003-08-07 | dead proto | Michael Shalayeff |
2003-08-07 | make all intr_establish take the same last arg for name | Michael Shalayeff |
2003-08-07 | first allocate space on stack then copyout signal shits. add a DEBUG check fo... | Michael Shalayeff |
2003-08-07 | be more careful when loading trap_tmp_save and a bit better sigcode | Michael Shalayeff |
2003-08-07 | In sendsig() and sigreturn(), use the SS_xxx flags rather than the SA_xxx | Miod Vallat |
2003-08-07 | better dmesg output and do some spaces; markus@ ok | Michael Shalayeff |
2003-08-07 | Allow nested interrupts in the openpic interrupt controller, tested by | Dale Rahn |
2003-08-07 | watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@ | Markus Friedl |
2003-08-07 | do not treat traps from the syscall gate page as user code | Michael Shalayeff |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-08-05 | a180c blinks too, 715/80 supposedly too | Michael Shalayeff |
2003-08-05 | support for shared interrupts as required by isa/eisa/pci. remove a gsckbc kl... | Michael Shalayeff |
2003-08-04 | make 'em all unsigned | Michael Shalayeff |
2003-08-03 | Resistance is futile, you will be KNF'ed. | Miod Vallat |
2003-08-03 | oops | Michael Shalayeff |
2003-08-03 | prefer fdc to fdce for cache flushing here | Michael Shalayeff |
2003-08-03 | clear branch and nullify bits in psw on sending a signal | Michael Shalayeff |
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 | The Vigra VS10-EK is recognized as a cgthree clone, but due to its utterly | Miod Vallat |
2003-08-01 | pmap_kremove was so broken I'd rather pretend I did not write it... | Miod Vallat |
2003-08-01 | Nuke calls to uvm_useracc() and instead check copyin() and copyout() for | 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 |