| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | s%LINT%NOTES%g | billf | 2000-07-25 | 2 | -8/+8 |
* | Actually make the date printing hack work. | jkh | 2000-07-25 | 1 | -1/+1 |
* | Restore the screen after possibly spamming it. | jkh | 2000-07-25 | 2 | -0/+6 |
* | kern_accf.c is now uipc_accf.c after repo copy. | ps | 2000-07-25 | 1 | -1/+1 |
* | Do not need vrele(nd.ni_vp) as that is done by NDFREE(&nd, 0); | mckusick | 2000-07-25 | 2 | -10/+0 |
* | Add stub for softdep_flushworklist() so that kernels compiled | mckusick | 2000-07-25 | 1 | -0/+10 |
* | Eliminate periodic 'mfs_badop[vop_getwritemount] = 45' messages. | mckusick | 2000-07-25 | 1 | -0/+1 |
* | o Add missing function return types from capability syscall call stubs, | rwatson | 2000-07-25 | 1 | -0/+4 |
* | Don't build crypto-enabled telnetd if NO_OPENSSL is defined, since it | kris | 2000-07-25 | 1 | -1/+1 |
* | Several fixes: | archie | 2000-07-25 | 2 | -26/+59 |
* | aic7xxx.c: | gibbs | 2000-07-24 | 3 | -49/+92 |
* | Rev 1.4 shut up warnings about uninitialized (not unused) variables. | sheldonh | 2000-07-24 | 0 | -0/+0 |
* | Avoid the need to capitalize an extraneous argument to the Nm macro | sheldonh | 2000-07-24 | 1 | -5/+8 |
* | Simplify some conditionals. | sheldonh | 2000-07-24 | 1 | -12/+10 |
* | Shut an optimizing compiler up about possibly (but never) unused | sheldonh | 2000-07-24 | 1 | -0/+2 |
* | Fix a bug so that we have correct number of pccard instances in pcic_attach(). | iwasaki | 2000-07-24 | 1 | -1/+1 |
* | Allocate major number 153 for the character device interface for the ti(4) | ken | 2000-07-24 | 1 | -0/+1 |
* | Back out rev 1.12 (safe quoting) until I have a chance to rework the change | obrien | 2000-07-24 | 1 | -77/+77 |
* | Typos and spelling fixes. | ps | 2000-07-24 | 2 | -6/+9 |