| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use a custom Tigon 2 firmware image, hopefully temporarily. This is | Bill Paul | 2000-07-26 | 2 | -3366/+3456 |
| * | Fix temp. singnals blocking. Only one signal was blocked due to typo pasted | Andrey A. Chernov | 2000-07-26 | 1 | -3/+5 |
| * | Add address translation support for RTSP/RTP used by RealPlayer and | Archie Cobbs | 2000-07-26 | 16 | -6/+1638 |
| * | Disable LK_CANRECURSE on buffer locks. The recusion is needed only for | Kirk McKusick | 2000-07-26 | 1 | -1/+1 |
| * | Clean up the snapshot code so that it no longer depends on the use of | Kirk McKusick | 2000-07-26 | 5 | -13/+38 |
| * | o Lock vnode before calling extattr_* VOP's, and modify vnode spec to | Robert Watson | 2000-07-26 | 3 | -13/+23 |
| * | Fix the reporting of a raw device node. | Jeroen Ruigrok van der Werven | 2000-07-26 | 1 | -2/+2 |
| * | Remove the SHM_PHYS_BACKED option. | John Baldwin | 2000-07-26 | 1 | -1/+0 |
| * | Document the SYSV IPC kernel options. Also, remove the SHM_PHYS_BACKED | John Baldwin | 2000-07-26 | 2 | -28/+96 |
| * | Fix the "mfs_badop[vop_getwritemount] = 45" messages. | Poul-Henning Kamp | 2000-07-26 | 1 | -0/+1 |
| * | Remove the 'going nowhere' warning as this belongs in the RELNOTES only | Wilko Bulte | 2000-07-26 | 1 | -8/+1 |
| * | Update the description of available channel for Japan. | MIHIRA Sanpei Yoshiro | 2000-07-26 | 1 | -14/+15 |
| * | Fix a paste-o error which broke the build | Jordan K. Hubbard | 2000-07-26 | 1 | -2/+1 |
| * | Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay | Sheldon Hearn | 2000-07-26 | 2 | -6/+16 |
| * | Restore the old semantics of deleting the output file when interrupted. | Dag-Erling Smørgrav | 2000-07-26 | 1 | -2/+4 |
| * | If a directory is world-writable or is not owned by root, skip it | John Polstra | 2000-07-26 | 3 | -5/+35 |
| * | Take a lesson from picoBSD: symlink /bin and /sbin to /stand in the mfsroot | John Baldwin | 2000-07-26 | 1 | -2/+5 |
| * | Revamp the code that calls shared libraries' init and fini functions. | John Polstra | 2000-07-26 | 2 | -106/+185 |
| * | Bump an upper limit test so the xterm termcap selection actually works. | John Baldwin | 2000-07-26 | 3 | -3/+3 |
| * | Since the XFree86 port builds and installs some extras not found in the | John Baldwin | 2000-07-26 | 51 | -0/+5170 |
| * | This script uses the other scripts in this directory to build XFree86 | John Baldwin | 2000-07-26 | 1 | -0/+54 |
| * | This script takes the packing lists we generated earlier and generates the | John Baldwin | 2000-07-26 | 1 | -0/+79 |
| * | This script uses the XFree86 and XFree86-contrib ports to build and install | John Baldwin | 2000-07-26 | 2 | -0/+653 |
| * | This script uses an existing set of XFree86 distribution tarballs to | John Baldwin | 2000-07-26 | 1 | -0/+75 |
| * | Remove the preliminary support for ATAPI. It does not work and breaks | Nick Hibma | 2000-07-26 | 1 | -0/+6 |
| * | Don't give the DEC Alpha user the chance to install the X servers that are | David E. O'Brien | 2000-07-25 | 2 | -0/+12 |
| * | Change to support vmware... SIOCSIFADDR on the character device | Nick Sayer | 2000-07-25 | 2 | -6/+8 |
| * | Use a much saner method of locating the release directory on an FTP server. | John Baldwin | 2000-07-25 | 5 | -325/+354 |
| * | style(9)'ify all the function prototypes by protecting all the parameter | John Baldwin | 2000-07-25 | 1 | -26/+28 |
| * | Grrr, build a non-crypto version of tcpdump to stick in the bin distribution. | John Baldwin | 2000-07-25 | 1 | -1/+2 |
| * | Forgot from last commit: | Mark Murray | 2000-07-25 | 0 | -0/+0 |
| * | o Fix a horrible bug where small reads (< 8 bytes) would return the | Mark Murray | 2000-07-25 | 11 | -52/+103 |
| * | Properly handle the case where the residual is 0, but, as the target | Justin T. Gibbs | 2000-07-25 | 1 | -5/+12 |
| * | Add -q. this will cause the warning messages about missing | Warner Losh | 2000-07-25 | 3 | -6/+22 |
| * | Followup to previous commit.. | Archie Cobbs | 2000-07-25 | 1 | -20/+40 |
| * | MFC 1.11.2.3 from -stable to -current | Matthew Dillon | 2000-07-25 | 1 | -6/+21 |
| * | Now that buffer locks can be recursive, we need to delete the panics | Kirk McKusick | 2000-07-25 | 1 | -4/+0 |
| * | Committed, Thanks!! | Mark Ovens | 2000-07-25 | 1 | -1/+1 |
| * | Document IPFILTER_DEFAULT_BLOCK. | Jeroen Ruigrok van der Werven | 2000-07-25 | 2 | -0/+2 |
| * | If the server reports the size as 0, treat it as unknown. This works around | Dag-Erling Smørgrav | 2000-07-25 | 1 | -3/+2 |
| * | sync with the RELENG_4 HARDWARE.TXT | Wilko Bulte | 2000-07-25 | 1 | -8/+24 |
| * | Fix a bug introduced in rev 1.8, where special files ended up | Sheldon Hearn | 2000-07-25 | 1 | -1/+2 |
| * | Centralize the default port finding code. | Dag-Erling Smørgrav | 2000-07-25 | 3 | -33/+43 |
| * | Workaround to avoid panic during detach pccard nic. | Hajimu UMEMOTO | 2000-07-25 | 1 | -1/+4 |
| * | s%LINT%NOTES%g | Bill Fumerola | 2000-07-25 | 2 | -8/+8 |
| * | Actually make the date printing hack work. | Jordan K. Hubbard | 2000-07-25 | 1 | -1/+1 |
| * | Restore the screen after possibly spamming it. | Jordan K. Hubbard | 2000-07-25 | 2 | -0/+6 |
| * | kern_accf.c is now uipc_accf.c after repo copy. | Paul Saab | 2000-07-25 | 1 | -1/+1 |
| * | Do not need vrele(nd.ni_vp) as that is done by NDFREE(&nd, 0); | Kirk McKusick | 2000-07-25 | 2 | -10/+0 |
| * | Add stub for softdep_flushworklist() so that kernels compiled | Kirk McKusick | 2000-07-25 | 1 | -0/+10 |