Age | Commit message (Expand) | Author |
2010-12-30 | hppa can do SMP now; ok miod | Theo de Raadt |
2010-12-30 | Start shipping bsd.mp for hppa; ok miod | Theo de Raadt |
2010-12-30 | If genassym fails, sort on the pipeline will indicate no error resulting | Theo de Raadt |
2010-12-30 | Regen. | Antoine Jacoutot |
2010-12-30 | Add the Novatel EU870D HSDPA modem found in (at least) Dell XT. | Antoine Jacoutot |
2010-12-30 | Since we save the interrupt mask in the trapframe when we get a trap, we | Mark Kettenis |
2010-12-30 | Prior to loading the FPU context onto the current CPU, check to see if the | Joel Sing |
2010-12-30 | Turn signotify() into a function that also calls cpu_unidle(). | Joel Sing |
2010-12-30 | Implement cpu_unidle() for MP kernels. | Joel Sing |
2010-12-30 | cut mfi over to using iopools. | David Gwynne |
2010-12-30 | * do not add timeouts if the driver is dying | Jacob Meuser |
2010-12-30 | * add a process reference counting variable to struct usbd_device | Jacob Meuser |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
2010-12-30 | backout previous. this is not a regular usb device driver, and thus | Jacob Meuser |
2010-12-30 | Only disable I/O and memory space and bus mastering if we're actually going | Mark Kettenis |
2010-12-30 | document how version work. | Marc Espie |
2010-12-29 | Support all four of the xterm mouse modes. Based on a diff from hsim at | Nicholas Marriott |
2010-12-29 | remove two unnecessary comments that snuck in with previous. | Thordur I. Bjornsson |
2010-12-29 | Allow the config file parser and source-file to return "don't exit" to | Nicholas Marriott |
2010-12-29 | knf | Theo de Raadt |
2010-12-29 | sync | Theo de Raadt |
2010-12-29 | Since there is only one random_state, we can access it directly without | Theo de Raadt |
2010-12-29 | arc4random_count is not used; other things inside rndstats do the accounting | Theo de Raadt |
2010-12-29 | the rnd_debug stuff was not useful | Theo de Raadt |
2010-12-29 | kill RND_ARND_OLD, and decrease RND_NODEV to account for it; ok djm | Theo de Raadt |
2010-12-29 | Remove the get_random_bytes() API. | Theo de Raadt |
2010-12-29 | Bus clock doesn't matter on the Xeon 3600/5600 and Xeon 6500/7500, so don't | Mark Kettenis |
2010-12-29 | the random ioctl stuff is not very useful. I want to see all the | Theo de Raadt |
2010-12-29 | After the recent changes, there is no need for an rc_conf function. | Antoine Jacoutot |
2010-12-29 | more stuff that uses print directly dies | Marc Espie |
2010-12-29 | Fix swapctl -A with DUIDs in /etc/fstab, and plug a small memory leak. | Stefan Sperling |
2010-12-29 | implement timeouts of scsi commands. | David Gwynne |
2010-12-29 | make mpii properly detach devices, which helps a lot if they have commands in... | David Gwynne |
2010-12-29 | Reorg by Kristaps: In libmdoc, replace the union of pointers to structs | Ingo Schwarze |
2010-12-28 | sync | Theo de Raadt |
2010-12-28 | - ensure ${DESTDIR}/usr/lib/pkgconfig/ as running make distrib-dirs is not | Jasper Lievisse Adriaanse |
2010-12-28 | Previous diff had a buglet, found the hard way by pea@ | Miod Vallat |
2010-12-28 | - add /usr/lib/pkgconfig/ to the paths to look for .pc files, and search | Jasper Lievisse Adriaanse |
2010-12-28 | - add /usr/lib/pkgconfig/ | Jasper Lievisse Adriaanse |
2010-12-28 | - generate and install pkg-config files for openssl, which more and more | Jasper Lievisse Adriaanse |
2010-12-28 | correct description of DIOCSETDEBUG; from Thomas Pfaff | Jason McIntyre |
2010-12-28 | a colon is not needed here; | Jason McIntyre |
2010-12-27 | Remove two #defines that are unused since the *_action.c removal; | Ingo Schwarze |
2010-12-27 | 1) Fix the pseudo-code explaining cross-filesystem moves. | Ingo Schwarze |
2010-12-27 | In case an ID attribute is written in pieces, only protect the first | Ingo Schwarze |
2010-12-27 | mktemp(3) (and thus mktemp(1)) no longer use the process ID when | Todd C. Miller |
2010-12-27 | Correct x86_atomic_*_ul() to operate on 64bit integers, eliminate | Philip Guenthe |
2010-12-27 | tweak previous; | Jason McIntyre |
2010-12-27 | Eliminate x86_multicast_ipi() as unused and broken (doesn't handle #cpu>32). | Philip Guenthe |
2010-12-27 | Do not issue a cache maintainance operation until the last one is not | Miod Vallat |