Age | Commit message (Expand) | Author |
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 |
2000-02-28 | Optimized fdalloc as in Banga and Mogul paper: | Niels Provos |
2000-02-22 | enlarge msgbuf, somewhat line netbsd did | Theo de Raadt |
2000-02-21 | dead code and symbol pollution. | Artur Grabowski |
2000-02-18 | fix alignment problem in ancillary data (alpha). | Jun-ichiro itojun Hagino |
2000-02-15 | Add another argument to extent_alloc_subregion to allow specifing an offset | Artur Grabowski |
2000-02-07 | regen (with correct reference from syscalls.master) | assar |
2000-02-07 | (sys_getfh): moved here from nfs_syscalls.c | assar |
2000-02-07 | at least make it compile with LFS defined | assar |
2000-02-07 | regenerated | assar |
2000-02-07 | always include sys_getfh. add fhopen, fhstat, and fhstatfs | assar |
2000-02-04 | Fix misleading comment. | Angelos D. Keromytis |
2000-02-01 | remove superflous declaration of vnops, it's now in <sys/file.h> | assar |
2000-01-31 | re-add fixed vfork code from art | Theo de Raadt |
2000-01-31 | undo vfork changes, since non-UVM was not considered | Theo de Raadt |
2000-01-28 | Change fork1() from taking forktype and rforkflags, into a single flags | Artur Grabowski |
2000-01-27 | No need to include sys/vmmeter.h | Artur Grabowski |