| Commit message (Expand) | Author | Age | Files | Lines |
* | - Lock page queue accesses in pmap_release(). | alc | 2002-10-20 | 1 | -1/+3 |
* | Remove the special casing for IP addresses that are within the IVT | marcel | 2002-10-20 | 1 | -22/+2 |
* | Define IVT_ENTRY and IVT_END as special versions of ENTRY and END | marcel | 2002-10-20 | 2 | -300/+320 |
* | If MAC_MAX_POLICIES isn't defined, don't try to define it, just let the | rwatson | 2002-10-20 | 9 | -27/+9 |
* | Stake a claim on 418 (__xstat), 419 (__xfstat), 420 (__xlstat) | peter | 2002-10-19 | 4 | -0/+12 |
* | Put back NORMAL_C_NOWERROR, it was actually used. | mux | 2002-10-19 | 1 | -0/+1 |
* | umap_sync is empty and is identical to vfs_stdsync. Remove it and | kan | 2002-10-19 | 1 | -16/+1 |
* | style(9) | kan | 2002-10-19 | 1 | -4/+7 |
* | Grab 416/417 real estate before I get burned while testing again. | peter | 2002-10-19 | 4 | -0/+8 |
* | Whitespace fixes per style(9) | kan | 2002-10-19 | 1 | -11/+10 |
* | Set the NOMACCHECK flag for namei()'s generated by the NFS server code. | rwatson | 2002-10-19 | 1 | -0/+1 |
* | Add a new 'NOMACCHECK' flag to namei() NDINIT flags, which permits the | rwatson | 2002-10-19 | 2 | -7/+13 |
* | Regen from addition of execve_mac placeholder. | rwatson | 2002-10-19 | 5 | -5/+5 |
* | Implement the CDROMREADAUDIO ioctl. | marcel | 2002-10-19 | 1 | -1/+37 |
* | Add a placeholder for the execve_mac() system call, similar to SELinux's | rwatson | 2002-10-19 | 4 | -0/+4 |
* | Drop in the MAC check for file creation as part of open(). | rwatson | 2002-10-19 | 1 | -3/+11 |
* | Make sure to clear the 'registered' flag for MAC policies when they | rwatson | 2002-10-19 | 9 | -0/+9 |
* | Hook up most of the MAC entry points relating to file/directory/node | rwatson | 2002-10-19 | 2 | -4/+136 |
* | Remove the _ia64_unwind_start and _ia64_unwind_end symbols. We now | marcel | 2002-10-19 | 1 | -2/+0 |
* | Update the unwind information when modules are loaded and unloaded | marcel | 2002-10-19 | 4 | -52/+85 |
* | Add two hooks to signal module load and module unload to MD code. | marcel | 2002-10-19 | 9 | -0/+106 |
* | Reduce code duplication by moving the common actions in | marcel | 2002-10-19 | 2 | -116/+112 |
* | Non-functional change in preparation of the next commit: | marcel | 2002-10-19 | 2 | -82/+72 |
* | Complete the page queues locking needed for the page-based copy- | alc | 2002-10-19 | 2 | -3/+9 |
* | Fix a missing initialization. | phk | 2002-10-19 | 1 | -0/+1 |
* | Add Geom Based Disk Encryption to the tree. | phk | 2002-10-19 | 8 | -0/+1836 |
* | Permits UFS ACLs to be used with the GENERIC kernel. Due to recent | rwatson | 2002-10-19 | 7 | -0/+7 |
* | - Remove ${NORMAL_C_NOWERROR}, it is not used anymore. To build | mux | 2002-10-19 | 1 | -3/+2 |
* | Clarify that the UFS1 extended attribute configuration steps do not apply | rwatson | 2002-10-19 | 1 | -2/+2 |
* | Explicitely specify an alignment for struct pcb. While all regular pcb's | tmm | 2002-10-19 | 1 | -1/+1 |
* | The argument to the DIOCGMEDIASIZE ioctl() is an off_t, not an u_int. | tmm | 2002-10-19 | 1 | -1/+1 |
* | Style(9). Make some function declarations consistent with the rest, | markm | 2002-10-19 | 3 | -24/+10 |
* | Several malloc() calls were passing the M_DONTWAIT flag | mux | 2002-10-19 | 1 | -3/+3 |
* | In link_elf_load_file(), when SPARSE_MAPPING is defined and we | marcel | 2002-10-19 | 2 | -2/+0 |
* | Make this compile when DDB is not defined by conditionally compiling | marcel | 2002-10-19 | 1 | -1/+6 |
* | Make the unwind functions standard and not optional on ddb. They | marcel | 2002-10-19 | 1 | -1/+1 |
* | Don't leak memory in semop(2). (Fix a bug I introduced in rev 1.55.) | alfred | 2002-10-19 | 1 | -1/+2 |
* | Pass the right number of tlb slots to the kernel. The allocation scheme | tmm | 2002-10-18 | 1 | -10/+4 |
* | Fix a file-rewrite performance case for UFS[2]. When rewriting portions | dillon | 2002-10-18 | 3 | -7/+36 |
* | * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec. | njl | 2002-10-18 | 4 | -2/+61 |
* | MFufs 1.33: | bde | 2002-10-18 | 2 | -2/+2 |
* | (1) added LSI Logic copyright, and legal line 3 in license, and string | emoore | 2002-10-18 | 11 | -72/+216 |
* | Update extended attribute readme file to note that no special configuration | rwatson | 2002-10-18 | 1 | -1/+6 |
* | Update instructions for ACLs given recent tunefs, mount changes. Also | rwatson | 2002-10-18 | 1 | -5/+33 |
* | Use 'size_t' instead of 'int' for the result of sizeof(). | rwatson | 2002-10-18 | 1 | -1/+1 |
* | Do not lock the process when calling fdfree() (this would have recursed on | jhb | 2002-10-18 | 1 | -4/+0 |
* | fdfree() clears p_fd for us, no need to do it again. | jhb | 2002-10-18 | 1 | -1/+0 |
* | Don't lock the proc lock to clear p_fd. p_fd isn't protected by the proc | jhb | 2002-10-18 | 1 | -2/+0 |
* | Replace the vm_page hash table with a per-vmobject splay tree. There should | dillon | 2002-10-18 | 4 | -59/+96 |
* | Build openfirmio on sparc64. | tmm | 2002-10-18 | 1 | -0/+1 |