summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use back-quotes in `echo ...recover.*`ache1995-10-291-2/+2
|
* Fix mmioctl() for !DEVRANDOM case. mmioctl() is a function, not abde1995-10-292-20/+24
| | | | pointer to a function.
* Use the new config(8) %SFILES token to auto-generate the SFILES list.dg1995-10-293-9/+9
| | | | Note: THIS REQUIRES THAT YOU REBUILD CONFIG(8)!!!
* Added support for a %SFILES token to auto-generate a SFILES= file list indg1995-10-291-0/+27
| | | | | the same way that is done for CFILES. Files ending in .s or .S that match the option criteria will be included in this list.
* Remove char->int promotion.ache1995-10-291-6/+4
| | | | Fix uncontrol function for 8bit chars.
* #include <sys/user.h>phk1995-10-291-0/+1
| | | | I belive make world will work again now.
* #include <sys/user.h>phk1995-10-293-1/+4
|
* Don't include things more than once :-)phk1995-10-291-10/+3
|
* Clean up and make code (more) readable.phk1995-10-292-111/+96
|
* Define TRUE & FALSE rather than depending on bogus #includes.phk1995-10-291-0/+3
|
* Build and install diff.info..peter1995-10-292-1/+10
| | | | | | | As Bruce said, this is a little bogus, it'd be nice if bsd.prog.mk knew about .texi in the same way as it does man pages.. Submitted by: bde
* Add rndcontrol.bde1995-10-291-2/+3
|
* This commit was generated by cvs2svn to compensate for changes in r11905,peter1995-10-291-0/+3916
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import diff-2.7's diff.texi which I left out last time.peter1995-10-291-0/+3916
| | | | | | | | Suggested by: bde
* | AARGH!!!!peter1995-10-291-3/+3
| | | | | | | | | | Fix the hard-coded pathname to /usr/local/bin/co and /usr/local/bin/merge that I missed...
* | Initialize SXFRCTL0 with DFON|SPIOEN|ULTRAEN.gibbs1995-10-291-3/+7
| |
* | Only or in CLRCHN in SXFRCTL0. All other bits in this register aregibbs1995-10-291-5/+3
| | | | | | | | initialized by the kernel driver now.
* | Make it works with 8bit charsetsache1995-10-291-15/+18
| | | | | | | | Add setlocale LC_CTYPE
* | Recover vi recovery files on reboot.pst1995-10-281-3/+3
| | | | | | | | Closes pr misc/556 and others.
* | Now works with 8bit chars...ache1995-10-281-1/+1
| |
* | Close out kern/46.pst1995-10-282-8/+8
| | | | | | | | | | Make documentation match reality. -link2 is used to switch ports on 3COM cards.
* | Close out kern/46.pst1995-10-282-12/+2
| | | | | | | | | | | | Remove confusing backwards compatibility code that allowed driver to be used in pre-4.4 releases. The 3COM card's use -link2 to switch tranceivers. (no functional changes here)
* | Fix broken charclass handlingache1995-10-282-3/+15
| | | | | | | | Add setlocale LC_CTYPE
* | First part of import conflict merge from rcs-5.7 import.peter1995-10-2825-4430/+6301
| | | | | | | | | | | | | | | | | | All those $Log$ entries, combined with the whitespace changes are a real pain. I'm committing this now, before it's completely finished to get it compiling and working again ASAP. Some of the FreeBSD specific features are not working in this commit yet (mainly rlog stuff and $FreeBSD$ support)
* | This commit was generated by cvs2svn to compensate for changes in r11891,peter1995-10-2823-401/+2094
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import rcs-5.7, required for full support of cvs-1.6.peter1995-10-2859-4721/+8498
| | | | | | | | | | | | This is going to be pretty messy.... Although the vendor import was correct, both the vendor and release tags are the same "gnu"... :-/ Getting cvs to choose the correct one might be rather interesting...
* | I add #include <sys/user.h>phk1995-10-282-2/+4
| |
* | Add setlocale LC_CTYPEache1995-10-281-0/+6
| |
* | Add setlocale LC_CTYPEache1995-10-282-17/+25
| | | | | | | | Fix ctype functions for 8bit charsets
* | Add setlocale LC_CTYPEache1995-10-282-1/+7
| | | | | | | | Fix icase searches for 8bit charsets
* | Merge in/out comflicts caused by Diffutils-2.7 import...peter1995-10-2816-931/+978
| | | | | | | | | | In future, it should be as easy as "update -j ....", but this time I had to go over it by hand. Not nice..
* | This commit was generated by cvs2svn to compensate for changes in r11884,peter1995-10-284-13/+436
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import GNU diffutils 2.7peter1995-10-2822-1700/+3094
| | | | | | | | | | | | | | | | Note, this is going to be messy.. 2.3 was vendor-branch imported, while 2.6 was done as a delta. Sigh. I'm importing this on a vendor branch so that it will be easier to deal with next time.. (cvs-1.6 wants rcs-5.7, and rcs-5.7 suggests diffutils-2.7)
* | Add extra export symbols for the ATAPI generic interface.peter1995-10-282-6/+14
| | | | | | | | And a couple of minor fiddles in the process..
* | Reattach atapi and wcd to the lkm Makefile, these compile for me now.peter1995-10-282-8/+8
| |
* | Repair the wcd and atapi code a little, so that it compiles and loadspeter1995-10-282-11/+20
| | | | | | | | | | | | | | as an LKM. I dont have one of these beasts, so I cannot guarantee that I've not broken it (more). It does compile with ATAPI_STATIC, and as a LKM.
* | Fix incorrect bit definitions for SXFRCTL0 (typo). The affected bitsgibbs1995-10-281-4/+4
| | | | | | | | | | | | | | aren't referenced by the driver yet, so this error shouldn't have caused any problems. Submitted by: Dan Eischen <deischen@iworks.InterWorks.org>
* | Add a few more heuristics to modload:peter1995-10-282-19/+32
| | | | | | | | | | | | | | | | | | | | | | | | 1: generate the outfile in /tmp if it's not specified explicitly. 2: if the outfile was implicitly placed in /tmp, automatically remove it. This means that you can type: modload /lkm/ipfw_mod.o and it'll work, it wont try and write to /lkm, and it wont leave the (normally) useless symbol file. This should not interfere with things like ibcs2 and atapi, which export some symbols from one LKM to the other by leaving the symbol file.
* | This commit was generated by cvs2svn to compensate for changes in r11876,markm1995-10-284-0/+389
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Control utility for the /dev/random device. This allows root to selectmarkm1995-10-284-0/+389
| / | | | | | | | | which interrupts are to be used in randomess gathering. Man page for the random device is included.
* | Theodore Ts'po's random number gernerator for Linux, ported by me.markm1995-10-2816-40/+866
| | | | | | | | | | | | This code will only be included in your kernel if you have 'options DEVRANDOM', but that will fall away in a couple of days. Obtained from: Theodore Ts'o, Linux
* | Add #include <sys/user.h>.phk1995-10-281-0/+1
| |
* | Close out PR#723: time -l dumps corepst1995-10-281-1/+9
| |
* | Remove unused functions and variables, make things static, and other cleanups.phk1995-10-2846-531/+270
| |
* | Add setlocale LC_CTYPEache1995-10-282-0/+12
| |
* | Add ascii linksache1995-10-281-0/+2
| |
* | Add ascii locale dirache1995-10-281-1/+3
| |
* | Add strict 7bit ASCII localeache1995-10-282-1/+29
| |
* | Sorry.. I didn't mean to re-enable wcd yetpeter1995-10-282-6/+6
| |
* | Add entries for labpc.4, nca.4, scd.4, and sea.4 to thedufault1995-10-281-2/+7
| | | | | | | | | | Makefile so that they are installed. The man pages are already present.
OpenPOWER on IntegriCloud