summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-19Add WATTHOUR and AMPHOURMarco Peereboom
ok jordan@
2006-10-19Hack to do pci interrupt number 'fixup'. This is an absolute hack, but for now.Dale Rahn
2006-10-19pci_address_fixup code to do bus address allocation, 'firmware' appearentlyDale Rahn
doesn't touch pci. ohci version and re mac address probe correctly.
2006-10-19Fixed GPE debug levelsJordan Hargrave
Fixed ref counter on temporary bufferfields DSDT parsing fully working on IBM Thinkpad ok marco@
2006-10-19Fixed acpitz match functionJordan Hargrave
ok marco@
2006-10-19geodesc needed for Geode SC1100/SCx200 machines to reboot; noted by tomTheo de Raadt
2006-10-19Merged target/terminal handling codeJordan Hargrave
Added function call pointer to opcode table _BIF working on Dell, IBM ok marco@
2006-10-18Remove useless code that can cause a SEGV if a buffer is realloc()ed.Todd C. Miller
Allocate buffers early and in one place instead of two. Fixes PR 5252; OK deraadt
2006-10-18Replace gcc __attribute with __dead. Recompile yields no binary change.Chad Loder
2006-10-18Avoid double fclose() of a file if we exceed retries. Coverity ID 2669.Todd C. Miller
OK cloder@
2006-10-18you do not call fclose() on a file descriptor; ok cloderTheo de Raadt
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
2006-10-18do not name file descriptors fp, eitherTheo de Raadt
2006-10-18do not name FILE * variables "fd" since it is confusingTheo de Raadt
2006-10-18Fix packet length for RX bpf mtap.Marcus Glocker
ok damien@
2006-10-18Decide whether we need to attach the primary cpu by checking the CPUF_PRESENTMark Kettenis
flag. tested by ckuethe@, ok deraadt@, gwk@
2006-10-18uppercase for `RFC';Jason McIntyre
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
some architectures (kaboom); that will be fixed in the next iteration hopefully!
2006-10-18Simplify the logic of the for loops in the sis_ring_init() function.Brad Smith
tested by ckuethe@
2006-10-18Short-circuit the detection of the FPU by checking the CPUID features,Tom Cosgrove
as done in FreeBSD. Fixes problems on AMD Geode LX-800 where our detection logic doesn't detect the FP exception. ok deraadt@ kettenis@
2006-10-18enable IPv6 on the RAMDISK image.Brad Smith
ok deraadt@
2006-10-18do not enable watchdog functionality if small kernelTheo de Raadt
2006-10-18Under OpenBSD, do not force -msmall-data if -fpic and -mlarge-data if -fPIC.Miod Vallat
Instead, have both -fpic and -fPIC only select pic code generation, and use whatever memory mode is specified (with -mlarge-data being the implicit default). This means that -fpic and -fPIC will be equivalent by default under OpenBSD again, as was the case with gcc 2.x; this will help porter's lives. No consensus but a majority of developers in favour of this change (including martin@, pvalchev@, deraadt@ and I), so in it goes.
2006-10-18symlinks marked @extra need special care for deletionNikolay Sturm
ok bernd, espie
2006-10-18- update reference to posix to latest versionJason McIntyre
- note that the flags [-hiln] are extensions
2006-10-18- standard EXAMPLES sectionJason McIntyre
- use .Ex instead of an entire DIAGNOSTICS section
2006-10-18Controller for the ripd.Esben Norby
All relevant information in the rip daemon can be displayed with this controller. Not connected to builds yet. ok claudio@
2006-10-18Welcome ripd started by Michele Marchetto some time ago by using the ↵Esben Norby
imsg/three process framework of ospfd. He implemented most of the daemon with a little help and guidance from Claudio and I. Currently the daemon is more or less complete, with the exception of key lifetime and rollover. Not yet connected to the builds. OK claudio@
2006-10-18Welcome ripdEsben Norby
started by Michele Marchetto some time ago by using the imsg/three process framework of ospfd. He implemented most of the daemon with a little help and guidance from Claudio and I. Currently the daemon is more or less complete, with the exception of key lifetime and rollover. Not yet connected to the builds. OK claudio@
2006-10-18comes with lxtphy(4)Martin Reindl
2006-10-18Return ECONNABORTED when a non-blocking socket has been shutdown() forKurt Miller
receives. Previously a non-blocking socket would mask this error by returning EWOULDBLOCK and mislead applications to think accept() may eventually succeed. Corrects a pthreads deadlock reported by Tero Koskinen <tero.koskinen at iki.fi> okay kettenis@, theo@, markus@
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
data. Eliminate it, and just use the data being read in while processing MBR and EBR records. Should be no functional change. ok weingart@ deraadt@
2006-10-17For non-CPU_BIOS architectures calculate the number of cylinders onKenneth R Westerback
a disk rather than accepting the cylinder count provided by the disk or controller. This cylinder count will be '16383' for any disk >8.4G according to the ATA spec. CPU_BIOS on i386/amd64 has magic to deal with this, but other archs do not need to be restricted by the needs of PC BIOS. Fixes the default MBR OpenBSD partition size and disklabel on non-CPU_BIOS archtitectures. No change to behaviour on i386/amd64 machines. Noted by Stuart Henderson on his Thecus. Testing by various, including 'old i386 machines' nick@ ok tom@ pedro@ weingart@ deraadt@
2006-10-17disable the firmware fastboot feature on 5752/5755 and 5787 ASICs,Brad Smith
eliminates firmware timeouts. Tested by pedro la peu <pedro at am-gen dot org> with a 5752 ASIC and Benjamin Black <ben at layer8 dot net> with a 5787 ASIC.
2006-10-17replace hand rolled code with LIST_FOREACH in gem_mediachange().Brad Smith
ok kettenis@ "Looks correct to me" krw@
2006-10-17add proper version handling, not really used yet.Marc Espie
2006-10-17add -F conflicts: force installation in the presence of registered conflicts,Marc Espie
provided nothing else happens (like, huh, the presence of actual conflicts between files). Allows nikolay@ to work with redhat/base and fedora_core at the same time.
2006-10-17Set the Geode SC1100-specific reset function in the geodesc driver,Tom Cosgrove
rather than when CPUID says we're on any Geode. Should avoid reset failure on Nokia IP110s and other non-SC1100 Geode-based systems. Reset should hopefully still work on Soekris Net4801s and PC Engines WRAP systems, but no-one bothered to test and report back in two days. "commit" deraadt@
2006-10-17Add first bits of a RX intr handler routine. Needs further clarification.Marcus Glocker
Try to get bpf mtaps working soon to see what exactly happens there. Based on rt2661.c, your code is just nice to read damien ;) ok claudio@
2006-10-17Don't grab _FD_LOCK and queue up behind other threads asKurt Miller
this can potentially block indefinitely. Instead just protect against fd state transitions and perform the _thread_sys_shutdown(). Fixes deadlock reported by Tero Koskinen <tero.koskinen at iki.fi>. okay kettenis@
2006-10-17Allocate and free TX DMA rings additionally change some of the structures toClaudio Jeker
match more the actual reality. Still unsure about it as we don't have any documentation to verify against. OK mglocker@
2006-10-17swap is partition b, not partition after root (wherever root is definedTheo de Raadt
to be); pr 5256
2006-10-17Make this easier for people who aren't aware of what shell they are running.Bob Beck
ok deraadt@
2006-10-17syncTheo de Raadt
2006-10-17increase max pf tag name size from 16 to 64 characters.Reyk Floeter
ok henning@ dhartmei@ deraadt@
2006-10-17grammar correction; from matthew clarkeJason McIntyre
2006-10-17fix typo in commentTodd T. Fries
ok jmc@
2006-10-17Allocate and free RX DMA ring. Mostly form rt2661.c with adaption for malo.Claudio Jeker
Seems to fit pretty well. Does not do anything useful right now. The bits in the interrupt handler and of course the TX ring are still missing. OK mglocker@
2006-10-17Kill unused code.Alexander Yurchenko
ok art@
2006-10-17'flags S/SA' not implicit if the rule is stateless.Ryan Thomas McBride