Age | Commit message (Expand) | Author |
2003-05-17 | Typos; from Julien Bordet <zejames@greyhats.org> | Alexander Yurchenko |
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst |
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat |
2003-05-13 | Force "struct timeval time" variable to be aligned to an 8-bit boundary. | Miod Vallat |
2003-05-13 | Fix the tree. Jason, you were such a rock star yesterday, but it obviously | Theo de Raadt |
2003-05-13 | Use EI_OSABI instead of EI_BRAND | Todd C. Miller |
2003-05-13 | Back out previous change that causes "vnode table full" for large-scale | Christian Weisgerber |
2003-05-13 | support for propolice in the kernel. | Ted Unangst |
2003-05-13 | do reclaim LAYER vnodes, no good reason not to | Ted Unangst |
2003-05-13 | Kill a bunch more commons (very few left =) | Jason Wright |
2003-05-12 | Quoting Theo: Do not approve diffs when you're hungover. | Artur Grabowski |
2003-05-12 | use snprintf. ok mickey | Ted Unangst |
2003-05-12 | {null,umap}_v* are now named after the file system option: | Ted Unangst |
2003-05-12 | sho proc [addr] to print some proc's field; art@ ok | Michael Shalayeff |
2003-05-12 | Nuke a whole bunch of commons; ok tedu (still more to come *sigh*) | Jason Wright |
2003-05-11 | remove two remnants of an imaginary in-kernel AFS support | Ted Unangst |
2003-05-10 | warn for strcpy|strcat|sprintf|vsprintf; ok art dhartmei pval, and either hen... | Theo de Raadt |
2003-05-10 | Regen | Miod Vallat |
2003-05-10 | Deprecate the swapon system call and move it to COMPAT_25 land, since swapctl | Miod Vallat |
2003-05-09 | Don't map the fake arg list for init with X permissions. | Artur Grabowski |
2003-05-09 | vmcmd_map_readvn - don't map the initial mapping with X unless the | Artur Grabowski |
2003-05-06 | attempt to put a process's cwd back in place after a forced umount. | Ted Unangst |
2003-05-06 | avoid doing a lookup on no longer mounted directories. | Ted Unangst |
2003-05-06 | use snprintf | Theo de Raadt |
2003-05-06 | string cleaning; tedu ok | Theo de Raadt |
2003-05-05 | fix test for restoring mnt_syncer in dounmount. | Ted Unangst |
2003-05-04 | remove unused var docache from relookup. from netbsd | Ted Unangst |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-05-02 | sync | Ted Unangst |
2003-05-01 | knf | Ted Unangst |
2003-05-01 | sync | Ted Unangst |
2003-05-01 | several related changes: | Ted Unangst |
2003-04-29 | Regen (omsync deprecation) | Miod Vallat |
2003-04-29 | Deprecate omsync syscall, and only enable it if COMPAT_25 is required. | Miod Vallat |
2003-04-29 | after freeing curp, set to NULL. fixes a crash when loading a module | Ted Unangst |
2003-04-28 | sync mquery. | Dale Rahn |
2003-04-28 | Change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-25 | mquery backout sync. | Dale Rahn |
2003-04-25 | backout mquery change, something broke when not combined with a different diff. | Dale Rahn |
2003-04-25 | sysctl front-end for the hardware monitoring sensors. This adds | Alexander Yurchenko |
2003-04-25 | sync | Dale Rahn |
2003-04-25 | change mquery() function call signature to be the same a mmap(). It | Dale Rahn |
2003-04-23 | Move m_copyback() to uipc_mbuf where it makes some kinda sense; ok dhartmei | Jason Wright |
2003-04-19 | Tweak previous sprintf -> snprintf fix to eliminate unnecessary | Kenneth R Westerback |
2003-04-16 | Use uvm_findspace() to verify that the addresses allocated to ld.so are | Dale Rahn |
2003-04-14 | rename ticks to nticks to avoid global. ok deraadt@ krw@ | Ted Unangst |
2003-04-14 | sync | Theo de Raadt |
2003-04-14 | There are two related changes. | Artur Grabowski |
2003-04-13 | diff from nordin@ to prevent wraparound on long uptime machines. | Ted Unangst |
2003-04-11 | zombies can't live allproc list. art fixed the real problem a while ago. | Ted Unangst |