summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Grab 416/417 real estate before I get burned while testing again.peter2002-10-194-0/+8
* Whitespace fixes per style(9)kan2002-10-191-11/+10
* Set the NOMACCHECK flag for namei()'s generated by the NFS server code.rwatson2002-10-191-0/+1
* Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits therwatson2002-10-192-7/+13
* Regen from addition of execve_mac placeholder.rwatson2002-10-195-5/+5
* Implement the CDROMREADAUDIO ioctl.marcel2002-10-191-1/+37
* Add a placeholder for the execve_mac() system call, similar to SELinux'srwatson2002-10-194-0/+4
* 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-199-0/+9
* Hook up most of the MAC entry points relating to file/directory/noderwatson2002-10-192-4/+136
* Remove the _ia64_unwind_start and _ia64_unwind_end symbols. We nowmarcel2002-10-191-2/+0
* Update the unwind information when modules are loaded and unloadedmarcel2002-10-194-52/+85
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-199-0/+106
* 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
* Complete the page queues locking needed for the page-based copy-alc2002-10-192-3/+9
* Fix a missing initialization.phk2002-10-191-0/+1
* Add Geom Based Disk Encryption to the tree.phk2002-10-198-0/+1836
* Permits UFS ACLs to be used with the GENERIC kernel. Due to recentrwatson2002-10-197-0/+7
* - Remove ${NORMAL_C_NOWERROR}, it is not used anymore. To buildmux2002-10-191-3/+2
* Clarify that the UFS1 extended attribute configuration steps do not applyrwatson2002-10-191-2/+2
* Explicitely specify an alignment for struct pcb. While all regular pcb'stmm2002-10-191-1/+1
* The argument to the DIOCGMEDIASIZE ioctl() is an off_t, not an u_int.tmm2002-10-191-1/+1
* Style(9). Make some function declarations consistent with the rest,markm2002-10-193-24/+10
* Several malloc() calls were passing the M_DONTWAIT flagmux2002-10-191-3/+3
* In link_elf_load_file(), when SPARSE_MAPPING is defined and wemarcel2002-10-192-2/+0
* Make this compile when DDB is not defined by conditionally compilingmarcel2002-10-191-1/+6
* Make the unwind functions standard and not optional on ddb. Theymarcel2002-10-191-1/+1
* Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.)alfred2002-10-191-1/+2
* Pass the right number of tlb slots to the kernel. The allocation schemetmm2002-10-181-10/+4
* Fix a file-rewrite performance case for UFS[2]. When rewriting portionsdillon2002-10-183-7/+36
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-184-2/+61
* MFufs 1.33:bde2002-10-182-2/+2
* (1) added LSI Logic copyright, and legal line 3 in license, and stringemoore2002-10-1811-72/+216
* Update extended attribute readme file to note that no special configurationrwatson2002-10-181-1/+6
* Update instructions for ACLs given recent tunefs, mount changes. Alsorwatson2002-10-181-5/+33
* Use 'size_t' instead of 'int' for the result of sizeof().rwatson2002-10-181-1/+1
* 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
* Replace the vm_page hash table with a per-vmobject splay tree. There shoulddillon2002-10-184-59/+96
* Build openfirmio on sparc64.tmm2002-10-181-0/+1
* Add a pseudo device which allows to access the OpenFirmware device treetmm2002-10-182-0/+389
* Add an #ifdef _KERNEL to make it possible to include this file fromtmm2002-10-181-5/+7
* typo.nyan2002-10-181-4/+4
* Backout my previous "brain cramp" commit.pirzyk2002-10-181-11/+9
* Cover the ELF headers with the text segment so that they get loadedmarcel2002-10-181-1/+1
* 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
* With the revised single-lock method used in snapshots, themckusick2002-10-181-1/+0
OpenPOWER on IntegriCloud