| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct a number of serious and closely related bugs in the UNIX domain | rwatson | 2005-11-10 | 1 | -50/+45 |
* | Add the f_msgcount field to the set of struct file fields printed in show | rwatson | 2005-11-10 | 1 | -4/+5 |
* | Expanet of details printed for each file descriptor to include it's | rwatson | 2005-11-10 | 1 | -5/+5 |
* | Add a DDB "show files" command to list the current open file list, some | rwatson | 2005-11-10 | 1 | -0/+73 |
* | This is a workaround for a complicated issue involving VFS cookies and devfs. | dwhite | 2005-11-09 | 1 | -0/+4 |
* | Fix typo in recent comment tweak. | rwatson | 2005-11-09 | 1 | -1/+1 |
* | In closef(), remove the assumption that there is a thread associated | rwatson | 2005-11-09 | 1 | -2/+6 |
* | General consensus is that it would be even better to run this in a | imp | 2005-11-09 | 1 | -1/+1 |
* | Use intptr_t casts to convert void * <--> int to make 64-bit archs happy. | jhb | 2005-11-09 | 1 | -2/+2 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 1 | -18/+24 |
* | WIFxxx macros requires an int type but p_xstat is short, convert it | davidxu | 2005-11-09 | 1 | -2/+3 |
* | Kick off the suspend sequence from the keyboard in a SWI rather than | imp | 2005-11-09 | 1 | -2/+13 |
* | Clarify panic message, I parsed the old one 'trying to sleep while sleeping' | imp | 2005-11-09 | 1 | -1/+1 |
* | For nmount(), allow a text string error message to be propagated back | rodrigc | 2005-11-09 | 1 | -2/+37 |
* | In aio_waitcomplete, do not return EAGAIN if no other threads | davidxu | 2005-11-08 | 1 | -1/+1 |
* | Make sure pending SIGCHLD is removed from previous parent when process | davidxu | 2005-11-08 | 1 | -1/+10 |
* | Various and sundry cleanups: | jhb | 2005-11-08 | 1 | -80/+84 |
* | Giant clean up for exit(2) | csjp | 2005-11-08 | 1 | -7/+7 |
* | Add support for queueing SIGCHLD same as other UNIX systems did. | davidxu | 2005-11-08 | 4 | -13/+131 |
* | Add utility function to propagate mount errors as text string messages. | rodrigc | 2005-11-08 | 1 | -0/+21 |
* | Fix panic string in last revision. | glebius | 2005-11-06 | 1 | -1/+1 |
* | Free only those mbuf+clusters back to the packet zone that were allocated | andre | 2005-11-05 | 2 | -2/+5 |
* | Fix a logic error introduced with mandatory mbuf cluster refcounting and | andre | 2005-11-04 | 2 | -6/+7 |
* | Fix name compatible problem with POSIX standard. the sigval_ptr and | davidxu | 2005-11-04 | 3 | -4/+4 |
* | Add stoppcbs[] arrays on Alpha and sparc64 and have each CPU save its | jhb | 2005-11-03 | 1 | -1/+1 |
* | Fix 'show allpcpu' ddb command on non-x86. CPU IDs are in the range 0 .. | jhb | 2005-11-03 | 1 | -1/+1 |
* | Detect memory leaks when memory type is being destroyed. | pjd | 2005-11-03 | 1 | -0/+21 |
* | Support sending realtime signal information via signal queue, realtime | davidxu | 2005-11-03 | 1 | -8/+40 |
* | Cleanup some signal interfaces. Now the tdsignal function accepts | davidxu | 2005-11-03 | 5 | -76/+64 |
* | Oops, don't change tdsignal call. | davidxu | 2005-11-03 | 1 | -1/+1 |
* | Add thread_find() function to search a thread by lwpid. | davidxu | 2005-11-03 | 2 | -12/+23 |
* | Calling setrlimit from 32bit apps could potentially increase certain | ps | 2005-11-02 | 2 | -1/+8 |
* | Mandatory mbuf cluster reference counting and groundwork for UMA | andre | 2005-11-02 | 2 | -133/+248 |
* | Retire MT_HEADER mbuf type and change its users to use MT_DATA. | andre | 2005-11-02 | 3 | -9/+5 |
* | Push down Giant into fdfree() and remove it from two of the callers. | jhb | 2005-11-01 | 3 | -13/+24 |
* | Reuse ktr_unused field in ktr_header structure as ktr_tid; populate | rwatson | 2005-11-01 | 1 | -1/+1 |
* | Replace ktr_buffer pointer in struct ktr_header with a ktr_unused | rwatson | 2005-11-01 | 1 | -9/+11 |
* | Reformat socket control messages on input/output for 32bit compatibility | ps | 2005-10-31 | 1 | -5/+14 |
* | Check to see if the hash table is present in link_elf_lookup_symbol() | jhb | 2005-10-31 | 1 | -0/+6 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 9 | -9/+10 |
* | Push the assignment of a new or updated so_qlimit from solisten() | rwatson | 2005-10-30 | 4 | -22/+15 |
* | Let itimer store itimerspec instead of itimerval, so I don't have to | davidxu | 2005-10-30 | 2 | -60/+123 |
* | Regen. | davidxu | 2005-10-30 | 2 | -14/+14 |
* | Fix sigevent's POSIX incompatible problem by adding member fields | davidxu | 2005-10-30 | 2 | -17/+73 |
* | In watchdog_config enable the software watchdog iff the WD_ACTIVE flag is | emaste | 2005-10-27 | 1 | -2/+1 |
* | Revert most of revision 1.235 and fix the problem a different way. We | jhb | 2005-10-27 | 1 | -7/+12 |
* | Allow 32bit get/setsockopt with SO_SNDTIMEO or SO_RECVTIMEO to work. | ps | 2005-10-27 | 1 | -3/+29 |
* | Commit something we found useful at work at one point. Add sysctls for | peter | 2005-10-26 | 1 | -0/+40 |
* | Add a swi_remove() function to teardown software interrupt handlers. For | jhb | 2005-10-26 | 1 | -0/+17 |
* | - Fix leak of struct nlminfo on process exit. | glebius | 2005-10-26 | 1 | -0/+9 |