Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-25 | Crank SHMMAXPGS to 32mb; OK mickey@ | Todd C. Miller | |
2004-01-14 | catching a stray sheep destroying a pmap shall result in a proper haggis; ↵ | Michael Shalayeff | |
this fixes a panic resulted from a diagnostic check und clean whose dirty little causes should really get fixed (eventually); w/ grumpy testing | |||
2004-01-05 | kill debugging code that is not needed anymore | Michael Shalayeff | |
2004-01-05 | typos from Jared Yanovich; | Jason McIntyre | |
2004-01-03 | put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros | Marc Espie | |
to built-ins, so eventually we will have one version of these files. Special adjustments for the kernel to cope: machine/stdarg.h -> sys/stdarg.h and machine/ansi.h needs to have a _BSD_VA_LIST_ for syslog* prototypes. okay millert@, drahn@, miod@. | |||
2004-01-02 | apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahs | Michael Shalayeff | |
been wrong and thus proven by many and there change it back to what it is meaning explained in http://www-ccs.ucsd.edu/c/float.html . also fix spmath to use it's own consts instead of (now) off by one float.h values thus to avoid any kind of binary changes. | |||
2003-12-30 | kill a local var that is set and never used then later | Michael Shalayeff | |
2003-12-30 | provide accounting for the intr time properly from fredette@ | Michael Shalayeff | |
2003-12-29 | disable ie1@gsc as not really supported and a commented out bha@pci | Michael Shalayeff | |
2003-12-24 | kill unused define | Michael Shalayeff | |
2003-12-23 | provide cpuspeed fluff | Michael Shalayeff | |
2003-12-23 | make it a righteous print of the bootpath (tail gravity it has that is) | Michael Shalayeff | |
2003-12-23 | enable fxp as it seems to work now | Michael Shalayeff | |
2003-12-23 | unscrew the 16bit routines w/ a proper data reg calculation | Michael Shalayeff | |
2003-12-22 | make sure to run probe only once per device w/ grumpy testing | Michael Shalayeff | |
2003-12-20 | Pass -Wformat, fix a few uninitialized variables as well. | Miod Vallat | |
2003-12-20 | Don't let microtime() return a struct timeval with exactly 1000000 microseconds. | Miod Vallat | |
2003-12-18 | spls do not protect cpu_itmr and thus time might jump back sometimes due to ↵ | Michael Shalayeff | |
cpu_itmr modified to a higher value than a read itmr; found and testing by miod@ | |||
2003-12-18 | Move -DDYNAMIC_CRC_TABLE into the main libz Makefile | Todd C. Miller | |
2003-12-17 | Always use the nitty-gritty name for cr16. | Miod Vallat | |
2003-12-17 | in the real mem print do not include reserved for prom into used by openbsd | Michael Shalayeff | |
2003-12-17 | figure out the used prom size in probe() and pass that into attach that will ↵ | Michael Shalayeff | |
map rom proper instead of a fixed size that is not enough in a generic case | |||
2003-12-16 | reenable sti1 as the issues has been resolved | Michael Shalayeff | |
2003-12-16 | clean the cpu types and sync | Michael Shalayeff | |
2003-12-16 | only map the rom and do not touch the hpa space getting rid of memsize ↵ | Michael Shalayeff | |
define that was not really true; plus tested by otto@ and miod@ | |||
2003-12-12 | typo | Theo de Raadt | |
2003-12-10 | for unaligned btlb mapping attempts -- just fail | Michael Shalayeff | |
2003-12-09 | on pci systems bootdevice is specified by the hpa only | Michael Shalayeff | |
and thus just scan the bars for the matching hpa for each pci device | |||
2003-12-09 | allow for user pci conf | Michael Shalayeff | |
2003-12-08 | Correct what seems to be a typo: __builtin_va_alist vs __builtin_va_list | Peter Valchev | |
in va_dcl declaration. Fixes lots of varargs-using ports OK mickey | |||
2003-12-01 | when allocating kpdes -- allocate no less than four | Michael Shalayeff | |
2003-12-01 | same leds on b132 and b160; from Hans-Joerg.Hoexer@yerbouti.franken.de | Michael Shalayeff | |
2003-11-24 | experimental support for HVT as a 2nd level tlb | Michael Shalayeff | |
2003-11-20 | Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa. | Marc Espie | |
No confirmed report of `this work' for other arches yet... | |||
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy | |
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@ | |||
2003-11-07 | the the; from rohee@ | Michael Shalayeff | |
2003-11-07 | fix the ref to hpux elf extensions; from Jared Yanovich <jjy2+@pitt.edu> | Michael Shalayeff | |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre | |
(mvme68k/mvme88k) vs.c and (vax) if_le.c ok miod@ isakmpd ones ok ho@ | |||
2003-11-03 | spelling fixes (in the comments) | David Krause | |
2003-10-31 | allocate initial pdes for the kmem proportional to the totalphysmem to allow ↵ | Michael Shalayeff | |
large memory sizes and also more verbose diagnostic message in pmap_destroy() | |||
2003-10-31 | PDC_SYSMAP_HPA has its own struct (though similar to memap one used before ↵ | Michael Shalayeff | |
;); from hellmuth.michaelis@t-online.de and also some spaces from me | |||
2003-10-31 | ifdef USELEDS on ledctl(); from hellmuth.michaelis@t-online.de | Michael Shalayeff | |
2003-10-31 | pdc_speeds is only needed for NCOM_GSC>0; from hellmuth.michaelis@t-online.de | Michael Shalayeff | |
2003-10-31 | warn commons instead of generating a map file (was there for debugging) | Michael Shalayeff | |
2003-10-30 | typos and grammer from Bruno Rohee <bruno@rohee.com> | Michael Shalayeff | |
2003-10-27 | typos; fom bruno@rohee.com | Michael Shalayeff | |
2003-10-27 | make sure that label block ends up in the right b_blkno for writedisklabel() ↵ | Michael Shalayeff | |
trashes bootblock | |||
2003-10-23 | Maybe fixing typos will unbore me. | Miod Vallat | |
2003-10-16 | need to give space reg saving rctr and ccr | Michael Shalayeff | |
2003-10-15 | have to fetch the rctr while still in real mode for it is not valid after | Michael Shalayeff | |