summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Eliminate OBJ_WRITEABLE. It hasn't been used in a long time.alc2006-07-211-7/+1
* Add a mutex to protect the list of interrupt config hooks. We do assumejhb2006-07-191-11/+21
* Call change_dir() instead of duplicating the code in fchdir().jhb2006-07-192-16/+2
* Don't free the sockaddr in kern_bind() and kern_connect() as not alljhb2006-07-191-4/+6
* Separate functions with a newline.stefanf2006-07-171-0/+1
* Remove the NDEVFSINO and NDEVFSOVERFLOW options which no longer exists inphk2006-07-171-1/+0
* Change comment on soabort() to more accurately describe how/whenrwatson2006-07-161-12/+12
* Enable debug.mpsafevfs by default on arm. Since every architecture exceptalc2006-07-151-2/+1
* Let native elf class be registered earlier.jkim2006-07-141-1/+1
* Remove duplicated #include.pjd2006-07-141-1/+0
* Backout the feature which can change thread's scheduling option, I reallydavidxu2006-07-131-42/+4
* regenerate.davidxu2006-07-132-2/+8
* Add syscalls thr_setscheduler, thr_getscheduler, and thr_setschedparam,davidxu2006-07-132-2/+167
* Honor db_pager_quit in 'show threadchain', 'show allchains', andjhb2006-07-121-1/+7
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-123-21/+13
* Use proper format specifier for pointers in debug printfs (turned offkib2006-07-121-8/+11
* Use newkg to check if SCHED_OTHER is already inherited.davidxu2006-07-121-2/+1
* Return priority range 0..PRI_MAX_TIMESHARE-PRI_MIN_TIMESHARE fordavidxu2006-07-121-2/+2
* Several protocol switch functions (pru_abort, pru_detach, pru_sosetlabel)rwatson2006-07-114-50/+4
* When pru_attach() fails, call sodealloc() on the socket rather thanrwatson2006-07-111-4/+1
* Reduce periods of simultaneous acquisition of various socket bufferrwatson2006-07-111-20/+28
* Regen.jhb2006-07-112-3/+3
* - Add conditional VFS Giant locking to getdents_common() (linux ABIs),jhb2006-07-113-5/+23
* Don't forget to check invalid policy!davidxu2006-07-111-7/+9
* Oops, remove debugger line.davidxu2006-07-111-2/+0
* Extended the POSIX scheduler APIs to accept lwpid as well, we've alreadydavidxu2006-07-112-57/+90
* For SCHED_OTHER, we always inherit current thread's interactive prioritydavidxu2006-07-111-6/+10
* Add POSIX scheduler parameters support to thr_new syscall, this permitsdavidxu2006-07-111-4/+57
* Create thread in separated ksegrp, so they always get correct user leveldavidxu2006-07-101-75/+11
* - Split out kern_accept(), kern_getpeername(), and kern_getsockname() forjhb2006-07-101-103/+169
* 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
* Don't try to reuse the linker_file structure after we've freed it whenjhb2006-07-101-2/+2
* Use a sleep mutex instead of an sx lock for the kernel environment. Thisscottl2006-07-092-30/+32
* - Split ioctl() up into ioctl() and kern_ioctl(). The kern_ioctl() assumesjhb2006-07-081-37/+44
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-081-2/+10
* Rework kern_semctl a bit to always assume the UIO_SYSSPACE case. Thisjhb2006-07-081-84/+87
* Create bus_enumerate_hinted_children. This routine will allow driversimp2006-07-082-0/+56
* Move POSIX.1e-specific utility routines from kern_acl.c torwatson2006-07-063-1584/+13
* - Explicitly acquire Giant around SYSINIT's and SYSUNINIT's since they arejhb2006-07-061-3/+10
* Add kern_setgroups() and kern_getgroups() and use them to implementjhb2006-07-061-25/+42
* Audit the remaining parameters to the extattr system calls. Generatewsalamon2006-07-062-0/+56
* Remove now unneeded opt_mac.h and mac.h includes.rwatson2006-07-062-4/+0
* Regen the system calls files, picking up the extended attr events, and somewsalamon2006-07-052-18/+18
* Back out my rev. 1.674. The better fix (rev. 1.637) is already in tree.kib2006-07-051-3/+3
* Add audit events for the extended attribute system calls.wsalamon2006-07-051-22/+26
* o Fix grammar in the comment, indent macros. No functional changes.maxim2006-07-021-7/+7
* o Remove rev. 1.57 leftover, not reached code.maxim2006-07-021-2/+0
* o Fix typo in the comment.maxim2006-06-301-1/+1
* Fix building with GCC 4.2: define data types before referring to them.obrien2006-06-291-0/+1
OpenPOWER on IntegriCloud