Age | Commit message (Expand) | Author |
2007-11-25 | convert crypto thread to workq. add WQ_DIRECTOK flag to workq. | Ted Unangst |
2007-11-23 | Since the devices that we detach may have children we cannot rely on the | Mark Kettenis |
2007-11-19 | Don't overwrite a core file owned by a different user. Makes the code | Todd C. Miller |
2007-11-16 | er, the newline is wrong. dissapointing. | Theo de Raadt |
2007-11-15 | newline before syncing disks is way prettier | Theo de Raadt |
2007-11-09 | Make disklabel aware of NTFS. | Joel Sing |
2007-11-03 | Fix LKM support for amd64. | Mike Belopuhov |
2007-10-29 | For fd passing, at externalize time we are dealing with int[] not pointer[], | Theo de Raadt |
2007-10-29 | MALLOC/FREE -> malloc/free | Charles Longeau |
2007-10-29 | get rid of the unused cond_predicate_t typedef. | David Gwynne |
2007-10-21 | This QUEUE_DEBUG should really be DIAGNOSTIC - we need these checks | Bob Beck |
2007-10-18 | Correct possible spl problem in buffer cleaning daemon - the buffer cleaning | Bob Beck |
2007-10-16 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-10-14 | remove tests for EIDRM and ENOMSG existence now that they're in the tree. | Federico G. Schwindt |
2007-10-11 | sched_lock_idle and sched_unlock_idle are obsolete now. | Artur Grabowski |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-08 | Introduce %z for printf(9), like %z for printf(3). Used to print | Ray Lai |
2007-09-26 | provide m_inithdr(), which takes an mbuf and gives an initialized M_PKTHDR | Henning Brauer |
2007-09-19 | instead of relying on mbuf.h to include pool.h and declare | Bret Lambert |
2007-09-15 | Allow to pull out an usb stick with ffs filesystem while mounted | Alexander Bluhm |
2007-09-15 | replace ctob and btoc with ptoa and atop respectively | Martin Reindl |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-08 | Sync description of lookup() a bit more to reality. | Hans-Joerg Hoexer |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-09-07 | Add the long requested M_ZERO flag to malloc(9). | Artur Grabowski |
2007-09-03 | unsupported ioctl's should be returned with ENOTTY | Thordur I. Bjornsson |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-09-01 | Remove support for ddb-only %r, %z, and the ddb-specific handling of %n from | Miod Vallat |
2007-08-30 | Fix lock ordering problems when updating mount points, in some | Thordur I. Bjornsson |
2007-08-16 | I don't really know what I was thinking when I wrote this. Not only does the | Artur Grabowski |
2007-08-09 | be more consistent in memcpy usage; no md5 change in .o; ok deraadt@ | Constantine A. Murenin |
2007-08-07 | Correctly deal with EOF on pipe wrt kqueue. Based on a fix present | Todd C. Miller |
2007-08-07 | fix the "double-path" errors seen with getcwd by saving the orignal | Thordur I. Bjornsson |
2007-08-07 | A few changes to deal with multi-user performance issues seen. this | Bob Beck |
2007-08-06 | Fix error path in sys_fhopen() if VOP_ADVLOCK fails. Spotted by aaron@ | Todd C. Miller |
2007-08-05 | Move some printf's about disklabel disksize and RAW_PART size/offset | Kenneth R Westerback |
2007-08-05 | Use d_partitions[DISKPART(dev)] rather that d_partitions + | Kenneth R Westerback |
2007-08-04 | Allow ddb>ps to print the full name of the wait state. Things like | Chris Kuethe |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-07-20 | Remove the MFREE() macro and replace it with a call to m_free(). | Claudio Jeker |
2007-07-09 | Do not allow clustering read for filesystems which block size is smaller | Miod Vallat |
2007-07-03 | fix a memory leak that was introduced in r1.20 on 2007-06-24T05Z; ok dlg | Constantine A. Murenin |
2007-06-25 | use daddr64_t for size in bounds_check_with_label(); prompted by miod@; | Otto Moerbeek |
2007-06-24 | rework sensor tasks to use the kernels generic workq rather than a special | David Gwynne |
2007-06-21 | english, okay jmc@ | Pedro Martelletto |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-18 | ansify/de-register. | Jasper Lievisse Adriaanse |
2007-06-17 | de-register | Jasper Lievisse Adriaanse |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-14 | Forgotten hackton diff: bounds check for seek on special devices | Otto Moerbeek |