summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
2000-04-09range error; < cd_ndevs, not <=Theo de Raadt
2000-04-09Move a locking function that was spread throughout disk device drivers intoConstantine Sapuntzakis
2000-04-09Added config_detach_children, config_activate_children.Constantine Sapuntzakis
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
2000-04-06Random cleanup.Artur Grabowski
2000-04-01fdup could fail when want for fdalloc > than the free fd in the block.Niels Provos
2000-03-23Iiieeek! This kludge was almost funny.Artur Grabowski
2000-03-23Don't reinitialize the tsleep and ITIMER_REAL timers all the time.Artur Grabowski
2000-03-23No need for our own declaration of lbolt.Artur Grabowski
2000-03-23Use the new timeout facilities for ITIMER_REAL.Artur Grabowski
2000-03-23use the new timeout interface for tsleep.Artur Grabowski
2000-03-23convert to new timeouts.Artur Grabowski
2000-03-23Update a comment to reflect reality.Artur Grabowski
2000-03-23Provide methods to check if a timeout was initalized and if it is scheduled.Artur Grabowski
2000-03-23Use new timeouts for pfslowtimo and pffasttimo.Artur Grabowski
2000-03-23Preserve the FIFO order of issued timeouts.Artur Grabowski
2000-03-23Adapt roundrobin and schedcpu to the new timeout API.Artur Grabowski
2000-03-23New API for timeouts. Replaces the old timeout()/untimeout() API andArtur Grabowski
2000-03-22some more machine_stack_grows_upMichael Shalayeff
2000-03-20bring proto into scopeTheo de Raadt
2000-03-17ratecheck - function to help implement rate-limited actions (from NetBSD)Jakob Schlyter
2000-03-17Cryptographic services framework, and software "device driver". TheAngelos D. Keromytis
2000-03-16Bring in some new UVM code from NetBSD (not current).Artur Grabowski
2000-03-15prevent overflow in a diagnostic check; art@ okMichael Shalayeff
2000-03-13Get rid of leading NULs in /kern/msgbuf. If the msgbuf modified in betweenTodd C. Miller
2000-03-03If we attempted reschedule two times without suceeding, uiomove will yield,Artur Grabowski
2000-03-03Keep track of the number of times we trigger a reschedule before theArtur Grabowski
2000-03-03Use the LIST_FIRST macro to get the head of zombproc list.Artur Grabowski
2000-03-03Use LIST_ macros instead of internal field names to walk the allproc list.Artur Grabowski
2000-03-03Style.Angelos D. Keromytis
2000-03-03Remove extraneous newline.Angelos D. Keromytis
2000-03-02New function: m_getptr(), takes as argument an mbuf chain and anAngelos D. Keromytis
2000-03-02Add an option DDB_SAFE_CONSOLE that defaults db_console to 1.Artur Grabowski
2000-02-29more fix to ancillary data alignment. we need padding afterJun-ichiro itojun Hagino
2000-02-28Optimized fdalloc as in Banga and Mogul paper:Niels Provos
2000-02-22enlarge msgbuf, somewhat line netbsd didTheo de Raadt
2000-02-21dead code and symbol pollution.Artur Grabowski
2000-02-18fix alignment problem in ancillary data (alpha).Jun-ichiro itojun Hagino
2000-02-15Add another argument to extent_alloc_subregion to allow specifing an offsetArtur Grabowski
2000-02-07regen (with correct reference from syscalls.master)assar
2000-02-07(sys_getfh): moved here from nfs_syscalls.cassar
2000-02-07at least make it compile with LFS definedassar
2000-02-07regeneratedassar
2000-02-07always include sys_getfh. add fhopen, fhstat, and fhstatfsassar
2000-02-04Fix misleading comment.Angelos D. Keromytis
2000-02-01remove superflous declaration of vnops, it's now in <sys/file.h>assar
2000-01-31re-add fixed vfork code from artTheo de Raadt
2000-01-31undo vfork changes, since non-UVM was not consideredTheo de Raadt
2000-01-28Change fork1() from taking forktype and rforkflags, into a single flagsArtur Grabowski
2000-01-27No need to include sys/vmmeter.hArtur Grabowski