Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-22 | Define ARCH_ELFSIZE that is the default elf size on this arch. | Artur Grabowski | |
2001-01-13 | use md in_cksum | Michael Shalayeff | |
2001-01-13 | own in_cksum version | Michael Shalayeff | |
2001-01-12 | no pmap_changebit no more; better barrier thing | Michael Shalayeff | |
2001-01-12 | fix PTE_BITS | Michael Shalayeff | |
2001-01-12 | move pmap_physseg back to vmparam.h where it belongs. | Michael Shalayeff | |
define PMAP_PREFER in pmap.h, as afar as i understand it works. no more pmap_changebit() grow USRIOSIZE in vmparam.h | |||
2001-01-12 | do not print pidr3,pidr4 which we do not use anyway | Michael Shalayeff | |
2001-01-12 | this is even uglier hack, but it also works; theo did not help (; | Michael Shalayeff | |
2001-01-11 | read rom through the rom handle | Michael Shalayeff | |
2000-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt | |
2000-11-24 | raise dirty in kenter_pa too | Michael Shalayeff | |
2000-11-10 | Change the ktrace interface functions from taking the trace vnode to taking the | Artur Grabowski | |
traced proc. The vnode is in the proc and all functions need the proc. | |||
2000-11-08 | betterer pmap_kenter_pa() mostly from Havard Eidnes <he@runit.sintef.no> | Michael Shalayeff | |
2000-11-08 | use net/netisr_dispatch.h | Michael Shalayeff | |
2000-11-06 | tabs vs spaces | Michael Shalayeff | |
2000-10-18 | typo in comment; from gluk@ptci.ru | Michael Shalayeff | |
2000-10-11 | now we need binutils 2.10.1, hahaha | Michael Shalayeff | |
2000-10-11 | bzero is handled in the lib/arch/hppa/Makefile.inc | Michael Shalayeff | |
2000-10-11 | memset.c is in libkern | Michael Shalayeff | |
2000-10-03 | do not build debug libs, ovewriting a possible setting in the mk.conf | Michael Shalayeff | |
2000-09-26 | Implement getnulldev that returns the dev_t for "/dev/null". | Artur Grabowski | |
2000-09-03 | add bzero.oto OBJS, since it's generated by other means but .mk rules | Michael Shalayeff | |
2000-09-03 | a note about 705/35 graphics; from he@obt.runit.no | Michael Shalayeff | |
2000-08-15 | print cpu revision and type | Michael Shalayeff | |
2000-08-15 | cpu types, enable sti (which works now) | Michael Shalayeff | |
2000-08-15 | these are our cpu types, we maybe run on them, someday | Michael Shalayeff | |
2000-08-15 | note about pcxs and kernel base here | Michael Shalayeff | |
2000-08-15 | two btlb routines (i & d) for pcxs | Michael Shalayeff | |
2000-08-15 | expand per-cpu control routines switch | Michael Shalayeff | |
2000-08-15 | equiv_end no longer used w/ new kvtop | Michael Shalayeff | |
2000-08-15 | ugly spaces | Michael Shalayeff | |
2000-08-15 | compress MD_CACHE_CTL in one line | Michael Shalayeff | |
2000-08-15 | new kvtop works, a few more items | Michael Shalayeff | |
2000-08-15 | interrupt guts | Michael Shalayeff | |
2000-08-08 | print btlb params w/ BTLBDEBUG; from Havard.Eidnes@runit.sintef.no | Michael Shalayeff | |
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-21 | convert to new timeouts | Michael Shalayeff | |
2000-07-11 | since .cvsignore is there, .keep_me is not needed | Theo de Raadt | |
2000-07-10 | regen | Michael Shalayeff | |
2000-07-10 | a few more boards, different sources | Michael Shalayeff | |
2000-07-06 | Add spllowersoftclock(), same as splsoftclock(). (art@ ok) | Hakan Olsson | |
2000-07-05 | fix comment | Michael Shalayeff | |
2000-07-05 | missing semicolon | Michael Shalayeff | |
2000-07-03 | export SYSCALLGATE | Michael Shalayeff | |
2000-07-03 | add luseless comment | Michael Shalayeff | |
2000-07-02 | yes, it will; forgot, oops, ouch | Michael Shalayeff | |
2000-07-02 | constraints misscount; that's how it goes typing on the train | Michael Shalayeff | |
2000-07-02 | no bays for stinger | Michael Shalayeff | |
2000-07-02 | new kvtop through lpa; also put some spu/sfu bits in cpu.h | Michael Shalayeff | |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller | |
constant). These are not security holes but it is worth fixing them anyway both for robustness and so folks looking for examples in the tree are not misled into doing something potentially dangerous. Furthermore, it is a bad idea to assume that pathnames will not include '%' in them and that error routines don't return strings with '%' in them (especially in light of the possibility of locales). |