summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Correct chmod of /usr/include/rpcsvc to match mtree file.rgrimes1995-03-181-2/+2
|
* Temporarily add mkdir/chown of /usr/include/${LUDIR} so that thingsrgrimes1995-03-181-1/+3
| | | | | are consistent with the mtree file. These and all other mkdir/chown/ chmod calls shall be removed in a future version of this file.
* Use new mtree file to rebuild /usr/include.rgrimes1995-03-182-5/+56
|
* Use new mtree file to rebuild /usr/include.rgrimes1995-03-181-15/+7
| | | | | Replace rm -f; ln -s with ln -sf when installing LATIN1LINKS, also do not attempt to chown/chmod these links.
* Don't rely on the shared library bringing in libmd, do it explicitly.nate1995-03-181-2/+2
| | | | | | | Change the library order so libcrypt is the last library in the list. libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically.
* Change the library order so libcrypt is the last library in the list.nate1995-03-181-2/+2
| | | | | | libskey contains references to _crypt and can't resolve it unless -lcrypt occurs after it in the link command. This only occurs when linking statically.
* Fixed comments and removed b_cylinder #define.dg1995-03-182-26/+10
|
* Integrated change from 1.1.5: Fixed broken disksort to sort by pblknodg1995-03-182-26/+12
| | | | rather than by cylinder.
* Fix 'putting +: in /etc/group causes many programs to dump core' bugwpaul1995-03-181-1/+11
| | | | | | | | | by heading off possible null pointer dereferences in grscan(). Also change getgrnam() slightly to properly handle the change: if grscan() returns an rval of 1 and leaves a '+' in the gr_name field and YP is enabled, poll the YP group.byname map before giving up. This should insure that we make every effort to find a match in the local and YP group databases before bailing out.
* Don't use user PATH into environment for sec reasonsache1995-03-181-3/+3
|
* 1) Call nroff instead of groff, nroff have some internal groff optionsache1995-03-182-4/+4
| | | | | | 2) Use absolute pathname for nroff 3) Use -Tascii instead -Tlatin1, too many strange chars (like soft hyphens f.e.) appearse in other case.
* rename ngroff to groffpst1995-03-181-2/+2
|
* In vm_page_alloc_contig: Removed a redundant semicolon and used 'm' insteaddg1995-03-181-3/+3
| | | | of &pga[i] in one place.
* Increase the DELAY used in ahc_poll. This is only used during intialgibbs1995-03-171-47/+67
| | | | | | | | | | | | | | | probe of the device and shouldn't affect normal operation. It seems that some version of the aic7870 are extreamly slow in clearing their interrupt register so the added delay is required to ensure we don't poll a stale interrupt value. Clean up debugging printfs and stuff superflous output into #ifdef AHC_DEBUG. Ensure that sdtrpending and wdtrpending are cleared in all cases after we recieve an SDTR or WDTR message. With this commit, the 294x should work or at least be much closer to working properly.
* Make the aic7xxx assembler take quoted strings as a single token.gibbs1995-03-176-26/+96
| | | | Make $Id the version variable which required the quoted string "feature".
* Beginnings of support for loadable pseudo-devices. bsd.kmod.mk supportwollman1995-03-172-3/+24
| | | | and Makefiles for the more interesting ones to come on Monday.
* Change probe output to gus0 instead of snd4.swallace1995-03-171-2/+2
|
* Gcc v2.6.3 currently has a problem with templates. Specifically, withnate1995-03-171-0/+4
| | | | | | | | | | | | | default switches, template functions get EXTERNAL linkage in each file in which they occur, causing multiple definition errors during linking. The enclosed patch (from gnu.g++.bug) appears to solve the problem (I enclose the accompanying message as well). This patch fixes the multiply defined template functions bug which was introduced in 2.6.1. Submitted by: "Justin T. Gibbs" <gibbs@estienne.cs.berkeley.edu> Obtained from: Jason Merrill at cygnus support on G++ mailing list
* Fix savestring & gdb conflictache1995-03-172-5/+3
| | | | Moreover, this fix not breaks any pgm which uses readline's savestring
* Include a file system debugger fsdb(8).joerg1995-03-171-1/+16
|
* Remove extra fi that caused this script to fail during boot.rgrimes1995-03-171-2/+1
|
* Add dummy lchown function so that cpio understands 4.4 symbolic links.rgrimes1995-03-173-2/+35
| | | | Reviewed by: phk
* Changed some (incorrect) nfsrv_vput()'s back into regular vput()'s. Thisdg1995-03-172-8/+8
| | | | fixes the last of the known NQNFS problems (until I find more, that is :-)).
* <libkern/libkern.h> has moved to <sys/libkern.h> (repository copy).phk1995-03-175-10/+10
| | | | | Since /usr/include/libkern doesn't and shouldn't exist, this is the least evil way to handle this.
* Have include be the first $SUBDIR, this avoid install failure with thephk1995-03-171-4/+6
| | | | | | kludgeous install rule in perl/x2p. Pointed out by: rgrimes
* Dont install DES bits in cdrom area.phk1995-03-171-6/+9
|
* Remove reference to fsdb(8). We don't have it.phk1995-03-173-3/+0
|
* Remove a spurious printf.phk1995-03-171-2/+1
|
* Added a new field to the pci_device struct called pd_shutdown to specifydg1995-03-1710-26/+85
| | | | | | | a device specific shutdown routine for devconf. Assign the value of this to the kern_devconf struct. Implement a device shutdown routine for if_de that disables the device. This will stop the device from corrupting memory after a reboot.
* Call dev_shutdownall() just after unmounting filesystems.dg1995-03-172-2/+6
|
* Changed names of goaway routines into shutdown routines.dg1995-03-172-9/+9
|
* Upgradeache1995-03-178-39/+172
|
* Remove imutable bits, they will not survive anyway. First cut at cdromphk1995-03-161-2/+17
| | | | make rule.
* Fix a spelling error.phk1995-03-161-2/+2
| | | | Submitted by: Stephen McKay <syssgm@devetir.qld.gov.au>
* Fixed Stephen McKay's email address.phk1995-03-161-2/+2
|
* Fix bonehead formatting error.wollman1995-03-161-2/+2
|
* Print out the new flags.wollman1995-03-161-2/+35
|
* Add four more filesystem flags:wollman1995-03-1618-35/+43
| | | | | | | | | | VFCF_NETWORK (this FS goes over the net) VFCF_READONLY (read-write mounts do not make any sense) VFCF_SYNTHETIC (data in this FS is not real) VFCF_LOOPBACK (this FS aliases something else) cd9660 is readonly; nullfs, umapfs, and union are loopback; NFS is netowkr; procfs, kernfs, and fdesc are synthetic.
* Print out flags as text rather than a number.wollman1995-03-162-7/+19
|
* Statically-compiled filesystems now use a VFCF_STATIC flag rather thanwollman1995-03-161-7/+9
| | | | abusing the refcount.
* Document net.inet.ip.sourceroute MIB variable.wollman1995-03-161-1/+4
|
* Reject source routes unless configured on by administrator.wollman1995-03-162-18/+24
|
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-16206-536/+827
| | | | | | (except in netccitt, netiso and netns) and most of the warnings from `gcc -Wnested-externs'. Fix all the bugs found. There were no serious ones.
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-162-4/+12
| | | | | | support for PCI PCI bridges, e.g. found on 4ch. Ethernet cards). Submitted by: Wolfgang Stanglmeier <wolf@kintaro.cologne.de>
* Add inet_ntoa() and replace ARP's private routine with same.wollman1995-03-164-30/+64
|
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-163-3/+58
| | | | | | support for PCI PCI bridges, e.g. found on 4ch. Ethernet cards). Submitted by: Wolfgang Stanglmeier <wolf@kintaro.cologne.de>
* Remove isa/prof_machdep.c. It doesn't exist yet.bde1995-03-162-4/+2
|
* Fix long-standing core dump when ld returns failure.wollman1995-03-161-2/+2
|
* Semi-major RC file cleanup:wollman1995-03-163-38/+40
| | | | | | | - Do ntp right - Move recenrly-added and long-standing junk from rc.local into rc, so . that rc.local truly is LOCAL. - Fix named invocation to use the correct boot file location.
* This set of patches enables IP multicasting to work under FreeBSD. I amwollman1995-03-165-28/+71
| | | | | | | | | | | | | | | | | | | | submitting them as context diffs for the following files: sys/netinet/ip_mroute.c sys/netinet/ip_var.h sys/netinet/raw_ip.c usr.sbin/mrouted/igmp.c usr.sbin/mrouted/prune.c The routine rip_ip_input in raw_ip.c is suggested by Mark Tinguely (tinguely@plains.nodak.edu). I have been running mrouted with these patches for over a week and nothing has seemed seriously wrong. It is being run in two places on our network as a tunnel on one and a subnet querier on the other. The only problem I have run into is that mrouted on the tunnel must start up last or the pruning isn't done correctly and multicast packets flood your subnets. Submitted by: Soochon Radee <slr@mitre.org>
OpenPOWER on IntegriCloud