| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't fail if _ftp_stat() reports a protocol error, since that most likely | des | 2000-07-27 | 1 | -0/+1 |
* | Let wall report the local timezone as well on output. | asmodai | 2000-07-27 | 1 | -2/+2 |
* | -mkdir the ${DESTDIR}/modules directory upon modules-install in case it | green | 2000-07-27 | 4 | -0/+4 |
* | Distinguish between whether ktraceing was enabled before an IO | green | 2000-07-27 | 1 | -2/+6 |
* | Remove the only use of SCARG and perform dead code elimination. | marcel | 2000-07-27 | 4 | -14/+4 |
* | Fix an annoying bogon in the form of a missing tab when generating CD-ROM | jhb | 2000-07-27 | 3 | -3/+3 |
* | Use a custom Tigon 2 firmware image, hopefully temporarily. This is | wpaul | 2000-07-26 | 2 | -3366/+3456 |
* | Fix temp. singnals blocking. Only one signal was blocked due to typo pasted | ache | 2000-07-26 | 1 | -3/+5 |
* | Add address translation support for RTSP/RTP used by RealPlayer and | archie | 2000-07-26 | 16 | -6/+1638 |
* | Disable LK_CANRECURSE on buffer locks. The recusion is needed only for | mckusick | 2000-07-26 | 1 | -1/+1 |
* | Clean up the snapshot code so that it no longer depends on the use of | mckusick | 2000-07-26 | 5 | -13/+38 |
* | o Lock vnode before calling extattr_* VOP's, and modify vnode spec to | rwatson | 2000-07-26 | 3 | -13/+23 |
* | Fix the reporting of a raw device node. | asmodai | 2000-07-26 | 1 | -2/+2 |
* | Remove the SHM_PHYS_BACKED option. | jhb | 2000-07-26 | 1 | -1/+0 |
* | Document the SYSV IPC kernel options. Also, remove the SHM_PHYS_BACKED | jhb | 2000-07-26 | 2 | -28/+96 |
* | Fix the "mfs_badop[vop_getwritemount] = 45" messages. | phk | 2000-07-26 | 1 | -0/+1 |
* | Remove the 'going nowhere' warning as this belongs in the RELNOTES only | wilko | 2000-07-26 | 1 | -8/+1 |
* | Update the description of available channel for Japan. | sanpei | 2000-07-26 | 1 | -14/+15 |
* | Fix a paste-o error which broke the build | jkh | 2000-07-26 | 1 | -2/+1 |
* | Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelay | sheldonh | 2000-07-26 | 2 | -6/+16 |
* | Restore the old semantics of deleting the output file when interrupted. | des | 2000-07-26 | 1 | -2/+4 |
* | If a directory is world-writable or is not owned by root, skip it | jdp | 2000-07-26 | 3 | -5/+35 |
* | Take a lesson from picoBSD: symlink /bin and /sbin to /stand in the mfsroot | jhb | 2000-07-26 | 1 | -2/+5 |
* | Revamp the code that calls shared libraries' init and fini functions. | jdp | 2000-07-26 | 2 | -106/+185 |
* | Bump an upper limit test so the xterm termcap selection actually works. | jhb | 2000-07-26 | 3 | -3/+3 |
* | Since the XFree86 port builds and installs some extras not found in the | jhb | 2000-07-26 | 51 | -0/+5170 |
* | This script uses the other scripts in this directory to build XFree86 | jhb | 2000-07-26 | 1 | -0/+54 |
* | This script takes the packing lists we generated earlier and generates the | jhb | 2000-07-26 | 1 | -0/+79 |
* | This script uses the XFree86 and XFree86-contrib ports to build and install | jhb | 2000-07-26 | 2 | -0/+653 |
* | This script uses an existing set of XFree86 distribution tarballs to | jhb | 2000-07-26 | 1 | -0/+75 |
* | Remove the preliminary support for ATAPI. It does not work and breaks | n_hibma | 2000-07-26 | 1 | -0/+6 |
* | Don't give the DEC Alpha user the chance to install the X servers that are | obrien | 2000-07-25 | 2 | -0/+12 |
* | Change to support vmware... SIOCSIFADDR on the character device | nsayer | 2000-07-25 | 2 | -6/+8 |
* | Use a much saner method of locating the release directory on an FTP server. | jhb | 2000-07-25 | 5 | -325/+354 |
* | style(9)'ify all the function prototypes by protecting all the parameter | jhb | 2000-07-25 | 1 | -26/+28 |
* | Grrr, build a non-crypto version of tcpdump to stick in the bin distribution. | jhb | 2000-07-25 | 1 | -1/+2 |
* | Forgot from last commit: | markm | 2000-07-25 | 0 | -0/+0 |
* | o Fix a horrible bug where small reads (< 8 bytes) would return the | markm | 2000-07-25 | 11 | -52/+103 |
* | Properly handle the case where the residual is 0, but, as the target | gibbs | 2000-07-25 | 1 | -5/+12 |
* | Add -q. this will cause the warning messages about missing | imp | 2000-07-25 | 3 | -6/+22 |
* | Followup to previous commit.. | archie | 2000-07-25 | 1 | -20/+40 |
* | MFC 1.11.2.3 from -stable to -current | dillon | 2000-07-25 | 1 | -6/+21 |
* | Now that buffer locks can be recursive, we need to delete the panics | mckusick | 2000-07-25 | 1 | -4/+0 |
* | Committed, Thanks!! | marko | 2000-07-25 | 1 | -1/+1 |
* | Document IPFILTER_DEFAULT_BLOCK. | asmodai | 2000-07-25 | 2 | -0/+2 |
* | If the server reports the size as 0, treat it as unknown. This works around | des | 2000-07-25 | 1 | -3/+2 |
* | sync with the RELENG_4 HARDWARE.TXT | wilko | 2000-07-25 | 1 | -8/+24 |
* | Fix a bug introduced in rev 1.8, where special files ended up | sheldonh | 2000-07-25 | 1 | -1/+2 |
* | Centralize the default port finding code. | des | 2000-07-25 | 3 | -33/+43 |
* | Workaround to avoid panic during detach pccard nic. | ume | 2000-07-25 | 1 | -1/+4 |