Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-05-10 | New USB card reader (in an MSI865 chassis). | Peter Galbavy | |
OnSpec also appears to have a new Vendor ID, from NetBSD. ok deraadt@ | |||
2004-05-10 | regen. This and previous: ok deraadt@ | Peter Galbavy | |
2004-05-10 | PCI IDs found on an MSI865 system; NEC Firewire and Intel dumb-modem | Peter Galbavy | |
2004-05-10 | Make the time getting frame buffer depth earlier. Without this | Kenji 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-10 | when adding a new group to /etc/groups, place it just before the first | Theo de Raadt | |
+ entry. assistance from tdeval and otto. this is the first half of pr 3727, brendan@cs.uchicago.edu | |||
2004-05-10 | When external power is not available, the tadpole video hardware gets | Miod 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-10 | strtonum conversion and better input checking of integer values; ok deraadt@ | Jason Ish | |
2004-05-10 | Select the Latin-1 8x16 font as the default 8x16 font, instead of the | Miod Vallat | |
IBM 8x16 one. ok deraadt@ | |||
2004-05-10 | pretty | Theo de Raadt | |
2004-05-10 | obliterate undef, ok miod | Jolan Luff | |
2004-05-10 | another | Jolan Luff | |
2004-05-10 | Make sure advskew set correctly in advertisement when configured to a value | Ryan Thomas McBride | |
greater than 240. From Frank Denis <j@pureftpd.org>, PR3774. | |||
2004-05-09 | does not need to link getmntopts.c itself | Theo de Raadt | |
2004-05-09 | delint | Theo de Raadt | |
2004-05-09 | delint | Theo de Raadt | |
2004-05-09 | spaces | Theo de Raadt | |
2004-05-09 | Add option ISP_COMPILE_1000_FW, as done in GENERIC; recommended by mjacob@. | Miod Vallat | |
2004-05-09 | Replace the event queue with a bit mask of slots needing attention, as | Miod Vallat | |
done in stp(4). | |||
2004-05-09 | fix 1000BaseT mediaopt example. Ok miod@ | Matthieu Herrb | |
2004-05-09 | Remove some #ifndef __OpenBSD__/#endif sections that were intended to | Kenneth 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-09 | route-to -> reply-to in one case where it was swapped, from | Daniel Hartmeier | |
Christopher Pascoe | |||
2004-05-09 | xfer ichpcib(4) | Alexander Yurchenko | |
2004-05-09 | Say that only sockets owned by processes can been seen. Based on diff | Otto Moerbeek | |
from jmc@, better wording from tedu@. ok hshoexer@ millert@ deraadt@ | |||
2004-05-09 | Document new behavior of $RANDOM. ok deraadt@ | Otto Moerbeek | |
2004-05-09 | Eliminate verbosity parameter to scsi_print_sense and the associated | Kenneth 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-09 | Add missing <cr>'s to various SC_DEBUG() calls, along with a few other | Kenneth R Westerback | |
SC_DEBUG() spacing tweaks. ok deraadt@ | |||
2004-05-09 | make man page example match reality | Bob Beck | |
ok deraadt@ | |||
2004-05-09 | knf | Theo de Raadt | |
2004-05-09 | de-lint | Theo de Raadt | |
2004-05-09 | pretty | Theo de Raadt | |
2004-05-09 | lint says toss unused variable away | Theo de Raadt | |
2004-05-09 | de-lint | Theo de Raadt | |
2004-05-09 | compress code | Theo de Raadt | |
2004-05-09 | spacing | Theo de Raadt | |
2004-05-09 | don't overwrite what we are trying to compute | Damien Miller | |
2004-05-09 | kill it here too | Damien Miller | |
2004-05-09 | kill some more tiny files; ok deraadt@ | Damien Miller | |
2004-05-09 | Don't dereference scrub pointer when it's NULL, fix PR 3775, from | Daniel Hartmeier | |
Marc Huber. ok deraadt@ | |||
2004-05-09 | zap another tiny header; ok deraadt@ | Damien Miller | |
2004-05-08 | sync | Theo de Raadt | |
2004-05-08 | some crappy usb mouse; lteo.openbsd1@mailnull.com | Theo de Raadt | |
2004-05-08 | Remove spurious initialization; drahn@ ok | Miod Vallat | |
2004-05-08 | Use arc4random() unless the user specifies a specific seed, in which | Todd 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-08 | In pmap_enu*(), be sure to splx() on low memory conditions. | Miod Vallat | |
2004-05-08 | Do not duplicate fragments from <machine/conf.h>. | Miod Vallat | |
2004-05-08 | add an example neighbor with manual keyed IPsec | Henning Brauer | |
2004-05-08 | off by one in key too long detection | Henning Brauer | |
2004-05-08 | fix redefinition detection with manual keyes ipsec | Henning Brauer | |
2004-05-08 | reference count bpf descriptors to protect against disappearing interfaces | Can Erkin Acar | |
while asleep in read. ok deraadt@ | |||
2004-05-08 | with manual keyed ipsec, we need keys and spis for both directions - | Henning Brauer | |
enforce that |