Age | Commit message (Expand) | Author |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller |
2000-07-25 | remove debugging stuff i commited by accident | Theo de Raadt |
2000-07-19 | Blink with new timeouts. | Artur Grabowski |
2000-07-18 | move bootblocks around a bit more | Theo de Raadt |
2000-07-14 | on a SparcStation Voyager, the 2nd zs device does not exist. | Theo de Raadt |
2000-07-11 | since .cvsignore is there, .keep_me is not needed | Theo de Raadt |
2000-07-11 | NKDD? no -- NKBD, bad mjacob | Theo de Raadt |
2000-07-07 | Fix some spl handling. | Artur Grabowski |
2000-07-07 | Convert spl* on sparc to be raising-only. | Artur Grabowski |
2000-07-06 | Change splsoftclock() call to spllowersoftclock() to conform with other | Hakan Olsson |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson |
2000-07-06 | Use isp_handle_index functions. Reorder when things get | mjacob |
2000-07-05 | Fix spl-handling in cnstart. | Artur Grabowski |
2000-07-05 | Change splsoftclock to spltty. spltty is probably too paranoid, but it's | Artur Grabowski |
2000-07-05 | OpenBSD-tag | Artur Grabowski |
2000-07-04 | missing splx | Artur Grabowski |
2000-07-04 | Missing splx. | Artur Grabowski |
2000-07-04 | Add a missing splx in intr_fasttrap. | Artur Grabowski |
2000-07-04 | Cleaner spl handling in userret. | Artur Grabowski |
2000-06-28 | look in kbd.h to see whether we have configured a keyboard | mjacob |
2000-06-28 | make the kbd have a kbd.h file (needs-flag) | mjacob |
2000-06-23 | remove obsolete vtrace guts; art@ | Michael Shalayeff |
2000-06-23 | ret should be there, wether auxreg/led is defined or not. | Federico G. Schwindt |
2000-06-18 | don't reset the chip on NORXD, and certainly don't print a message about it | Jason Wright |
2000-06-18 | remove unused junk | Jason Wright |
2000-06-18 | hmm, you'd never know these started out as if_ie.c.... | Jason Wright |
2000-06-12 | move cfdriver to ncr53c9x.c and device declaration to conf/files. | Federico G. Schwindt |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist |
2000-06-07 | Fix comments to reflect reality. | Artur Grabowski |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-06-02 | rework interrupt handling completely, and be more careful with the CD180 | Jason Wright |
2000-05-27 | better man page building | Theo de Raadt |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page in... | Theo de Raadt |
2000-05-18 | add machdep.vsyncblank sysctl for controlling whether vsync is disabled | Jason Wright |
2000-05-01 | When cache is mandatory, don't pmap_enter uncached in vmapbuf. | Artur Grabowski |
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski |
2000-03-22 | allow opening of the fga char device | Jason Wright |
2000-03-17 | move more sun4m stuff behind an #ifdef | Theo de Raadt |
2000-03-16 | Bring in some new UVM code from NetBSD (not current). | Artur Grabowski |
2000-03-08 | multiple inclusion protect because of pstat and socket.h needing ALIGNBYTES | Theo de Raadt |
2000-03-04 | Remove unnecessary, unreached, confusing code. | Artur Grabowski |
2000-03-03 | $OpenBSD$ | Todd T. Fries |
2000-02-28 | Sanitize v{,un}mapbuf. (use the sizes we are passed, not the size from b_coun... | Theo de Raadt |
2000-02-27 | repair some gotchas in the .{u,}{mul,div,rem} replacement routines, out of a ... | Theo de Raadt |
2000-02-25 | cypress is not pure SUN4M | Theo de Raadt |
2000-02-23 | if we discover we are on a v8 cpu, and thus have the multiply and divide | Theo de Raadt |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-22 | Use an _BSD_FOO_T_ type declaration for off_t in machine/ansi.h to allow | Todd C. Miller |
2000-02-21 | move fpproc into the cpuinfo structure. | Artur Grabowski |
2000-02-21 | The last pieces of hypersparc support. | Artur Grabowski |