Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install freebsd.cf rather than freefall.cf by default after 8.7.2 import. | peter | 1995-12-02 | 1 | -3/+3 |
| | |||||
* | *GULP* cvs remove the uncomfortably large list of files that are no longer | peter | 1995-12-02 | 44 | -10185/+3 |
| | | | | part of sendmail 8.7.2... | ||||
* | malloc.h: add sysctl class. | phk | 1995-12-02 | 2 | -3/+7 |
| | | | | | | sysctl.h add "AUTO" OID. both of which will be need RSN. | ||||
* | I don't know what I messed up in 1.40, but the crynwr mode didn't make it. | phk | 1995-12-02 | 1 | -25/+224 |
| | | | | Here it is then, I hope. | ||||
* | Update the freefall.mc file to (almost) match what is actually being | peter | 1995-12-02 | 5 | -23/+151 |
| | | | | | | run on freefall.. Create freebsd.mc which is intended to be installed by src/etc/Makefile onto generic freebsd systems. | ||||
* | Completed function declarations and/or added prototypes. | bde | 1995-12-02 | 10 | -15/+87 |
| | |||||
* | Fixed call to mrt_ioctl(). mrt_ioctl() for some reason has different | bde | 1995-12-02 | 1 | -1/+5 |
| | | | | number of args when MROUTING is defined. | ||||
* | Completed function declarations and/or added prototypes. | bde | 1995-12-02 | 16 | -29/+60 |
| | |||||
* | Re-disable the cf/cf SUBDIR - we were not building it before anyway. | peter | 1995-12-02 | 2 | -2/+2 |
| | | | | The Makefile down there does not handle the obj dir well.. | ||||
* | Fix typo. | nate | 1995-12-02 | 1 | -1/+1 |
| | |||||
* | Initial round of conflict resolutions.. I need to do another | peter | 1995-12-02 | 58 | -6713/+10213 |
| | | | | | pass over this and check it more closely, but my initial concern was to get it to all compile again. Some of the obsoleted files 'cvs rm'ed. | ||||
* | This commit was generated by cvs2svn to compensate for changes in r12571, | peter | 1995-12-02 | 136 | -8407/+21805 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import Sendmail-8.7.2 as discussed on -current. | peter | 1995-12-02 | 158 | -11435/+32019 |
| | | | | | | | | The conflict merge will happen shortly after. | ||||
* | | Import Sendmail-8.7.2 as discussed on -current. | peter | 1995-12-02 | 1 | -14/+35 |
| | | | | | | | | The conflict merge will happen shortly after. | ||||
* | | staticize. | phk | 1995-12-02 | 2 | -54/+54 |
| | | |||||
* | | Finished (?) cleaning up sysinit stuff. | bde | 1995-12-02 | 17 | -130/+78 |
| | | |||||
* | | Staticized. | bde | 1995-12-02 | 3 | -7/+11 |
| | | | | | | | | Added prototypes. | ||||
* | | I fixed this before than committed it on my machine and not on freefall. | julian | 1995-12-02 | 1 | -5/+5 |
| | | | | | | | | (window confusion) | ||||
* | | Fix second gets() -> fgets() conversion botch I missed. | jkh | 1995-12-02 | 1 | -5/+7 |
| | | |||||
* | | Fix PR#858, /bin/sh corruption caused by non-zeroed malloc() in libedit | peter | 1995-12-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | in particular circumstances. (malloc() does not zero memory, but usually does by coincidenct that sbrk() returns zeroed pages) Submitted-by: John Hood <cgull@smoke.marlboro.vt.us> | ||||
* | | Submitted by: Heikki Suonsivu | julian | 1995-12-02 | 1 | -8/+8 |
| | | | | | | | | Made the pty devices creates in devfs match the present MAKEDEV naming | ||||
* | | A quick fix for a problem that will go away in a few days anyway.. | julian | 1995-12-01 | 1 | -2/+2 |
| | | |||||
* | | Fix minor bug that would cause the packet statistics updates to stop | dg | 1995-12-01 | 2 | -48/+150 |
| | | | | | | | | | | working under extremely rare circumstances. Also added some additional comments.. | ||||
* | | It is not necessary to check if a '-' is in lusername., Checking if | guido | 1995-12-01 | 1 | -1/+1 |
| | | | | | | | | | | lusername starts with a '-' is enough. Otherwise, no users with a '-' in there name can use rlogin. | ||||
* | | Similarly spartan dotfiles. | jkh | 1995-12-01 | 3 | -24/+2 |
| | | |||||
* | | Rip these things down to the absolutely minimums - no tsets, no | jkh | 1995-12-01 | 4 | -26/+1 |
| | | | | | | | | | | sttys, no fancy prompts, nothing. Everything else seems to be too contraversal, so we'll go vanilla. | ||||
* | | Commit the longstanding bin/410 & kern/411 fix, in the hope that somebody | phk | 1995-12-01 | 1 | -3/+3 |
| | | | | | | | | | | will find out if it works/breaks before we do our next release. It's all about bad blocks in the remap area of the disk. | ||||
* | | Adjust a perror() to print the actual target of the error. | jkh | 1995-12-01 | 1 | -1/+1 |
| | | |||||
* | | Account for newline in fgets(). Whoops! | jkh | 1995-12-01 | 1 | -1/+6 |
| | | | | | | | | Noticed by: peter | ||||
* | | Restored [u]cmpdi2.c which are needed for switching on [unsigned] long | bde | 1995-12-01 | 1 | -1/+1 |
| | | | | | | | | long values. | ||||
* | | Update these from new examples in etc/root. Also comment out | jkh | 1995-12-01 | 4 | -27/+48 |
| | | | | | | | | | | dot.rhosts entries which are wholly bogus and not worth a search on. | ||||
* | | gets() -> fgets() | jkh | 1995-12-01 | 2 | -7/+7 |
| | | |||||
* | | gets() -> fgets() | jkh | 1995-12-01 | 4 | -7/+7 |
| | | |||||
* | | gets() -> fgets(). I'm tired of looking at the compiler messages! | jkh | 1995-12-01 | 1 | -6/+6 |
| | | |||||
* | | Stamp out more calls to gets(). | jkh | 1995-12-01 | 1 | -8/+8 |
| | | |||||
* | | remove typo | julian | 1995-12-01 | 1 | -2/+1 |
| | | |||||
* | | Add definition of PROT_NONE=0 for compatibility with SunOS/Solaris/Linux ... | se | 1995-11-30 | 1 | -1/+2 |
| | | | | | | | | Reviewed by: julian | ||||
* | | Remove ports-utils | ache | 1995-11-30 | 1 | -1/+0 |
| | | |||||
* | | Submitted by: jb@cimlogic.com.au (John Birrell) | julian | 1995-11-30 | 1 | -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. | pst | 1995-11-30 | 2 | -2/+5 |
| | | |||||
* | | Add ports-misc and ports-www. | asami | 1995-11-30 | 1 | -0/+2 |
| | | |||||
* | | A pair of really tiny patches that not only allow it all to compile | julian | 1995-11-30 | 2 | -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 LANG | ache | 1995-11-30 | 2 | -5/+3 |
| | | |||||
* | | Fix my color/attr separation patch. | ache | 1995-11-30 | 3 | -9/+9 |
| | | | | | | | | Swap foreground/background logic to allow DIM REVERSE | ||||
* | | Install new dotfiles. | jkh | 1995-11-30 | 1 | -1/+7 |
| | | |||||
* | | Revamp root's dotfiles. | jkh | 1995-11-30 | 5 | -35/+597 |
| | | | | | | | | Submitted by: Patrick Hausen + mods by me | ||||
* | | Add cfree.3 | ache | 1995-11-29 | 1 | -1/+1 |
| | | |||||
* | | Uniformize startup display to follow style of all the others. This means | wollman | 1995-11-29 | 2 | -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. | wollman | 1995-11-29 | 15 | -45/+15 |
| | | |||||
* | | GENERIC - Add a commented out line for adding support for IBM ThinkPad | nate | 1995-11-29 | 5 | -2/+12 |
| | | | | | | | | | | | | | | keyboards LINT - Add SCANSET=2 support to the LINT kernel and comments reflecting it's purpose. |