summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* gets() -> fgets()jkh1995-12-012-7/+7
|
* gets() -> fgets()jkh1995-12-014-7/+7
|
* gets() -> fgets(). I'm tired of looking at the compiler messages!jkh1995-12-011-6/+6
|
* Stamp out more calls to gets().jkh1995-12-011-8/+8
|
* remove typojulian1995-12-011-2/+1
|
* Add definition of PROT_NONE=0 for compatibility with SunOS/Solaris/Linux ...se1995-11-301-1/+2
| | | | Reviewed by: julian
* Remove ports-utilsache1995-11-301-1/+0
|
* Submitted by: jb@cimlogic.com.au (John Birrell)julian1995-11-301-2/+2
| | | | | | | Obtained from: NetBSD as well (He submitted it there too) make sure that teh shm region is beyond the sum of the text and data segs as it was big progs could collide with the shm region.
* Fix support for QIC_3080 drives...it 1/2 worked before.pst1995-11-302-2/+5
|
* Add ports-misc and ports-www.asami1995-11-301-0/+2
|
* A pair of really tiny patches that not only allow it all to compilejulian1995-11-302-7/+7
| | | | | | | | | but also IT ACTUALLY WORKS! FreeBSD with options JREMOD now runs with no entries in the devsw tables prior to the devices puting their own entries there.. Thanks to bde and terry for thoughts and comments. next stop 'Real' devfs support in devices.
* Remove ENABLE_STARTUP_LOCALE, use proper name for LANGache1995-11-302-5/+3
|
* Fix my color/attr separation patch.ache1995-11-303-9/+9
| | | | Swap foreground/background logic to allow DIM REVERSE
* Install new dotfiles.jkh1995-11-301-1/+7
|
* Revamp root's dotfiles.jkh1995-11-305-35/+597
| | | | Submitted by: Patrick Hausen + mods by me
* Add cfree.3ache1995-11-291-1/+1
|
* Uniformize startup display to follow style of all the others. This meanswollman1995-11-292-54/+28
| | | | | in particular getting rid of most of the goop that causes syscons options to be spread out over four separate lines.
* Delete obnoxious uprintf()s in load/unload procedures.wollman1995-11-2915-45/+15
|
* GENERIC - Add a commented out line for adding support for IBM ThinkPadnate1995-11-295-2/+12
| | | | | | | keyboards LINT - Add SCANSET=2 support to the LINT kernel and comments reflecting it's purpose.
* Add some comments above the npx0 device to make it even more obviousnate1995-11-293-3/+24
| | | | that it is a mandatory device.
* Fix Pentium CPU rate diagnosis:wollman1995-11-2910-89/+91
| | | | | | | | | | | | - Don't print out meaningless iCOMP numbers, those are for droids. - Use a shorter wait to determine clock rate to avoid deficiencies in DELAY(). - Use a fixed-point representation with 8 bits of fraction to store the rate and rationalize the variable name. It would be possible to use even more fraction if it turns out to be worthwhile (I rather doubt it). The question of source code arrangement remains unaddressed.
* Timeout when an expected accept does not happen after all.guido1995-11-291-3/+11
| | | | | | This gets rids of dozens of hanging ftpd's because some broken pc implementation `forgets' to open a passive connection. Obtained from: Wietse Venema
* Disallow LKM manipulations when in seure mode.wollman1995-11-291-17/+11
| | | | Noticed by: bde
* Don't staticize again (twice).bde1995-11-292-8/+10
| | | | Cleaned up includes.
* Fixed dependencies. Changes to source files weren't noticed.bde1995-11-293-4/+6
|
* Fixed dependencies. fig2.3.n never got made, although it is used.bde1995-11-292-3/+4
| | | | | | | Errors in document processing are almost never passed back to `make'. Removed the requirement for having an obj directory. fig.2.3.n previously had to live in obj/.
* Fixed buggy generation of index.so. The roff command to generate it wasbde1995-11-291-8/+11
| | | | | | | | | | | | | | | | | | | | a little different than the one to generate the document. This caused wrong page numbers. Fixed sourcing of index.so. The hack of handling it separately is no longer necessary. This hack didn't quite work - the page numbers and columnization of the index were wrong. Fixed warnings about not being able to source index.so. Fixed generation of `index' in the source directory. Don't bother removing `index' after creating index.so. `index' gets created again when the final document is built and it's too much trouble to remove later. Fixed dependencies. The long {SRCS} list in 4.4lite isn't quite right and got broken to allow centralized rules.
* Added a preprocessor for soelem. If if USE_SOELIMPP is defined, thenbde1995-11-291-2/+14
| | | | | | | | | | | | | 1. ${ROFF} is run in ${.OBJDIR}. 2. the preprocessor prefixes ${SRCDIR}/ to relative pathnames in `.so' statements. This is useful when running ${ROFF} in the source directory isn't convenient. Added dependencies on ${EXTRA} and ${OBJS}. These are usually for files that are sourced indirectly. ${OBJS} is for files that are built. 4.4lite has decentalized incomplete dependencies on ${EXTRA} and ${DPADD}. These were broken by are centralized handling of the roff targets.
* missed one..julian1995-11-291-0/+42
| | | | | | thanks jim.. (actually I was already aware I'd missed it, but hadn't started searching for it :)
* Removed cmpdi2.c from ${SRCS}. I think it is no more needed than ucmpdi2.bde1995-11-291-2/+1
| | | | Restored order in ${SRCS}.
* Restored my old changes which were clobbered by the previous commit.bde1995-11-291-4/+7
| | | | | Added prototypes. The previous version wouldn't have compiled if prototypes were in scope.
* Removed builtin list of port addresses. The address for sio3bde1995-11-293-30/+15
| | | | | | | | | | conflicted with S3 graphics cards. Now users should put sio[2-3] in the config file if the hardware exisst, even if the probe is certain to fail due to an interrupt conflict. Otherwise, ports sharing the interrupt may fail the probe if the system is warm booted while sio[2-3] are active (perhaps under another OS). The same problem for nonstandard ports is now handled better than before.
* If you're going to mechanically replicate something in 50 filesjulian1995-11-2977-149/+202
| | | | it's best to not have a (compiles cleanly) typo in it! (sigh)
* #ifdef out nearly the entire file of conf.c when JREMOD is definedjulian1995-11-294-7/+42
| | | | | | | | | | add a few safety checks in specfs because now it's possible to get entries in [cd]devsw[] which are ALL NULL so it's better to discover this BEFORE jumping into the d_open() entry.. more check to come later.. this getsthe code to the stage where I can start testing it, even if I haven't caught every little error case... I guess I'll find them quick enough..
* A test was backwards.phk1995-11-292-4/+6
| | | | Noticed by: Cheng, Hsiao-Yang <sycheng@cis.ufl.edu>
* 'see" -> "see" (in the comment).asami1995-11-292-4/+4
| | | | Noticed by: hilit19.el (stop laughing! ;)
* OK, that's it..julian1995-11-2979-743/+2708
| | | | | | | | | | | | | | | | | | | | | | | | That's EVERY SINGLE driver that has an entry in conf.c.. my next trick will be to define cdevsw[] and bdevsw[] as empty arrays and remove all those DAMNED defines as well.. Each of these drivers has a SYSINIT linker set entry that comes in very early.. and asks teh driver to add it's own entry to the two devsw[] tables. some slight reworking of the commits from yesterday (added the SYSINIT stuff and some usually wrong but token DEVFS entries to all these devices. BTW does anyone know where the 'ata' entries in conf.c actually reside? seems we don't actually have a 'ataopen() etc... If you want to add a new device in conf.c please make sure I know so I can keep it up to date too.. as before, this is all dependent on #if defined(JREMOD) (and #ifdef DEVFS in parts)
* staticize.phk1995-11-291-42/+42
|
* Staticized and '#ifdef notused' stuff we don't use.phk1995-11-2918-131/+140
|
* Add crynwr mode to the lp# interface.phk1995-11-291-4/+2
| | | | | Reviewed by: pst, phk Submitted by: tim@sarc.city.ac.uk
* Staticize again.phk1995-11-294-12/+12
|
* Fix a few typostg1995-11-291-3/+3
|
* A batch of Jim Lowe's patches:jkh1995-11-2912-35/+148
| | | | | | | | | | o Add signed/unsigned functionality to the matrox meteor device driver. o Apply a few fixes to the sound driver. o Add a ``SPIGOT_UNSECURE'' compile time definition so, if one defines SPIGOT_UNSECURE in their conf file, then they can use the spigot w/o root. There is a warning that this allows users access to the IO page which is probably not secure. Submitted by: james
* Device driver for Intel Pro/100 PCI Fast Ethernet controller.dg1995-11-285-0/+2627
|
* Add Lyndon's man page.joerg1995-11-284-2/+134
| | | | | | Closes PR # docs/842 Submitted by: lyndon@orthanc.com (Lyndon Nerenberg)
* If CONFIG_NO_CLOBBER_EVER is defined (e.g., in /etc/make.conf), don't makewollman1995-11-282-0/+5
| | | | | it possible for config to ever blow away a work directory. Default behavior remains broken.
* Added 'install' to the lib-tools target since it is uses the new '-C' flagnate1995-11-281-1/+3
| | | | to install libraries to avoid messing up dependencies.
* Comment out /usr/X386/man entry from MANDATORY_MANPATH - it's obsolete.jkh1995-11-281-1/+1
| | | | Submitted by: mi@ALDAN.star89.galstar.com
* Updated to BSD4.4lite2. Fixes PR836. `echo abcd | tr a-d A-BC-D' nowbde1995-11-281-3/+3
| | | | works.
* oops forgot one..julian1995-11-282-2/+70
|
OpenPOWER on IntegriCloud