Age | Commit message (Expand) | Author |
2000-04-25 | Use CIRCLEQ_FOREACH | Constantine Sapuntzakis |
2000-04-25 | non-O_NOFOLLOW error introduced by accident, this is fragile code.. | Theo de Raadt |
2000-04-21 | see if there is any meaning under curproc before using &proc0 in vfs_syncwait... | Michael Shalayeff |
2000-04-21 | Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW; | Todd C. Miller |
2000-04-21 | do not declare and use a local variable which conflicts with a global | Theo de Raadt |
2000-04-20 | Add a function "ktrsettracevnode", that changes the ktrace vnode for a process | Artur Grabowski |
2000-04-20 | sync | Theo de Raadt |
2000-04-20 | system call hookup for p{read,write}{,v} | Theo de Raadt |
2000-04-20 | p{read,write}{,v} from csapuntz, partial NetBSD origin I think | Theo de Raadt |
2000-04-19 | Unbreak genio (how could I commit that garbage?). | Artur Grabowski |
2000-04-19 | When logging genio, check if we need to yield in the same way as in uiomove. | Artur Grabowski |
2000-04-19 | Remove the roundrobin_attempts hack and replace it with per-process scheduling | Artur Grabowski |
2000-04-19 | Don't abuse malloc to allocate small fixed-size structs that we can keep on t... | Artur Grabowski |
2000-04-19 | Change struct file interface methods read and write to pass file offset in | Constantine Sapuntzakis |
2000-04-18 | If the user does a huge I/O split the genio logging into smaller chunks | Artur Grabowski |
2000-04-15 | Fix sys_sync to actually sync all file systems. | Constantine Sapuntzakis |
2000-04-09 | range error; < cd_ndevs, not <= | Theo de Raadt |
2000-04-09 | Move a locking function that was spread throughout disk device drivers into | Constantine Sapuntzakis |
2000-04-09 | Added config_detach_children, config_activate_children. | Constantine Sapuntzakis |
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell |
2000-04-06 | Random cleanup. | Artur Grabowski |
2000-04-01 | fdup could fail when want for fdalloc > than the free fd in the block. | Niels Provos |
2000-03-23 | Iiieeek! This kludge was almost funny. | Artur Grabowski |
2000-03-23 | Don't reinitialize the tsleep and ITIMER_REAL timers all the time. | Artur Grabowski |
2000-03-23 | No need for our own declaration of lbolt. | Artur Grabowski |
2000-03-23 | Use the new timeout facilities for ITIMER_REAL. | Artur Grabowski |
2000-03-23 | use the new timeout interface for tsleep. | Artur Grabowski |
2000-03-23 | convert to new timeouts. | Artur Grabowski |
2000-03-23 | Update a comment to reflect reality. | Artur Grabowski |
2000-03-23 | Provide methods to check if a timeout was initalized and if it is scheduled. | Artur Grabowski |
2000-03-23 | Use new timeouts for pfslowtimo and pffasttimo. | Artur Grabowski |
2000-03-23 | Preserve the FIFO order of issued timeouts. | Artur Grabowski |
2000-03-23 | Adapt roundrobin and schedcpu to the new timeout API. | Artur Grabowski |
2000-03-23 | New API for timeouts. Replaces the old timeout()/untimeout() API and | Artur Grabowski |
2000-03-22 | some more machine_stack_grows_up | Michael Shalayeff |
2000-03-20 | bring proto into scope | Theo de Raadt |
2000-03-17 | ratecheck - function to help implement rate-limited actions (from NetBSD) | Jakob Schlyter |
2000-03-17 | Cryptographic services framework, and software "device driver". The | Angelos D. Keromytis |
2000-03-16 | Bring in some new UVM code from NetBSD (not current). | Artur Grabowski |
2000-03-15 | prevent overflow in a diagnostic check; art@ ok | Michael Shalayeff |
2000-03-13 | Get rid of leading NULs in /kern/msgbuf. If the msgbuf modified in between | Todd C. Miller |
2000-03-03 | If we attempted reschedule two times without suceeding, uiomove will yield, | Artur Grabowski |
2000-03-03 | Keep track of the number of times we trigger a reschedule before the | Artur Grabowski |
2000-03-03 | Use the LIST_FIRST macro to get the head of zombproc list. | Artur Grabowski |
2000-03-03 | Use LIST_ macros instead of internal field names to walk the allproc list. | Artur Grabowski |
2000-03-03 | Style. | Angelos D. Keromytis |
2000-03-03 | Remove extraneous newline. | Angelos D. Keromytis |
2000-03-02 | New function: m_getptr(), takes as argument an mbuf chain and an | Angelos D. Keromytis |
2000-03-02 | Add an option DDB_SAFE_CONSOLE that defaults db_console to 1. | Artur Grabowski |
2000-02-29 | more fix to ancillary data alignment. we need padding after | Jun-ichiro itojun Hagino |