Age | Commit message (Expand) | Author |
2002-02-15 | undo latest commit for now, it breaks nanosleep | Peter Valchev |
2002-02-15 | Make rescheduling to a later time faster. ok art@ | Thomas Nordin |
2002-02-15 | Don't get confused in nanosleep(2) when the time changes. | Artur Grabowski |
2002-02-15 | Add a tvtohz function. Like hzto, but doesn't subtract the current time. | Artur Grabowski |
2002-02-14 | No more RFORK_FDSAHRE option, always allow FORK_SHAREFILES. | Artur Grabowski |
2002-02-13 | More FREF/FRELE on relevant places. Now, only sys_mmap and a bunch of ioctl f... | Artur Grabowski |
2002-02-12 | More FREF/FRELE protection. This time all users of getvnode. | Artur Grabowski |
2002-02-12 | malloc_roundup to calculate allocation size malloc will use; from netbsd; | Niels Provos |
2002-02-12 | Fix my total blackout of the brain. | Artur Grabowski |
2002-02-12 | Fix all users of getsock to use FREF/FRELE properly. | Artur Grabowski |
2002-02-11 | Big fixup of fd passing. It now works, even on sparc64. | Artur Grabowski |
2002-02-11 | In {send,recv}msg allow zero sized message. We can have control data. | Artur Grabowski |
2002-02-09 | Protect the whole sys_fnctl with one big FREF/FRELE pair. | Artur Grabowski |
2002-02-08 | Require a FREFd file in dofilewrite{,v}. | Artur Grabowski |
2002-02-08 | require a FREFd fp in dofilereadv. Fix some comments. | Artur Grabowski |
2002-02-08 | simplify sys_pread a bit. | Artur Grabowski |
2002-02-08 | Add a comment about an obscure behavior in dup2(2). | Artur Grabowski |
2002-02-08 | Add a slightly redundant arg to finishdup that's the struct file * | Artur Grabowski |
2002-02-08 | No more need for ffree. Since it's hard to use it safely, remove it. | Artur Grabowski |
2002-02-08 | - Rename FILE_{,UN}USE to FREF and FRELE. USE is a bad verb and we don't have | Artur Grabowski |
2002-02-05 | Zero-ize ext even if it has a free method defined. | Angelos D. Keromytis |
2002-02-05 | Do range check on SO_LINGER, closes pr#2375. art@ ok | Thomas Nordin |
2002-02-05 | panic if a read-only mbuf is given to m_zero() --- from art@openbsd.org | Angelos D. Keromytis |
2002-02-05 | Fix m_zero() yet again -- yesterday's fix wasn't sufficient. | Angelos D. Keromytis |
2002-02-05 | Add counting of temporary references to a struct file (as opposed to references | Artur Grabowski |
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 |