Age | Commit message (Expand) | Author |
2001-11-12 | Remove unnecessary check for NULL vnode in reassignbuf. | Artur Grabowski |
2001-11-12 | Bring in more changes from NetBSD. Mostly pagedaemon improvements. | Artur Grabowski |
2001-11-11 | Let ltsleep take a const wmesg. | Artur Grabowski |
2001-11-10 | Move maxdmap and maxsmap to kern_resource.c | Artur Grabowski |
2001-11-10 | Merge in some parts of the ubc work that has been done in NetBSD that are not | Artur Grabowski |
2001-11-09 | Use bufpool, not malloc. | Artur Grabowski |
2001-11-09 | Create bufpool - a pool of struct bufs. | Artur Grabowski |
2001-11-07 | new flag to lockmgr. LK_RECURSEFAIL - even if the lock can recurse fail. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-11-06 | More sync to NetBSD. | Artur Grabowski |
2001-11-05 | let finishdup take the proc as arguemnt instead of the filedesc. | Artur Grabowski |
2001-11-02 | Move the accounting disk space watcher into a kernel thread. | Artur Grabowski |
2001-10-28 | we try to test things before commit, art | Theo de Raadt |
2001-10-28 | Sprinkle some assertions in the buffer code. | Artur Grabowski |
2001-10-27 | Every file must have a license blob, even if the blob is larger than the file. | Artur Grabowski |
2001-10-26 | - every new fd created by falloc() is marked as larval and should not be used | Artur Grabowski |
2001-10-26 | - split fdalloc into two functions. fdalloc now returns ENOSPC if it | Artur Grabowski |
2001-10-14 | Disable fd sharing for this release. Sorry. | Artur Grabowski |
2001-10-11 | Fix flawed logic when deciding if we should sleep when | Artur Grabowski |
2001-10-11 | Count pages not buffers. This fixes deadlock condition which mainly | Grigoriy Orlov |
2001-10-07 | Clean up fdrelease. | Artur Grabowski |
2001-10-07 | gc UF_MAPPED. | Artur Grabowski |
2001-10-07 | Setting the VTIME to a value larger than 214 lead to an integer overflow | Artur Grabowski |
2001-10-02 | Bounds check index into routing table. Thanks to Ken Ashcraft of Stanford | Constantine Sapuntzakis |
2001-10-01 | Avoid panic when unconfiguring raid device which was autoconfigured and | Grigoriy Orlov |
2001-09-29 | Avoid panic at time of raid autoconfiguration. Raid kernel thread starts | Grigoriy Orlov |
2001-09-29 | Move signal initialization before dostartuphooks to avoid panic at | Grigoriy Orlov |
2001-09-28 | Random cleanup (I don't like Ms in my tree). | Artur Grabowski |
2001-09-28 | QBITS is always defined, no point in having all those cofusing ifdefs. | Artur Grabowski |
2001-09-28 | Redundant prototypes. | Artur Grabowski |
2001-09-28 | sysctl() support for getting the SYSV *info structs and the associated | Todd C. Miller |
2001-09-26 | At sonewconn() time, copy so_siguid & so_sigeuid to the newly created socket. | Theo de Raadt |
2001-09-21 | execsigs() could modify the wrong sigacts; based on David.Arana@eng.sun.com s... | Theo de Raadt |
2001-09-20 | cosmetic. | Artur Grabowski |
2001-09-20 | occured->occurred | Mike Pechkin |
2001-09-20 | Get rid of B_VFLUSH. Tested by costa and me. | Grigoriy Orlov |
2001-09-19 | Get rid of B_VFLUSH. Not relevant after the end of the AGE queue. | Constantine Sapuntzakis |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-19 | No need for this complicated (and bug-prone) method for waking up the flusher. | Artur Grabowski |
2001-09-19 | Unify elf32 and elf64 code with macros. This forced a renaming | Artur Grabowski |
2001-09-17 | Don't treated return length of recvfrom() as a size_t... it's a socklen_t. | Jason Wright |
2001-09-17 | The first implementation of the buffer flushing daemon. It solves our | Grigoriy Orlov |
2001-09-17 | Allocate the profiling buffer from kernel_map, not with malloc. | Artur Grabowski |
2001-09-16 | Feature-sync with NetBSD (add the "config" keyword). | Miod Vallat |
2001-09-16 | Add some missing lengths checks when passing data from userland to | Todd C. Miller |
2001-09-13 | Remove a comment that just doesn't make any sense. | Artur Grabowski |
2001-09-13 | Change nsops to u_int to match prototype as discussed with millert@. | Federico G. Schwindt |
2001-09-13 | In sys_semop(), change local nsops to size_t to avoid ending with a | Federico G. Schwindt |