Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-10-18 | typo in comment; from gluk@ptci.ru | Michael Shalayeff | |
2000-10-17 | damn it, i have had it with this untested weak shit | Theo de Raadt | |
2000-10-16 | quiet these puppies down- this OpenBSD, not some callow system like NetBSD | mjacob | |
2000-10-16 | re-add weak sparc support; d@ | Theo de Raadt | |
2000-10-16 | Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions. | mjacob | |
Major rewrite of a lot of internals- far too many to list. Cleaner locking, more paramaterization, an isp_prt logging function that handles debugging as well as error printouts. We also should no longer hang if there is no Loop for Fibre Channel when booting. The file ispvar.h now contains a list of all platform required macros and explanation as to what they're for. This should make maintenance easier. | |||
2000-09-26 | Implement getnulldev that returns the dev_t for "/dev/null". | Artur Grabowski | |
2000-09-21 | initialize sc_link.openings to it's (currently) default value of 4 | Michael Shalayeff | |
2000-09-18 | fix reversed muting; patch from: jason@ | Brad Smith | |
2000-07-31 | Add defines for ULLONG_MAX, LLONG_MAX, and LLONG_MIN in terms of | Todd C. Miller | |
UQUAD_MAX, QUAD_MAX, and QUAD_MIN respectively. | |||
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 | |
Return 1 from zshard more often to reduce (not fix) the stray interrupt problem. | |||
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 | |
code and keep old behaviour. (art@ ok) | |||
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 | |
done (and return CMD_EAGAIN on request queue overflow so we can retry). | |||
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 | |
less wrong than using splsoftclock which is defined to be a lowering spl (this doesn't matter on the sparc yet, because spls on sparc are wrong, but it will matter soon). | |||
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 | |
there but relying on an indirect inclusion | |||
2000-06-07 | Fix comments to reflect reality. | Artur Grabowski | |
2000-06-05 | Changes to exit handling. | Artur Grabowski | |
cpu_exit no longer frees the vmspace and u-area. This is now handled by a separate kernel thread "reaper". This is to avoid sleeping locks in the critical path of cpu_exit where we're not allowed to sleep. From NetBSD | |||
2000-06-02 | rework interrupt handling completely, and be more careful with the CD180 | Jason Wright | |
during channel configuration changes. | |||
2000-05-27 | better man page building | Theo de Raadt | |
2000-05-25 | cause traversal into arch & subdirectories for the purposes of manual page ↵ | Theo de Raadt | |
install... | |||
2000-05-18 | add machdep.vsyncblank sysctl for controlling whether vsync is disabled | Jason Wright | |
when the monitor is blanked. | |||
2000-05-01 | When cache is mandatory, don't pmap_enter uncached in vmapbuf. | Artur Grabowski | |
This unbreaks physio on SM71 and SM81. Thanks to mho@ for borrowing me a cpu I could test on. | |||
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski | |
makes it the callers responsibility to allocate resources for the timeouts. This is a KISS implementation and does _not_ solve the problems of slow handling of a large number of pending timeouts (this will be solved in future work) (although hardclock is now guarateed to take constant time for handling of timeouts). Old timeout() and untimeout() are implemented as wrappers around the new API and kept for compatibility. They will be removed as soon as all subsystems are converted to use the new API. | |||
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 | |
- Introduce a new type of map that are interrupt safe and never allow faults in them. mb_map and kmem_map are made intrsafe. - Add "access protection" to uvm_vslock (to be passed down to uvm_fault and later to pmap_enter). - madvise(2) now works. - various cleanups. | |||
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 | |