summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix temp. singnals blocking. Only one signal was blocked due to typo pastedache2000-07-261-3/+5
* Add address translation support for RTSP/RTP used by RealPlayer andarchie2000-07-2616-6/+1638
* Disable LK_CANRECURSE on buffer locks. The recusion is needed only formckusick2000-07-261-1/+1
* Clean up the snapshot code so that it no longer depends on the use ofmckusick2000-07-265-13/+38
* o Lock vnode before calling extattr_* VOP's, and modify vnode spec torwatson2000-07-263-13/+23
* Fix the reporting of a raw device node.asmodai2000-07-261-2/+2
* Remove the SHM_PHYS_BACKED option.jhb2000-07-261-1/+0
* Document the SYSV IPC kernel options. Also, remove the SHM_PHYS_BACKEDjhb2000-07-262-28/+96
* Fix the "mfs_badop[vop_getwritemount] = 45" messages.phk2000-07-261-0/+1
* Remove the 'going nowhere' warning as this belongs in the RELNOTES onlywilko2000-07-261-8/+1
* Update the description of available channel for Japan.sanpei2000-07-261-14/+15
* Fix a paste-o error which broke the buildjkh2000-07-261-2/+1
* Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelaysheldonh2000-07-262-6/+16
* Restore the old semantics of deleting the output file when interrupted.des2000-07-261-2/+4
* If a directory is world-writable or is not owned by root, skip itjdp2000-07-263-5/+35
* Take a lesson from picoBSD: symlink /bin and /sbin to /stand in the mfsrootjhb2000-07-261-2/+5
* Revamp the code that calls shared libraries' init and fini functions.jdp2000-07-262-106/+185
* Bump an upper limit test so the xterm termcap selection actually works.jhb2000-07-263-3/+3
* Since the XFree86 port builds and installs some extras not found in thejhb2000-07-2651-0/+5170
* This script uses the other scripts in this directory to build XFree86jhb2000-07-261-0/+54
* This script takes the packing lists we generated earlier and generates thejhb2000-07-261-0/+79
* This script uses the XFree86 and XFree86-contrib ports to build and installjhb2000-07-262-0/+653
* This script uses an existing set of XFree86 distribution tarballs tojhb2000-07-261-0/+75
* Remove the preliminary support for ATAPI. It does not work and breaksn_hibma2000-07-261-0/+6
* Don't give the DEC Alpha user the chance to install the X servers that areobrien2000-07-252-0/+12
* Change to support vmware... SIOCSIFADDR on the character devicensayer2000-07-252-6/+8
* Use a much saner method of locating the release directory on an FTP server.jhb2000-07-255-325/+354
* style(9)'ify all the function prototypes by protecting all the parameterjhb2000-07-251-26/+28
* Grrr, build a non-crypto version of tcpdump to stick in the bin distribution.jhb2000-07-251-1/+2
* Forgot from last commit:markm2000-07-250-0/+0
* o Fix a horrible bug where small reads (< 8 bytes) would return themarkm2000-07-2511-52/+103
* Properly handle the case where the residual is 0, but, as the targetgibbs2000-07-251-5/+12
* Add -q. this will cause the warning messages about missingimp2000-07-253-6/+22
* Followup to previous commit..archie2000-07-251-20/+40
* MFC 1.11.2.3 from -stable to -currentdillon2000-07-251-6/+21
* Now that buffer locks can be recursive, we need to delete the panicsmckusick2000-07-251-4/+0
* Committed, Thanks!!marko2000-07-251-1/+1
* Document IPFILTER_DEFAULT_BLOCK.asmodai2000-07-252-0/+2
* If the server reports the size as 0, treat it as unknown. This works arounddes2000-07-251-3/+2
* sync with the RELENG_4 HARDWARE.TXTwilko2000-07-251-8/+24
* Fix a bug introduced in rev 1.8, where special files ended upsheldonh2000-07-251-1/+2
* Centralize the default port finding code.des2000-07-253-33/+43
* Workaround to avoid panic during detach pccard nic.ume2000-07-251-1/+4
* s%LINT%NOTES%gbillf2000-07-252-8/+8
* Actually make the date printing hack work.jkh2000-07-251-1/+1
* Restore the screen after possibly spamming it.jkh2000-07-252-0/+6
* kern_accf.c is now uipc_accf.c after repo copy.ps2000-07-251-1/+1
* Do not need vrele(nd.ni_vp) as that is done by NDFREE(&nd, 0);mckusick2000-07-252-10/+0
* Add stub for softdep_flushworklist() so that kernels compiledmckusick2000-07-251-0/+10
* Eliminate periodic 'mfs_badop[vop_getwritemount] = 45' messages.mckusick2000-07-251-0/+1
OpenPOWER on IntegriCloud