Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2008-06-26 | Fix sticky-address on rdr; With the current nat code, we always use the same | Ryan Thomas McBride | |
address in the NATed state key for translation regardless of direction. Report and testing by david@ | |||
2008-06-26 | Typo, CMD -> AMD | Brad Smith | |
2008-06-25 | Move .rodata 512KB further, since kernels will soon reach the address .rodata | Miod Vallat | |
is currently linked at. This should eventually be replaced with a proper alignment construct in the ld script, but it's too hot and too late to do this correctly and I need a kernel that links (containing stuff to reach a cvs tree near you reasonably soon). | |||
2008-06-25 | Support the Intel G35 which apparently works similarly to the 965. | Owain Ainsworth | |
Initial information, half the diff, and testing from Andrew Lutomirski, thanks! | |||
2008-06-25 | do not print scsi id, since scsibus does that now; ok krw | Theo de Raadt | |
2008-06-25 | use pools for the uio and iovec allocations in sr_crypto_getcryptop() | Thordur I. Bjornsson | |
instead of malloc; OK hshoexer@ and macro@ | |||
2008-06-25 | this diff changes the bootloader to skip the CHS sanity check if LBA | Reyk Floeter | |
(EDD) is found and OK. it will also fix chainloading into OpenBSD from grub in a few scenarios where grub doesn't report the CHS correctly but the LBA. and we don't need CHS if there is LBA. this has been in the snapshots for a while. with input from weingart@ ok deraadt@ | |||
2008-06-25 | auglx(4) is an audio(4) driver for the AC'97 audio codec found on | Marc Balmer | |
some AMD Geode LX systems with CS5536 companion chip. It works similar to auich(4) and auixp(4), but the hardware dependent parts are quite different. Tested with various PC-Engines ALIX boards (1B, 3C3) and a WebDT 186 board. feedback many, ok deraadt & jmc (documentation) | |||
2008-06-25 | allow to install and boot the OpenBSD A6 partition and disklabel in an | Reyk Floeter | |
extended DOS partition. the concept of extended partitions is very simple, it is just another mbr at the partition offset (well, the standard "EBR" is a linked list with a few limitations, but this diff works with both variants). this diff has been in the snapshots for a while. with input from weingart@ and krw@ ok deraadt@ | |||
2008-06-25 | Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX, | Todd C. Miller | |
and _SC_THREAD_SAFE_FUNCTIONS for sysconf(3). OK deraadt@ | |||
2008-06-25 | implement automatic time-based rekeying (every 10 minutes); ok deraadt@ | Damien Miller | |
2008-06-24 | Fixed a problem that would cause errors (especially when in low memory | Brad Smith | |
systems) because the RX chain was corrupted when an mbuf was mapped to an unexpected number of buffers. From davidch@FreeBSD | |||
2008-06-24 | On user/kernel shared page table machines, do not let processes map their | Theo de Raadt | |
own page 0, as discussed with miod (and many others previously, including art and toby). On sparc, make this __LDPGSZ because PAGE_SIZE is non-constant ok miod tedu | |||
2008-06-24 | Thinkpad -> ThinkPad | Igor Sobrado | |
2008-06-24 | regen | Brad Smith | |
2008-06-24 | - Rename the QuickCam Sphere AF to Orbit since the other Orbit MP | Brad Smith | |
entries also share the same id between Orbit MP and Sphere MP models. - Fix the naming of the second QuickCam Orbit MP entry. | |||
2008-06-23 | Don't bzero() the USB buffer before every xfer. This was just for debug | Marcus Glocker | |
purposes. | |||
2008-06-23 | amd64s bus_dma internals use a pointer to a lastaddr variable to keep | David Gwynne | |
track of where it was up to when building dmamaps. that lastaddr variable is not initialised every time you start to load a dmamap, so it was using random stack garbage as state when first writing the sg list. fortunately the way it was used meant it was extremely unlikely to cause a problem, but why allow even that possibility? this inits lastaddr to 0 in all the callers of load_buffer. ok miod@ | |||
2008-06-22 | Remove the QuickCam Pro 5000 from the quirks list now that there | Brad Smith | |
is a UVC driver. ok robert@ | |||
2008-06-22 | regen | Brad Smith | |
2008-06-22 | Add a few more QuickCam cams and touch up some of the existing entries. | Brad Smith | |
2008-06-22 | Update watchdog timer code from DragonFly. | Brad Smith | |
From sephe@DragonFly ok mglocker@ | |||
2008-06-22 | Like alpha, db_stack_dump() on mips and sh needs complete frame information | Miod Vallat | |
and can not work from a stack address only. Mention this and abort instead of printing a wrong trace. (prefer kern.splassert=3 to =2 on these platforms) | |||
2008-06-22 | If no frame gets queue for a certain time, return EINVAL to the userland | Marcus Glocker | |
application which will cause it to exit instead let it stuck forever. | |||
2008-06-22 | correct function names on some debug and panics. | Federico G. Schwindt | |
2008-06-22 | Replace MUSTEK_RETRIES, SCANJET_RETRIES and ST_RETRIES with SCSI_RETRIES, | Kenneth R Westerback | |
all defined to 4. Replace some magic number 4's with SCSI_RETRIES. Fix a few lines that were now too long. | |||
2008-06-22 | remove MALLOC and FREE macros, as they are no more used in the tree. | Charles Longeau | |
tested on non i386/amd64 archs by miod. ok miod@ | |||
2008-06-22 | One last forgotten FREE(). | Miod Vallat | |
2008-06-22 | Revert 1.203; it's not safe to blindly walk the tailq instead of the rbtree | Ryan Thomas McBride | |
for picking states to unlink as the tailq may contain unlinked states. | |||
2008-06-21 | print vendor and product in hexa on debug. | Federico G. Schwindt | |
2008-06-21 | print the correct function name. | Federico G. Schwindt | |
2008-06-21 | Oops. Forgot to actually change the retries in scsi_size() to SCSI_RETRIES. | Kenneth R Westerback | |
2008-06-21 | regen | Brad Smith | |
2008-06-21 | add Marvell Yukon PCI id for the 88E8040T chipset. | Brad Smith | |
From Linux sky2/Marvell sk98lin drivers. | |||
2008-06-21 | fgsch@ points out my last commit changed the retry limit for CD capacity | Kenneth R Westerback | |
commands. Bump limit back to the standard 4, and at the same time eliminate SDRETRIES and CDRETRIES (both defined to 4) in favour of a new define, SCSI_RETRIES, also defined to 4. | |||
2008-06-21 | Eliminate cd_size() and use scsi_size() + tweaked cd_get_params() | Kenneth R Westerback | |
instead. We do not make use of the PMI and RELADDR bits in the READ CAPACITY command, and thus there is no difference between cd and sd capacity handling. Brings cd and sd more into line, shrinks code and makes things easier to understand. Make types for blocksize and disksize consistant and MI. Make cdopen() as silent as sdopen(). ok marco@ | |||
2008-06-21 | fix probable cut and paste error when for the virtual QH link. | Federico G. Schwindt | |
from netbsd via dragonfly. pointed by theo. ok by many. | |||
2008-06-21 | Only do state key linking on the outbound path. | Ryan Thomas McBride | |
Fixes stateful filtering on enc0. Problem report, testing, and ok david@ | |||
2008-06-20 | Another uchcom product found in the Linux driver. | Jonathan Gray | |
2008-06-20 | regen | Jonathan Gray | |
2008-06-20 | Another uchcom product found in the Linux driver. | Jonathan Gray | |
2008-06-20 | Re-enable amdmsr(4) now that it properly checks for AMD Geode LX CPU and | Marc Balmer | |
the presence of the graphics processor. ok deraadt | |||
2008-06-19 | comment out the com4 because -- even when disabled -- it shuffles all the | Theo de Raadt | |
other com port numbers and is really really hard to diagnose. spotted by sthen | |||
2008-06-19 | Add OpenBSD CVS marker, proper type for probe function. | Marc Balmer | |
2008-06-19 | the 82598AT variant of ix(4) is 10GbaseT, change media type from AUTO. | Reyk Floeter | |
2008-06-19 | add 10GbaseT media type, 10 Gigabit Ethernet over CAT 6 unshielded or | Reyk Floeter | |
shielded twisted pair cables. this is an upcoming standard. ok brad@ | |||
2008-06-19 | Sync USB ids. Although the Pro 5000 should be removed as it is | Brad Smith | |
a UVC compliant webcam. | |||
2008-06-19 | add ix(4) to GENERIC, enable it on i386. | Reyk Floeter | |
ok deraadt@ | |||
2008-06-19 | regen | Brad Smith | |