Age | Commit message (Expand) | Author |
2009-01-23 | Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providing | Michael Knudsen |
2009-01-23 | Make write_user_windows() do what the name suggests: flush user windows instead | Mark Kettenis |
2009-01-23 | catch SIGHUP and SIGTERM too, to ensure that recorded files are | Alexandre Ratchov |
2009-01-23 | spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com> | Alexandre Ratchov |
2009-01-23 | prefer CTR modes and revised arcfour (i.e w/ discard) modes to CBC | Damien Miller |
2009-01-22 | Make bus_mem_add_mapping() return ENOMEM if we fail to allocate kva instead | Mark Kettenis |
2009-01-22 | Make re(4) at pci(4) detachable. | Mark Kettenis |
2009-01-22 | After the NFS server had sent a reply of size readsize or readdirsize, | Alexander Bluhm |
2009-01-22 | document regexp support | Marc Espie |
2009-01-22 | use the same spacing style as in /etc/ftpchroot and /etc/ftpusers; | Igor Sobrado |
2009-01-22 | write ftpd(8) in a more appropriate way. | Igor Sobrado |
2009-01-22 | The variable nfs_reqq was protected by splsoftnet() only in 3 out | Alexander Bluhm |
2009-01-22 | Add support for Moxa CP-104JU, 4xrs232 | Jonathan Gray |
2009-01-22 | regen | Jonathan Gray |
2009-01-22 | Moxa CP-104JU another puc from | Jonathan Gray |
2009-01-22 | another chunk of a2port() diff that got away. wtfdjm?? | Damien Miller |
2009-01-22 | make a2port() return -1 when it encounters an invalid port number | Damien Miller |
2009-01-22 | oops! I committed the wrong version of the Channel->path diff, | Damien Miller |
2009-01-22 | make Channel->path an allocated string, saving a few bytes here and | Damien Miller |
2009-01-22 | Call checkdisklabel() for labels built from native info. This will | Kenneth R Westerback |
2009-01-21 | sort | Miod Vallat |
2009-01-21 | fix bugs section: clarify that sio_start() and sio_stop() should | Alexandre Ratchov |
2009-01-21 | sort; | Jason McIntyre |
2009-01-21 | _PATH_DRUM is no more. | Miod Vallat |
2009-01-21 | explain what ``frame'' does mean | Alexandre Ratchov |
2009-01-21 | Do not mention /dev/drum anymore, since we won't use it. With tweaks from | Miod Vallat |
2009-01-21 | All operation on live kernels uses sysctl interface, there is no reason to | Miod Vallat |
2009-01-21 | Replace timeout_add(msecs * hz / 1000) with timeout_add_msec(msecs). | Alexander Yurchenko |
2009-01-21 | make declarations "C" to allow c++ code to compile | Alexandre Ratchov |
2009-01-21 | Pass the new pointer to sysctl_clockrate(), so that trying to change the | Miod Vallat |
2009-01-21 | timer_nextduein returned crap. fix it. so obvious... how could that happen. | Henning Brauer |
2009-01-21 | It turns out that Sun USB keyboards really follow the HID specification for | Miod Vallat |
2009-01-21 | Add XVR-600 and XVR-1200 to the models list. | Miod Vallat |
2009-01-21 | Extend the acceleration code to handle jfb (XVR-600, XVR-1200) models, the | Miod Vallat |
2009-01-21 | paragraphs and sentences start with uppercase letters; synchronize | Igor Sobrado |
2009-01-21 | fix the synopsis for chown(8) | Igor Sobrado |
2009-01-21 | Update to tzdata2009a from elsie.nci.nih.gov. | Todd C. Miller |
2009-01-21 | - add Lenovo X300 webcam to the list of working models | Antoine Jacoutot |
2009-01-21 | - integrated webcam in the lenovo ideapad s10e works. | Jasper Lievisse Adriaanse |
2009-01-21 | temporary quick fix to an issue that needs more thinking; ok gilles@ | Jacek Masiulaniec |
2009-01-20 | sync | Todd T. Fries |
2009-01-20 | add softraid | Todd T. Fries |
2009-01-20 | Let this compile on landisk (and other configs) by wrapping the nfs | Thordur I. Bjornsson |
2009-01-20 | Prevent unaligned access. | Mark Kettenis |
2009-01-20 | I can't figure out why flushing all user windows before writing out windows | Mark Kettenis |
2009-01-20 | Add workaround for broken ATI southbridges; inspired by how Linux handles this. | Mark Kettenis |
2009-01-20 | Install ACPI S3 resume trampoline code in a lowmem page. First part | Mike Larkin |
2009-01-20 | Variables were never used, never implemented. | Ariane van der Steldt |
2009-01-20 | Change the ``buf'' parameter of sdla_{peek,poke}_by_4() | Alexander Yurchenko |
2009-01-20 | Don't use (type *)var as an lvalue, it's incorrect. No functional changes. | Alexander Yurchenko |