Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-16 | Better DEBUG output. | Miod Vallat | |
2003-10-16 | Buffers are not strings so use memcpy(), not strlcpy() to copy them. | Todd C. Miller | |
Found by danh@ with JG malloc options. I've also added some further bounds checks in the name of paranoia. Tested by danh and others. | |||
2003-10-16 | Optimize conversion of fd_set -> pollfd. OK and test by marc@ | Todd C. Miller | |
2003-10-16 | Registers definitions for ICH5/ICH5R SATA | Alexander Yurchenko | |
2003-10-16 | New flag to mark SATA drives | Alexander Yurchenko | |
2003-10-16 | Check for signals in local svc_run before doing anything else. Fixes | Todd C. Miller | |
the bug where signals would not be handled until the next mount request. | |||
2003-10-16 | spaces/tabs cleanup | Alexander Yurchenko | |
2003-10-16 | VT8231 is supported by viaenv(4) | Alexander Yurchenko | |
2003-10-16 | VIA VT8231 support; from matthew.gream@pobox.com in PR 3523 | Alexander Yurchenko | |
2003-10-16 | sync | Alexander Yurchenko | |
2003-10-16 | VIA VT8231 Power Management device | Alexander Yurchenko | |
ok deraadt@ | |||
2003-10-16 | Only a clown like me could put cerror in the data section by mistake... | Miod Vallat | |
2003-10-16 | new import of my pkgtools, after a slight naming disagreement with the | Marc Espie | |
Upper Management... | |||
2003-10-16 | by popular demand, malloc guard pages. insert an unreadable/unwriteable | Ted Unangst | |
page after each page size allocation to detect overrun. this is somewhat electric fence like, while attempting to be mostly usable in production. also, use tdeval's chunk randomization code. enabled with the G option. ok deraadt and co. | |||
2003-10-16 | better realloc. ok deraadt@ | Ted Unangst | |
2003-10-16 | Mark all supported SATA controllers with flag WDC_CAPABILITY_SATA | Alexander Yurchenko | |
2003-10-16 | New flag to mark SATA controllers | Alexander Yurchenko | |
2003-10-16 | spaces/tabs cleanup | Alexander Yurchenko | |
2003-10-16 | Cleanup a bit, more pretty debug messages. | Alexander Yurchenko | |
2003-10-16 | Allow setting of wdcdebug*_mask variables via preprocessor defines. | Alexander Yurchenko | |
This makes creating debug kernels be much more easy. | |||
2003-10-16 | Kill two static function declarations. | Alexander Yurchenko | |
2003-10-16 | Define some SATA fields in the IDENTIFY structure. | Alexander Yurchenko | |
Names match NetBSD. | |||
2003-10-16 | duh | Michael Shalayeff | |
2003-10-16 | poll() arg mistake. Tatoku Ogaito | Jun-ichiro itojun Hagino | |
2003-10-16 | more white | Theo de Raadt | |
2003-10-16 | There is no end to the ANSI/KNF journey. | Dale Rahn | |
2003-10-16 | spaces | Theo de Raadt | |
2003-10-16 | need to give space reg saving rctr and ccr | Michael Shalayeff | |
2003-10-16 | safer realloc. deraadt ok | Jun-ichiro itojun Hagino | |
2003-10-16 | more ANSI/KNF. | Dale Rahn | |
2003-10-15 | c++ friendly, sync w/kame. pvalchev ok | Jun-ichiro itojun Hagino | |
2003-10-15 | fix out of bounds access. found by david@ running with malloc guards and | Ted Unangst | |
randomization. ok millert@ | |||
2003-10-15 | Further down the ANSI/KNF road, only binary difference is __LINE__. | Dale Rahn | |
2003-10-15 | spaces | Theo de Raadt | |
2003-10-15 | on fatal error, repair tty; millert ok | Theo de Raadt | |
2003-10-15 | abort on errors by default. workaround so running out of memory isn't | Ted Unangst | |
actually an error, A still applies full effect. suggested by phk. ok deraadt@ tdeval@ | |||
2003-10-15 | asm readability register names are %r0 instead of 0. No binary change. | Dale Rahn | |
2003-10-15 | also print the uvmexp.zeropages if there is space in vm screen | Michael Shalayeff | |
2003-10-15 | have to fetch the rctr while still in real mode for it is not valid after | Michael Shalayeff | |
2003-10-15 | less global name space pollution | Michael Shalayeff | |
2003-10-15 | The ANSI/KNF trail continues. No binary differences. | Dale Rahn | |
2003-10-15 | Better reset code, even. | Miod Vallat | |
2003-10-15 | do not define IPL_IMP | Michael Shalayeff | |
2003-10-15 | avoid possible /0 when drawing the led load graph | Michael Shalayeff | |
2003-10-15 | Do not assert SYSRST on 1x7 boards, if we are not a SYSCON, or unexpected | Miod Vallat | |
collateral damage will happen. | |||
2003-10-15 | somehow a line of code got tired of gcc abuse and sneaked itself into an #if ↵ | Michael Shalayeff | |
0'ed piece right beore itself thus causing all kinds of hell | |||
2003-10-15 | errx -> err. From form. | Mike Pechkin | |
millert@ ok | |||
2003-10-15 | check pmonitor != NULL | Markus Friedl | |
2003-10-15 | reverse the comment on binutils gas/ld as that's what it is now | Michael Shalayeff | |
2003-10-15 | ok it is OpenBSD's 8th birthday | Theo de Raadt | |
a bit of silliness is permitted change mvme* to install bootblocks with correct path ok drahn, and some others.. not sure who, because it is hard to check my mail from the blackberry I am commiting this from, over ssh of course... hmmmm mcnalleyes.... |