]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
27 years agoInclude types.h before libutil.h
Jordan K. Hubbard [Sun, 11 May 1997 05:26:11 +0000 (05:26 +0000)]
Include types.h before libutil.h

27 years agoCosmetique
Andrey A. Chernov [Sun, 11 May 1997 00:44:37 +0000 (00:44 +0000)]
Cosmetique

27 years agoPrint out reject masks on "show lcp"
Andrey A. Chernov [Sun, 11 May 1997 00:41:30 +0000 (00:41 +0000)]
Print out reject masks on "show lcp"

27 years agoadd a bktrX target (for Bt848 based cards)
John-Mark Gurney [Sun, 11 May 1997 00:34:36 +0000 (00:34 +0000)]
add a bktrX target (for Bt848 based cards)

27 years agoSupport compressed output. Default is uncompressed output format.
Wolfram Schneider [Sun, 11 May 1997 00:32:14 +0000 (00:32 +0000)]
Support compressed output. Default is uncompressed output format.
Fix print target.

27 years agoUse random() for GenerateMagic()
Andrey A. Chernov [Sun, 11 May 1997 00:16:00 +0000 (00:16 +0000)]
Use random() for GenerateMagic()

27 years agoCosmetique fixes:
Andrey A. Chernov [Sat, 10 May 1997 23:46:29 +0000 (23:46 +0000)]
Cosmetique fixes:
shorten help message to fit the screen
return to prompt from "show ipcp"

27 years agoNew Italian keymap
Jordan K. Hubbard [Sat, 10 May 1997 23:05:41 +0000 (23:05 +0000)]
New Italian keymap
Submitted by: Gianmarco Giovannelli <gmarco@scotty.masternet.it>

27 years agoUse HTML 3.2 Final for the HTML doctype declaration.
John Fieber [Sat, 10 May 1997 20:41:11 +0000 (20:41 +0000)]
Use HTML 3.2 Final for the HTML doctype declaration.

27 years agologin_getclass() -> login_getpwclass()
David Nugent [Sat, 10 May 1997 19:02:38 +0000 (19:02 +0000)]
login_getclass() -> login_getpwclass()

27 years agologin_getclass() -> login_getpwclass().
David Nugent [Sat, 10 May 1997 19:02:03 +0000 (19:02 +0000)]
login_getclass() -> login_getpwclass().

27 years agologin_getclass() -> login_getpwclass().
David Nugent [Sat, 10 May 1997 19:00:58 +0000 (19:00 +0000)]
login_getclass() -> login_getpwclass().
Updated (incorrect) entry for bash [-v].
Remove unused support for long rlim_t.
Added "bash2" to bash style ulimit handling.

27 years agologin_getclass() -> login_getpwclass().
David Nugent [Sat, 10 May 1997 18:57:16 +0000 (18:57 +0000)]
login_getclass() -> login_getpwclass().
auth_rmfiles() was being called in error without LOGIN_CAP_AUTH defined.

27 years agoSummary of login.conf support changes:
David Nugent [Sat, 10 May 1997 18:55:38 +0000 (18:55 +0000)]
Summary of login.conf support changes:

o Incorporated BSDI code and enhancements, better logging for error
  checking (which has been shown to be a problem, and is therefore
  justified, imho); also some minor things we were missing, including
  better quad_t math, which checks for under/overflows.

o setusercontext() now allows user resource limit overrides, but
  does this AFTER dropping root privs, to restrict the user to
  droping hard limits and set soft limits within the kernel's
  allowed user limits.

o umask() only set once, and only if requested.

o add _secure_path(), and use in login.conf to guard against
  symlinks etc. and non-root owned or non-user owned files being
  used. Derived from BSDI contributed code.

o revamped authentication code to BSDI's latest api, which
  includes deleting authenticate() and adding auth_check()
  and a few other functions. This is still marked as depecated
  in BSDI, but is included for completeness. No other source
  in the tree uses this anyway, so it is now bracketed with
  #ifdef LOGIN_CAP_AUTH which is by default not defined. Only
  auth_checknologin() and auth_cat() are actually used in
  module login_auth.c.

o AUTH_NONE definition removed (collided with other includes
  in the tree). [bde]

o BSDI's login_getclass() now accepts a char *classname
  parameter rather than struct passwd *pwd. We now do likewise,
  but added login_getpwclass() for (sort of) backwards
  compatiblity, namely because we handle root as a special
  case for the default class. This will require quite a few
  changes elsewhere in the source tree.

o We no longer pretend to support rlim_t as a long type.

o Revised code formatting to be more bsd-ish style.

27 years agoDocument APIC_IO as mandatory.
Steve Passe [Sat, 10 May 1997 17:46:57 +0000 (17:46 +0000)]
Document APIC_IO as mandatory.
Document SMP_AUTOSTART as working.

27 years agoDocumented SMP_AUTOSTART to be working.
Steve Passe [Sat, 10 May 1997 17:40:53 +0000 (17:40 +0000)]
Documented SMP_AUTOSTART to be working.

27 years agoClean up some more. Move parsing of sysctl iflist data into a single
Peter Wemm [Sat, 10 May 1997 17:14:53 +0000 (17:14 +0000)]
Clean up some more.  Move parsing of sysctl iflist data into a single
place rather than updating the main loop's index variables from within
a subroutine and other revolting things like that.  Move some more
globals into local variables.

27 years agoFix null dereference if config variable not set.
Paul Traina [Sat, 10 May 1997 17:11:24 +0000 (17:11 +0000)]
Fix null dereference if config variable not set.

27 years agoImplement a separate control for write gathering on NFSv3. This is turned
Doug Rabson [Sat, 10 May 1997 16:59:36 +0000 (16:59 +0000)]
Implement a separate control for write gathering on NFSv3.  This is turned
off for NFSv3 by default since write gathering seems to reduce performance
for NFSv3 by up to 60%.

Add sysctl knobs to control both variables.

27 years agoFix a nasty hang connected with write gathering. Also add debug print
Doug Rabson [Sat, 10 May 1997 16:12:03 +0000 (16:12 +0000)]
Fix a nasty hang connected with write gathering.  Also add debug print
statements to bits of the server which helped me find the hang.

27 years agoRefuse to negotiate HISADDR of 0.0.0.0 (NAK it)
Brian Somers [Sat, 10 May 1997 15:37:40 +0000 (15:37 +0000)]
Refuse to negotiate HISADDR of 0.0.0.0 (NAK it)

Submitted by: NAKAMURA Motonori <motonori@econ.kyoto-u.ac.jp>

27 years agoGrumble.. My last patchup here didn't quite work either. I hate this
Peter Wemm [Sat, 10 May 1997 14:47:35 +0000 (14:47 +0000)]
Grumble..  My last patchup here didn't quite work either.  I hate this
program and it's use of global variables.  Somehow, I managed to miss the
most obvious case.. "ifconfig ed0 10.0.0.1" failed (no "inet")

Submitted by: dfr

27 years agoRemoved login_cap.h, now moved to src/lib/libutil.
David Nugent [Sat, 10 May 1997 12:50:03 +0000 (12:50 +0000)]
Removed login_cap.h, now moved to src/lib/libutil.

27 years agoMove login_cap.h from src/include for easier maintenance with
David Nugent [Sat, 10 May 1997 12:49:30 +0000 (12:49 +0000)]
Move login_cap.h from src/include for easier maintenance with
related files.

27 years agoAdd the D_DISK flag to the cdevsw structs of various CD-ROM drivers.
Joerg Wunsch [Sat, 10 May 1997 12:13:17 +0000 (12:13 +0000)]
Add the D_DISK flag to the cdevsw structs of various CD-ROM drivers.

27 years agoFixes from Bruce:
Peter Wemm [Sat, 10 May 1997 12:00:03 +0000 (12:00 +0000)]
Fixes from Bruce:
Serious:
- An important timevalfix() in settime[ofday]() was lost.

Not so serious:
- There was a race initializing `delta' in the check for setting the
  time backwards.
- The `#ifdef notyet' check for setting the time more than a day forwards
  was back to front.
[[I deleted the code, it's useless because of iteration - Peter]]
- The timespec was not checked for validity in clock_settime().
- The timespec was not fully checked for validity in nanotime().  The
  check in itimerfix() is too late, since the conversion from a timespec
  to a timeval may overflow.
- A garbage timeval was checked in settimeofday() for the (uap->tv == NULL
  && uap->tzp != NULL) case.  I added the broken check this some time ago.

Cosmetic:
- The "inadvertantly (sic) sleeping forever" test always failed.  hzto()
  always returns >= 1.
- The style wasn't very KNFish.  (I only changed new code.)

Submitted by: bde

27 years agoRemove IPXPRINTFS, it is now a sysctl knob.
John Hay [Sat, 10 May 1997 11:16:22 +0000 (11:16 +0000)]
Remove IPXPRINTFS, it is now a sysctl knob.

27 years agoAdd the new ipx statistics variables.
John Hay [Sat, 10 May 1997 10:03:43 +0000 (10:03 +0000)]
Add the new ipx statistics variables.

Remove the dns lookup code in the ipx functions. That is bogus and slows
things like netstat -r(f ipx) down, without gaining anything.

Remove the ipx error protocol statistics.

27 years agoUse the MAC address of an interface for the host part of an IPX address
John Hay [Sat, 10 May 1997 10:01:32 +0000 (10:01 +0000)]
Use the MAC address of an interface for the host part of an IPX address
and not the MAC address of the first interface for every IPX address.
This is more inline with the way others like Novell do it.
Originally Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>

27 years agoMega IPX commit.
John Hay [Sat, 10 May 1997 09:58:58 +0000 (09:58 +0000)]
Mega IPX commit.

Use the MAC address of an interface for the host part of an IPX address
and not the MAC address of the first interface for every IPX address.
This is more inline with the way others like Novell do it.
Mostly Submitted by: "Serge A. Babkin" <babkin@hq.icb.chel.su>

Take out the error messages (the ip icmp equivalent) with #ifdef IPXERRORMSGS.
This is bogus and as far as I could figure out IPX don't have anything like
it. This is a leftover from its XNS heritage. If nobody complains, I will
take it out completely in a few weeks.

Add some more ipxstat statistics counters.

Make ipxprintfs a sysctl variable and off by default.

Add IPX Netbios "routing" support. This is off by default and can be
switched on with a sysctl knob.

General code cleanup to at least use the same style throughout the IPX
code, but also be more style(9) conformant. Also make a lot of functions
static.

If I don't get any complaints I'll bring all of this over to the 2.2 tree
in a few weeks.

27 years agoforgot to add the "longer" description of bktr and add an example device
John-Mark Gurney [Sat, 10 May 1997 09:23:55 +0000 (09:23 +0000)]
forgot to add the "longer" description of bktr and add an example device
line.

27 years agoadd a line for bktr (Bt848 base capture cards) to LINT.
John-Mark Gurney [Sat, 10 May 1997 09:18:46 +0000 (09:18 +0000)]
add a line for bktr (Bt848 base capture cards) to LINT.

27 years agoAdd a DDB command `show buffer', to display a struct buf. It's impossible
Joerg Wunsch [Sat, 10 May 1997 09:09:42 +0000 (09:09 +0000)]
Add a DDB command `show buffer', to display a struct buf.  It's impossible
to display everything, so i've chosen a small subset.  Add more to this as
you think seems useful.

27 years agoCleaned up #includes. Lite2 cleaned up <sys/mount.h> so no kludges
Bruce Evans [Sat, 10 May 1997 08:01:13 +0000 (08:01 +0000)]
Cleaned up #includes.  Lite2 cleaned up <sys/mount.h> so no kludges
are required for NFS now.

Ifdefed SMP #defines.

27 years agoUse `mk' files in share/mk (relative to the top level of the source
Bruce Evans [Sat, 10 May 1997 06:53:40 +0000 (06:53 +0000)]
Use `mk' files in share/mk (relative to the top level of the source
tree) instead of the system default ones in /usr/share/mk.  This
only works for makes run from the top level, and a few not too out
of date system makefiles must be present to start up.  Bootstraps
from can still be done from scratch by giving the path to an up to
date share/mk on the command line.

Removed bootstrap `mk' target and use of it.  The bootstrap didn't
actually work for the non-null DESTDIR case.

27 years agoPay attention to what Bruce actually says
Brian Somers [Sat, 10 May 1997 06:04:23 +0000 (06:04 +0000)]
Pay attention to what Bruce actually says
rather than what I think he's going to say.
(Now undoing the last timerval change)

Really suggested by: bde

27 years agoUpdate ppp example pid_file name.
Brian Somers [Sat, 10 May 1997 05:46:52 +0000 (05:46 +0000)]
Update ppp example pid_file name.

Suggested by: ache

27 years agoDon't require that it_interval be valid if
Brian Somers [Sat, 10 May 1997 05:29:41 +0000 (05:29 +0000)]
Don't require that it_interval be valid if
it_value is set to zero - as per documentation.

Suggested by: ache & bde

27 years agoPlug even more failure memory leaks
Andrey A. Chernov [Sat, 10 May 1997 04:40:40 +0000 (04:40 +0000)]
Plug even more failure memory leaks

27 years agoCleanup
Andrey A. Chernov [Sat, 10 May 1997 04:28:17 +0000 (04:28 +0000)]
Cleanup
Plug failure memory leaks
Use issetugid now
PR: 3492

27 years agoRemove this file to sync with the English version.
Masafumi Max NAKANE [Sat, 10 May 1997 03:55:55 +0000 (03:55 +0000)]
Remove this file to sync with the English version.

27 years agoChange translation for some phrase.
Masafumi Max NAKANE [Sat, 10 May 1997 03:48:03 +0000 (03:48 +0000)]
Change translation for some phrase.

27 years agoMerge the en version changes, 1.13 -> 1.15.
Masafumi Max NAKANE [Sat, 10 May 1997 03:45:18 +0000 (03:45 +0000)]
Merge the en version changes, 1.13 -> 1.15.
Submitted by: Takashi Saeki <saeki@saskg.semicon.sony.co.jp>

27 years agoOuch. This was dying to cause problems !
Brian Somers [Sat, 10 May 1997 03:44:50 +0000 (03:44 +0000)]
Ouch.  This was dying to cause problems !
Luckily the side-effects were what was
intended.

27 years agoAdd a ttyXX.if file in /var/run that points to
Brian Somers [Sat, 10 May 1997 03:39:57 +0000 (03:39 +0000)]
Add a ttyXX.if file in /var/run that points to
the tunX.pid file.  Change the ppp.tunX.pid name
to tunX.pid

Requested by: Daniel O Callaghan <danny@panda.hilink.com.au>

27 years agoRemove linuxdoc to latex support.
John Fieber [Sat, 10 May 1997 03:26:27 +0000 (03:26 +0000)]
Remove linuxdoc to latex support.

27 years ago1) Remove latex support.
John Fieber [Sat, 10 May 1997 01:25:50 +0000 (01:25 +0000)]
1) Remove latex support.
2) Remove -ssi option, the -hdr and -ftr options are a more
   flexible solution.
3) Make docbook support work better.
4) Document docbook support.
5) Add an -e option to specify encoding for generated HTML files,
   eg -e EUC-JP adds an appropriate <META> tag in the <HEAD> element.

27 years agoTidy up the code - bounds checking, return
Brian Somers [Sat, 10 May 1997 01:22:19 +0000 (01:22 +0000)]
Tidy up the code - bounds checking, return
value checking etc.

Submitted by: eivind

27 years agoDon't reconnect (due to reconnect setting) after
Brian Somers [Fri, 9 May 1997 23:34:56 +0000 (23:34 +0000)]
Don't reconnect (due to reconnect setting) after
close command.

27 years agoAdded russian.sgml and removed troubleshooting.sgml.
Masafumi Max NAKANE [Fri, 9 May 1997 23:09:56 +0000 (23:09 +0000)]
Added russian.sgml and removed troubleshooting.sgml.

27 years agoMerge the EN version changes, 1.10 -> 1.12.
Masafumi Max NAKANE [Fri, 9 May 1997 23:03:36 +0000 (23:03 +0000)]
Merge the EN version changes, 1.10 -> 1.12.

27 years agoMerge the EN version changes, 1.19 -> 1.21.
Masafumi Max NAKANE [Fri, 9 May 1997 23:02:22 +0000 (23:02 +0000)]
Merge the EN version changes, 1.19 -> 1.21.

27 years agoMerge the EN version changes, 1.28 -> 1.29.
Masafumi Max NAKANE [Fri, 9 May 1997 23:01:01 +0000 (23:01 +0000)]
Merge the EN version changes, 1.28 -> 1.29.

27 years agoMerge the EN version changes, 1.15 -> 1.17.
Masafumi Max NAKANE [Fri, 9 May 1997 22:58:07 +0000 (22:58 +0000)]
Merge the EN version changes, 1.15 -> 1.17.

27 years agoMerge the EN version changes, 1.16 -> 1.17.
Masafumi Max NAKANE [Fri, 9 May 1997 22:57:02 +0000 (22:57 +0000)]
Merge the EN version changes, 1.16 -> 1.17.

27 years agoMerge the en version changes, 1.9 -> 1.10.
Masafumi Max NAKANE [Fri, 9 May 1997 22:55:48 +0000 (22:55 +0000)]
Merge the en version changes, 1.9 -> 1.10.

27 years agoMerge the EN version changes, 1.69 -> 1.75.
Masafumi Max NAKANE [Fri, 9 May 1997 22:52:15 +0000 (22:52 +0000)]
Merge the EN version changes, 1.69 -> 1.75.

27 years agoAn empty file. (So that we can go ahead 'n' update handbook.sgml and
Masafumi Max NAKANE [Fri, 9 May 1997 22:44:44 +0000 (22:44 +0000)]
An empty file.  (So that we can go ahead 'n' update handbook.sgml and
Makefile.)
The translation is in progress.

27 years agoMerge the EN version changes, 1.22 -> 1.24.
Masafumi Max NAKANE [Fri, 9 May 1997 22:34:36 +0000 (22:34 +0000)]
Merge the EN version changes, 1.22 -> 1.24.

27 years agoSet setitimer() arg correctly.
Brian Somers [Fri, 9 May 1997 20:48:21 +0000 (20:48 +0000)]
Set setitimer() arg correctly.

27 years agoNull commit to force version bump.
John Polstra [Fri, 9 May 1997 16:16:31 +0000 (16:16 +0000)]
Null commit to force version bump.

27 years agoEnsure string termination after strncpy().
Joerg Wunsch [Fri, 9 May 1997 16:00:35 +0000 (16:00 +0000)]
Ensure string termination after strncpy().

PR: 2997
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>

27 years agoPrevent a mapped root which appears on the server as e.g. nobody from
Doug Rabson [Fri, 9 May 1997 13:18:42 +0000 (13:18 +0000)]
Prevent a mapped root which appears on the server as e.g. nobody from
accessing files which it shouldn't be able to.  This required a better
approximation of VOP_ACCESS for NFSv2 (NFSv3 already has an ACCESS rpc
which is a better solution) and adding a call to VOP_ACCESS from VOP_LOOKUP.

PR: kern/876, kern/2635
Submitted by: David Malone <dwmalone@maths.tcd.ie> (for kern/2635)

27 years agoFix memory leak caused by the fact that the directory offset cookies and
Doug Rabson [Fri, 9 May 1997 13:04:43 +0000 (13:04 +0000)]
Fix memory leak caused by the fact that the directory offset cookies and
the sillyrename information are stored in the same place.

27 years agomerge ATM driver
Kenjiro Cho [Fri, 9 May 1997 12:19:06 +0000 (12:19 +0000)]
merge ATM driver

27 years agoChange ASCII case from lower to upper
Andrey A. Chernov [Fri, 9 May 1997 10:27:21 +0000 (10:27 +0000)]
Change ASCII case from lower to upper

27 years agoFatal trap 13: Brain fault, commit botched.
Peter Wemm [Fri, 9 May 1997 09:46:50 +0000 (09:46 +0000)]
Fatal trap 13:    Brain fault, commit botched.
Current task:     transcribing patch
Time:             for a coffee
Faulting address: bde

27 years agoimport Chuck Cranor's ATM driver
Kenjiro Cho [Fri, 9 May 1997 08:04:59 +0000 (08:04 +0000)]
import Chuck Cranor's ATM driver

27 years agoimport Chuck Cranor's ATM driver
Kenjiro Cho [Fri, 9 May 1997 07:48:14 +0000 (07:48 +0000)]
import Chuck Cranor's ATM driver

27 years agoAdd:
Jordan K. Hubbard [Fri, 9 May 1997 07:45:37 +0000 (07:45 +0000)]
Add:
  Hauppauge Wincast/TV boards (PCI)
  STB TV PCI
  Intel Smart Video Recorder III
To list of supported devices.
Submitted by: Randall Hopper <rhh@ct.picker.com>

27 years agoMerge 1.33.2.12 from 2.2
Jordan K. Hubbard [Fri, 9 May 1997 07:44:19 +0000 (07:44 +0000)]
Merge 1.33.2.12 from 2.2

27 years ago<heading> should be closed by </heading> (not </>). :-)
Masafumi Max NAKANE [Fri, 9 May 1997 06:19:03 +0000 (06:19 +0000)]
<heading> should be closed by </heading> (not </>). :-)

27 years agoMerge the en version changes, 1.11 -> 1.12.
Masafumi Max NAKANE [Fri, 9 May 1997 05:56:24 +0000 (05:56 +0000)]
Merge the en version changes, 1.11 -> 1.12.

27 years agoBandaid old register offset code after md_regs changed type..
Peter Wemm [Fri, 9 May 1997 04:02:58 +0000 (04:02 +0000)]
Bandaid old register offset code after md_regs changed type..

Submitted by: Eivind Eklund <perhaps@yes.no>

27 years agoMerge the en version changes, 1.52 -> 1.53.
Masafumi Max NAKANE [Fri, 9 May 1997 03:52:17 +0000 (03:52 +0000)]
Merge the en version changes, 1.52 -> 1.53.

27 years agoMerge the en version changes, 1.24 -> 1.25.
Masafumi Max NAKANE [Fri, 9 May 1997 03:41:46 +0000 (03:41 +0000)]
Merge the en version changes, 1.24 -> 1.25.

27 years agoMerge the en version changes made in 1.237 -> 1.240.
Masafumi Max NAKANE [Fri, 9 May 1997 03:10:34 +0000 (03:10 +0000)]
Merge the en version changes made in 1.237 -> 1.240.
While at it, did some tabs <-> spaces conversion to match the JP version
to the EN version so that patch generated by cvs diff handbook/contrib.sgml
can be often reused to update the JP version.

27 years agoMerge the en version changes made in 1.63 -> 1.65.
Masafumi Max NAKANE [Fri, 9 May 1997 03:07:23 +0000 (03:07 +0000)]
Merge the en version changes made in 1.63 -> 1.65.

27 years agoIn one part, the list of addtional contributor wasn't kept in alphabetical
Masafumi Max NAKANE [Fri, 9 May 1997 02:54:53 +0000 (02:54 +0000)]
In one part, the list of addtional contributor wasn't kept in alphabetical
order.

27 years agoMerge the en version changes made in 1.3 -> 1.4.
Masafumi Max NAKANE [Thu, 8 May 1997 18:31:38 +0000 (18:31 +0000)]
Merge the en version changes made in 1.3 -> 1.4.

27 years agoKill a stale .pq line.
Joerg Wunsch [Thu, 8 May 1997 15:31:39 +0000 (15:31 +0000)]
Kill a stale .pq line.

27 years agoAdd Kenjiro to the list of committers.
Joerg Wunsch [Thu, 8 May 1997 15:30:29 +0000 (15:30 +0000)]
Add Kenjiro to the list of committers.

27 years agoDon't xref a nonexistant pc(4).
Joerg Wunsch [Thu, 8 May 1997 15:26:28 +0000 (15:26 +0000)]
Don't xref a nonexistant pc(4).

PR: docs/3525: pcvt(4) references pc(4)...

27 years agoAdd some blurb about how to setup a secondary nameserver.
Joerg Wunsch [Thu, 8 May 1997 15:23:28 +0000 (15:23 +0000)]
Add some blurb about how to setup a secondary nameserver.

Reviewed by: -hackers

27 years agoImplementation of posix-style clock_* and nanosleep syscalls as implemented
Peter Wemm [Thu, 8 May 1997 14:16:25 +0000 (14:16 +0000)]
Implementation of posix-style clock_* and nanosleep syscalls as implemented
in NetBSD.  The core of settimeofday() is moved to a seperate static
function settime() which both clock_settime() and settimeofday() call.

Note that I picked up the securelevel > 1 check from NetBSD that prevents
the clock being set backwards in high securelevel mode (this was a hole
that allowed resetting of inode access timestamps to arbitary values)

Obtained from:  mostly from NetBSD, but the settime() function is from
our gettimeofday(), some tweaks by me.

27 years agoregenerate
Peter Wemm [Thu, 8 May 1997 14:08:49 +0000 (14:08 +0000)]
regenerate

27 years agooops. NODIDE -> NOHIDE
Peter Wemm [Thu, 8 May 1997 14:07:11 +0000 (14:07 +0000)]
oops. NODIDE -> NOHIDE

27 years agoDefine entries for the posix-style clock/timer syscalls including
Peter Wemm [Thu, 8 May 1997 14:04:37 +0000 (14:04 +0000)]
Define entries for the posix-style clock/timer syscalls including
nanosleep().  Also, note some syscall conflicts with other systems and
indicate slots tagged for use with other syscalls some day.

27 years agoAdd posix-style clock and timer types (clockid_t and timer_t)
Peter Wemm [Thu, 8 May 1997 13:50:36 +0000 (13:50 +0000)]
Add posix-style clock and timer types (clockid_t and timer_t)

27 years agoAdd posix clock and timer definitions
Peter Wemm [Thu, 8 May 1997 13:48:47 +0000 (13:48 +0000)]
Add posix clock and timer definitions

Obtained from: NetBSD

27 years agoAdd _BSD_CLOCKID_T_ and _BSD_TIMER_T_ for posix clock/timer support
Peter Wemm [Thu, 8 May 1997 13:45:43 +0000 (13:45 +0000)]
Add _BSD_CLOCKID_T_ and _BSD_TIMER_T_ for posix clock/timer support

Obtained from: NetBSD

27 years agoSynchronize with sys/i386/i386/machdep.c revision 1.240.
KATO Takenori [Thu, 8 May 1997 09:34:16 +0000 (09:34 +0000)]
Synchronize with sys/i386/i386/machdep.c revision 1.240.

27 years agoSynchronize with sys/i386/i386/trap.c revision 1.95.
KATO Takenori [Thu, 8 May 1997 09:31:08 +0000 (09:31 +0000)]
Synchronize with sys/i386/i386/trap.c revision 1.95.

27 years agoSynchronize with sys/i386/isa/syscons.c revision 1.215.
KATO Takenori [Thu, 8 May 1997 09:22:32 +0000 (09:22 +0000)]
Synchronize with sys/i386/isa/syscons.c revision 1.215.

27 years agoSynchronize with sys/i386/isa/npx.c revision 1.43.
KATO Takenori [Thu, 8 May 1997 09:19:56 +0000 (09:19 +0000)]
Synchronize with sys/i386/isa/npx.c revision 1.43.

27 years agoSynchronize with sys/i386/conf/options.i386 revision 1.44.
KATO Takenori [Thu, 8 May 1997 09:18:11 +0000 (09:18 +0000)]
Synchronize with sys/i386/conf/options.i386 revision 1.44.

27 years agoSynchronize with sys/i386/conf/Makefile.pc98 revision 1.96.
KATO Takenori [Thu, 8 May 1997 09:13:40 +0000 (09:13 +0000)]
Synchronize with sys/i386/conf/Makefile.pc98 revision 1.96.

27 years agoQuote ppp.conf correctly (<tt></tt>)
Brian Somers [Thu, 8 May 1997 02:53:17 +0000 (02:53 +0000)]
Quote ppp.conf correctly (<tt></tt>)

27 years agoDon't use HISADDR in ppp.conf examples as it's not
Brian Somers [Thu, 8 May 1997 01:45:59 +0000 (01:45 +0000)]
Don't use HISADDR in ppp.conf examples as it's not
set up properly 'till ppp.linkup is parsed.

PR: 3114
Submitted by: Kenneth R. Westerback <krw@tcn.net>

27 years agoAllow mixed case commands.
Brian Somers [Thu, 8 May 1997 01:26:31 +0000 (01:26 +0000)]
Allow mixed case commands.
Allow HISADDR, MYADDR, INTERFACE and ALL in mixed case.