Commit graph

2940 commits

Author SHA1 Message Date
Poul-Henning Kamp fa69874a39 init_sysent.c was missing the final newline. 1994-09-26 03:27:22 +00:00
Garrett Wollman 6d59cf8ef2 Fixed YP networks map support. 1994-09-26 02:50:43 +00:00
Garrett Wollman 634b753d7d Actually implement this correctly. 1994-09-26 02:14:27 +00:00
Gary Palmer 1295d82e6c Alterations to silence gcc -Wall. Some unused variables deleted.
Reviewed by:	davidg
1994-09-26 00:32:59 +00:00
Poul-Henning Kamp 8c0390626e An ifdef almost hit where it was supposed to go. Joerg owes me a good
German beer I think...
1994-09-25 23:37:38 +00:00
Garrett Wollman 6a148e704c Correct Europe/Helsinki specification: usee E-Eur not M-Eur rules. 1994-09-25 23:29:38 +00:00
David Greenman c770b47d56 Removed unimplemented subr_rmap.c and unused references to it. 1994-09-25 22:31:11 +00:00
David Greenman 7bfaa9cdaf Inlined ins/outs functions.
Obtained from:	NetBSD
1994-09-25 21:31:55 +00:00
David Greenman 4170723f07 Don't include sys/exec.h. 1994-09-25 21:11:36 +00:00
Poul-Henning Kamp e96613d352 Added a '-c' option: This will warn you if any file in the directory-tree
you run it on are unsuitable food for diff/patch.  Can you use it as it
is now Rod ?
1994-09-25 20:45:55 +00:00
David Greenman d5c97aea74 Undo last change: the ins/outs functions DO NOT return a pointer! 1994-09-25 20:03:41 +00:00
Poul-Henning Kamp bb56ec4a05 While in the real world, I had a bad case of being swapped out for a lot of
cycles.  While waiting there I added a lot of the extra ()'s I have, (I have
never used LISP to any extent).  So I compiled the kernel with -Wall and
shut up a lot of "suggest you add ()'s", removed a bunch of unused var's
and added a couple of declarations here and there.  Having a lap-top is
highly recommended.  My kernel still runs, yell at me if you kernel breaks.
1994-09-25 19:34:02 +00:00
Joerg Wunsch 9a89db44b8 Transfer speed definitions are now also found in <machine/ioctl_fd.h>.
Remove the old include file, since it used to be in a non-public place.
1994-09-25 18:44:26 +00:00
Joerg Wunsch c7a64a0369 Copied over the transfer speed definitions from sys/i386/isa/fdreg.h.
This is needed for having the fdformat program no longer searching
non-public include paths.
Protect the definitions in fdreg.h against double inclusion.
1994-09-25 18:42:23 +00:00
Joerg Wunsch 011b09f93f Copied over the transfer speed definitions from sys/i386/isa/fdreg.h.
This is needed for having the fdformat program no longer searching
non-public include paths.
1994-09-25 18:41:21 +00:00
Paul Traina 8bdba3f880 remove need for -DDEBUG from resolver code (conflict with db/hash) 1994-09-25 17:45:41 +00:00
David Greenman 1359438003 Extended minor number to include bits 16-31. It was done this way rather
than making it 16bit and extending the major to 16bit because doing that
would have caused problems with existing filesystems /dev entries. This
change should have no apparant side effects.
This change is needed for the DOS partition re-work and other things.

Submitted by:	Bruce Evans
1994-09-25 15:56:25 +00:00
Andrey A. Chernov 1fba98b18d Add default screen map to undone changes 1994-09-25 11:36:00 +00:00
Jordan K. Hubbard 29bc33539c Clean up typos in this manpage. 1994-09-25 11:22:12 +00:00
Andrey A. Chernov 2c7629f408 Add standard VGA fonts set 1994-09-25 10:50:29 +00:00
Søren Schmidt 792b741dd4 LKM for ibcs2 support 1994-09-25 08:52:14 +00:00
Søren Schmidt a2cedb8e88 Added support for EXEC type modules. 1994-09-25 08:51:07 +00:00
Adam David 834a987d6c previous fix was not complete 1994-09-25 08:03:24 +00:00
Poul-Henning Kamp 295cfc17bd Made the kernel 256 bytes smaller by removing a unused
u_char  bt_scratch_buf[256];
doesn't affect the file-size though :-(
1994-09-25 07:11:37 +00:00
Poul-Henning Kamp 87eafbcacd Moved the ft.c from 1.1.5.1 over. It works on my Conner thingie. Got
rid of a ton of unused vars at the same time.
1994-09-25 06:04:25 +00:00
Adam David d111a6bea7 Dumped core when prompt == NULL 1994-09-25 04:57:44 +00:00
David Greenman 426de76026 Disabled swap anti-fragmentation code. It reduces swap paging performance
by 20% in my tests, and it appears to be the cause of a swap leak.

Submitted by:	John Dyson
1994-09-25 04:02:10 +00:00
Andrey A. Chernov cb12dc03e8 syscons subdir added 1994-09-25 04:01:37 +00:00
Andrey A. Chernov 8c9e3ad690 Add SCRMAPS to clean target, fix install target 1994-09-25 03:59:46 +00:00
Poul-Henning Kamp 19b815a645 If you used tip to start SLIP, tip would fail to write to the tty
after slattach was started.  Now tip knows to die when it gets ENODEV...
1994-09-25 03:59:03 +00:00
Andrey A. Chernov bdd382022d Add missing Makefile 1994-09-25 03:53:59 +00:00
Andrey A. Chernov 64382c4105 Add missing Makefile 1994-09-25 03:42:20 +00:00
Andrey A. Chernov 8883fe052d Generate screen map from source (from 1.1.5.1) 1994-09-25 03:41:43 +00:00
Andrey A. Chernov eaa43ba0d2 Add syscons to DIRS list, pointed by wollman 1994-09-25 03:11:27 +00:00
Garrett Wollman 6611166f91 Make /etc/ppp. Someone still needs to make the install touch
/etc/ppp/options so that pppd will run.
1994-09-25 02:55:21 +00:00
Andrey A. Chernov 76b1522b20 Update with new names 1994-09-25 02:48:49 +00:00
Andrey A. Chernov 8183acb85e Russian screen map added 1994-09-25 02:45:03 +00:00
Garrett Wollman d8269a163d Most of the ``modified'' files really aren't. This is my (simple)
port of pppd.
1994-09-25 02:32:18 +00:00
Andrey A. Chernov 254915e9ab Rename russian fonts to more proper names 1994-09-25 02:30:45 +00:00
Paul Traina 1363f04ce1 get* rework and new bind code 1994-09-25 02:12:49 +00:00
Garrett Wollman 08a0aca6e2 Initial revision 1994-09-25 02:11:26 +00:00
Andrey A. Chernov 7bf314246a HARDFONTS option documented 1994-09-25 02:10:47 +00:00
Andrey A. Chernov 899fe378a6 1)Back out my previous change: only 8x16 font grabbing available,
more work required to grab all fonts
2)Make standard VGA font as default, make HARDFONTS an option
(load iso8859 fonts instead)
3)Check fonts_loaded for all restore (copy_font...palette)
sequences.
1994-09-25 02:06:51 +00:00
Garrett Wollman d3ae7f1266 Document getvfsent() and kin. 1994-09-25 01:38:30 +00:00
Garrett Wollman 07ef895025 Fix so that people who don't have LKMs compiled in their kernels don't
get hosed: vfsisloadable() always returns false if /dev/lkm cannot be
opened for writing.
1994-09-25 00:48:27 +00:00
David Greenman 67866c4075 Woops, include machine/exec.h, too. 1994-09-24 21:49:20 +00:00
David Greenman 3eb3f8f32a Include imgact_aout.h rather than exec.h 1994-09-24 21:38:56 +00:00
David Greenman bc6d744470 Shuffled macros and definitions around to facilitate architecture
independance.
1994-09-24 21:37:01 +00:00
Andrey A. Chernov 248a9521f8 SAVE all fonts, if NO_HARDFONTS defined, not only 8x16 1994-09-24 21:29:38 +00:00
David Greenman 24881d11a7 New file to contain a.out specific macros and definitions. 1994-09-24 21:09:18 +00:00