summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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!).
* | Ye GODS! What I had to go through to make this thing exit with a non-zerojkh1994-09-287-24/+48
| | | | | | | | | | return status when a transfer failed! Hopefully, the next release will do this more elegantly and make these changes short-lived.
* | Don't hardcode patch and its arguments. Not quite the same patch as submittedjkh1994-09-281-2/+6
| | | | | | | | by Robert Withrow, but he prodded me into thinking about it again. Thanks, Rob.
* | /etc/profile added (the similar stuff like in csh.login)ache1994-09-282-2/+11
| |
* | Mark in comment, that startup locale restricted to 8-bitache1994-09-281-1/+1
| |
* | Change locale comments to be more clearache1994-09-281-1/+3
| |
* | getbootfile() not invokedpst1994-09-281-1/+1
| |
* | Don't build profiled libraries. (NOPROFILE= yes. I don't like the negativebde1994-09-281-0/+2
| | | | | | | | | | logic or lack of checking of truth values. There are too many ways to spell "yes". Some Makefiles spell it as "no".)
* | Ensure normal selection and alignment of the text and data sections beforebde1994-09-283-6/+48
| | | | | | | | | | | | including files. vector.s sometimes left the data section misaligned (depending on the configuration) so all the time-critical globals in icu.s were sometimes misaligned.
* | A minor slip, ktrnamei() is void, not int.phk1994-09-271-2/+2
| |
* | Previous commit should have read ...in vm_page_alloc_contig().dg1994-09-271-2/+3
| | | | | | | | | | | | | | | | ...(this commit): moved initialization of 'start' to make it more clear that it is initialized properly (also in vm_page_alloc_contig). Reviewed by: Submitted by: Obtained from:
* | Fixed another bug, and cleaned up the code.dg1994-09-271-6/+6
| |
* | Added declarations, fixed bugs due to missing decls. At least one of themphk1994-09-2716-222/+336
| | | | | | | | could panic a system. (I know, it paniced mine!).
* | ktrace.c: added decl of ktrnameiphk1994-09-275-9/+16
| | | | | | | | | | | | lkm.h: added decl of lkmdispatch mount.h: added decl of vfs_busy,vfs_unbusy syscall: The "created from" changed.
* | Addedphk1994-09-273-3/+9
| | | | | | | | | | options DIAGNOSTIC options MSDOSFS_DEBUG
* | Added include of <machine/cons.h> so that cngetc() gets declared.phk1994-09-271-1/+2
| |
* | Moved the "relookup" routine into vfs_lookup.c from ufs/ufs/ufs_vnops.c.phk1994-09-273-161/+164
| | | | | | | | Several FS's use this, so it doesn't belong in ufs. (unionfs, msdosfs and ufs)
* | Fixed multiple bugs in previous version of vm_page_alloc_contig.dg1994-09-271-14/+15
| |
OpenPOWER on IntegriCloud