| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | New translations | gioria | 2002-10-19 | 9 | -3/+1454 |
* | Add the manual page which explains how gbde works and which bits it is | phk | 2002-10-19 | 2 | -0/+276 |
* | Fix the path to the make.conf example file. | blackend | 2002-10-19 | 1 | -1/+2 |
* | Set the NOMACCHECK flag for namei()'s generated by the NFS server code. | rwatson | 2002-10-19 | 1 | -0/+1 |
* | New translation | gioria | 2002-10-19 | 1 | -0/+891 |
* | 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 |
* | SGML-ise accents | gioria | 2002-10-19 | 2 | -79/+90 |
* | 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 |
* | Fixups to get make release going again for i386: | sam | 2002-10-19 | 1 | -5/+21 |
* | o since you can't use DIOCGDINFO and DIOCGSLICEINFO on drive nodes with geom, | sam | 2002-10-19 | 1 | -62/+456 |
* | hardware/common/dev.sgml : MFen 1.106 | gioria | 2002-10-19 | 7 | -20/+55 |
* | New release note: Wide character C library functions. | bmah | 2002-10-19 | 2 | -2/+16 |
* | Use manpage entity for pst(4). | bmah | 2002-10-19 | 2 | -2/+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 |
* | Since NEWCARD is the default pccard subsystem, pccard[cd] is no | matusita | 2002-10-19 | 2 | -2/+2 |
* | Indent code example with one tab, not two, for consistency with the rest. | tjr | 2002-10-19 | 1 | -8/+8 |
* | C89 does not specifiy strsep(), so our strsep() implementation cannot | tjr | 2002-10-19 | 1 | -1/+0 |
* | The ftok() function has not been in libcompat for quite a while. | tjr | 2002-10-19 | 1 | -3/+0 |
* | Add sr_YU locales | ache | 2002-10-19 | 13 | -2/+334 |
* | Add sr_YU locales | ache | 2002-10-19 | 2 | -1/+41 |
* | Add sr_YU locale directories | ache | 2002-10-19 | 2 | -0/+12 |
* | 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 |
* | Fix a problem with RTLD_TRACE flag to dlopen(3), which sometimes can return | sobomax | 2002-10-19 | 2 | -11/+12 |
* | Fix security bug in contains_dot_dot routine. | sobomax | 2002-10-19 | 2 | -1/+17 |
* | Clear the pending counts in the superblock after a successful run | mckusick | 2002-10-19 | 1 | -1/+4 |
* | In link_elf_load_file(), when SPARSE_MAPPING is defined and we | marcel | 2002-10-19 | 2 | -2/+0 |
* | So a positive time zone offset is west, right? or is it east? Um. | fanf | 2002-10-19 | 1 | -0/+9 |
* | 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 |
* | Add the libz derived files, added in the previous commit, to | marcel | 2002-10-19 | 1 | -0/+2 |