summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add POSIX scheduler parameters support to thr_new syscall, this permitsdavidxu2006-07-112-5/+66
* Create thread in separated ksegrp, so they always get correct user leveldavidxu2006-07-101-75/+11
* Put in some missing target mode for 2KLOGIN f/w spots.mjacob2006-07-101-10/+24
* Clean up the ioctl to not process nonsense on SCSI isp cards.mjacob2006-07-101-40/+44
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forjhb2006-07-105-511/+245
* Use proper defines instead of magic values.pjd2006-07-102-4/+4
* The TrustedBSD MAC Framework is documented in the Architecture handbook,joel2006-07-101-3/+3
* Unexpand PTRIN() in several places and fix one instance where 0 was beingjhb2006-07-101-13/+13
* Explicitly use STAILQ_REMOVE_HEAD() when we know we are removing the headjhb2006-07-101-3/+2
* Fix two more instances of using a linker_file_t object in TAILQ() macrosjhb2006-07-101-4/+5
* Implement mpo_associate_nfsd_label entry point for the BIBA security policy,csjp2006-07-101-0/+13
* Don't try to reuse the linker_file structure after we've freed it whenjhb2006-07-101-2/+2
* Retire the stackgap macros from ibcs2 as they are no longer used. Pushjhb2006-07-103-32/+2
* And now without typo.phk2006-07-101-1/+1
* Add a good quote that gets used a lot in the debate about globalphk2006-07-101-0/+4
* Regen.jhb2006-07-103-6/+6
* Mark ibcs2_msgsys(), ibcs2_semsys(), and ibcs2_shmsys() MPSAFE.jhb2006-07-101-3/+3
* Set debug.mpsafevm to true on PowerPC. (Now, by default, all architecturesalc2006-07-101-4/+0
* Add synchronization to moea_zero_page() and moea_zero_page_area().alc2006-07-102-16/+34
* Add enc(4), it can still build with FAST_IPSEC commented out.thompsa2006-07-101-0/+1
* Catch up with the revised network interface cloning which takes an optionalthompsa2006-07-101-2/+2
* More inactive maintainers.markm2006-07-092-6/+0
* Use a sleep mutex instead of an sx lock for the kernel environment. Thisscottl2006-07-093-31/+33
* Extend i4b to support CAPI manager based ISDN controllers (CAPI manager is pa...twinterg2006-07-095-6/+32
* More stale maintainer.markm2006-07-091-5/+0
* Convert isp(4) and ispfw(4) to use firmware(9) to manage firmwaremjacob2006-07-0921-136/+732
* Make the firmware assist driver resident inmjacob2006-07-092-0/+2
* Make the firmware assist driver resident inmjacob2006-07-093-1/+4
* If PAE is built w/o modules, make sure that isp(4)mjacob2006-07-091-0/+3
* Remove stale MAINTAINERmarkm2006-07-091-2/+0
* Declare UFS module version.pjd2006-07-091-0/+1
* Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missingpjd2006-07-091-2/+2
* When kern.geom.raid3.use_malloc tunnable is set to 1, malloc(9) instead ofpjd2006-07-091-43/+88
* o style.Makefile(5): WARNS= -> WARNS?=.maxim2006-07-0920-20/+20
* When extending a file with truncate, check that newly added bytes haverwatson2006-07-091-21/+55
* Add regression tests to make sure that attempting to call ftruncate() onrwatson2006-07-091-5/+46
* Add very basic ftruncate() regression test, with a comment rather morerwatson2006-07-092-0/+109
* o Fix MTX_SYSINIT prototype.maxim2006-07-091-1/+1
* Fix spelling in a comment.stefanf2006-07-091-1/+1
* o replace special handling of clone operations by a clone callbacksam2006-07-094-100/+127
* Revise network interface cloning to take an optional opaquesam2006-07-0916-39/+86
* Remove build timestamps. There's no need to know exactly when these programscperciva2006-07-096-6/+6
* Regen.jhb2006-07-083-4/+4
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesjhb2006-07-084-48/+53
* Use kern_connect() in spx_open() to avoid the need for the stackgap. Ijhb2006-07-081-16/+11
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-084-11/+14
* - Split the IBCS2 ipc foosys() system calls up into subfunctions matchingjhb2006-07-081-152/+298
* Use ibsc2_key_t rather than key_t.jhb2006-07-081-1/+1
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-084-104/+112
* Create bus_enumerate_hinted_children. This routine will allow driversimp2006-07-083-0/+57
OpenPOWER on IntegriCloud