summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-10New USB card reader (in an MSI865 chassis).Peter Galbavy
OnSpec also appears to have a new Vendor ID, from NetBSD. ok deraadt@
2004-05-10regen. This and previous: ok deraadt@Peter Galbavy
2004-05-10PCI IDs found on an MSI865 system; NEC Firewire and Intel dumb-modemPeter Galbavy
2004-05-10Make the time getting frame buffer depth earlier. Without thisKenji Aoyama
modification, bitmap console depth is always 4, because consinit() is called before cpu_startup(). And use frame buffer depth bits(1,4,8) rather than mask value(0x01, 0x0f, 0xff), same as the value in ROM work area. ok miod@
2004-05-10when adding a new group to /etc/groups, place it just before the firstTheo de Raadt
+ entry. assistance from tdeval and otto. this is the first half of pr 3727, brendan@cs.uchicago.edu
2004-05-10When external power is not available, the tadpole video hardware getsMiod Vallat
stuck in a weird mode, where not all acceleration functions are available, and I could not figure out how to reset the chip strongly enough to leave this mode. Try to compensate by checking whether the external power has been removed, when we set up the accelerated rasops (this will not cope with power being removed after bootup, yet).
2004-05-10strtonum conversion and better input checking of integer values; ok deraadt@Jason Ish
2004-05-10Select the Latin-1 8x16 font as the default 8x16 font, instead of theMiod Vallat
IBM 8x16 one. ok deraadt@
2004-05-10prettyTheo de Raadt
2004-05-10obliterate undef, ok miodJolan Luff
2004-05-10anotherJolan Luff
2004-05-10Make sure advskew set correctly in advertisement when configured to a valueRyan Thomas McBride
greater than 240. From Frank Denis <j@pureftpd.org>, PR3774.
2004-05-09does not need to link getmntopts.c itselfTheo de Raadt
2004-05-09delintTheo de Raadt
2004-05-09delintTheo de Raadt
2004-05-09spacesTheo de Raadt
2004-05-09Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@.Miod Vallat
2004-05-09Replace the event queue with a bit mask of slots needing attention, asMiod Vallat
done in stp(4).
2004-05-09fix 1000BaseT mediaopt example. Ok miod@Matthieu Herrb
2004-05-09Remove some #ifndef __OpenBSD__/#endif sections that were intended toKenneth R Westerback
make sync'ing with NetBSD easier. NetBSD has moved on, most of these sections have not. ok marco@ deraadt@ grange@ csapuntz@
2004-05-09route-to -> reply-to in one case where it was swapped, fromDaniel Hartmeier
Christopher Pascoe
2004-05-09xfer ichpcib(4)Alexander Yurchenko
2004-05-09Say that only sockets owned by processes can been seen. Based on diffOtto Moerbeek
from jmc@, better wording from tedu@. ok hshoexer@ millert@ deraadt@
2004-05-09Document new behavior of $RANDOM. ok deraadt@Otto Moerbeek
2004-05-09Eliminate verbosity parameter to scsi_print_sense and the associatedKenneth R Westerback
chunk of code. It was never executed unless you were debugging a mvmex8k 'vs' device. ok miod@ (mvmex8k bits) marco@ deraadt@
2004-05-09Add missing <cr>'s to various SC_DEBUG() calls, along with a few otherKenneth R Westerback
SC_DEBUG() spacing tweaks. ok deraadt@
2004-05-09make man page example match realityBob Beck
ok deraadt@
2004-05-09knfTheo de Raadt
2004-05-09de-lintTheo de Raadt
2004-05-09prettyTheo de Raadt
2004-05-09lint says toss unused variable awayTheo de Raadt
2004-05-09de-lintTheo de Raadt
2004-05-09compress codeTheo de Raadt
2004-05-09spacingTheo de Raadt
2004-05-09don't overwrite what we are trying to computeDamien Miller
2004-05-09kill it here tooDamien Miller
2004-05-09kill some more tiny files; ok deraadt@Damien Miller
2004-05-09Don't dereference scrub pointer when it's NULL, fix PR 3775, fromDaniel Hartmeier
Marc Huber. ok deraadt@
2004-05-09zap another tiny header; ok deraadt@Damien Miller
2004-05-08syncTheo de Raadt
2004-05-08some crappy usb mouse; lteo.openbsd1@mailnull.comTheo de Raadt
2004-05-08Remove spurious initialization; drahn@ okMiod Vallat
2004-05-08Use arc4random() unless the user specifies a specific seed, in whichTodd C. Miller
case, call srandom() and use random(). Avoid using rand() because it does not produce good random numbers. Based on a diff from deraadt@
2004-05-08In pmap_enu*(), be sure to splx() on low memory conditions.Miod Vallat
2004-05-08Do not duplicate fragments from <machine/conf.h>.Miod Vallat
2004-05-08add an example neighbor with manual keyed IPsecHenning Brauer
2004-05-08off by one in key too long detectionHenning Brauer
2004-05-08fix redefinition detection with manual keyes ipsecHenning Brauer
2004-05-08reference count bpf descriptors to protect against disappearing interfacesCan Erkin Acar
while asleep in read. ok deraadt@
2004-05-08with manual keyed ipsec, we need keys and spis for both directions -Henning Brauer
enforce that