Age | Commit message (Expand) | Author |
2003-08-14 | attach those funky teleshare ttys | Michael Shalayeff |
2003-08-14 | attach at teleshare serial ports as well. need dsp microcode for a functional... | Michael Shalayeff |
2003-08-14 | GENERIC is now safe(4) | Jason Wright |
2003-08-14 | partial proto repairs | Theo de Raadt |
2003-08-14 | add uhci based on suggestion from loki at niteshade dot net | Jason Wright |
2003-08-13 | Always force a pipeline flush after a PSR change, not before. How could | Miod Vallat |
2003-08-12 | add safe(4). Works well enough for testing at least. | Jason Wright |
2003-08-12 | add acphy | Michael Shalayeff |
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 | move to 3.4-beta | Theo de Raadt |
2003-08-11 | during probe there is no need to map the whole hpa space. only rom is needed.... | Michael Shalayeff |
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 |