aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use a custom Tigon 2 firmware image, hopefully temporarily. This isBill Paul2000-07-262-3366/+3456
* Fix temp. singnals blocking. Only one signal was blocked due to typo pastedAndrey A. Chernov2000-07-261-3/+5
* Add address translation support for RTSP/RTP used by RealPlayer andArchie Cobbs2000-07-2616-6/+1638
* Disable LK_CANRECURSE on buffer locks. The recusion is needed only forKirk McKusick2000-07-261-1/+1
* Clean up the snapshot code so that it no longer depends on the use ofKirk McKusick2000-07-265-13/+38
* o Lock vnode before calling extattr_* VOP's, and modify vnode spec toRobert Watson2000-07-263-13/+23
* Fix the reporting of a raw device node.Jeroen Ruigrok van der Werven2000-07-261-2/+2
* Remove the SHM_PHYS_BACKED option.John Baldwin2000-07-261-1/+0
* Document the SYSV IPC kernel options. Also, remove the SHM_PHYS_BACKEDJohn Baldwin2000-07-262-28/+96
* Fix the "mfs_badop[vop_getwritemount] = 45" messages.Poul-Henning Kamp2000-07-261-0/+1
* Remove the 'going nowhere' warning as this belongs in the RELNOTES onlyWilko Bulte2000-07-261-8/+1
* Update the description of available channel for Japan.MIHIRA Sanpei Yoshiro2000-07-261-14/+15
* Fix a paste-o error which broke the buildJordan K. Hubbard2000-07-261-2/+1
* Describe the syncer(4)-related sysctls kern.filedelay, kern.dirdelaySheldon Hearn2000-07-262-6/+16
* Restore the old semantics of deleting the output file when interrupted.Dag-Erling Smørgrav2000-07-261-2/+4
* If a directory is world-writable or is not owned by root, skip itJohn Polstra2000-07-263-5/+35
* Take a lesson from picoBSD: symlink /bin and /sbin to /stand in the mfsrootJohn Baldwin2000-07-261-2/+5
* Revamp the code that calls shared libraries' init and fini functions.John Polstra2000-07-262-106/+185
* Bump an upper limit test so the xterm termcap selection actually works.John Baldwin2000-07-263-3/+3
* Since the XFree86 port builds and installs some extras not found in theJohn Baldwin2000-07-2651-0/+5170
* This script uses the other scripts in this directory to build XFree86John Baldwin2000-07-261-0/+54
* This script takes the packing lists we generated earlier and generates theJohn Baldwin2000-07-261-0/+79
* This script uses the XFree86 and XFree86-contrib ports to build and installJohn Baldwin2000-07-262-0/+653
* This script uses an existing set of XFree86 distribution tarballs toJohn Baldwin2000-07-261-0/+75
* Remove the preliminary support for ATAPI. It does not work and breaksNick Hibma2000-07-261-0/+6
* Don't give the DEC Alpha user the chance to install the X servers that areDavid E. O'Brien2000-07-252-0/+12
* Change to support vmware... SIOCSIFADDR on the character deviceNick Sayer2000-07-252-6/+8
* Use a much saner method of locating the release directory on an FTP server.John Baldwin2000-07-255-325/+354
* style(9)'ify all the function prototypes by protecting all the parameterJohn Baldwin2000-07-251-26/+28
* Grrr, build a non-crypto version of tcpdump to stick in the bin distribution.John Baldwin2000-07-251-1/+2
* Forgot from last commit:Mark Murray2000-07-250-0/+0
* o Fix a horrible bug where small reads (< 8 bytes) would return theMark Murray2000-07-2511-52/+103
* Properly handle the case where the residual is 0, but, as the targetJustin T. Gibbs2000-07-251-5/+12
* Add -q. this will cause the warning messages about missingWarner Losh2000-07-253-6/+22
* Followup to previous commit..Archie Cobbs2000-07-251-20/+40
* MFC 1.11.2.3 from -stable to -currentMatthew Dillon2000-07-251-6/+21
* Now that buffer locks can be recursive, we need to delete the panicsKirk McKusick2000-07-251-4/+0
* Committed, Thanks!!Mark Ovens2000-07-251-1/+1
* Document IPFILTER_DEFAULT_BLOCK.Jeroen Ruigrok van der Werven2000-07-252-0/+2
* If the server reports the size as 0, treat it as unknown. This works aroundDag-Erling Smørgrav2000-07-251-3/+2
* sync with the RELENG_4 HARDWARE.TXTWilko Bulte2000-07-251-8/+24
* Fix a bug introduced in rev 1.8, where special files ended upSheldon Hearn2000-07-251-1/+2
* Centralize the default port finding code.Dag-Erling Smørgrav2000-07-253-33/+43
* Workaround to avoid panic during detach pccard nic.Hajimu UMEMOTO2000-07-251-1/+4
* s%LINT%NOTES%gBill Fumerola2000-07-252-8/+8
* Actually make the date printing hack work.Jordan K. Hubbard2000-07-251-1/+1
* Restore the screen after possibly spamming it.Jordan K. Hubbard2000-07-252-0/+6
* kern_accf.c is now uipc_accf.c after repo copy.Paul Saab2000-07-251-1/+1
* Do not need vrele(nd.ni_vp) as that is done by NDFREE(&nd, 0);Kirk McKusick2000-07-252-10/+0
* Add stub for softdep_flushworklist() so that kernels compiledKirk McKusick2000-07-251-0/+10