Jordan K. Hubbard
647186bcc7
Add Korea mirror
1995-01-07 22:55:12 +00:00
Jordan K. Hubbard
3e533186fc
Add Korean site to mirror lists.
1995-01-07 22:53:41 +00:00
Andreas Schulz
a9700525d8
Work around a compiler bug in gcc2.6.3 in handling (long long) variables and
...
shifting. Also correct the original code as Garrett noticed it in mail.
Leave the mishandled code in to use it later if future versions of gcc
are correct. The code was part of the calibrate_cyclecounter routine to
get the speed of the pentium chip.
1995-01-07 17:26:35 +00:00
Andrey A. Chernov
82c1981ce5
Back out prev fix, now fixed in bsd.info.mk
1995-01-07 16:42:39 +00:00
Andrey A. Chernov
e9474ecf20
Use .MAIN: all
1995-01-07 16:39:38 +00:00
Jordan K. Hubbard
2f6df2645b
Gunther Schadow <gusw@fub46.zedat.fu-berlin.de>'s
...
driver for the Genius GS-4500 hand scanner.
Submitted by: gusw@fub46.zedat.fu-berlin.de
1995-01-07 14:52:08 +00:00
Jordan K. Hubbard
349257ffa6
sgsc - utility to control the Genius GS-4500 scanner.
...
Submitted by: gusw@fub46.zedat.fu-berlin.de
1995-01-07 14:17:22 +00:00
Jordan K. Hubbard
4ca969939b
1. Add bump release number nag to start of release rule. Thx to Philippe
...
for suggestion!
2. Add Thailand to list of mirrors.
1995-01-07 11:09:50 +00:00
David Greenman
d8e5ab9731
Got rid of unused nclist declaration.
1995-01-07 06:08:15 +00:00
Jordan K. Hubbard
deaa72ee2f
Fix name of uni-duisberg site.
1995-01-07 03:58:22 +00:00
Andrey A. Chernov
ca6887fcae
Fix "make" vs "make all"
1995-01-07 01:08:54 +00:00
Andrey A. Chernov
10d65ca957
Move pre-extract target inside COOKIE
...
Add checksum check for extract, if checksum file present
1995-01-06 22:14:12 +00:00
Andrey A. Chernov
8458a20f14
Remove regex code, use -lgnuregex instead
1995-01-06 21:26:39 +00:00
Gary Palmer
a20eb78506
Add information about the checksumming system in ports
...
Reviewed by: jkh
1995-01-06 19:24:13 +00:00
Joerg Wunsch
dc5df763e4
Peter's work to work around one of the most annoying bugs in the
...
floppy driver (or in the hardware?). It turned out to be caused by
spurious interrupts, right after an FDC reset.
Also major cleanup in the low-level structure, there are now functions
performing error-checks for the FDC I/O.
Submitted by: (mostly) Peter Dufault <dufault@FreeBSD.org>
1995-01-06 15:20:00 +00:00
Bruce Evans
123bcf5fda
Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100.
...
Bruce
1995-01-06 15:03:41 +00:00
Bruce Evans
4c5e4b09a7
Fix error handling for new TIOCSDRAINWAIT ioctl.
1995-01-06 14:56:42 +00:00
Bruce Evans
e15532385d
Handle segment registers (except %fs and %gs).
1995-01-06 14:52:06 +00:00
Stefan Eßer
623976474c
Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de>
...
Reviewed by: <wollman>
First hooks and defines for the ISDN driver,
that soon will see the light ...
1995-01-05 19:51:51 +00:00
Justin T. Gibbs
ff2e6a8b6f
Add VNINACT flag. LFS has a habbit of skipping the ufs_inactive procedure.
...
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
1995-01-05 16:22:17 +00:00
Søren Schmidt
ac2c528771
Added fr.sio.kbd.
1995-01-05 14:09:00 +00:00
Jordan K. Hubbard
c090e04591
Whoops! How embarassing. Just now noticed that I forget to update the .Os
...
lines. Done.
1995-01-05 10:37:13 +00:00
Jordan K. Hubbard
3852eb465e
Fix a bad formatting directive.
1995-01-05 10:31:42 +00:00
Jordan K. Hubbard
8b47e5f5f6
Fix misleading typo in description of @unexec.
1995-01-05 10:22:51 +00:00
David Greenman
5b1ae1f88e
Removed daily rm'ing of files in /tmp, /var/tmp, and /scratch. There is no
...
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
1995-01-05 10:15:53 +00:00
Satoshi Asami
d5ca901589
Sort out dependencies. Now they look like:
...
patch: extract
configure: depends patch
build: configure
install: build
Does this look ok?
1995-01-05 08:15:53 +00:00
Gary Clark II
52b3b3087b
Convert PORTS.FAQ to ports.FAQ.
...
All "FAQ" items should be lowercase prefix and upcase FAQ suffix.
1995-01-05 07:27:00 +00:00
David Greenman
010cf3b9e3
Make sure that the object being collapsed doesn't go away on us...by
...
gaining extra references to it.
Submitted by: John Dyson
Obtained from:
1995-01-05 04:30:40 +00:00
David Greenman
f81dd52383
Initialize map start hint to vm_map_find()...not doing so will cause it
...
to fail if the random thing on the stack happens to be too large.
Submitted by: David Jones <dej@qpoint.torfree.net>
1995-01-05 03:59:38 +00:00
Steven Wallace
e86257e166
Change to
...
#define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/X11R6/lib", "/usr/local/lib"
Like in 2.0R, except without /usr/X386.
1995-01-05 02:36:29 +00:00
Jordan K. Hubbard
edf9e79525
Typo fix from Ollivier Robert.
...
Submitted by: ollivier
1995-01-05 02:15:05 +00:00
Jordan K. Hubbard
333881d516
Rename check-md5 target to checksum.
...
Submitted by: gpalmer
1995-01-05 01:46:05 +00:00
Steven Wallace
022402f2be
Added new function show_index() which does a 'smart' display of the index file.
...
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
1995-01-05 01:10:13 +00:00
Andrey A. Chernov
b49d97b636
Add drainwait option examples
1995-01-05 00:11:52 +00:00
Andrey A. Chernov
b0e399e3c4
Fight agaist hanging modems: add new drainwait option.
...
Reviewed by: Bruce
1995-01-05 00:03:06 +00:00
Andrey A. Chernov
33c38bd574
Fight against hanging modems: add timeout to ttywait.
...
Reviewed by: Bruce
1995-01-05 00:01:07 +00:00
Justin T. Gibbs
b77430dcb0
Remove -DDIAGNOSTIC in makefile. The DIAGNOSTIC code is severly broken and
...
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).
1995-01-04 23:54:06 +00:00
Justin T. Gibbs
7c49ab48fa
Honor the values for bsize, fsize and bps from the disklabel.
1995-01-04 23:50:30 +00:00
Justin T. Gibbs
ca4693ed4b
Allow for the specification of bsize, fsize, and bps (blocks per segment)
...
for LFS filesystems.
1995-01-04 23:49:51 +00:00
Justin T. Gibbs
61acca9f2f
Change panic messges that are ffs_blah functions to say they are ffs not
...
ufs functions.
1995-01-04 23:48:04 +00:00
Justin T. Gibbs
1a451e33ef
LFS stability patches. There is still a problem with directory update
...
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.
1995-01-04 23:46:34 +00:00
Jordan K. Hubbard
e5d85be85c
Gary Palmer's patches for checksumming and description.
...
Submitted by: gpalmer
1995-01-04 23:06:38 +00:00
Andreas Schulz
86c7d89044
Submitted by: Ollivier ROBERT
...
Wrong description where the printer socket lives. Changed from /dev/printer
to /var/run/printer. Bug report submitted by Ollivier ROBERT.
1995-01-04 22:55:00 +00:00
Andrey A. Chernov
8558dc3f69
Fix BINMODE to override sys.mk defaults
1995-01-04 22:43:52 +00:00
Andrey A. Chernov
00e87e70d1
Add readline/doc to SUBDIR
1995-01-04 22:38:51 +00:00
Andrey A. Chernov
b4289364f2
Remove INSTALL, now into sys.mk
1995-01-04 22:32:40 +00:00
Andrey A. Chernov
9c596ee78f
Fix format error
1995-01-04 22:21:06 +00:00
Andrey A. Chernov
687af2f4b8
Add dependances
1995-01-04 22:19:34 +00:00
Andrey A. Chernov
6f2b954ba5
Install infopages
1995-01-04 22:16:14 +00:00
Andrey A. Chernov
4b99b57547
Fix building of target with multiply sources
1995-01-04 22:01:58 +00:00