Age | Commit message (Expand) | Author |
2001-11-27 | change socket allocation to pool allocator; from netbsd; okay niklas@ | Niels Provos |
2001-11-27 | fix an error in sosend() that could make a transient error permant. | Niels Provos |
2001-11-27 | change socket connection queues to use TAILQ_ | Niels Provos |
2001-11-27 | kill breada | Artur Grabowski |
2001-11-27 | regen for UBC changes | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-21 | Added vfs_isbusy. Useful for verifying that a mount point is locked | Constantine Sapuntzakis |
2001-11-15 | bio_doread doesn't need a cred anymore | Artur Grabowski |
2001-11-15 | Remove creds from struct buf, move the creds that nfs need into the nfs node. | Artur Grabowski |
2001-11-15 | Initialize list | Niklas Hallqvist |
2001-11-15 | remove statics | Niklas Hallqvist |
2001-11-15 | Don't zero v_bioflag when recycling a vnode in getnewvnode. | Artur Grabowski |
2001-11-15 | Make sure that stuff on the syncer worklist has VBIOONSYNCLIST set | Artur Grabowski |
2001-11-15 | New function vn_marktext - mark a vnode as executing a text image. | Artur Grabowski |
2001-11-14 | Better exit codes. ok mickey,millert,miod,deraadt | Hakan Olsson |
2001-11-14 | in poll, if fd is < 0, clear revents; bjy@mogua.org | Theo de Raadt |
2001-11-14 | Compat layer for 1k Vax aout, from NetBSD. | Hugh Graham |
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 |