| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Define a new md function 'casuptr'. This atomically compares and sets | jeff | 2003-04-01 | 11 | -0/+146 |
* | - In npxgetregs() use the td argument to save the fpu state from and not | jeff | 2003-04-01 | 3 | -6/+3 |
* | - Add a placeholder for sigwait | jeff | 2003-03-31 | 3 | -0/+3 |
* | - Regen for the sig*wait* system calls. | jeff | 2003-03-31 | 5 | -11/+35 |
* | - According to mike@FreeBSD.org SIGTHR should be hiden by | jeff | 2003-03-31 | 1 | -3/+2 |
* | - Define sigwait, sigtimedwait, and sigwaitinfo in terms of | jeff | 2003-03-31 | 4 | -6/+179 |
* | Revert change 1.201 (removing mapping of VAPPEND to VWRITE). | thomas | 2003-03-31 | 1 | -32/+2 |
* | - Catch up with kernel signal changes. | jeff | 2003-03-31 | 1 | -1/+2 |
* | - The siglist in the proc holds signals that were blocked by all threads | jeff | 2003-03-31 | 0 | -0/+0 |
* | - Move the NEEDSIGCHK and OLDMASK flags from proc to thread. | jeff | 2003-03-31 | 1 | -10/+11 |
* | - Move p->p_sigmask to td->td_sigmask. Signal masks will be per thread with | jeff | 2003-03-31 | 36 | -315/+449 |
* | Do NOT return from an non-interruptable cv_wait, falsely | julian | 2003-03-31 | 1 | -2/+0 |
* | - Fix two calls to trapsignal() that were still passing in 'struct proc'. | jeff | 2003-03-31 | 2 | -4/+4 |
* | - Add a signal for thread synchronization. Add an XXX so that maybe | jeff | 2003-03-31 | 1 | -0/+4 |
* | - Mark signals which may be delivered to any thread in the process with | jeff | 2003-03-31 | 1 | -31/+32 |
* | - Change trapsignal() to accept a thread and not a proc. | jeff | 2003-03-31 | 13 | -40/+40 |
* | - Use sigexit() instead of twiddling the signal mask, catch, ignore, and | jeff | 2003-03-31 | 3 | -25/+5 |
* | Add a facility allowing processes to inform the VM subsystem they are | wes | 2003-03-31 | 5 | -1/+28 |
* | Add missing ()'s so that these drivers all compile again. | jhb | 2003-03-31 | 13 | -13/+13 |
* | - Allow the physical memory size that will be actually used by the kernel to | jake | 2003-03-31 | 2 | -2/+44 |
* | If we fail to find our PCI ID in attach (this should never happen), then | jhb | 2003-03-31 | 1 | -2/+1 |
* | Use new GEOM OAM. Kernels have supported this for a number of days, so | phk | 2003-03-31 | 2 | -40/+29 |
* | Remove some debugging in the new OAM[*] and add a debug flag for other | phk | 2003-03-31 | 2 | -5/+3 |
* | Match "serial" as well as "se". | jake | 2003-03-31 | 1 | -1/+2 |
* | Release errata can also contain information uncovered late in the | bmah | 2003-03-31 | 1 | -1/+3 |
* | New release notes/errata: SA-03:07. | bmah | 2003-03-31 | 3 | -11/+17 |
* | Clean up locking and resource management for pci/if_* | njl | 2003-03-31 | 17 | -793/+711 |
* | - when using a child process instead of a thread, change the child's | des | 2003-03-31 | 1 | -2/+13 |
* | If an ssh1 client initiated challenge-response authentication but did | des | 2003-03-31 | 3 | -1/+22 |
* | Enable cpp(1) warnings in system headers. GCC is oriented on | ru | 2003-03-31 | 2 | -1/+2 |
* | Slightly improve buildworld times by excluding crunchide(1) | ru | 2003-03-31 | 1 | -4/+10 |
* | Mention that 20021024 entry doesn't affect disks formatted in | ru | 2003-03-31 | 1 | -6/+8 |
* | Trace command execution. Grammar and spelling. | ru | 2003-03-31 | 1 | -3/+3 |
* | NODEVFS cleanup: don't bother with MAKEDEV. | ru | 2003-03-31 | 1 | -5/+1 |
* | Unmount the file system and detach an underlying memory disk even | ru | 2003-03-31 | 2 | -10/+8 |
* | Revert revision 1.639 -- the "nodev" mount(8) option restriction | ru | 2003-03-31 | 1 | -4/+0 |
* | Strip the .comment section out from the BOOTMFS kernel. | ru | 2003-03-31 | 1 | -1/+1 |
* | Document the new mac_portacl(4) policy. | chris | 2003-03-31 | 1 | -0/+156 |
* | Document the new mac_portacl(4) policy. | chris | 2003-03-31 | 12 | -0/+13 |
* | Recent changes to uipc_cow.c have eliminated the need for some sf_buf- | alc | 2003-03-31 | 1 | -3/+3 |
* | - In npxsetregs don't set the floating point if td == fpcurthread not if | jeff | 2003-03-31 | 3 | -3/+3 |
* | Experimental pam_chroot module (not connected to the build) | des | 2003-03-30 | 3 | -0/+193 |
* | Add the ability to send 64-bit scatter/gather elements to aac cards. This | scottl | 2003-03-30 | 1 | -39/+78 |
* | -{h,k} are mutually exclisive. So only pay attention to the last of the | obrien | 2003-03-30 | 1 | -2/+2 |
* | MFp4: Fix copy&paste English error. | jmallett | 2003-03-30 | 1 | -1/+1 |
* | Make the 'restart' command work. Otherwise, it would successfully | mtm | 2003-03-30 | 1 | -4/+15 |
* | retire the "busy" field in bioqueues, it's served it's purpose. | phk | 2003-03-30 | 2 | -9/+0 |
* | Fix ATA_DEBUG case breakage. | sos | 2003-03-30 | 1 | -1/+1 |
* | Preparation commit before I start on the bioqueue lockdown: | phk | 2003-03-30 | 3 | -43/+46 |
* | Revert 1.21; this was local code that should not have been | mdodd | 2003-03-30 | 1 | -5/+5 |