summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only reinstall osreldate.h if necessarypst1994-09-291-5/+8
|
* make includes needs to do a beforeinstall in libskeypst1994-09-291-1/+2
|
* Define MAN1 man page variable.swallace1994-09-291-3/+3
| | | | | Get rid of install: and instead add an afterinstall: so that man page is properly installed
* skey.h has moved elsewherepst1994-09-291-2/+2
|
* Oops, forgot one patch for the changed selwakeup, fixed.sos1994-09-291-10/+9
|
* Add -p flag and pftp alias for passive ftppst1994-09-293-3/+18
|
* Add support for s/keyspst1994-09-292-2/+16
|
* Move skey.h back where it belongspst1994-09-292-2/+44
|
* Use new skey access routinespst1994-09-291-7/+2
|
* Install support for skey and login.accesspst1994-09-292-21/+65
|
* Install improved skey access codepst1994-09-294-10/+504
|
* Add nfs_client and amdflagspst1994-09-292-5/+11
|
* Add code to skip "userquota"/"groupquota" options needed forache1994-09-296-6/+28
| | | | quotaon/quotacheck
* Fix broken FAT_CURSOR support, don't set cursor shape on VGAache1994-09-293-3/+18
|
* Do strip -x of kernelcsgr1994-09-293-6/+33
| | | | Obtained from:1.1.5.1
* Add new files from Wilko (and in their proper place).jkh1994-09-2911-0/+776
| | | | Submitted by: Wilko Bulte
* Don't let pkg_delete remove the recorded location until everything hasjkh1994-09-293-9/+15
| | | | | | | absolutely, positively been successfully removed. Reviewed by: Submitted by: Obtained from:
* First level of changes for bringing in eBones (kerberos).csgr1994-09-2910-54/+110
| | | | | | | | - Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile, and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions, and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY DEFINE ONE OF THESE. - Make Makefiles kerberos-aware.
* Secure fingerd by defaultpst1994-09-291-1/+1
|
* Fix conflicts from importpst1994-09-291-0/+5
|
* This commit was generated by cvs2svn to compensate for changes in r3192,pst1994-09-299-4/+620
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Portmap 3.0 from win.tue.nlpst1994-09-2910-7/+625
| |
* | Tighen up rexecd(8) security (see manual page for details).pst1994-09-292-16/+58
| | | | | | | | | | | | | | Rexecd is a crock, it never should have been written, however make it so that people who have a need to run it don't hurt themselves so badly. Obtained from: Ideas obtained from logdaemon 4.3 from Wietse Venema
* | Disable rexecd by default (major security hole)pst1994-09-291-1/+1
| |
* | Define _PATH_FTPUSERSpst1994-09-291-0/+1
| |
* | Added pcaselect call.sos1994-09-291-2/+4
| |
* | Changed header sligthly.sos1994-09-293-6/+9
| |
* | Changed header slightly.sos1994-09-297-62/+109
| |
* | Updated pcaudio.c to latest from 1.1.5.1sos1994-09-296-352/+290
| | | | | | | | | | | | Enabled timer reprogramming in clock.c (this could use more work). Obtained from: FreeBSD-1.1.5.1
* | I finally had enough of tip not recognizing carrier loss. now it does.phk1994-09-293-0/+17
| |
* | Fixed bug in hardclock() that caused adjtime() to fail when givenwollman1994-09-293-27/+12
| | | | | | | | | | a negative offset. This would be seen in xntpd as a rash of ``Previous time adjustment didn't complete'' messages on startup.
* | GENERIC*: remove commented-out options; the user should have to dowollman1994-09-285-12/+8
| | | | | | | | | | | | /some/ research to figure out how to turn them on. LINT: better description of TCP_COMPAT_42: ``emulate 4.2BSD TCP bugs''.
* | LKMs are no longer options, so remove the `options LKM' from LINT.wollman1994-09-283-6/+3
| |
* | Now that LKM is standard, PROCFS isn't needed in the GENERIC kernelsdg1994-09-282-4/+2
| | | | | | | | either.
* | The FDESC filesystem is definately not needed in the GENERIC kernels.dg1994-09-282-4/+2
| |
* | LKM support is no longer optional.wollman1994-09-286-74/+3
| |
* | Disable MFS as loadable until someone figures out how to make it work.wollman1994-09-282-4/+12
| |
* | Reviewed by: Julian Elischer / Jordan K. Hubbardse1994-09-285-16/+361
| | | | | | | | | | | | | | | | | | | | | | | | Changes are only effective, if NEW_SCSICONF is defined: 1) Added u_int16 quirks to struct scsi_link for device quirks. 2) Added void *devmodes to struct scsi_link for tape density modes. 3) Modified selectdev() to return first full match (with wildcard). With this patch all device dependent configuration is done in one place (scsiconf.c), while there were some specifications in st.c and some hardware dependent drivers (ie. ncr.c) before.
* | A potential panic, found by adding declarations.phk1994-09-281-2/+2
| |
* | Added a %p to printf & friends, same thing as 0x%08x but more with thephk1994-09-281-1/+8
| | | | | | | | potiential to make a warning from gcc more useful.
* | #include ddb.h not db_output.hphk1994-09-281-2/+2
| |
* | Get rid of parentheses in version stuff. Use 2.0.0-Development instead.sef1994-09-281-3/+3
| |
* | Forget it. pcnfsd is too ugly for words because of the hand editedpst1994-09-281-1/+1
| | | | | | | | | | | | | | | | | | rpc files and other cruft. It's not important enough to have it in the source distribution and I don't feel comfortable with this, as it's below the standards of CSRG. Disable & remove pcnfsd. Either I'll rewrite this so it can all be generated with rpcgen or stuff it in ports and let it rot there.
* | Port rpc.pcnfsd to FreeBSD and enablepst1994-09-281-1/+1
| |
* | Add an entry for pcnfsd (commented out)pst1994-09-281-0/+1
| |
* | Added entries for PCI and NCR device drivers.se1994-09-283-3/+21
| |
* | Make NFS ask the filesystems for directory cookies instead of making themdfr1994-09-2810-184/+313
| | | | | | | | itself.
* | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>se1994-09-2813-74/+339
| | | | | | | | | | | | New version with improved support for WIDE SCSI using the NCR 53c825. Test for buggy secondary cache implementations. PCI Int to IRQ mapping now specified per slot.
* | Make bt_timeout() match proper calling conventions - thank you -W!jkh1994-09-281-5/+5
| |
* | Re-port over all of Atsushi Murai's 32bit support and various and sundryjkh1994-09-281-51/+217
| | | | | | | | | | | | | | | | | | | | improvements from 1.1.5.1. I tried to compile a kernel without BOUNCE_BUFFERS with the previous version for my Bt946c and it puked and died. Bringing these enhancements back in allows the faster controllers to DTRT while still not messing up the older ISA/broken VLB controllers, since bounce-buffering is still the default. In theory, anyway. Bt445S and Bt545S folks should start testing this ASAP! (actually, Bt445C and Bt545C folks even more so!).
OpenPOWER on IntegriCloud