summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-1925-103/+120
| | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier)
* Fix from Doug Rabson: Don't try to release a pbuf we didn't get.dg1995-03-191-4/+5
| | | | Minor style change by me.
* Change the xmkmf call to a xmkmf -a call. This should be more correct forats1995-03-191-3/+3
| | | | | | all X11R5 and X11R6 ports. This is the way how it should be normally used according the manuals. Only pre-X1R5 ( X11R4, X11R3) ports can't handle it.
* Incorporated 4.4-lite vnode_pager_uncache() and vnode_pager_umount()dg1995-03-191-20/+22
| | | | | | | routines (and merged local changes). The changed vnode_pager_uncache gets rids of the bogosity that you can call the routine without having the vnode locked. The changed vnode_pager_umount properly locks the vnode before calling vnode_pager_uncache.
* Removed bogus, commented out, call to vnode_pager_uncache().dg1995-03-192-4/+2
|
* Removed unnecessary call to vnode_pager_uncache(). We automatically cleardg1995-03-193-10/+8
| | | | the VTEXT flag after all mappers have finished with the object.
* Add a missing "\" in a printf before the "n".roberto1995-03-191-2/+2
|
* Moved call to vnode_pager_uncache in rename() to before the VOP_RENAME.dg1995-03-192-12/+8
| | | | | | | | | It was previously after the VOP_RENAME and the reference and lock on the vnode had already been lost, allowing interesting internel inconsistencies. This is one of the two reasons why freefall was crashing every hour or two (the other being nullfs bugs). Don't call vnode_pager_uncache in revoke(). revoke() is only allowed on VCHR and VBLK vnodes.
* Make the catman command (in the commented-out example) run by user `man'joerg1995-03-191-1/+1
| | | | instead of `root'.
* Fix a call to panic: panic doesn't do token substitution on the panicdg1995-03-191-3/+5
| | | | string.
* Patch from Kirk McKusick to fix a bug introduced in the Poul's vfs_cachedg1995-03-191-2/+2
| | | | rewrite.
* Add installation of include files from libpcap.rgrimes1995-03-191-1/+2
|
* Make newvers.sh usable from other places...phk1995-03-191-12/+19
|
* Create osreldate.h from sys/conf/newvers.sh if we an find it. Thisphk1995-03-191-2/+10
| | | | | should take a completely ridiculous reboot out of the "make release" process...
* add a couple of missing #include linesphk1995-03-192-0/+3
|
* add a \t which has been nagging me too longphk1995-03-191-2/+2
|
* Two major changes:wpaul1995-03-191-4/+71
| | | | | | | | | | | | | | - Added support for reading netgroups from NIS/YP in addition to the local /etc/netgroups file. (Note that SunOS and many other systems only support reading netgroups via NIS, which is a bit odd.) - Fix Evil Null Pointer Dereferences From Hell (tm) that caused parse_netgrp() to SEGV when expanding netgroups that include references to other netgroups. Funny how nobody else noticed this. This is the first step in implimenting +@netgroup substitution in getpwent.c and any other places that could use it and don't already support it (which is probably everywhere).
* And all serial chars with 0x7f to discard parity bits.phk1995-03-191-1/+2
|
* Make the +%d-%d part +%03d-%03d so ls(1) sorts the files more sensibly.phk1995-03-191-1/+1
|
* Add back SNDCTL_DSP_SETBLKSIZE ioctl code that got zapped.swallace1995-03-181-1/+15
| | | | Submitted by: Jim Lowe <james@miller.cs.uwm.edu>
* Don't sync the inode date changes of character special devicesdg1995-03-181-3/+3
| | | | | | | | | | during the FS sync. The system would appear to hang momentarily if there was a large backlog of I/O. This is because the vnode remains locked during the output - preventing normal character I/O. The problem was exacerbated by the FFS contiguous block allocation fixes and a semi-broken disksort(). The inode/date will still be synced during a normal FS dismount and whenever the inode is changed for other reasons.
* Fix authunix_maxgrouplist testache1995-03-181-2/+2
| | | | Submitted by: Scott Hazen Mueller <scott@zorch.sf-bay.org>
* Fix sparse files handlingache1995-03-181-1/+1
| | | | Submitted by: Alan Bawden <alan@curry.epilogue.com>
* Restore the 4.4lite version which apparently was clobbered by a repositorybde1995-03-183-23/+20
| | | | | copy. The differences are trivial. I have no backups of the clobbered history.
* 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.
* Change the library order so libcrypt is the last library in the list.nate1995-03-181-3/+3
| | | | | | 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.
* Obtained from: 1.1.5 (originally by Andrew Moore)bde1995-03-182-2/+144
| | | | Add the manpage for the stuff in <machine/floatingpoint.h>.
* Fix the Name-cache counters. I didn't realign the negative hits.phk1995-03-181-1/+1
|
* Remove private mkdir for /usr/include/ss, no handled by mtree.rgrimes1995-03-181-5/+1
|
* Create /usr/share/games/quiz.db via mtree and remove private mkdir commandrgrimes1995-03-182-4/+3
| | | | from Makefile.
* Add Intel EtherExpress16 (ix0) driver.rgrimes1995-03-185-5/+10
| | | | | | Reviewed by: Submitted by: Obtained from:
* Add "ix0" Intel EtherExpress.phk1995-03-181-2/+3
|
* Woops, add back that #define...it's used later in the file.dg1995-03-182-2/+16
|
* 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
|
OpenPOWER on IntegriCloud