| Commit message (Expand) | Author | Age | Files | Lines |
* | Add POSIX scheduler parameters support to thr_new syscall, this permits | davidxu | 2006-07-11 | 2 | -5/+66 |
* | Create thread in separated ksegrp, so they always get correct user level | davidxu | 2006-07-10 | 1 | -75/+11 |
* | Put in some missing target mode for 2KLOGIN f/w spots. | mjacob | 2006-07-10 | 1 | -10/+24 |
* | Clean up the ioctl to not process nonsense on SCSI isp cards. | mjacob | 2006-07-10 | 1 | -40/+44 |
* | - Split out kern_accept(), kern_getpeername(), and kern_getsockname() for | jhb | 2006-07-10 | 5 | -511/+245 |
* | Use proper defines instead of magic values. | pjd | 2006-07-10 | 2 | -4/+4 |
* | The TrustedBSD MAC Framework is documented in the Architecture handbook, | joel | 2006-07-10 | 1 | -3/+3 |
* | Unexpand PTRIN() in several places and fix one instance where 0 was being | jhb | 2006-07-10 | 1 | -13/+13 |
* | Explicitly use STAILQ_REMOVE_HEAD() when we know we are removing the head | jhb | 2006-07-10 | 1 | -3/+2 |
* | Fix two more instances of using a linker_file_t object in TAILQ() macros | jhb | 2006-07-10 | 1 | -4/+5 |
* | Implement mpo_associate_nfsd_label entry point for the BIBA security policy, | csjp | 2006-07-10 | 1 | -0/+13 |
* | Don't try to reuse the linker_file structure after we've freed it when | jhb | 2006-07-10 | 1 | -2/+2 |
* | Retire the stackgap macros from ibcs2 as they are no longer used. Push | jhb | 2006-07-10 | 3 | -32/+2 |
* | And now without typo. | phk | 2006-07-10 | 1 | -1/+1 |
* | Add a good quote that gets used a lot in the debate about global | phk | 2006-07-10 | 1 | -0/+4 |
* | Regen. | jhb | 2006-07-10 | 3 | -6/+6 |
* | Mark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys() MPSAFE. | jhb | 2006-07-10 | 1 | -3/+3 |
* | Set debug.mpsafevm to true on PowerPC. (Now, by default, all architectures | alc | 2006-07-10 | 1 | -4/+0 |
* | Add synchronization to moea_zero_page() and moea_zero_page_area(). | alc | 2006-07-10 | 2 | -16/+34 |
* | Add enc(4), it can still build with FAST_IPSEC commented out. | thompsa | 2006-07-10 | 1 | -0/+1 |
* | Catch up with the revised network interface cloning which takes an optional | thompsa | 2006-07-10 | 1 | -2/+2 |
* | More inactive maintainers. | markm | 2006-07-09 | 2 | -6/+0 |
* | Use a sleep mutex instead of an sx lock for the kernel environment. This | scottl | 2006-07-09 | 3 | -31/+33 |
* | Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is pa... | twinterg | 2006-07-09 | 5 | -6/+32 |
* | More stale maintainer. | markm | 2006-07-09 | 1 | -5/+0 |
* | Convert isp(4) and ispfw(4) to use firmware(9) to manage firmware | mjacob | 2006-07-09 | 21 | -136/+732 |
* | Make the firmware assist driver resident in | mjacob | 2006-07-09 | 2 | -0/+2 |
* | Make the firmware assist driver resident in | mjacob | 2006-07-09 | 3 | -1/+4 |
* | If PAE is built w/o modules, make sure that isp(4) | mjacob | 2006-07-09 | 1 | -0/+3 |
* | Remove stale MAINTAINER | markm | 2006-07-09 | 1 | -2/+0 |
* | Declare UFS module version. | pjd | 2006-07-09 | 1 | -0/+1 |
* | Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missing | pjd | 2006-07-09 | 1 | -2/+2 |
* | When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead of | pjd | 2006-07-09 | 1 | -43/+88 |
* | o style.Makefile(5): WARNS= -> WARNS?=. | maxim | 2006-07-09 | 20 | -20/+20 |
* | When extending a file with truncate, check that newly added bytes have | rwatson | 2006-07-09 | 1 | -21/+55 |
* | Add regression tests to make sure that attempting to call ftruncate() on | rwatson | 2006-07-09 | 1 | -5/+46 |
* | Add very basic ftruncate() regression test, with a comment rather more | rwatson | 2006-07-09 | 2 | -0/+109 |
* | o Fix MTX_SYSINIT prototype. | maxim | 2006-07-09 | 1 | -1/+1 |
* | Fix spelling in a comment. | stefanf | 2006-07-09 | 1 | -1/+1 |
* | o replace special handling of clone operations by a clone callback | sam | 2006-07-09 | 4 | -100/+127 |
* | Revise network interface cloning to take an optional opaque | sam | 2006-07-09 | 16 | -39/+86 |
* | Remove build timestamps. There's no need to know exactly when these programs | cperciva | 2006-07-09 | 6 | -6/+6 |
* | Regen. | jhb | 2006-07-08 | 3 | -4/+4 |
* | - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumes | jhb | 2006-07-08 | 4 | -48/+53 |
* | Use kern_connect() in spx_open() to avoid the need for the stackgap. I | jhb | 2006-07-08 | 1 | -16/+11 |
* | Add a kern_close() so that the ABIs can close a file descriptor w/o having | jhb | 2006-07-08 | 4 | -11/+14 |
* | - Split the IBCS2 ipc foosys() system calls up into subfunctions matching | jhb | 2006-07-08 | 1 | -152/+298 |
* | Use ibsc2_key_t rather than key_t. | jhb | 2006-07-08 | 1 | -1/+1 |
* | Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. This | jhb | 2006-07-08 | 4 | -104/+112 |
* | Create bus_enumerate_hinted_children. This routine will allow drivers | imp | 2006-07-08 | 3 | -0/+57 |