summaryrefslogtreecommitdiff
path: root/sys/kern
AgeCommit message (Expand)Author
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
2000-01-24fix setregs call for bawkward stacks; does not affect straight caseMichael Shalayeff
2000-01-22Don't allow the time to be set forward so far it will wrap and become negative,Todd C. Miller
2000-01-20set[ug]id, not just setuidTheo de Raadt
2000-01-20when procfs is compiled in, if a setuid process has any of descriptors 0-2Theo de Raadt
2000-01-19do not NULL dereference if fd_nfiles < 3Theo de Raadt
2000-01-17oops, another syscall pipe() botch; karls@inet.noTheo de Raadt
2000-01-14Drop SYNCER_MAXDELAY to 32. The delay is never bigger than 30 anyway.Artur Grabowski
2000-01-08Allow UKC to change tz with 'timezone' command.David Leonard
2000-01-04Remove unused file. If we end up using m_pulldown() in the future, itAngelos D. Keromytis
2000-01-02(lkmalloc): initialize `sym_id'assar
2000-01-01grammar in commentMichael Shalayeff
2000-01-012000Theo de Raadt
1999-12-31copy pkthdr correctly in m_split, okay angelos@Niels Provos
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-12-06Implement compatibility for Linux stime() syscall.Aaron Campbell
1999-12-06Yet another solution to the mfs unmount/kill race (not ugly this time).Artur Grabowski
1999-12-05Collect statistics on sync and async writes.Artur Grabowski
1999-12-05With soft updates, some buffers will be remarked as dirty after being written.Artur Grabowski
1999-12-05Use VONSYNCLIST to see if we should remove a vnode from the sync list insteadArtur Grabowski
1999-12-05Add an m_inject()Angelos D. Keromytis
1999-12-05Add a new vnode flag "VONSYNCLIST" that indicates if the vnode is on theArtur Grabowski
1999-12-05Add a new function "speedup_syncer()" that pushes the syncer to work harder.Artur Grabowski
1999-12-05Unlock the vnode in inactive even when v_usecount == 0.Artur Grabowski
1999-12-05Release mountlist_slock if vfs_busy fails.Artur Grabowski
1999-12-05Indentation fixes.Artur Grabowski