jkh
0cf90bc747
Wolfram Schneider <wosch@cs.tu-berlin.de>:
...
o manpage
o save configuration in /etc/adduser.conf
o send message file (/etc/adduser.message)
Submitted by: woschcs.tu-berlin.de
1995-01-09 11:26:31 +00:00
phk
5a856815bb
cdev #50 -> pcmcia
1995-01-09 09:36:48 +00:00
dg
8441e720c7
Fixed two bugs: some malloced space wasn't freed after it was no longer
...
needed and the file wasn't closed when the -t option was used.
Originally by thomas@mathematik.uni-Bremen.de , but were incomplete.
Submitted by: thomas@mathematik.uni-Bremen.de and myself
1995-01-09 05:59:04 +00:00
dg
4969834bb2
Old fix from Robert Crowe <bob@speakez.com> that has been sitting in
...
my mailbox since early last year. Fixes a problem with running out of
fds (by hitting the limit or whatever) when ar is given a long list of
objects. The fix was to add a missing close().
Submitted by: Robert Crowe <bob@speakez.com>
1995-01-09 04:50:30 +00:00
paul
09f9300ee1
Added a ports category to the list.
1995-01-08 21:38:12 +00:00
joerg
3fcd556a98
Use the "-F" option to /bin/pr now that we have it (thanks to Posix).
...
This helps for printers that tend to get out of sync. (For the
cautious folks: we used to have it in 1.1.5, too. But GNU pr used
"-f" for it.)
1995-01-08 18:01:11 +00:00
dufault
f927c40d96
Ensured all files have copyright and RCS ID variable.
1995-01-08 15:56:10 +00:00
ats
fe171057c0
Submitted by: Gerd Truschinski
...
Removed one semicolon, two are one to much :-). Found by the hc860 compiler
and Gerd Truschinski 8-).
1995-01-08 15:13:40 +00:00
dufault
6e9535971b
Added ssc device
1995-01-08 13:42:19 +00:00
dufault
01d7a8c613
Added residual length for 1542C only
1995-01-08 13:41:28 +00:00
dufault
cb06d663a2
added ssc device
1995-01-08 13:40:31 +00:00
dufault
683b04828e
Added "change address" ioctl for ssc device.
1995-01-08 13:39:46 +00:00
dufault
3cf1ff13e3
Reviewed by: gibbs@estienne.CS.Berkeley.EDU
...
Reenabled "SCIOCOMAND" ioctl.
Restructured so low level drivers can easily request retries.
Added preliminary fixed SCSI devices (should be revisited before 2.1)
Added "ssc" device that can have its' (HBA, ID, LUN) set via ioctl.
1995-01-08 13:38:38 +00:00
jkh
c280bae2f0
Add ftp.dataplex.net to USA mirrors.
1995-01-08 12:18:50 +00:00
dg
9c54f2d9ba
Restored Herb's current copyright. The one in the file appeared to have
...
been run through indent and additionally doesn't contain clauses 3 and 4
that were apparantly added sometime after the driver was put into FreeBSD.
1995-01-08 10:47:23 +00:00
ats
9a9ec59b8e
Submitted by: Steve Gerakines
...
Delete some parts of the ultra 24F tests for the controller, so that
it now accepts a broader range.
1995-01-07 23:23:40 +00:00
jkh
fdf17e66df
Fix indenting of gsc entry, reserve 48 for cyclades.
1995-01-07 23:20:08 +00:00
jkh
fd9a6ba249
Add Korea mirror
1995-01-07 22:55:12 +00:00
jkh
3c7abb96b9
Add Korean site to mirror lists.
1995-01-07 22:53:41 +00:00
ats
30924ed343
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
ache
6262d512a4
Back out prev fix, now fixed in bsd.info.mk
1995-01-07 16:42:39 +00:00
ache
cedae20ecb
Use .MAIN: all
1995-01-07 16:39:38 +00:00
jkh
7acc81dc27
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
jkh
021c17e419
This commit was generated by cvs2svn to compensate for changes in r5425,
...
which included commits to RCS files with non-trunk default branches.
1995-01-07 14:17:22 +00:00
jkh
6a8333301f
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
jkh
9cb0c47690
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
dg
2dffdc887d
Got rid of unused nclist declaration.
1995-01-07 06:08:15 +00:00
jkh
f50c9f7bcc
Fix name of uni-duisberg site.
1995-01-07 03:58:22 +00:00
ache
c7807dccca
Fix "make" vs "make all"
1995-01-07 01:08:54 +00:00
ache
678347e497
Move pre-extract target inside COOKIE
...
Add checksum check for extract, if checksum file present
1995-01-06 22:14:12 +00:00
ache
1d4a5e0d56
Remove regex code, use -lgnuregex instead
1995-01-06 21:26:39 +00:00
gpalmer
c8b414d31c
Add information about the checksumming system in ports
...
Reviewed by: jkh
1995-01-06 19:24:13 +00:00
joerg
08cb0571ab
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
bde
f3185e4419
Fix scaling for TIOCM[SG]DTRWAIT to work when hz != 100.
...
Bruce
1995-01-06 15:03:41 +00:00
bde
4d6f949376
Fix error handling for new TIOCSDRAINWAIT ioctl.
1995-01-06 14:56:42 +00:00
bde
a256f19b8f
Handle segment registers (except %fs and %gs).
1995-01-06 14:52:06 +00:00
se
5d7722cc7e
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
gibbs
3d62a40d3f
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
sos
909b5b9374
Added fr.sio.kbd.
1995-01-05 14:09:00 +00:00
jkh
f8d21a60a1
Whoops! How embarassing. Just now noticed that I forget to update the .Os
...
lines. Done.
1995-01-05 10:37:13 +00:00
jkh
b0f37a24cb
Fix a bad formatting directive.
1995-01-05 10:31:42 +00:00
jkh
85c85b8011
Fix misleading typo in description of @unexec.
1995-01-05 10:22:51 +00:00
dg
2b79dbc43d
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
asami
531b660987
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
gclarkii
8c1f79591e
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
dg
01448d4056
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
dg
6272368331
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
swallace
bbf1f2302a
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
jkh
fefd8a4147
Typo fix from Ollivier Robert.
...
Submitted by: ollivier
1995-01-05 02:15:05 +00:00
jkh
9a46c7e992
Rename check-md5 target to checksum.
...
Submitted by: gpalmer
1995-01-05 01:46:05 +00:00