summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Fix a gcc-3.1+ warning.peter2002-03-194-0/+10
* Pacify gcc-3.1+, initialize two variables to avoid -Wuninitializedpeter2002-03-191-2/+2
* Fix warnings on gcc-3.1+ where __func__ is a const char * instead of apeter2002-03-191-2/+2
* This is the first part of the new kernel memory allocator. This replacesjeff2002-03-196-311/+141
* Close a race when vfs_syscalls.c:checkdirs() runs.alfred2002-03-193-15/+31
* Fixed some printf format errors (hopefully all of the remaining daddr64_tbde2002-03-191-8/+10
* - Lock down the ``module'' structure by adding an SX lock that is used byarr2002-03-183-26/+71
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-171-1/+2
* Convert all pmap_kenter/pmap_kremove pairs in MI code to use pmap_qenter/jake2002-03-173-6/+6
* Implement PT_IO (read / write arbitrary amounts of data or text).des2002-03-161-0/+31
* PT_[GS]ET{,DB,FP}REGS isn't really optional any more, since we have dummydes2002-03-151-25/+1
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-153-7/+7
* Giant pushdown for read/write/pread/pwrite syscalls.alfred2002-03-156-11/+26
* Bug fixes:alfred2002-03-151-5/+10
* Fixes to make select/poll mpsafe.alfred2002-03-142-116/+114
* Rename SI_SUB_MUTEX to SI_SUB_MTX_POOL to make the name at all accurate.green2002-03-131-1/+1
* Add realloc() and reallocf(), and make free(NULL, ...) acceptable.archie2002-03-131-0/+74
* This patch adds the "LOCKSHARED" option to namei which causes it to only acqu...jeff2002-03-124-0/+107
* Make the disk_clone() routine more robust for abuse.phk2002-03-111-33/+26
* Stop abusing the pgrpsess_lock.tanimura2002-03-114-12/+8
* Do not lock the pgrpsess_lock exclusively across ttywait().tanimura2002-03-111-0/+2
* Don't assign strcmp to a variable called err and then compare itdwmalone2002-03-101-20/+12
* Fix a breakage introduced in rev.1.75 (supposedly style cleanup), which resultssobomax2002-03-101-6/+6
* Make the proposed name arg to dev_stdclone() const.phk2002-03-101-1/+1
* Remove __Palfred2002-03-091-6/+6
* Don't deref NULL mutex pointer when pipeclose()'ing a pipe that is notalfred2002-03-091-30/+51
* Delete "notyet" code before it becomes "ohh no" code.phk2002-03-091-8/+0
* Make the DEVICE_POLLING code compile with -Werror and in LINTluigi2002-03-092-2/+8
* - Use a MI critical section in witness_sleep() and witness_list() as theyjhb2002-03-081-6/+9
* Read KTR_CPU into a temporary variable so that we use a consistent valuejhb2002-03-081-7/+4
* Move the mount of the root filesystem to happen in the init process beforephk2002-03-083-10/+6
* Unconditionally limit maxproc so that it is not possiblesilby2002-03-071-0/+6
* Add needed includes of machine/smp.h, remove nested include in sys/smp.hjake2002-03-072-0/+3
* Rename runq_find() to runq_findproc(), and hide it behind #ifdef DIAGNOSTIC,des2002-03-061-3/+5
* Fix a typo, unbreak the world.maxim2002-03-061-1/+1
* Don't (blindly) truncate the unit number to 4 digits when formatting thebde2002-03-061-1/+3
* Maximum semid is seminfo.semmni not seminfo.semmsl.maxim2002-03-061-3/+3
* Three p_ucred -> td_ucred's missed in jhb's earlier pass; all appear torwatson2002-03-053-5/+5
* The change from td->td_proc->p_ucred to td->td_ucred has shortened somerwatson2002-03-052-8/+6
* - Use td_ucred for jail checks.jhb2002-03-053-84/+45
* * Move bswlist declaration and initialization from kern/vfs_bio.c toeivind2002-03-051-4/+15
* Change wmesg to const char * instead of char *eivind2002-03-051-1/+1
* Part II: update various mechanically generated files to allow for newrwatson2002-03-052-2/+14
* Reserve system call numbers for the MAC framework. This will preventrwatson2002-03-051-1/+6
* Document all functions, global and static variables, and sysctls.eivind2002-03-059-128/+338
* Fix a warning.robert2002-03-051-2/+0
* Add a new variable mp_maxid. This is used so that per cpu datastructures mayjeff2002-03-051-2/+14
* Track the number of wired pages to avoid unwiring unwired pages.tanimura2002-03-051-0/+1
* Add generalized power profile code.iwasaki2002-03-041-0/+31
* Fix bug in mb_alloc that made systems configured withbmilekic2002-03-031-3/+1
OpenPOWER on IntegriCloud