Nate Williams
133c8c2f49
- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
...
Forgotten by: me
Reminded by: Bruce
1997-11-20 15:48:41 +00:00
Bruce Evans
362f4dce74
Don't check for the unlikely case of useconds == 0 here. The kernel
...
checks it.
Fixed a style bug.
1997-11-20 15:13:20 +00:00
Bruce Evans
70df31a627
stat() the correct file in execvp() so that the fine tuned errno handling
...
actually works.
1997-11-20 15:09:38 +00:00
Philippe Charnier
74b634ac40
Add const to copyright string. Put sccsid under #if 0/#endif control.
1997-11-20 07:26:04 +00:00
Philippe Charnier
55033a6f9f
Use err(3). exit(-1) -> exit(1).
1997-11-20 07:23:44 +00:00
Philippe Charnier
864b6b6e0a
Cosmetic in error strings. Sort Xrefs. Add usage (with syslog capability).
1997-11-20 07:21:55 +00:00
Philippe Charnier
e84f19ceda
Remove sccsid, not present in Lite2.
1997-11-20 07:18:07 +00:00
Satoshi Asami
c9f6c74d48
Define MASTER_SITE_SUBDIR and PATCH_SITE_SUBDIR to default to "." so
...
we won't have double-slashes.
Add support for new port variable MANUAL_PACKAGE_BUILD. If this is
defined as well as the user variable PACKAGE_BUILDING, the port will
be ignored. This is used to mark ports that can be built normally
except on a machine that has a lot of conflicting ports (i.e., our
package building machine).
1997-11-20 05:33:56 +00:00
Satoshi Asami
6f6617ad09
Add new target "checksubdirs". It will warn about any subdirectories that
...
are not in the SUBDIR list. It also knows about the "standard" directories
that are to be ignored ("CVS", "distfiles", etc.).
1997-11-20 05:31:44 +00:00
Guido van Rooij
87eeff2e41
Style fix.
...
Complaint by: Bruce
1997-11-19 18:57:49 +00:00
Nate Williams
52f2ef0b82
- Setup a default route (if one is set) when the card is inserted. This
...
needs to be re-thought, but should work better for 95% of the users.
Stolen from: rc.network
1997-11-19 18:51:25 +00:00
KATO Takenori
93987bc1bd
Sync with sys/i386/isa/pcaudio.c revision 1.38.
1997-11-19 11:37:06 +00:00
KATO Takenori
680d4ea439
Sync with sys/i386/isa/npx.c revision 1.54.
1997-11-19 11:36:24 +00:00
KATO Takenori
3387bd23d2
Sync with sys/i386/isa/mse.c revision 1.35.
1997-11-19 11:35:52 +00:00
KATO Takenori
9621c9ed58
Synchronize with sys/i386/isa/clock.c revision 1.104.
1997-11-19 11:35:22 +00:00
KATO Takenori
79f9049c46
Sync with sys/i386/conf/majors.i386 revision up to 1.22.
1997-11-19 11:34:22 +00:00
Nate Williams
ae8d0ca416
- Renamed log_1s() to logmsg().
1997-11-19 02:31:41 +00:00
Nate Williams
ec3383fb48
- Include <pccard/cardinfo.h> instead of <pccard/card.h> which was recently
...
renamed.
1997-11-18 21:08:14 +00:00
Nate Williams
052492ab36
- Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with
...
the card.h that config builds.
[ Repository renaming done in the background to save the card.h history ]
1997-11-18 21:04:01 +00:00
Brian Somers
f9e4a0ca7d
Allow zero args to "cvs log".
1997-11-18 19:38:27 +00:00
Brian Somers
0346113c71
Add the ``loop'' example to the right file (oops).
1997-11-18 19:21:47 +00:00
Brian Somers
37fc102209
Add a loopback example.
1997-11-18 18:59:57 +00:00
Brian Somers
082798e7bd
Fix interactive mode so that it doesn't require a passwd (again!).
1997-11-18 18:17:25 +00:00
Bruce Evans
517c5ddbd3
Removed now-unused blocking mode flag.
1997-11-18 16:37:04 +00:00
Bruce Evans
9a43455f43
Removed unused #includes.
...
Fixed gratuitous ANSIisms.
Fixed nonblocking mode. It was per-device instead of per-file.
1997-11-18 16:36:15 +00:00
Bruce Evans
fba9235d76
Removed unused #includes.
...
Fixed nonblocking mode. It was per-device instead of per-file. This
also fixes clobbering of bd_rtout by overloading it to hold a wrong
version of the blocking flag. I hope nothing depends on the bugs.
1997-11-18 16:29:53 +00:00
Bruce Evans
e81b65dbdc
Fixed nonblocking mode. It was per-device instead of per-file.
1997-11-18 16:13:06 +00:00
Bruce Evans
d96bc99dac
Removed unused #includes. Ifdefed a conditionally used #include.
...
Fixed nonblocking mode. It was per-device instead of per-file.
Don't depend on gcc's misfeature of rewriting char args in old-style
function definitions to match wrong prototypes. Break K&R1 support
to fix this quickly.
1997-11-18 16:12:51 +00:00
Bruce Evans
4a162126e5
Removed unused #includes.
...
Fixed bugs in rev.1.35:
- nonblocking mode was per-device instead of per-file.
- lots of style bugs.
1997-11-18 16:01:15 +00:00
John Polstra
b0c9a86d12
Back out revision 1.10. It broke the build of sh, which compiles
...
this file with warnx() defined as a macro.
1997-11-18 15:23:23 +00:00
Bruce Evans
d44c88d932
Staticized boot().
1997-11-18 15:16:54 +00:00
Bruce Evans
fc8f7066d2
Get buffer stuff by #including <sys/buf.h> instead of <sys/vnode.h>.
...
Staticized boot().
Fixed a gratuitous ANSIism.
1997-11-18 15:16:43 +00:00
Bruce Evans
c5697b1f22
Removed an unused #include in the `#ifdef KERNEL' case.
...
Fixed a comment to match the code. The code is still wrong
(ffs_checkoverlap() should be staticized and called from a
ddb command).
1997-11-18 15:10:38 +00:00
Poul-Henning Kamp
80b301c385
Staticize.
1997-11-18 15:07:35 +00:00
Brian Somers
9a0b991f97
Add throughput logging (disabled by default).
...
Use "enable throughput" to see modem & IPCP throughput.
Removed an extraneous prompt()
1997-11-18 14:52:08 +00:00
Poul-Henning Kamp
f041a9bdfc
Staticize a few things.
1997-11-18 14:40:36 +00:00
Poul-Henning Kamp
fdfcd4ae29
There is no ccdread() nor ccdwrite().
1997-11-18 14:39:04 +00:00
Poul-Henning Kamp
2c31072227
unifdef -UEXT2FS
1997-11-18 14:20:09 +00:00
Poul-Henning Kamp
0930eb3012
Give ext2fs it's own VOP_REMOVE, VOP_LINK, VOP_RENAME, VOP_MKDIR, VOP_RMDIR,
...
VOP_CREATE, VOP_MKNOD, VOP_SYMLINK and ext2_makeinode().
1997-11-18 14:19:44 +00:00
Bruce Evans
99ed858244
Removed unused #includes.
...
Police <> vs "" #include style.
1997-11-18 14:14:34 +00:00
Bruce Evans
42d263adde
Don't test for conflicting combinations of PPP_FILTER/BPFILTER here.
...
Testing in if_ppp.c is good enough.
Added comments about bogus #includes and #defines.
Removed unused #includes.
Don't depend on gcc's misfeature of rewriting short args in old-style
function definitions to match wrong prototypes. I just changed the
function definition to match the prototype, since this is easy to
verify automatically (it causes no changes in the object code), but
it breaks K&R1 support and doesn't fix the pessimal type.
1997-11-18 14:08:51 +00:00
Bruce Evans
6418d75452
Cleaned up PPP_FILTER/NBPFILTER ifdefs.
...
Use gettime() instead of microtime() to set if_lastchange for i/o's.
microtime() is probably too expensive. However, setting if_lastchange
for i/o's may be wrong.
1997-11-18 13:52:41 +00:00
Bruce Evans
16355bd11c
Use gettime() instead of assignment from time'. (
time' is too
...
volatile to use outside of splclock(). microtime() is probably too
expensive to use for every i/o. However, setting ifi_lastchange for
every i/o is just wrong according to the comment about ifi_lastchange
in <net/if.h>. It is set then for atm, fddi and the latest version
of ppp.)
1997-11-18 13:37:56 +00:00
Bruce Evans
d662024a0d
Removed an unused #include.
...
Fixed a style bug (one of many KNF breakages in vfs_subr.c moved here).
1997-11-18 13:03:48 +00:00
Bruce Evans
1fe5398ce7
Get tty ioctl numbers by #including <sys/ttycom.h> instead of
...
<sys/tty.h>. Don't #include <sys/fcntl.h> (the select -> poll
changes removed all dependencies on it).
1997-11-18 12:59:09 +00:00
Bruce Evans
b7f5d5b54d
Removed an unused #include. Added an unsed #include of <sys/ucred.h>
...
to prepare for not including it in <sys/param.h>. Moved conditionally
used #includes inside an ifdef.
1997-11-18 12:52:10 +00:00
Bruce Evans
e4474ce8bf
Removed an unused #include. Ifdefed a conditionally used #include.
1997-11-18 12:43:41 +00:00
Bruce Evans
99af8d4e43
Removed unused #include.
1997-11-18 12:24:22 +00:00
Bruce Evans
f2a6e0bc19
Get select stuff by including <sys/select.h> instead of <sys/proc.h>,
...
and don't include <sys/fcntl.h>. (The select -> poll changes replaced
fcntl macros by poll macros.)
Use <machine/*.h> instead of <i386/include/*.h>.
Fail the probe instead of crashing in the unlikely event that malloc()
fails.
1997-11-18 12:21:32 +00:00
Bruce Evans
8318e21b25
Don't #include <i386/isa/isa_device.h>. It is now a prerequisite.
1997-11-18 11:47:04 +00:00