summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add -ll to link flags to link with the lex library.jkh1994-08-261-0/+1
| | | | Submitted by: jkh
* Whoops - forgot to add this guy.jkh1994-08-261-0/+339
| | | | | Reviewed by: Submitted by: jkh
* Replace this with the 1.1.5.1 getty. David says that the 4.4 version is toojkh1994-08-269-238/+163
| | | | | broken to live. Submitted by: jkh
* We really, really /don't/ want to have a shared lex library. Also,wollman1994-08-251-8/+2
| | | | | | current users should note that the old 1.1.5 lex can't process the new scan.l, so you have to copy initscan.c to obj/scan.c before it will build.
* Add a pre-configure rule after all, since it's helpful to be ablejkh1994-08-251-6/+7
| | | | | | to also run a rule before you apply patches and then go into the 3 stage script configuration. This bit Adam David in his dgd port. Submitted by: jkh
* Methinks p_sysent should be in the copy-on-fork rather than thewollman1994-08-251-3/+3
| | | | | zero-on-fork section of the struct proc. (At least, my system won't boot unless it is.)
* Also `make Makefiles' in USE_IMAKE case to catch subdirs.jkh1994-08-251-2/+2
| | | | Submitted by: jkh
* Add Charles Martin Hannum to copyright notice so he can stop whining andwollman1994-08-252-202/+218
| | | | | | find something useful to do other than taking credit for other people's work. Also make the 3C507 bits match the indentation style of the rest of the code.
* Stop cvs up -P from removing empty compile directories.paul1994-08-251-0/+0
| | | | | Reviewed by: Submitted by:
* Added libkern to list of libraries to build.paul1994-08-251-19/+8
| | | | | | | Deleted mdec target, the bootblocks should get built during the normal build process now that the sys/Makefile works. Submitted by: Paul Richards
* Sigh. I am a hosebrain. I've been using gmake for so long, I'vejkh1994-08-251-21/+6
| | | | | started using some of its features reflexively. Submitted by: jkh
* Added ${MACHINE}/boot to build bootblocks.paul1994-08-251-2/+2
| | | | Submitted by: Paul Richards
* Add a new flag: USE_IMAKEjkh1994-08-251-1/+4
| | | | | This will cause the configure pass to do an `xmkmf' if set. Submitted by: jkh
* Moved the csu directory to be first on the SUBDIR list. This ispaul1994-08-251-6/+7
| | | | | | | | | | because libmd builds a test program before installation and if you've used CLOBBER there's no crt.0 to link with. This ensures that in a make world the csu objects will get installed before reaching the libmd directory. Reviewed by: Submitted by:
* Added ${.CURDIRb to vuilding of man pages so it works with objpaul1994-08-251-3/+3
| | | | Submitted by: Paul Richards
* Removed all refernces to *26 directories.paul1994-08-251-4/+4
| | | | | Reviewed by: Submitted by:
* Updated to final 1.1.5 version (revision 1.56).bde1994-08-253-1413/+1524
| | | | | | | | | | | | | | | | Merged changes from 2.0 version (revisions 1.46-1.50) by hand. Finished conversion to clists: removed flush of tty output buffer in comflush() (most writes were truncated to 256 bytes) and restored bypass of ttyinput() in siopoll(). Finished conversion to 2.0 types - more void *'s, less caddr_t's, less casts, no Dev_t's. Only these things are seriously broken now compared with 1.1.5: waiting for output complete is impossible so ttywait() can deadlock; sioclose() isn't called enough so sioopen() sometimes returns EBUSY unnecessarily; input flow control is not implemented.
* Support speeds 57600 and 115200.bde1994-08-251-12/+16
| | | | Privatize functions.
* Fixed Makefile for make depend some more. The .depend target was notbde1994-08-251-3/+3
| | | | | | being created and config.h depended on Makefile.inc being in the wrong directory so real dependencies were not being checked. The "depend" target was not created either so "make depend" always found work to do.
* Reviewed by:ats1994-08-242-2/+6
| | | | | Submitted by: Add the elink.c file to the necessary modules for the ie and ep driver.
* Reviewed by:ats1994-08-246-6/+424
| | | | | | | | | Submitted by: Add the 3com 3C507 card to the if_ie.c driver. The files elink.c and elink.h are helding routines that are shared between the 3C507 and the 3C509/3C579. if_ie507.h are constant declarations unique to the 3C507. The code is based on the NetBSD driver if_ie.c donated to NetBSD by Rafal Boni and then modified by Charles Hannum.
* Changed cc26 to ccpaul1994-08-241-2/+2
| | | | | Reviewed by: Submitted by:
* Fix a problem with passing quoted strings down to commands.sef1994-08-241-3/+6
| | | | Reviewed by: Sean Eric Fagan
* Also create a link "view" to nvi, in stead of nview solely.guido1994-08-241-0/+1
| | | | | Reviewed by: Submitted by: guido
* Make it make-able by adding a rule for paper.psguido1994-08-241-0/+3
| | | | | Reviewed by: Submitted by: guido
* Make it make-able by adding a rule for paper.ps.guido1994-08-241-1/+4
| | | | | Reviewed by: Submitted by: guido
* Some cosmetic changes.jkh1994-08-241-7/+56
| | | | | | | | | Add pre-{build,extract,install,...} targets for Torsten, who apparently needs them. Can't do effective post-* targets without major work, sorry. Jordan Reviewed by: Submitted by:
* Add lex to makefilecsgr1994-08-241-1/+1
| | | | Submitted by: Geoff.
* This commit was generated by cvs2svn to compensate for changes in r2258,csgr1994-08-2428-0/+19354
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Flex version 2.4.7 from LBLcsgr1994-08-2428-0/+19354
| | | | Reviewed by: Geoff.
* Changes preparing for iBCS supportsos1994-08-248-48/+69
| | | | | Reviewed by: Submitted by:
* Changes preparing for iBCS supportsos1994-08-242-8/+6
| | | | | Reviewed by: Submitted by:
* New file declaring the sysent structuressos1994-08-241-0/+58
| | | | | Reviewed by: Submitted by:
* Changes preparing for iBCS2 supportsos1994-08-242-2/+16
| | | | | Reviewed by: Submitted by:
* Added iBCS2 filessos1994-08-242-66/+94
| | | | | Reviewed by: Submitted by:
* Pay attention to *all* errors from copyinstr(). This patch fixes a bugdg1994-08-241-8/+16
| | | | | that causes a no-panic instant reboot when bogus argv/envvs are fed to execve().
* From: Tom Pavel <PAVEL@SLAC.Stanford.EDU>jkh1994-08-241-1/+2
| | | | | | | | | Subject: man returns 1 In 1.1.5.1, man returns a status of 1 if the lookup succeeds and 0 if it fails. Here is a patch for what I believe is a simple oversight: Submitted by: jkh
* Initialized v_writecount.dg1994-08-242-4/+6
|
* Move fbtab file to share/examples/etc per Garrett's request.guido1994-08-231-0/+2
| | | | | Reviewed by: Submitted by:
* Add -DBSD4.2 and -DBSDINETD so uucpd makes sense. Further correct aguido1994-08-232-3/+3
| | | | | | | | warning at compil time. This actually makes uucpd at tcp port 540 work, so slippers can poll over tcp. Reviewed by: Submitted by: guido
* Fixed up everything so that the version of gcc that we install from thepaul1994-08-232-6/+1
| | | | | | | | | | | | | FreeBSD system sources installs itself as the standard cc and c++. I've fixed c++ to call cc instead of gcc and removed all the symlinks that get created to g** version of the binaries. This means that you can install a second version of gcc that does use the g prefix alongside the "system" version of gcc. The only conflict is libgcc but since we install it as libcc.so.26 and nothing else is likely to that should be ok. Reviewed by: Submitted by:
* Corrected some comments regarding ptes/pdes.dg1994-08-232-6/+6
|
* Re-enabled inlining of inb.paul1994-08-232-22/+6
| | | | | | | | | | Changed u_int_inb to just inb and deleted define. The code generated is identical to that generated with the cast so the problem was obviously fixed at some point after gcc 1.4 Reviewed by: Submitted by:
* I've disabled this piece of code since it's what'spaul1994-08-232-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hosing syscons. Doesn anyone know anything about this or can we just delete it now? /* * This roundabout method of returning a u_char helps stop gcc-1.40 from * generating unnecessary movzbl's. */ #ifdef disable_for_gcc-2_6_0 #define inb(port) ((u_char) u_int_inb(port)) #endif static inline u_int u_int_inb(u_int port) { u_char data; /* * We use %%dx and not %1 here because i/o is done at %dx and not at * %edx, while gcc-2.2.2 generates inferior code (movw instead of movl) * if we tell it to load (u_short) port. */ __asm __volatile("inb %%dx,%0" : "=a" (data) : "d" (port)); return data; } Reviewed by: Submitted by:
* Changes to adapt to 2.0.jkh1994-08-231-2/+2
| | | | Submitted by: jkh
* Bring over dbsym from 1.1.5.1jkh1994-08-231-1/+1
| | | | Submitted by: jkh
* Bring symorder over from 1.1.5.1jkh1994-08-231-1/+1
| | | | Submitted by: jkh
* Woops, "8/16 mode" should read "8/16bit mode".dg1994-08-232-4/+4
|
* I was in bourne-shell mode when I wrote this.. *blush*.jkh1994-08-233-9/+12
| | | | Submitted by: jkh
* Added manual page for my ethernet driver - if_ed.c, and removed olddg1994-08-233-3/+345
| | | | manual page for the com driver (which is no longer in our source tree).
OpenPOWER on IntegriCloud