Age | Commit message (Expand) | Author |
2010-07-15 | m_getptr(m, 0, ...) may return an mbuf different from m -- if m has no | Claudio Jeker |
2010-07-15 | limit the pools from 14 bits down. We cannot use PAGE_SIZE because it | Theo de Raadt |
2010-07-14 | Eliminate some unused malloc(9) type defines. Also get rid of the | Matthew Dempsky |
2010-07-14 | oops; Fred Crowson | Theo de Raadt |
2010-07-13 | dma_alloc() and dma_free(). This is a thin shim on top of a bag of | Theo de Raadt |
2010-07-10 | A process on the zombie list can have a NULL p_pgrp if it sleeps when | Philip Guenthe |
2010-07-09 | need sysctl.h to compile with GPROF; Luis Henriques | Theo de Raadt |
2010-07-08 | dont count requeued io as outstanding io. there is a 1:1 mapping | David Gwynne |
2010-07-08 | Devices which don't have read or write functionality should not return | Theo de Raadt |
2010-07-07 | minor whitespace tweaks and clean up extra ; | David Gwynne |
2010-07-05 | remove compat_bsdos support | Ted Unangst |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-07-03 | no need for syncdelay to be a time_t, make it it an int. unstatic variables | Thordur I. Bjornsson |
2010-07-03 | replace 0 with equivalent allocation flag. ok thib | Ted Unangst |
2010-07-03 | explicitly specify flags to malloc and pool_get instead of relying on 0. | Ted Unangst |
2010-07-02 | remove support for compat_sunos (and m68k4k). ok deraadt guenther | Ted Unangst |
2010-07-02 | Since fill_eproc() is no longer called from coredump(), it can be dropped | Philip Guenthe |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-07-02 | timeout_add -> timeout_add_msec | Bret Lambert |
2010-07-02 | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics | Bret Lambert |
2010-07-02 | add an align argument to uvm_km_kmemalloc_pla. | Artur Grabowski |
2010-07-02 | structure copy the unp_connid to the other socket | Theo de Raadt |
2010-07-01 | regen | Ted Unangst |
2010-07-01 | 3.5 compat is old, but relied upon by other compats still in tree. the | Ted Unangst |
2010-07-01 | Oops. Lost the < 0 check on file position I had in the circulated | Kenneth R Westerback |
2010-07-01 | Implement vs{,un}lock_device and use it for physio. | Artur Grabowski |
2010-07-01 | constrain malloc to only grab pages from dma reachable memory. | Thordur I. Bjornsson |
2010-07-01 | pool setconstraints must be called immediately after pool_init, otherwise | Bob Beck |
2010-07-01 | SO_PEERCRED should return ENOTCONN when the sockets are not connected | Theo de Raadt |
2010-07-01 | Return EINVAL if the file position is greater than LONG_MAX, since | Kenneth R Westerback |
2010-07-01 | another day, another compat gets removed. today is ibcs2's turn | Ted Unangst |
2010-07-01 | SO_PEERCRED should pass out the main pid, not the "pid" of the current | Theo de Raadt |
2010-07-01 | Call bufq_done at the top of biodone, so we don't call it on | Thordur I. Bjornsson |
2010-07-01 | Always identify threads with THREAD_PID_OFFSET, so that there's no | Philip Guenthe |
2010-07-01 | sync | Theo de Raadt |
2010-07-01 | compat_o43 and compat_23 are no longer options | Theo de Raadt |
2010-07-01 | compat_o43 and compat_23 can die | Theo de Raadt |
2010-06-30 | Disable/partially backout the bufq quiesce changes as this | Thordur I. Bjornsson |
2010-06-30 | This comment is unnecessarily confusing. | Artur Grabowski |
2010-06-30 | Silence the activation debug reporting. We are starting to get worried | Theo de Raadt |
2010-06-30 | style nit | Thordur I. Bjornsson |
2010-06-30 | remove compat_osf1 support from the kernel | Ted Unangst |
2010-06-30 | Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar to | Theo de Raadt |
2010-06-30 | Call msleep(9) with PNORELOCK rather than calling mtx_leave() | Matthew Dempsky |
2010-06-30 | Switch bufq FIFO disclipline from using TAILQs to SIMPLEQs. | Matthew Dempsky |
2010-06-30 | lots of SCARG simplification. ok matthew | Ted Unangst |
2010-06-30 | Move the plimit and pcred bits in fork1() into process_new() and make | Philip Guenthe |
2010-06-29 | Strip out ancient bits in struct user that were still used only by | Philip Guenthe |
2010-06-29 | Add a no_constraint uvm_constraint_range; use it in the pool code. | Thordur I. Bjornsson |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |