| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add missing comment terminator. | Kris Kennaway | 2004-04-02 | 1 | -1/+1 |
| * | The comment complained about not having a thread_unlink() | Julian Elischer | 2004-04-02 | 1 | -5/+2 |
| * | Finish fixing up Alpha to work with an MP safe ptrace(): | John Baldwin | 2004-04-01 | 1 | -8/+8 |
| * | Don't print out 'GIANT-LOCKED' for INTR_FAST drivers. | Scott Long | 2004-04-01 | 1 | -1/+1 |
| * | Remove sysctl kern.ps_argsopen, it is not very useful, one should use | Pawel Jakub Dawidek | 2004-04-01 | 1 | -3/+0 |
| * | Remove ps_argsopen check. It is was bogus in the past and was corrected | Pawel Jakub Dawidek | 2004-04-01 | 1 | -5/+0 |
| * | Remove unused variable. | Julian Elischer | 2004-03-31 | 1 | -2/+0 |
| * | In sofree(), avoid nested declaration and initialization in | Robert Watson | 2004-03-31 | 1 | -1/+2 |
| * | Export uipc_connect2() from uipc_usrreq.c instead of unp_connect2(), | Robert Watson | 2004-03-31 | 1 | -2/+3 |
| * | White space and wording changes to init_param3(). | Alan Cox | 2004-03-30 | 1 | -5/+3 |
| * | Prefer NULL to 0 when testing and assigning pointer values. | Robert Watson | 2004-03-30 | 1 | -56/+57 |
| * | Shorten some XXXKSE commentry | Peter Wemm | 2004-03-29 | 1 | -4/+2 |
| * | Kill some XXXKSE's. vnlru/syncer are single threaded. | Peter Wemm | 2004-03-29 | 1 | -3/+2 |
| * | Clean up the stub fake vnode locking implemenations. The main reason this | Peter Wemm | 2004-03-29 | 1 | -160/+0 |
| * | Use a common return path for filt_soread() and filt_sowrite() to | Robert Watson | 2004-03-29 | 1 | -16/+20 |
| * | In sofree(), moving caching of 'head' from 'so->so_head' to later in | Robert Watson | 2004-03-29 | 1 | -2/+2 |
| * | If debug.mpsafenet, initialize UNIX domain socket timeouts as MPSAFE; | Robert Watson | 2004-03-29 | 1 | -2/+11 |
| * | Conditionally acquire Giant when entering the sockets layer via the | Robert Watson | 2004-03-29 | 1 | -31/+31 |
| * | Conditionally acquire Giant when entering the socket layer via file | Robert Watson | 2004-03-29 | 1 | -6/+6 |
| * | When validating that the length sum in recvit(), we fail to release | Robert Watson | 2004-03-29 | 1 | -0/+1 |
| * | Conditionally assert Giant in fputsock() based on the value of | Robert Watson | 2004-03-29 | 1 | -0/+1 |
| * | Revise the direct or optimized case to use uiomove_fromphys() by the reader | Alan Cox | 2004-03-27 | 2 | -66/+19 |
| * | Change the type of the various CPU masks to cpumask_t. Note that as | Marcel Moolenaar | 2004-03-27 | 2 | -11/+11 |
| * | Regen for libthr thread synchronization syscalls. | Mike Makonnen | 2004-03-27 | 2 | -2/+6 |
| * | Use the proc lock to sleep on a libthr umtx. | Mike Makonnen | 2004-03-27 | 1 | -2/+6 |
| * | Separate thread synchronization from signals in libthr. Instead | Mike Makonnen | 2004-03-27 | 2 | -0/+63 |
| * | - Add a description for vfs.usermount sysctl. | Pawel Jakub Dawidek | 2004-03-27 | 1 | -58/+54 |
| * | - Loudly disallow MNT_SUIDDIR mount flag for unprivileged users mounts. | Pawel Jakub Dawidek | 2004-03-27 | 1 | -8/+7 |
| * | We probably shouldn't allow users to mount file systems with MNT_SUIDDIR. | Pawel Jakub Dawidek | 2004-03-26 | 1 | -2/+4 |
| * | Use uiomove_fromphys() instead of pmap_qenter() and pmap_qremove() in | Alan Cox | 2004-03-24 | 1 | -9/+1 |
| * | Conform to local file sytle and prefer (a && (b & flag)). | Warner Losh | 2004-03-24 | 1 | -1/+1 |
| * | Change the !MPSAFE boot string to something that doesn't potentially | David E. O'Brien | 2004-03-23 | 1 | -1/+1 |
| * | Emit a traceback when witness_trace is set and witness_warn() is | Alfred Perlstein | 2004-03-23 | 1 | -0/+2 |
| * | Rather than display which interrupts are MPSAFE, display those that aren't. | David E. O'Brien | 2004-03-22 | 1 | -1/+3 |
| * | Remove some netbsd debug code that crept into rev 1.116 | Paul Saab | 2004-03-22 | 2 | -8/+0 |
| * | Give a more reasonable CPU time to the threads which are using scheduler | David E. O'Brien | 2004-03-21 | 1 | -6/+3 |
| * | Massively up the (artificial) limit on system scope threads | Julian Elischer | 2004-03-21 | 2 | -4/+4 |
| * | Add the missing Giant when doing anything with VFS -- in this case, | Brian Feldman | 2004-03-18 | 1 | -1/+4 |
| * | Verify more bits of the ELF header: the program header table | Jacques Vidrine | 2004-03-18 | 1 | -6/+6 |
| * | Revise socow_iodone() in light of recent sf_buf changes. Specifically, | Alan Cox | 2004-03-17 | 1 | -5/+9 |
| * | - Replace wait1() with a kern_wait() function that accepts the pid, | John Baldwin | 2004-03-17 | 1 | -80/+41 |
| * | Fix information leakage. | Pawel Jakub Dawidek | 2004-03-17 | 1 | -1/+6 |
| * | Adjust the number of processes waiting on a semaphore properly if we're | Colin Percival | 2004-03-17 | 1 | -6/+12 |
| * | Refactor the existing machine-dependent sf_buf_free() into a machine- | Alan Cox | 2004-03-16 | 2 | -3/+25 |
| * | Remove a bogus assertion and readd it in a more correct location. A thread | John Baldwin | 2004-03-16 | 1 | -1/+1 |
| * | Add powerpc to temporary fix. The new cpu device claims all | Peter Grehan | 2004-03-16 | 1 | -2/+2 |
| * | Nudge Giant as far as I can into kern_open(). Mark open() as MPSAFE. | David Malone | 2004-03-16 | 4 | -23/+27 |
| * | Get ready to mark open, creat and nosys as MPSAFE. | David Malone | 2004-03-16 | 1 | -3/+3 |
| * | Make vfs_nmount() public. The Linux emulator needs this in order to mount | Tim J. Robbins | 2004-03-16 | 1 | -2/+1 |
| * | Rename the wiredlen member of struct sysctl_req to validlen and always | Don Lewis | 2004-03-16 | 1 | -14/+16 |