summaryrefslogtreecommitdiffstats
path: root/sys/kern
Commit message (Expand)AuthorAgeFilesLines
* Add kernel dump support, based on the ia64 version (which was committedtmm2002-10-201-1/+1
* #unifdef the code for checking blessed lock collisions until we need it.phk2002-10-201-0/+13
* If MAC_MAX_POLICIES isn't defined, don't try to define it, just let therwatson2002-10-201-3/+1
* Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat)peter2002-10-191-0/+3
* Grab 416/417 real estate before I get burned while testing again.peter2002-10-191-0/+2
* Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits therwatson2002-10-191-6/+11
* Regen from addition of execve_mac placeholder.rwatson2002-10-192-2/+2
* Add a placeholder for the execve_mac() system call, similar to SELinux'srwatson2002-10-191-0/+1
* Drop in the MAC check for file creation as part of open().rwatson2002-10-191-3/+11
* Make sure to clear the 'registered' flag for MAC policies when theyrwatson2002-10-191-0/+1
* Hook up most of the MAC entry points relating to file/directory/noderwatson2002-10-192-4/+136
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-192-0/+18
* Reduce code duplication by moving the common actions inmarcel2002-10-192-116/+112
* Non-functional change in preparation of the next commit:marcel2002-10-192-82/+72
* In link_elf_load_file(), when SPARSE_MAPPING is defined and wemarcel2002-10-192-2/+0
* Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.)alfred2002-10-191-1/+2
* Do not lock the process when calling fdfree() (this would have recursed onjhb2002-10-181-4/+0
* fdfree() clears p_fd for us, no need to do it again.jhb2002-10-181-1/+0
* Don't lock the proc lock to clear p_fd. p_fd isn't protected by the procjhb2002-10-181-2/+0
* Have lockinit() initialize the debugging fields of a lockmckusick2002-10-181-0/+9
* When the number of dirty buffers rises too high, the buf_daemon runsmckusick2002-10-181-3/+17
* Separate fiels reported by disk_err() with spaces, so that output doesn'tsobomax2002-10-171-7/+7
* Instead of (sizeof(source_buffer) - 1) bytes, copy at mostrobert2002-10-171-1/+1
* Use strlcpy() instead of strncpy() to copy NUL terminated stringsrobert2002-10-1711-28/+27
* fix kldload error return when a module is rejected because it's staticallysam2002-10-171-4/+12
* - Allocate only enough space for a temporary buffer to holdrobert2002-10-171-5/+6
* Fix a fairly subtle bug in mbuf_init() where the reference counterbmilekic2002-10-161-1/+1
* Add a missing PROC_UNLOCK in ptrace() for the PT_IO case.jhb2002-10-161-0/+1
* Many style and whitespace fixes.jhb2002-10-161-84/+83
* Sort includes a bit.jhb2002-10-161-3/+3
* Be consistent about funtions being static.phk2002-10-161-11/+11
* Replace aux mbufs with packet tags:sam2002-10-163-90/+135
* Plug a memory-leak.phk2002-10-151-0/+1
* Use ; not , as statement separator in PDEBUG() macro.phk2002-10-151-5/+4
* Argh. Put back setting of P_ADVLOCK for the F_WRLCK case that wasjhb2002-10-151-0/+3
* Fix kernel module loading on ia64. Cross-module function callsmarcel2002-10-152-0/+24
* Restore pointer that was removed in 1.128. This wasn't a merge-o.peter2002-10-151-0/+4
* - Add a new global mutex 'ppeers_lock' to protect the p_peers list ofjhb2002-10-153-44/+58
* Remove the leaderp variable and just access p_leader directly. Thejhb2002-10-151-12/+3
* Remove a KASSERT I added in 1.73 to catch uninitialized pipes.alfred2002-10-141-2/+0
* Did you ever notice how stupid bugs show up much clearerjulian2002-10-141-1/+1
* Tidy up the scheduler's code for changing the priority of a thread.julian2002-10-143-47/+60
* When scanning the freelist looking for candidate vnodes to recycle,mckusick2002-10-141-4/+3
* Unconditionally reset vp->v_vnlock back to the default in themckusick2002-10-141-1/+3
* Populate more fields of the disklabel for PC98.phk2002-10-141-0/+2
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-142-16/+15
* Eliminate the unnecessary clearing of flag bits that are already clearalc2002-10-141-4/+1
* Update a sysctl to use _POSIX_VERSION from <sys/unistd.h>, instead ofmike2002-10-131-2/+2
* Include <sys/_posix.h> directly instead of depending on <sys/proc.h>mike2002-10-131-0/+1
* whitespace fixes.alfred2002-10-121-2/+2
OpenPOWER on IntegriCloud