Age | Commit message (Expand) | Author |
2002-02-05 | Workaround for VM_MAXUSER_ADDRESS not being page aligned on sparc64. | Artur Grabowski |
2002-02-04 | Also, cleanup any external buffers first (paranoid). | Angelos D. Keromytis |
2002-02-04 | Revision 1.37 was borked... This time, fix the casts and address the | Jason Wright |
2002-02-04 | Cleanup mountroot-related definitions. | Miod Vallat |
2002-02-04 | Add some comments documenting why we use fd_ofiles instead | Artur Grabowski |
2002-02-04 | Don't ffree the newly allocated file before calling dupfdopen. | Artur Grabowski |
2002-02-02 | Reorganize sys_fcntl to make future changes easier. | Artur Grabowski |
2002-02-02 | Be more consistent about using fd_getfile where it matters. | Artur Grabowski |
2002-02-01 | Don't MALLOC/FREE with variable size. | Artur Grabowski |
2002-02-01 | Allocate kqueues with pool. | Artur Grabowski |
2002-02-01 | Don't MALLOC with variable size. | Artur Grabowski |
2002-01-31 | Ignore signals if/when we are exiting. | Tobias Weingartner |
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin |
2002-01-30 | Add proc0 to the PIDHASH table. art@ ok | Thomas Nordin |
2002-01-29 | Honor the printf-like function argument in pool_printit(), instead of | Miod Vallat |
2002-01-28 | GC PR_STATIC and PR_MALLOCOK. | Artur Grabowski |
2002-01-25 | Add a drain hook to each pool. This hook is called in three cases. | Artur Grabowski |
2002-01-25 | poolify pcreds. | Artur Grabowski |
2002-01-25 | Convert plimit allocations to pool. | Artur Grabowski |
2002-01-25 | kernel printfs triggerable by a simple mistake in userland are just wrong. | Artur Grabowski |
2002-01-23 | move mb_map allocation to mbinit() | Artur Grabowski |
2002-01-23 | move definition of mb_map from zillions of machdep.c to uipc_mbuf.c | Artur Grabowski |
2002-01-23 | Allocate rusage, pgrp, ucred and session with pool. | Artur Grabowski |
2002-01-23 | Kill PR_FREEHEADER, not used anymore and confusing. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-21 | Mount points must fit in MNAMELEN, not MAXPATHLEN so use copyinstr() | Todd C. Miller |
2002-01-20 | When a process is exec:ing mark it with a flag. Check that flag in ptrace | Artur Grabowski |
2002-01-19 | If handler for SIGCHLD is SIG_IGN, reset to SIG_DLF. This is consistent | Todd C. Miller |
2002-01-18 | Resource map code is not used anymore. Long live the extent code! | Miod Vallat |
2002-01-18 | record ctime for the mountpoint, mount time or last mount update; art@ ok | Michael Shalayeff |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2002-01-12 | Don't cast return value from splx to (void) because splx doesn't return anyth... | Artur Grabowski |
2002-01-10 | Fix a locking error in pool_drain. Misc cleanup. | Artur Grabowski |
2002-01-10 | - unbreak POOL_DIAGNOSTIC. | Artur Grabowski |
2002-01-10 | No more need for local define of LOCK_ASSERT. | Artur Grabowski |
2002-01-10 | Protect the pool cache magazine pool with splvm. | Artur Grabowski |
2002-01-10 | Convert some for-loops into TAILQ_FOREACH. | Artur Grabowski |
2002-01-09 | make sure we use lkmfree() in error cases as well. | Eric Jackson |
2002-01-07 | first pass cleanup for lkms | Eric Jackson |
2002-01-07 | If the handler for SIGCHLD is set to SIG_IGN, act as if the | Todd C. Miller |
2002-01-02 | Remove reference to timeout table. deraadt@ ok | Thomas Nordin |
2002-01-02 | register_t is not an int, so don't use it that way. | Artur Grabowski |
2002-01-01 | 2002 | Theo de Raadt |
2001-12-27 | makes a new accept() socket have the nonblock behavior. | Federico G. Schwindt |
2001-12-27 | Increment reference count when copying session pointer pr#2112. ok deraadt@ | Thomas Nordin |
2001-12-22 | New scalable implementation with constant time add and delete. ok deraadt@ | Thomas Nordin |
2001-12-20 | Make user/system times increase monotonically. ok deraadt@ and millert@ | Thomas Nordin |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-18 | NRL license cleaning | Theo de Raadt |
2001-12-14 | New hz value needed by AlphaServer 1200 and a couple other machines | Nathan Binkert |