#
990ac0b7 |
| 19-Dec-1993 |
Garrett Wollman <wollman@FreeBSD.org> |
Added support for X.25 as a network-layer protocol under ISO TP class 0, as is commonly used in Europe. Make it compile, and bump up symtab space as needed.
|
#
aaf08d94 |
| 19-Dec-1993 |
Garrett Wollman <wollman@FreeBSD.org> |
Make everything compile with -Wtraditional. Make it easier to distribute a binary link-kit. Make all non-optional options (pagers, procfs) standard, and update LINT to reflect new symtab requiremen
Make everything compile with -Wtraditional. Make it easier to distribute a binary link-kit. Make all non-optional options (pagers, procfs) standard, and update LINT to reflect new symtab requirements.
NB: -Wtraditional will henceforth be forgotten. This editing pass was primarily intended to detect any constructions where the old code might have been relying on traditional C semantics or syntax. These were all fixed, and the result of fixing some of them means that -Wall is now a realistic possibility within a few weeks.
show more ...
|
#
6d01f02e |
| 12-Dec-1993 |
David Greenman <dg@FreeBSD.org> |
1) Added proc file system from Paul Kranenburg with changes from John Dyson to make it reliably work under FreeBSD. 2) Added and enabled PROCFS in the GENERICxx and LINT kernels. 3) New execve() fro
1) Added proc file system from Paul Kranenburg with changes from John Dyson to make it reliably work under FreeBSD. 2) Added and enabled PROCFS in the GENERICxx and LINT kernels. 3) New execve() from me. Still work to be done here, but this version works well and is needed before other changes can be made. For a description of the design behind this, see freebsd-arch or ask me. 4) Rewrote stack fault code; made user stack VM grow as needed rather than all up front; improves performance a little and reduces process memory requirements. 5) Incorporated fix from Gene Stark to fault/wire a user page table page to fix a problem in copyout. This is a temporary fix and is not appropriate for pageable page tables. For a description of the problem, see Gene's post to the freebsd-hackers mailing list. 6) Tighten up vm_page struct to reduce memory requirements for it. ifdef pager page lock code as it's not being used currently. 7) Introduced new element to vmspace struct - vm_minsaddr; initial (minimum) stack address. Compliment to vm_maxsaddr. 8) Added a panic if the allocation for process u-pages fails. 9) Improve performance and accuracy of kernel profiling by putting in a little inline assembly instead of spl(). 10) Made serial console with sio driver work. Still has problems with serial input, but is almost useable. 11) Added -Bstatic to SYSTEM_LD in Makefile.i386 so that kernels will build properly with the new ld.
show more ...
|
#
699e9cf1 |
| 06-Dec-1993 |
Garrett Wollman <wollman@FreeBSD.org> |
Fixed spelling error. Added NSIP (XNS over IP). Fixed TP class 4 over IP line (TPIP) to be an option rather than a pseudo-device (the code keys off #ifdef TPIP, not #if NTPIP > 0, as makes sense).
|
#
57bb0ee4 |
| 18-Nov-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
New version of scsi code from Julian
|
#
e13cc161 |
| 18-Nov-1993 |
Garrett Wollman <wollman@FreeBSD.org> |
Increased symtab space and added two more options that don't do anything (yet).
|
#
9cad5725 |
| 07-Nov-1993 |
Garrett Wollman <wollman@FreeBSD.org> |
Added the netrmp protocol from the Net/2 tape. While of dubious utility, it's simple enough that it might actually work and be useful on some systems. (That's more than you can say for netccitt or n
Added the netrmp protocol from the Net/2 tape. While of dubious utility, it's simple enough that it might actually work and be useful on some systems. (That's more than you can say for netccitt or netimp!)
show more ...
|
#
87e90eb9 |
| 07-Nov-1993 |
Garrett Wollman <wollman@FreeBSD.org> |
Add options MACHVMCOMPAT and bump symtab space appropriately.
|
#
cafa6f48 |
| 07-Nov-1993 |
Garrett Wollman <wollman@FreeBSD.org> |
Fixed comment.
|
#
aa2e423c |
| 07-Nov-1993 |
Garrett Wollman <wollman@FreeBSD.org> |
Added some more defines that weren't there before. Also bumped up symtab space again.
|
#
3352eb48 |
| 07-Nov-1993 |
Garrett Wollman <wollman@FreeBSD.org> |
Needed to bump up SYMTAB_SPACE again. (This really should be done by the boot loader...)
|
#
6d873e8a |
| 03-Nov-1993 |
Andreas Schulz <ats@FreeBSD.org> |
Added the option FAT_CURSOR into the GENERIC kernel descriptions for pccons or syscons usage. Modified comment in LINT for FAT_CURSOR. Now the FAT_CURSOR can be controlled over the option, instead of
Added the option FAT_CURSOR into the GENERIC kernel descriptions for pccons or syscons usage. Modified comment in LINT for FAT_CURSOR. Now the FAT_CURSOR can be controlled over the option, instead of hacking syscons.c and pccons.c.
show more ...
|
Revision tags: release/1.0.0_cvs |
|
#
69637c74 |
| 31-Oct-1993 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Add example entries for syscons screen savers and cursor shape.
|
#
e597e911 |
| 23-Oct-1993 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Needed to bump symtab space even more (to 102452).
|
#
35686319 |
| 23-Oct-1993 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Enabled all sound drivers by default.
|
#
dd442d34 |
| 23-Oct-1993 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Removed comments from LINT file, left small example for SoundBlaster in its place and moved commentary into /sys/i386/doc/sound.doc
|
#
ce551cce |
| 23-Oct-1993 |
Jordan K. Hubbard <jkh@FreeBSD.org> |
Add config + files information for new Linux soundcard driver
|
#
e2aa2f4e |
| 19-Oct-1993 |
Nate Williams <nate@FreeBSD.org> |
Updated LINT to have the mse0 config line
|
#
ec43e20a |
| 18-Oct-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Correct config line for ie0 per Garrett Wollman.
|
#
5e89f9d8 |
| 12-Oct-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Add ie0 (ATT ether net driver) and mcd0 (Mitsumi cd rom driver)
|
#
f87a3269 |
| 08-Oct-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
>From NetBSD Change the cpu "i386" line to 2 lines: cpu "I386_CPU" cpu "I486_CPU" This is so we can do real CPU classification of code.
Fix missing depend for assym.s which does depend on genassym.c
|
#
1af37a7b |
| 01-Oct-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove old ethernet drivers if_ec, if_ne, and if_we from config files and from files.i386, they are no longer supported.
|
#
ea3edf6d |
| 30-Sep-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove we0, since it is being removed from the system
|
#
71b9f75a |
| 30-Sep-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Only configure one cd unit now since the code is fully dynamic, add comment about this to the device cd0 line.
|
#
a0ea6f1c |
| 27-Sep-1993 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Added at 0xFE100000 to config line as this kernel HAS to load high, and it is the place people seem to look for samples. Also since this kernel has so so many symbols in it also added SYMTAB_SPACE=8
Added at 0xFE100000 to config line as this kernel HAS to load high, and it is the place people seem to look for samples. Also since this kernel has so so many symbols in it also added SYMTAB_SPACE=89000.
show more ...
|