Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> | se | 1995-01-05 | 5 | -7/+20 |
| | | | | | | Reviewed by: <wollman> First hooks and defines for the ISDN driver, that soon will see the light ... | ||||
* | Add VNINACT flag. LFS has a habbit of skipping the ufs_inactive procedure. | gibbs | 1995-01-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | It used to do this by setting a global <Yuck>. Now we set th VNINACT flag in the vnode to force a skip of ufs_inactive. Sorry for missing this file in my last commit folks. Index: vnode.h =================================================================== RCS file: /usr/cvs/src/sys/sys/vnode.h,v retrieving revision 1.14 diff -c -r1.14 vnode.h *** 1.14 1994/11/14 13:51:53 --- vnode.h 1994/12/03 01:06:27 *************** *** 116,121 **** --- 116,122 ---- #define VALIASED 0x0800 /* vnode has an alias */ #define VDIROP 0x1000 /* LFS: vnode is involved in a directory op */ #define VVMIO 0x2000 /* VMIO flag */ + #define VNINACT 0x4000 /* LFS: skip ufs_inactive() in lfs_vunref */ /* * Vnode attributes. A field value of VNOVAL represents a field whose value | ||||
* | Added fr.sio.kbd. | sos | 1995-01-05 | 1 | -1/+1 |
| | |||||
* | Whoops! How embarassing. Just now noticed that I forget to update the .Os | jkh | 1995-01-05 | 4 | -5/+5 |
| | | | | lines. Done. | ||||
* | Fix a bad formatting directive. | jkh | 1995-01-05 | 1 | -1/+1 |
| | |||||
* | Fix misleading typo in description of @unexec. | jkh | 1995-01-05 | 1 | -2/+2 |
| | |||||
* | Removed daily rm'ing of files in /tmp, /var/tmp, and /scratch. There is no | dg | 1995-01-05 | 1 | -27/+0 |
| | | | | | | | | safe way to do this, and envites very unpleasant results. Removed fsck'ing of all the disks on the system as it provides output that is almost always meaningless and only envites bug reports. Reviewed by: Jordan Hubbard | ||||
* | Sort out dependencies. Now they look like: | asami | 1995-01-05 | 1 | -5/+5 |
| | | | | | | | | | patch: extract configure: depends patch build: configure install: build Does this look ok? | ||||
* | Convert PORTS.FAQ to ports.FAQ. | gclarkii | 1995-01-05 | 1 | -0/+211 |
| | | | | All "FAQ" items should be lowercase prefix and upcase FAQ suffix. | ||||
* | Make sure that the object being collapsed doesn't go away on us...by | dg | 1995-01-05 | 1 | -3/+13 |
| | | | | | | | gaining extra references to it. Submitted by: John Dyson Obtained from: | ||||
* | Initialize map start hint to vm_map_find()...not doing so will cause it | dg | 1995-01-05 | 2 | -4/+4 |
| | | | | | | to fail if the random thing on the stack happens to be too large. Submitted by: David Jones <dej@qpoint.torfree.net> | ||||
* | Change to | swallace | 1995-01-05 | 2 | -4/+4 |
| | | | | | #define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/X11R6/lib", "/usr/local/lib" Like in 2.0R, except without /usr/X386. | ||||
* | Typo fix from Ollivier Robert. | jkh | 1995-01-05 | 1 | -3/+3 |
| | | | | Submitted by: ollivier | ||||
* | Rename check-md5 target to checksum. | jkh | 1995-01-05 | 1 | -3/+3 |
| | | | | Submitted by: gpalmer | ||||
* | Added new function show_index() which does a 'smart' display of the index file. | swallace | 1995-01-05 | 3 | -5/+37 |
| | | | | | | | | | Index descriptions are limited to MAXINDEXSIZE (60) chars. Any description beyond that is truncated. Also, only the first line is displayed as well. This allows pkg_info -a -I to be formated in two columns with one line per package for easy reading. Reviewed by: jkh | ||||
* | Add drainwait option examples | ache | 1995-01-05 | 2 | -6/+6 |
| | |||||
* | Fight agaist hanging modems: add new drainwait option. | ache | 1995-01-05 | 4 | -24/+76 |
| | | | | Reviewed by: Bruce | ||||
* | Fight against hanging modems: add timeout to ttywait. | ache | 1995-01-05 | 6 | -18/+23 |
| | | | | Reviewed by: Bruce | ||||
* | Remove -DDIAGNOSTIC in makefile. The DIAGNOSTIC code is severly broken and | gibbs | 1995-01-04 | 4 | -7/+9 |
| | | | | | will change if I have more time to look at it. Keep at least 5 segments cleaned if possible (instead of 2 which is a bare minimum for FS operation). | ||||
* | Honor the values for bsize, fsize and bps from the disklabel. | gibbs | 1995-01-04 | 3 | -10/+25 |
| | |||||
* | Allow for the specification of bsize, fsize, and bps (blocks per segment) | gibbs | 1995-01-04 | 2 | -2/+32 |
| | | | | for LFS filesystems. | ||||
* | Change panic messges that are ffs_blah functions to say they are ffs not | gibbs | 1995-01-04 | 1 | -3/+3 |
| | | | | ufs functions. | ||||
* | LFS stability patches. There is still a problem with directory update | gibbs | 1995-01-04 | 5 | -61/+87 |
| | | | | | | | ordering that can prove fatal during large batches of deletes, but this is much better than it was. I probably won't be putting much more time into this until Seltzer releases her new version of LFS which has fragment support. This should be availible just before USENIX. | ||||
* | Gary Palmer's patches for checksumming and description. | jkh | 1995-01-04 | 1 | -7/+13 |
| | | | | Submitted by: gpalmer | ||||
* | Submitted by: Ollivier ROBERT | ats | 1995-01-04 | 1 | -1/+1 |
| | | | | | Wrong description where the printer socket lives. Changed from /dev/printer to /var/run/printer. Bug report submitted by Ollivier ROBERT. | ||||
* | Fix BINMODE to override sys.mk defaults | ache | 1995-01-04 | 2 | -7/+5 |
| | |||||
* | Add readline/doc to SUBDIR | ache | 1995-01-04 | 1 | -2/+2 |
| | |||||
* | Remove INSTALL, now into sys.mk | ache | 1995-01-04 | 1 | -2/+1 |
| | |||||
* | Fix format error | ache | 1995-01-04 | 1 | -1/+1 |
| | |||||
* | Add dependances | ache | 1995-01-04 | 1 | -0/+3 |
| | |||||
* | Install infopages | ache | 1995-01-04 | 3 | -24/+226 |
| | |||||
* | Fix building of target with multiply sources | ache | 1995-01-04 | 1 | -6/+8 |
| | |||||
* | Fix error in clean target | ache | 1995-01-04 | 1 | -4/+3 |
| | |||||
* | Much improved variant | ache | 1995-01-04 | 1 | -6/+54 |
| | |||||
* | Made a few cosmetic changes, and fixed a bug in handling the case of the | dg | 1995-01-04 | 2 | -24/+28 |
| | | | | remote DMA not completing correctly (the packet was still queued for xmit). | ||||
* | Corrected the list of volatile registers for outsb, outsw, and outsl. | dg | 1995-01-04 | 2 | -8/+8 |
| | | | | This bug caused my ethernet driver to break, among other things no doubt. | ||||
* | Fix the GUS driver so that it will initialize properly from power-on... | pst | 1995-01-04 | 1 | -1/+4 |
| | | | | | | | | | | no more DOS boots to start it up. Simply did a localized nuke of the OUTB macro in this file. This is a kludge, since it seems it may actually be necessary in other GUS files (tbd). Thanks to: Amancio Hasty & Ken Hornstein | ||||
* | Add missing "noflush" option from standard rogue | ache | 1995-01-04 | 3 | -6/+14 |
| | |||||
* | Put depends before configure. No reason that I can see for putting it after, | jkh | 1995-01-04 | 1 | -2/+2 |
| | | | | and it breaks mule the way it is now. | ||||
* | Some of the doc here was less than adequately fleshed-out. Make some | jkh | 1995-01-04 | 1 | -10/+20 |
| | | | | feeble attempt to do so. | ||||
* | Add section 11 detailing new `describe' target. | jkh | 1995-01-04 | 1 | -4/+17 |
| | |||||
* | Document describe target. | jkh | 1995-01-04 | 1 | -1/+3 |
| | |||||
* | 1. Add Thailand mirror. | jkh | 1995-01-04 | 1 | -21/+24 |
| | | | | | 2. Orthogonalize this thing to just use the basename. It was a mixture of 2.0-RELEASE and -current before, and it was just confusing. | ||||
* | More info about UUCP | ache | 1995-01-04 | 1 | -0/+1603 |
| | |||||
* | Add Sean Eric Fagan's support for a ~/.nofinger file for user who prefer | jkh | 1995-01-04 | 3 | -2/+41 |
| | | | | | their privacy. Submitted by: sef | ||||
* | The ports collection FAQ. | jkh | 1995-01-04 | 1 | -0/+198 |
| | | | | Submitted by: gpalmer & jkh | ||||
* | Updates from Peter da Silva to match the recent syslogd changes. | jkh | 1995-01-04 | 1 | -3/+34 |
| | | | | Submitted by: pds | ||||
* | Added new lib-tools target used in make world which rebuilds and | nate | 1995-01-03 | 1 | -2/+14 |
| | | | | | installs 'ar', 'nm', and 'ranlib' to avoid bootstrapping problems from the old utils which don't support the long archive names. | ||||
* | Add 'news' user, present in group, but missed in master.passwd | ache | 1995-01-03 | 1 | -0/+1 |
| | |||||
* | Upgrade | ache | 1995-01-03 | 1 | -3/+3 |
| |