| Commit message (Expand) | Author | Age | Files | Lines |
| * | Do not set a variable (vp->p_pollinfo) to NULL if we know | Robert Drehmel | 2002-11-27 | 1 | -1/+1 |
| * | Small SO_RCVTIMEO and SO_SNDTIMEO values are mistakenly taken to be zero. | Maxim Konovalov | 2002-11-27 | 1 | -0/+2 |
| * | o Initialise each mbuf's m_len to 0 in m_getm(); mb_put_mem() depends | Tim J. Robbins | 2002-11-27 | 1 | -1/+3 |
| * | Make the rman_{get,set}_* macros into real functions. The macros | Warner Losh | 2002-11-27 | 1 | -0/+72 |
| * | Don't hold acct_mtx over limcopy(), since it's unnecessary and | Bill Fenner | 2002-11-26 | 1 | -6/+7 |
| * | correct function names in KASSERT's for 2 m_tag routines | Sam Leffler | 2002-11-26 | 1 | -2/+2 |
| * | To avoid sleeping with all sorts of resources acquired (the reported | Robert Drehmel | 2002-11-26 | 1 | -3/+7 |
| * | If the file descriptors passed into do_dup() are negative, return EBADF | John Baldwin | 2002-11-26 | 1 | -3/+4 |
| * | Un-staticize mac_cred_mmapped_drop_perms() so that it may be used | Robert Watson | 2002-11-26 | 1 | -1/+1 |
| * | Acquire and release the page queues lock around pmap_remove_pages() because | Alan Cox | 2002-11-25 | 2 | -0/+5 |
| * | Hold the page queues/flags lock when calling vm_page_set_validclean(). | Alan Cox | 2002-11-23 | 1 | -1/+5 |
| * | Under certain circumstances, we were calling kmem_free() from | Maxime Henrion | 2002-11-22 | 2 | -0/+6 |
| * | - Add the new sched_pctcpu() function to the sched_* api. | Jeff Roberson | 2002-11-21 | 2 | -1/+7 |
| * | - Move scheduler specific macros and defines out of proc.h | Jeff Roberson | 2002-11-21 | 1 | -0/+10 |
| * | - Move FSCALE back to kern_sync. This is not scheduler specific. | Jeff Roberson | 2002-11-21 | 2 | -5/+15 |
| * | - Implement a mechanism for allowing schedulers to place scheduler dependant | Jeff Roberson | 2002-11-21 | 5 | -47/+96 |
| * | Introduce p_label, extensible security label storage for the MAC framework | Robert Watson | 2002-11-20 | 3 | -1/+35 |
| * | Merge kld access control checks from the MAC tree: these access control | Robert Watson | 2002-11-19 | 4 | -0/+106 |
| * | We leaked a process lock reference in the event an RFTHREAD process | Robert Watson | 2002-11-18 | 1 | -1/+2 |
| * | Make sure only update wall clock at upcall time, slightly reformat | David Xu | 2002-11-18 | 2 | -26/+26 |
| * | During shutdown explain what the numbers following the 'syncing | Alfred Perlstein | 2002-11-18 | 1 | -1/+1 |
| * | 1. Support versioning and wall clock in kse mailbox, | David Xu | 2002-11-18 | 3 | -18/+220 |
| * | include smp.h. | Julian Elischer | 2002-11-17 | 2 | -0/+2 |
| * | 1.Add sysctls to control KSE resource allocation. | David Xu | 2002-11-17 | 2 | -16/+60 |
| * | Rework last exiting thread in kse_release(), wait a signal and then | David Xu | 2002-11-17 | 2 | -4/+22 |
| * | - Release the imgp vnode prior to freeing exec_map resources to avoid | Jeff Roberson | 2002-11-17 | 1 | -4/+4 |
| * | Rework the sysconf(3) interaction with aio: | Alfred Perlstein | 2002-11-17 | 2 | -5/+25 |
| * | Now that pmap_remove_all() is exported by our pmap implementations | Alan Cox | 2002-11-16 | 2 | -3/+3 |
| * | Export the values for _SC_AIO_MAX and _SC_AIO_PRIO_DELTA_MAX via the p1003b | Alfred Perlstein | 2002-11-16 | 1 | -0/+4 |
| * | Regenerate after adding system calls. | Daniel Eischen | 2002-11-16 | 2 | -2/+8 |
| * | Add getcontext, setcontext, and swapcontext as system calls. | Daniel Eischen | 2002-11-16 | 2 | -0/+138 |
| * | Call 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LISTIO_MAX)' | Alfred Perlstein | 2002-11-16 | 1 | -0/+3 |
| * | headers should not really include "opt_foo.h" (in this case opt_posix.h). | Alfred Perlstein | 2002-11-15 | 2 | -0/+4 |
| * | Return EWOULDBLOCK for last thread in kse_release(). | David Xu | 2002-11-15 | 2 | -0/+2 |
| * | Make the msg_size, msg_bufx and msg_bufr memebers of struct msgbuf | Thomas Moestl | 2002-11-14 | 2 | -11/+9 |
| * | In kse_release(), check if current thread is bound | David Xu | 2002-11-14 | 2 | -8/+32 |
| * | Introduce a condition variable to avoid returning EBUSY when | Robert Watson | 2002-11-13 | 1 | -29/+52 |
| * | Add support for the C99 %t format modifier. | Maxime Henrion | 2002-11-13 | 1 | -2/+11 |
| * | Garbage collect mac_create_devfs_vnode() -- it hasn't been used since | Robert Watson | 2002-11-12 | 1 | -7/+0 |
| * | Correct an assertion in the code to traverse the list of locks to find an | John Baldwin | 2002-11-11 | 1 | -1/+1 |
| * | Garbage collect definition of M_MACOPVEC -- we no longer perform a | Robert Watson | 2002-11-11 | 1 | -2/+0 |
| * | When prot is VM_PROT_NONE, call pmap_page_protect() directly rather than | Alan Cox | 2002-11-10 | 2 | -3/+3 |
| * | Fix instances of macros with improperly parenthasized arguments. | Alfred Perlstein | 2002-11-09 | 1 | -1/+1 |
| * | Assign value of NULL to imgp->execlabel when imgp is initialized | Robert Watson | 2002-11-08 | 1 | -0/+1 |
| * | To reduce per-return overhead of userret(), call into | Robert Watson | 2002-11-08 | 1 | -4/+7 |
| * | Add an explicit execlabel argument to exec-related MAC policy entry | Robert Watson | 2002-11-08 | 1 | -3/+4 |
| * | Move the definitions of the hw.physmem, hw.usermem and hw.availpages | Thomas Moestl | 2002-11-07 | 1 | -0/+26 |
| * | - Use %j to print intmax_t values. | John Baldwin | 2002-11-07 | 1 | -3/+4 |
| * | Use %z to quiet a warning. | John Baldwin | 2002-11-07 | 1 | -1/+1 |
| * | - Fix a bunch of casts to long which were truncating off_t's. | Maxime Henrion | 2002-11-07 | 1 | -17/+15 |