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