| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor grammatical correction | tom | 2002-10-20 | 1 | -2/+2 |
* | Add my birthday. | arved | 2002-10-20 | 1 | -0/+1 |
* | Do not build the majority of the games. Remaining are the | markm | 2002-10-20 | 6 | -61/+3 |
* | Since NEWCARD is the default for i386, undef PCCARD_ARCH. | matusita | 2002-10-20 | 4 | -4/+4 |
* | Complete the Geom Based Disk Encryption: Add the OAM utility. | phk | 2002-10-20 | 6 | -0/+1011 |
* | Constify input to the arc4 seed function. | phk | 2002-10-20 | 2 | -9/+52 |
* | When recycling a cached connection, increment the reference count so that | tjr | 2002-10-20 | 1 | -1/+1 |
* | MFbed: hardware/common/dev.sgml 1.108 -> 1.110 | ue | 2002-10-20 | 2 | -12/+93 |
* | #unifdef the code for checking blessed lock collisions until we need it. | phk | 2002-10-20 | 1 | -0/+13 |
* | Fix mis-indentation. | phk | 2002-10-20 | 1 | -1/+1 |
* | Don't track bio allocation in debug output. | phk | 2002-10-20 | 1 | -5/+7 |
* | Style(9) and english(9) fixes. | phk | 2002-10-20 | 1 | -55/+54 |
* | Make it possible to specify also via geom_t ID in the geom.ctl config ioctl. | phk | 2002-10-20 | 2 | -7/+11 |
* | After much delay and anticipation, welcome RAIDFrame into the FreeBSD | scottl | 2002-10-20 | 148 | -7/+45834 |
* | We HAVE_STPCPY now. | obrien | 2002-10-20 | 16 | -30/+29 |
* | - 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 |
* | Cross-reference fmtcheck(3). | tjr | 2002-10-20 | 1 | -0/+1 |
* | If MAC_MAX_POLICIES isn't defined, don't try to define it, just let the | rwatson | 2002-10-20 | 9 | -27/+9 |
* | Sort by date. | grog | 2002-10-20 | 1 | -124/+122 |
* | Clarify holidays which apply only to the USA | grog | 2002-10-20 | 1 | -35/+21 |
* | New sections translated | gioria | 2002-10-19 | 1 | -173/+202 |
* | Change the symbol lookup order to search RTLD_GLOBAL objects | kan | 2002-10-19 | 1 | -12/+12 |
* | Give in on the __sF stuff. I have a better fix in mind that is future | peter | 2002-10-19 | 1 | -1/+1 |
* | 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 |
* | 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 |