Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-12 | Radeon HD3200 works; from kili@. | Owain Ainsworth | |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst | |
a process instead of using curproc. ok deraadt | |||
2010-04-12 | dont need to call scsi_done with splbio. the midlayer protects | David Gwynne | |
itself now, its not the adapters responsibility anymore. | |||
2010-04-12 | i snuck fine grained locking into the midlayer as part of all the | David Gwynne | |
other stuff ive been doing in here. everything that needs protection inside the midlayer and the scsi device drivers (sd, cd, etc) uses mutexes now. this pushes splbio out of the midlayer. splbio is only taken before biodone is called now. ok beck@ marco@ krw@ deraadt@. theyre all terrified, but they all say if we're going to do then now is the right stage of the dev cycle. | |||
2010-04-12 | New functions: bump the minor | Philip Guenthe | |
2010-04-12 | Add pthread_rwlock_timed{rd,wr}lock(). | Philip Guenthe | |
Avoid missed wakeups in pthread_rwlock_{rd,wr}lock() by linking the spinlocks. ok tedu@ | |||
2010-04-12 | Add support for pthread_rwlock_timed locks. | Ted Unangst | |
from brad. ok kurt, who's too busy to commit | |||
2010-04-12 | remove pkcs5 implementation here and use the one from bioctl. no libcrypto | Ted Unangst | |
dependency. and some other tweaks. from mikeb. ok djm | |||
2010-04-12 | a little more tidying and excess word reduction. ok jmc | Ted Unangst | |
2010-04-12 | clarify that strptime reads, not writes, strings when handling %%. | Ted Unangst | |
ok deraadt jmc | |||
2010-04-11 | Increase limit on the length of "user" in user@domain.com to a value | Jacek Masiulaniec | |
higher than specified in rfc. Too many mailers don't conform to it, and it is harmless as far as I can see. From Tim van der Molen <tbvdm@xs4all.nl> OK gilles@ | |||
2010-04-11 | sync | Theo de Raadt | |
2010-04-11 | Fix typo in line ending; from Antti Harri | Todd C. Miller | |
2010-04-11 | use .Pp to split up this huge text chunk; | Jason McIntyre | |
2010-04-11 | fix a hack that only worked with old groff; | Jason McIntyre | |
2010-04-11 | make the options blurb consistent; | Jason McIntyre | |
2010-04-11 | In sys_ioctl(), change the type of stkbuf to u_long to make sure it is | Mark Kettenis | |
properly aligned. Otherwise we lose on strict alignment architectures if the compiler happens to give it a smaller alignment. Fixes another gcc4 problem on sparc64. ok miod@ | |||
2010-04-11 | reduce redundant text in several sections. ok jmc | Ted Unangst | |
2010-04-11 | Send "STANDBY IMMEDIATE" command to ATA disks upon suspend. For this to work, | Mark Kettenis | |
pciide(4) needs to formward DVACT_SUSPEND and DVACT_RESUME events to its children, so do that. Gets rid of the nasty "click" sound from the disk on many laptops. ok marco@, jsg@ | |||
2010-04-11 | audio(4) doesn't require to be started explicitely, so the device is | Alexandre Ratchov | |
started immediately after it's opened in record only mode. Pause it in sio_open() and sio_stop(), since libsndio requires an explicit call to sio_start(). discussed with jakemsr | |||
2010-04-11 | there is no mpls(4) man page; | Jason McIntyre | |
2010-04-11 | an mpe interface, not "a"; | Jason McIntyre | |
2010-04-11 | Make gcc4 happy. From NetBSD. Probably reported to me before by jsg@ or | Mark Kettenis | |
robert@. | |||
2010-04-10 | fix athn_stop_tx_dma | Damien Bergamini | |
2010-04-10 | grrr var names in protos | Marco Peereboom | |
2010-04-10 | sprinkle some bus_dmamap_sync around frame access. | Marco Peereboom | |
prompted by oga | |||
2010-04-10 | Fix bug in GMT calculation for systems without tm_gmtoff. | Todd C. Miller | |
From Javier Fernandez-Sanguino Pena | |||
2010-04-10 | Remove a bunch of if 0ed out code that used vtophys. it hasn't been used | Owain Ainsworth | |
by now, probably won't be in the future. ok krw. "Correctski" from miod@ after I put back another chunk he wanted to remain. | |||
2010-04-10 | Make this compile with gcc4. Cleanup some debug code while I'm there. | Mark Kettenis | |
2010-04-10 | Add radeon 4850; from Sviatoslav Chagaev (slava at zb dot lv), ta. | Owain Ainsworth | |
2010-04-10 | pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead of | Owain Ainsworth | |
doing if (p != NULL) pmap_extract() else vtophys() in a loop, just do pmap_extract unconditionally. ok miod@ (he found a typo, all hail miod!) | |||
2010-04-10 | The statement c != '\0' != 0 doesn't make an awful lot of sense, so drop the | Mark Kettenis | |
!= 0 bit. Makes GCC 4.2.1 happy. | |||
2010-04-10 | some frees that were forgotten | Marco Peereboom | |
2010-04-10 | finding dep in old names like this actually means we are replacing with | Marc Espie | |
stuff that won't match, so mark it for later. | |||
2010-04-10 | always do a full reset when changing the channel on AR5008 devices, | Damien Bergamini | |
until i figure out why TX sometimes gets stucked. a full reset was already necessary on AR9280 devices, so there is no change for these devices. | |||
2010-04-10 | avoid some loops. | Marc Espie | |
2010-04-10 | work around a limitation of tracker/updateset: hints are tagged as to_update. | Marc Espie | |
So if we replace an existing package, we may end up merging with ourselves because of the initial hint. Make sure we create an older handle even in that case. | |||
2010-04-10 | Intel Centrino Advanced-N 6200 G2 adapters have their own hardware | Damien Bergamini | |
revision type. | |||
2010-04-10 | regen | Damien Bergamini | |
2010-04-10 | new Intel Centrino Advanced-N 6200 G2 id | Damien Bergamini | |
2010-04-10 | - tweak | Jasper Lievisse Adriaanse | |
ok jmc@ | |||
2010-04-10 | enable debug mode for >=RT3090 | Damien Bergamini | |
add a wait flag to rt2860_mcu_cmd to wait for command completion more RT3090 RF initialization code | |||
2010-04-10 | fix NULL dereference; from matthew.haub AT alumni.adelaide.edu.au | Damien Miller | |
2010-04-10 | show the key type that we are offering in debug(), helps distinguish | Damien Miller | |
between certs and plain keys as the path to the private key is usually the same. | |||
2010-04-10 | bz#1698: kill channel when pty allocation requests fail. Fixed | Damien Miller | |
stuck client if the server refuses pty allocation. ok dtucker@ "think so" markus@ | |||
2010-04-10 | fix terminology: we didn't find a certificate in known_hosts, we found | Damien Miller | |
a CA key | |||
2010-04-10 | bz#1746 - suppress spurious tty warning when using -O and stdin | Damien Miller | |
is not a tty; ok dtucker@ markus@ | |||
2010-04-09 | make more bettah. instead of doing: | Owain Ainsworth | |
switch(type) { case VREG: /*something */ break; case VLNK: /* something */ break; default: panic("wtf?"); } do_something_that_doesn't_change_type(); switch(type) { case VREG: /* nowt */ break; case VLNK: n = 0; break; default: panic("wtf?"); } be a bit less silly and replace the second switch with: if (type == VLNK) n = 0; ok beck@, blambert@ | |||
2010-04-09 | In the nfs bio functions, instead of looking at an invalid vnode type, | Owain Ainsworth | |
deciding to do nothing, printing about it and continuing along our merry way without even erroring the sodding buffer, just panic. by this point we are liked very fucked up anyway. found in either edmonton or stockholm then forgotten. ok beck@, blambert@ | |||
2010-04-09 | Attach to BCM5481, BCM5482. From Brad. | Stuart Henderson | |