]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
26 years ago1) Fix longstanding bug:
ache [Wed, 5 Nov 1997 23:33:58 +0000 (23:33 +0000)]
1) Fix longstanding bug:
trap 'echo xxx' 1 2 3 15
read x
is not interrupted by ^C (due to restartable read syscall) and must be
interrupted per POSIX
Worse case:
read -t 5 x
hangs forever after ^C pressed (supposed to timeout after 5 secs)
Fixed by adding siginterrupt(signo, 1) after catch handler installed

2) Do not reinstall sighandler immediately after it is called,
BSD do it for us

26 years agoOops, forgot to count non-changer drives..
sos [Wed, 5 Nov 1997 21:32:00 +0000 (21:32 +0000)]
Oops, forgot to count non-changer drives..

Broken by: sos
Reported by: phk

26 years agoMake window(1) honor the LC_CTYPE setting.
joerg [Wed, 5 Nov 1997 20:20:17 +0000 (20:20 +0000)]
Make window(1) honor the LC_CTYPE setting.

While i was at it, don't export \E[OA style cursor key strings into the
TERMCAP variable since window's emulation doesn't support it.  Instead,
convert to \E[[A etc.

26 years agoMake IPDIVERT a supported option. Alas, in_var.h depends on it, i
joerg [Wed, 5 Nov 1997 20:17:23 +0000 (20:17 +0000)]
Make IPDIVERT a supported option.  Alas, in_var.h depends on it, i
hope i've found out all files that actually depend on this dependancy.
IMHO, it's not very good practice to change the size of internal
structs depending on kernel options.

26 years agoFix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case.
kato [Wed, 5 Nov 1997 15:12:44 +0000 (15:12 +0000)]
Fix rare 6x86 CPU whose DIR0 = 0x20 - 0x28 case.

26 years agochanged prototype to match text
jmg [Wed, 5 Nov 1997 10:09:33 +0000 (10:09 +0000)]
changed prototype to match text
changed sysctl to lsvfs as "sysctl vfs" doesn't return a listing of
possible filesystem names

26 years agoMFS.
obrien [Wed, 5 Nov 1997 06:11:35 +0000 (06:11 +0000)]
MFS.

26 years agoCorrect description of which runes are encoded as two bytes.
steve [Wed, 5 Nov 1997 04:18:42 +0000 (04:18 +0000)]
Correct description of which runes are encoded as two bytes.

PR: 4555
Submitted by: Dmitrij Tejblum <tejblum@arc.hq.cti.ru>

[0x0400 - 0xffff] [bbbbbbbb.bbbbbbbb] -> 1110bbbb10bbbbbb10bbbbbb
.Ed
.Pp
If more than a single representation of a value exists (for example,
0x00; 0xC0 0x80; 0xE0 0x80 0x80) the shortest representation is always
used (but the longer ones will be correctly decoded).
.Pp
The final three encodings provided by X-Open:
.Bd -literal
[00000000.000bbbbb.bbbbbbbb.bbbbbbbb] ->
11110bbb10bbbbbb10bbbbbb10bbbbbb

[000000bb.bbbbbbbb.bbbbbbbb.bbbbbbbb] ->
111110bb10bbbbbb10bbbbbb10bbbbbb10bbbbbb

[0bbbbbbb.bbbbbbbb.bbbbbbbb.bbbbbbbb] ->
1111110b10bbbbbb10bbbbbb10bbbbbb10bbbbbb10bbbbbb
.Ed
.Pp
which provides for the entire proposed ISO-10646 31 bit standard are currently
not implemented.
.Sh "SEE ALSO"
.Xr mklocale 1 ,
.Xr setlocale 3
@

1.4
log
@Don't use hardcoded *roff font change requests.  Do it
via mdoc macros instead.
@
text
@d37 1
a37 1
.Dd "June 4, 1993"
@

1.3
log
@Very minor mdoc cleanup.
@
text
@d44 2
a45 1
\fBENCODING "UTF2"\fP
@

1.2
log
@Another round of various man page cleanups.
@
text
@d65 1
a65 1
.sp
d81 1
a81 1
.sp
@

1.2.2.1
log
@YAMFC:

Commit all of the -current changes that apply to 2.2.  These fall into
several categories:

- Cosmetic/mdoc changes.  They don't really afect the output
  at all, but having them in 2.2 will make it easier to diff the man
  pages later when looking for real changes.
- Update some man pages to reflect the current 2.2 header files.
- Sort xrefs.
- A few typo fixes.
- And a few changes that actualy added text to the man page that should
  be reflected in 2.2.
- Add some missing MLINKS.

Requested by: bde
@
text
@d44 1
a44 2
.Nm ENCODING
.Qq UTF2
d65 1
a65 1
.Pp
d81 1
a81 1
.Pp
@

1.2.2.2
log
@MFC:  Just the locale fixes (small doc tweaks for the most part)
and the new strptime(3) call.  Having added something, does this
require a version bump?  Haven't we bumped once already?

There are a *LOT* of additional 3.0 changes to be merged but I'm not
entirely comfortable with some of them so I'll take the conservative
(read: cowardly :) way out and just merge this much.
@
text
@d37 1
a37 1
.Dd June 4, 1993
@

1.1
log
@Initial revision
@
text
@d41 1
a41 1
.Nm UTF2
@

1.1.1.1
log
@BSD 4.4 Lite Lib Sources
@
text
@@

1.1.1.1.6.1
log
@Phase 2 of merge - also fix things broken in phase 1.
Watch out for falling rock until phase 3 is over!

libc completely merged except for phkmalloc & rfork (don't know if David
wants that).

Some include files in sys/ had to be updated in order to bring in libc.
@
text
@d41 1
a41 1
.Nm utf2
@

1.1.1.1.6.2
log
@This 3rd mega-commit should hopefully bring us back to where we were.
I can get it to `make world' succesfully, anyway!
@
text
@d41 1
a41 1
.Nm UTF2
@

26 years agoMake the login_getclassbyname prototype match reality.
steve [Wed, 5 Nov 1997 04:03:05 +0000 (04:03 +0000)]
Make the login_getclassbyname prototype match reality.

PR: 4838

26 years agoUpdate the man page to reflect that libc_r is built as part
steve [Wed, 5 Nov 1997 03:54:11 +0000 (03:54 +0000)]
Update the man page to reflect that libc_r is built as part
of make world unless the '-DNOLIBC_R' option is given to make(1).

PR: 4710
Submitted by: Magnus Enbom <dot@tinto.campus.luth.se

26 years agoReturn the entire if info, rather than just the index number. (at least try)
julian [Wed, 5 Nov 1997 02:51:32 +0000 (02:51 +0000)]
Return  the entire if info, rather than just the index number. (at least try)
Interface index numbers are an abomination that should go away
(at least in that form)

26 years agoSubmitted by: Terry Lambert
julian [Wed, 5 Nov 1997 02:32:17 +0000 (02:32 +0000)]
Submitted by: Terry Lambert
Obtained from: pure guesswork?

26 years agoDo not print config details twice (first variant comes from isa)
ache [Wed, 5 Nov 1997 00:23:26 +0000 (00:23 +0000)]
Do not print config details twice (first variant comes from isa)
Format config messages properly (with initial snd0: prefix)

26 years agoSince doc no longer contains the Handbook, stop saying that it does.
jkh [Tue, 4 Nov 1997 23:44:22 +0000 (23:44 +0000)]
Since doc no longer contains the Handbook, stop saying that it does.
Submitted by: Joao Carlos Mendes Luis <jonny@coppe.ufrj.br>

26 years agoNote that the Intel EtherExpress' driver is ie(4).
steve [Tue, 4 Nov 1997 21:11:14 +0000 (21:11 +0000)]
Note that the Intel EtherExpress' driver is ie(4).

26 years ago- Update the email address in the copyrights.
nate [Tue, 4 Nov 1997 18:12:51 +0000 (18:12 +0000)]
- Update the email address in the copyrights.

26 years ago- Reset the pcic controller interrupt 'poll' timeout *after* we call the
nate [Tue, 4 Nov 1997 17:50:23 +0000 (17:50 +0000)]
- Reset the pcic controller interrupt 'poll' timeout *after* we call the
  interrupt routine.

26 years ago- If the APM BIOS fails to suspend the system after running the
nate [Tue, 4 Nov 1997 17:37:52 +0000 (17:37 +0000)]
- If the APM BIOS fails to suspend the system after running the
  suspend hooks, run the resume hooks to re-configure the system back
  to where it was.

26 years agoSync with sys/i386/isa/wd.c revision 1.142.
kato [Tue, 4 Nov 1997 12:58:48 +0000 (12:58 +0000)]
Sync with sys/i386/isa/wd.c revision 1.142.

26 years agoSync with sys/i386/conf/Makefile.i386 revision 1.104.
kato [Tue, 4 Nov 1997 12:58:20 +0000 (12:58 +0000)]
Sync with sys/i386/conf/Makefile.i386 revision 1.104.

26 years agodk_altport is initialized in wdprobe(), but not in wdattach(), this
phk [Tue, 4 Nov 1997 09:28:54 +0000 (09:28 +0000)]
dk_altport is initialized in wdprobe(), but not in wdattach(), this
breaks wdreset(), wdunwedge() &c &c.

Should be examined in detail by: dyson

26 years agoLocalize it
ache [Tue, 4 Nov 1997 05:33:15 +0000 (05:33 +0000)]
Localize it

26 years ago/etc/magic -> /usr/share/misc/magic
steve [Tue, 4 Nov 1997 03:56:56 +0000 (03:56 +0000)]
/etc/magic -> /usr/share/misc/magic

PR: docs/4872

26 years agoUse same address for USERCONFIG_BOOT on PC-98 as IBM-PC.
kato [Tue, 4 Nov 1997 03:19:25 +0000 (03:19 +0000)]
Use same address for USERCONFIG_BOOT on PC-98 as IBM-PC.

Submitted by: H. Nokubi <h-nokubi@nmit.tmg.nec.co.jp>
Forgotten by: kato

26 years agoIntroduce [local] to "set log [local] ...". This spits
brian [Tue, 4 Nov 1997 01:17:05 +0000 (01:17 +0000)]
Introduce [local] to "set log [local] ...".  This spits
logging out to the screen in terminal mode - should be
good for installation problem diagnosis.

26 years agoTest if kvm_kernel.db exists before moving it. Otherwise installing
guido [Mon, 3 Nov 1997 21:48:31 +0000 (21:48 +0000)]
Test if kvm_kernel.db exists before moving it. Otherwise installing
a kernel, booting single user and reinstalling a kernel fails.

26 years agoCosmetics in yp_error() and usage().
charnier [Mon, 3 Nov 1997 07:53:44 +0000 (07:53 +0000)]
Cosmetics in yp_error() and usage().

26 years agoAdd const to copyright string. Hide sccsid string.
charnier [Mon, 3 Nov 1997 07:51:05 +0000 (07:51 +0000)]
Add const to copyright string. Hide sccsid string.

26 years agoConvert to mdoc.
charnier [Mon, 3 Nov 1997 07:48:26 +0000 (07:48 +0000)]
Convert to mdoc.

26 years agoMdoc'ify man page.
charnier [Mon, 3 Nov 1997 07:45:33 +0000 (07:45 +0000)]
Mdoc'ify man page.

26 years agoUse err(3). Silent -Wall.
charnier [Mon, 3 Nov 1997 07:44:25 +0000 (07:44 +0000)]
Use err(3). Silent -Wall.

26 years agoSync with sys/i386/isa/sio.c revision 1.188.
kato [Mon, 3 Nov 1997 02:30:45 +0000 (02:30 +0000)]
Sync with sys/i386/isa/sio.c revision 1.188.

26 years agoSync with sys/i386/i386/userconfig.c revision 1.96.
kato [Mon, 3 Nov 1997 02:29:44 +0000 (02:29 +0000)]
Sync with sys/i386/i386/userconfig.c revision 1.96.

26 years agoSync with sys/i386/isa/if_fe.c revision 1.33.
kato [Mon, 3 Nov 1997 02:28:39 +0000 (02:28 +0000)]
Sync with sys/i386/isa/if_fe.c revision 1.33.

26 years agoSync with sys/i386/isa/if_ed.c revision 1.127.
kato [Mon, 3 Nov 1997 02:27:36 +0000 (02:27 +0000)]
Sync with sys/i386/isa/if_ed.c revision 1.127.

26 years agoDescribe "mrouted_flags".
jdp [Sun, 2 Nov 1997 21:45:31 +0000 (21:45 +0000)]
Describe "mrouted_flags".

26 years ago- MF22: (I reversed these). Simplify code.
nate [Sun, 2 Nov 1997 21:26:14 +0000 (21:26 +0000)]
- MF22: (I reversed these).  Simplify code.

26 years agoAdd ide_pci device.
jkh [Sun, 2 Nov 1997 20:35:07 +0000 (20:35 +0000)]
Add ide_pci device.

26 years agoCorrect the definition of CIRCLEQ_EMPTY. It would give a false positive
gibbs [Sun, 2 Nov 1997 19:41:16 +0000 (19:41 +0000)]
Correct the definition of CIRCLEQ_EMPTY.  It would give a false positive
if the queue contained only one element.

Submitted by: Greg Ansley <gja@ansley.com>

26 years agoInlucde ../Makefile.inc if exists. This make it easier to
wosch [Sun, 2 Nov 1997 18:50:53 +0000 (18:50 +0000)]
Inlucde ../Makefile.inc if exists. This make it easier to
build the Unix Seventh Edition Manual volumes 2.

26 years agoLog run-time parsing errors now
ache [Sun, 2 Nov 1997 17:22:20 +0000 (17:22 +0000)]
Log run-time parsing errors now

Use getpwnam before getpwuid since two users with same uids can exists
(affects new login classes code only)

The same fixes as in inetd: by default run `system crontab things' with
daemon login class now, not restrict them to user class breaking
compatibility with old way (so-called nobody limits problem)

Implement user[:group][/login-class] syntax in system crontab
for more flexible control (the same as in inetd)

26 years agoSigh, kill setting of 0WS...it breaks more machines than it fixes.
dg [Sun, 2 Nov 1997 07:12:52 +0000 (07:12 +0000)]
Sigh, kill setting of 0WS...it breaks more machines than it fixes.

26 years agoTypo alert.
jraynard [Sun, 2 Nov 1997 00:58:39 +0000 (00:58 +0000)]
Typo alert.

26 years agoMove declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h.
tegge [Sat, 1 Nov 1997 20:40:14 +0000 (20:40 +0000)]
Move declaration of M_MFSNODE from mfs_vnops.c to mfsnode.h.

26 years agoBring back mfs_reclaim(), which is used to reclaim the master vnode in MFS.
tegge [Sat, 1 Nov 1997 20:19:44 +0000 (20:19 +0000)]
Bring back mfs_reclaim(), which is used to reclaim the master vnode in MFS.

26 years agoUndo rev 1.33 and 1.34: Build the HTML files in .CURDIR and
wosch [Sat, 1 Nov 1997 19:45:02 +0000 (19:45 +0000)]
Undo rev 1.33 and 1.34: Build the HTML files in .CURDIR and
not in .OBJDIR so the hyper links will work again.

26 years ago- Example config file for laptop/PCCARD support.
nate [Sat, 1 Nov 1997 18:54:10 +0000 (18:54 +0000)]
- Example config file for laptop/PCCARD support.

26 years agoFix typo: 129.168.128.0 -> 192.168.128.0
jseger [Sat, 1 Nov 1997 15:55:09 +0000 (15:55 +0000)]
Fix typo: 129.168.128.0 -> 192.168.128.0

PR: docs/4871
Submitted by: sec@42.org

26 years agoTypo.
wosch [Sat, 1 Nov 1997 15:06:40 +0000 (15:06 +0000)]
Typo.
PR: docs/4911
Submitted by: Vasim Valejev <vasim@uddias.diaspro.com>

26 years agoCheck for files belongs to an unknown user or unknown group.
wosch [Sat, 1 Nov 1997 15:03:05 +0000 (15:03 +0000)]
Check for files belongs to an unknown user or unknown group.
Do not run by default.

26 years agoDelete unused code.
wosch [Sat, 1 Nov 1997 15:00:40 +0000 (15:00 +0000)]
Delete unused code.

26 years agoChange diags to see what part of url actually parsed, see
ache [Sat, 1 Nov 1997 05:47:41 +0000 (05:47 +0000)]
Change diags to see what part of url actually parsed, see
previous change about #? parms

26 years agoBalance parentheses around command abbreviations.
jraynard [Sat, 1 Nov 1997 00:56:15 +0000 (00:56 +0000)]
Balance parentheses around command abbreviations.
PR: 4888
Submitted by: h-nokubi@nmit.tmg.nec.co.jp

26 years agoDon't search for ':' port in ?# params part
ache [Fri, 31 Oct 1997 23:33:44 +0000 (23:33 +0000)]
Don't search for ':' port in ?# params part
Require to correctly parse http://...cgi?http://...

26 years agoChange comments about ijppp to iijppp.
jseger [Fri, 31 Oct 1997 22:10:09 +0000 (22:10 +0000)]
Change comments about ijppp to iijppp.

PR: conf/4905
Submitted by: takas-su@is.aist-nara.ac.jp

26 years agoBring our sound sources up to the level of Amancio's latest-and-greatest.
markm [Fri, 31 Oct 1997 17:25:35 +0000 (17:25 +0000)]
Bring our sound sources up to the level of Amancio's latest-and-greatest.
This corresponds to Voxware 3.5-alpha-<something> and Amancio's guspnp21.
There was a bit of a FUBAR during the commmit, so not all files are
mentioned in this commit's mail.

X-rant: I have just started to _*HATE*_ CVS...

26 years agoMake all strings representing hostnames to be NUL-terminated within
charnier [Fri, 31 Oct 1997 12:33:14 +0000 (12:33 +0000)]
Make all strings representing hostnames to be NUL-terminated within
MAXHOSTNAMELEN chars, like everywhere else in the system, so that strcpy()s
and printf()s won't fail.

26 years ago/etc/sysconfig -> /etc/rc.conf.
charnier [Fri, 31 Oct 1997 12:30:49 +0000 (12:30 +0000)]
/etc/sysconfig -> /etc/rc.conf.

26 years agoAdd const to rcsid[] definition so that -Wall will not complain.
charnier [Fri, 31 Oct 1997 12:26:52 +0000 (12:26 +0000)]
Add const to  rcsid[] definition so that -Wall will not complain.

26 years agoThis updates Luigi's sound code to the basic code in snd971023...
jmg [Fri, 31 Oct 1997 12:24:28 +0000 (12:24 +0000)]
This updates Luigi's sound code to the basic code in snd971023...
changes:
    o rip the old select from his distribution to prevent extra pollution
    o the code now uses audio dma, helps reduce clicks
    o improved card support, should work in full duplex on sb16 cards
    o add better voxware ioctl support pointed out by Joao Carlos Mendes
       Luis <jonny@coppe.ufrj.br>
    o remove an unused file that I included for more complete history
    o and MANY other changes

I have personally tested this code with a CS4237 based card and an AWE32
(non-PnP).  Both cards worked fine in 8bit and 16bit mode.

26 years agoFixed bug in RTM_ADD where rmx_locks weren't being set on the new route,
dg [Fri, 31 Oct 1997 08:53:13 +0000 (08:53 +0000)]
Fixed bug in RTM_ADD where rmx_locks weren't being set on the new route,
preventing "route add default 1.2.3.4 -lock -mtu 1500" from working as
expected (which is, BTW, to disable Path MTU Discovery).

26 years agoThe documentation contained here is horribly out of date.
wosch [Fri, 31 Oct 1997 07:56:09 +0000 (07:56 +0000)]
The documentation contained here is horribly out of date.

26 years agoUpgrade the sound sources to Amancio Hasty's latest-and-greatest.
markm [Fri, 31 Oct 1997 06:30:22 +0000 (06:30 +0000)]
Upgrade the sound sources to Amancio Hasty's latest-and-greatest.
This is based on Voxware 3.5, and corresponds to Amancio's `guspnp21'.

Bug reports to Amancio, please!

26 years agoAdd "mrouted_flags". It has been referenced by rc.network for a
jdp [Fri, 31 Oct 1997 01:58:53 +0000 (01:58 +0000)]
Add "mrouted_flags".  It has been referenced by rc.network for a
long time.

26 years agoSome FreeBSD files to add...
ache [Thu, 30 Oct 1997 19:35:17 +0000 (19:35 +0000)]
Some FreeBSD files to add...

26 years agoTemp remove config.h, was imported to FSF branch
ache [Thu, 30 Oct 1997 19:34:01 +0000 (19:34 +0000)]
Temp remove config.h, was imported to FSF branch

26 years agoThis commit was generated by cvs2svn to compensate for changes in r30858,
ache [Thu, 30 Oct 1997 19:13:48 +0000 (19:13 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30858,
which included commits to RCS files with non-trunk default branches.

26 years agoAdd file needed for configure
ache [Thu, 30 Oct 1997 19:13:48 +0000 (19:13 +0000)]
Add file needed for configure

26 years ago-f -> -F for pr
ache [Thu, 30 Oct 1997 19:07:39 +0000 (19:07 +0000)]
-f -> -F for pr

26 years agoImprove PAL support and fix mux selector values.
eivind [Thu, 30 Oct 1997 18:20:26 +0000 (18:20 +0000)]
Improve PAL support and fix mux selector values.

This make the Miro PCTV work for me, including audio, and should
hopefully fix the other audio problems some people have been having.

Reviewed by: ahasty & Luigi Rizzo (freebsd-multimedia)

26 years agoSecurelevel and formatting fixes, and trapframe simplification.
kato [Thu, 30 Oct 1997 10:53:30 +0000 (10:53 +0000)]
Securelevel and formatting fixes, and trapframe simplification.

Reviewed by: sos
Submitted by: bde

26 years ago- Commented out some PAO specific portions of this file.
nate [Thu, 30 Oct 1997 01:17:01 +0000 (01:17 +0000)]
- Commented out some PAO specific portions of this file.

Noticed by: Michael Reifenberger <root@totum.plaut.de>

26 years agoFix a couple of typos in documentation.
jraynard [Thu, 30 Oct 1997 00:10:52 +0000 (00:10 +0000)]
Fix a couple of typos in documentation.
PR: 4883
Submitted by: invis@visi.com

26 years agoFirst cut at supporting multi-CD CDROM drives (changers).
sos [Wed, 29 Oct 1997 22:11:00 +0000 (22:11 +0000)]
First cut at supporting multi-CD CDROM drives (changers).

Very rudimentary, lots of error checks missing, but it works.
Dont do an ls on two different CD's though, it will eat your
changer mechanism for lunch :), this clearly needs some more
thought. Until then this will enable those with changers to
mount their multible CD's and doing "sensible" work....

Thanks to Andrew Gordon <arg@arg1.demon.co.uk> for donating a drive
(a NEC CDR-C251 4x4) that makes this possible to develop.

26 years agoAdd possibility to specify maximum number of connections per minute
dima [Wed, 29 Oct 1997 21:49:04 +0000 (21:49 +0000)]
Add possibility to specify maximum number of connections per minute
for a given IP address.
This should be very effective against DoS attacks.

26 years agoDefine PR_PROGRAM properly
ache [Wed, 29 Oct 1997 17:35:54 +0000 (17:35 +0000)]
Define PR_PROGRAM properly

26 years agoLocalize diff
ache [Wed, 29 Oct 1997 17:17:32 +0000 (17:17 +0000)]
Localize diff

26 years agoSwitch to contrib version
ache [Wed, 29 Oct 1997 16:58:20 +0000 (16:58 +0000)]
Switch to contrib version

26 years agoSwitch to contrib version
ache [Wed, 29 Oct 1997 16:50:42 +0000 (16:50 +0000)]
Switch to contrib version

26 years agoSwitch to contrib version
ache [Wed, 29 Oct 1997 16:36:57 +0000 (16:36 +0000)]
Switch to contrib version

26 years agoInclude <gnuregex.h> for FreeBSD
ache [Wed, 29 Oct 1997 16:27:56 +0000 (16:27 +0000)]
Include <gnuregex.h> for FreeBSD

26 years agoInitial import
ache [Wed, 29 Oct 1997 16:14:35 +0000 (16:14 +0000)]
Initial import

26 years agoThis commit was generated by cvs2svn to compensate for changes in r30839,
ache [Wed, 29 Oct 1997 16:14:35 +0000 (16:14 +0000)]
This commit was generated by cvs2svn to compensate for changes in r30839,
which included commits to RCS files with non-trunk default branches.

26 years agoInitial import
ache [Wed, 29 Oct 1997 16:14:35 +0000 (16:14 +0000)]
Initial import

26 years ago- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()
nate [Wed, 29 Oct 1997 15:54:19 +0000 (15:54 +0000)]
- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()

Noticed by: bde

26 years agoImplement linux_iopl and linux_nice.
kato [Wed, 29 Oct 1997 08:17:14 +0000 (08:17 +0000)]
Implement linux_iopl and linux_nice.

26 years agoSync with sys/i386/isa/if_ed.c revision 1.126.
kato [Wed, 29 Oct 1997 08:14:56 +0000 (08:14 +0000)]
Sync with sys/i386/isa/if_ed.c revision 1.126.

26 years agoSynchronize with sys/i386/i386/microtime.s revision 1.34.
kato [Wed, 29 Oct 1997 08:13:32 +0000 (08:13 +0000)]
Synchronize with sys/i386/i386/microtime.s revision 1.34.

26 years agodidn't even know fddi had the atalk support.
julian [Wed, 29 Oct 1997 07:59:27 +0000 (07:59 +0000)]
didn't even know fddi had the atalk support.
fix it here too. (really needs more of the fixes from the ethernet)

26 years agoDo chflags properly even when running multi-user.
jkh [Wed, 29 Oct 1997 07:47:06 +0000 (07:47 +0000)]
Do chflags properly even when running multi-user.

26 years agoBack out strcpy() -> strncpy() changes. According to Bruce, they are unneeded.
charnier [Wed, 29 Oct 1997 07:35:27 +0000 (07:35 +0000)]
Back out strcpy() -> strncpy() changes. According to Bruce, they are unneeded.
Check the return value of gethostname() like in timed. Make enough place to
NUL-terminate the result.

26 years agoBack out strcpy() -> strncpy() changes. According to bruce, they are unneeded.
charnier [Wed, 29 Oct 1997 07:32:30 +0000 (07:32 +0000)]
Back out strcpy() -> strncpy() changes. According to bruce, they are unneeded.

26 years agoUse err(3). Rewrote man page using mdoc format.
charnier [Wed, 29 Oct 1997 07:27:56 +0000 (07:27 +0000)]
Use err(3). Rewrote man page using mdoc format.

26 years agoUse err(3).
charnier [Wed, 29 Oct 1997 07:26:09 +0000 (07:26 +0000)]
Use err(3).

26 years agoTypos in man page. Cosmetics in error strings.
charnier [Wed, 29 Oct 1997 07:25:05 +0000 (07:25 +0000)]
Typos in man page. Cosmetics in error strings.

26 years agoo Bump version to 1.3 to reflect major changes
brian [Wed, 29 Oct 1997 01:19:51 +0000 (01:19 +0000)]
o  Bump version to 1.3 to reflect major changes
o  Report modem connect time properly
o  Report bytes in/out over physical media
o  Fix phases (TERMINATE is *higher than* DEAD)
o  Do a LayerFinish from LcpDown
o  Bring down IPCP & CCP when we enter PHASE_TERMINATE
o  Give a new prompt when we go to PHASE_DEAD
o  Stop the modem timer properly when idle
o  Treat sig 15 like an exiting carrier loss
o  Log (DEBUG) offline & online transitions

26 years agoThe previous change added a use of the DATA_SET macro, but forgot
jdp [Wed, 29 Oct 1997 00:51:50 +0000 (00:51 +0000)]
The previous change added a use of the DATA_SET macro, but forgot
to define it by including <sys/kernel.h>.  That broke PC-CARD
support for this driver, producing the dreaded "device allocation
failed" message.  Surprisingly, the missing include caused only
two compiler warnings.  The compilation still "succeeded" anyway.

26 years agoFix various problems with netatalk kernel support.
julian [Wed, 29 Oct 1997 00:30:52 +0000 (00:30 +0000)]
Fix various problems with netatalk kernel support.
Some of these changes are a bit rough and will become
more polished later.  the changes to if_ethersubr should largely be moved
to within the appletalk code, but that will happen later.
A few of these were related to network-byteorder problems,
and more were related to loopback failures.

26 years agoI wonder how I managed to get the krb.h include wrong. Anyway: correct it.
guido [Tue, 28 Oct 1997 21:20:21 +0000 (21:20 +0000)]
I wonder how I managed to get the krb.h include wrong. Anyway: correct it.

26 years ago- More style nits (sorry, I should have done this last time).
nate [Tue, 28 Oct 1997 20:58:53 +0000 (20:58 +0000)]
- More style nits (sorry, I should have done this last time).