aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* All libs build on alpha now.Doug Rabson1998-08-311-6/+2
| | | | Notes: svn path=/head/; revision=38696
* Get definition of va_list from <stdarg.h>.Doug Rabson1998-08-311-1/+2
| | | | Notes: svn path=/head/; revision=38695
* init.ee was being copied to wrong place.Andrzej Bialecki1998-08-311-2/+2
| | | | | | | Submitted by: Eric P. Scott <eps@sirius.com> Notes: svn path=/head/; revision=38694
* Add HOME variable to environment.Andrzej Bialecki1998-08-312-4/+4
| | | | | | | Submitted by: Eric P. Scott <eps@sirius.com> Notes: svn path=/head/; revision=38693
* Remove some mysterious passwords (they are not used here anyway).Andrzej Bialecki1998-08-311-2/+1
| | | | | | | Submitted by: Eric P. Scott <eps@sirius.com> Notes: svn path=/head/; revision=38692
* Add link gzip -> gzcatAndrzej Bialecki1998-08-311-1/+2
| | | | | | | Submitted by: Eric P. Scott <eps@sirius.com> Notes: svn path=/head/; revision=38691
* Remove CVS directories from the target floppy.Andrzej Bialecki1998-08-311-1/+2
| | | | | | | Submitted by: Eric P. Scott <eps@sirius.com> Notes: svn path=/head/; revision=38690
* We need only one device entry for PCI eth. cards.Andrzej Bialecki1998-08-311-3/+1
| | | | | | | Submitted by: Luigi Rizzo <luigi@iet.unipi.it> Notes: svn path=/head/; revision=38689
* Oops.. Forgot to add the MakefileAndrzej Bialecki1998-08-311-0/+9
| | | | | | | Submitted by: Jim Flowers <jflowers@ezo.net> Notes: svn path=/head/; revision=38688
* Corrections and additions to FAQ.Andrzej Bialecki1998-08-311-13/+31
| | | | Notes: svn path=/head/; revision=38687
* The file /README mentioned here doesn't exist. Don't mention it.Andrzej Bialecki1998-08-312-7/+3
| | | | | | | Submitted by: Jim Flowers <jflowers@ezo.net> Notes: svn path=/head/; revision=38686
* Clean leftovers from localization of help files.Andrzej Bialecki1998-08-3151-507/+0
| | | | Notes: svn path=/head/; revision=38685
* We no longer need /proc dir, but we need /root...Andrzej Bialecki1998-08-311-2/+2
| | | | | | | Submitted by: Eric P. Scott <eps@sirius.com> Notes: svn path=/head/; revision=38684
* Better explanation of CONFlict between sc0 and psm0.Andrzej Bialecki1998-08-311-1/+5
| | | | | | | Submitted by: Eric P. Scott <eps@sirius.com> Notes: svn path=/head/; revision=38683
* Remove OpenBSD build support - let the Makefile vary perBrian Somers1998-08-312-20/+2
| | | | | | | | | OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde Notes: svn path=/head/; revision=38682
* Remove OpenBSD build support - let the Makefile vary perBrian Somers1998-08-312-20/+10
| | | | | | | | | | | OS rather than making it a mess and potentially screwing up cross builds. Suggested by: bde Add Id keyword. Notes: svn path=/head/; revision=38681
* Force OBJFORMAT=aout.John Birrell1998-08-313-3/+6
| | | | Notes: svn path=/head/; revision=38680
* Argh! *Now* the correct 3.0 fix is committed.Jordan K. Hubbard1998-08-312-14/+14
| | | | Notes: svn path=/head/; revision=38679
* Move setting of 'crt' mail variable to {/usr/src}/etc/mail.rc.Joseph Koshy1998-08-312-7/+2
| | | | Notes: svn path=/head/; revision=38678
* Whoops! Stamp out a 2.2-ism that snuck between branches here.Jordan K. Hubbard1998-08-312-4/+4
| | | | Notes: svn path=/head/; revision=38677
* Accept gateway value of NOJordan K. Hubbard1998-08-312-4/+4
| | | | Notes: svn path=/head/; revision=38675
* Change to use FreeBSD device major numbers and tty definitions.Doug Rabson1998-08-313-332/+1447
| | | | Notes: svn path=/head/; revision=38674
* - hw.machine_arch returns cpu architecture type.KATO Takenori1998-08-318-32/+35
| | | | | | | | | | | | - moved definition of MACHINE_ARCH from cpu.h to parm.h as alpha. - Added definitions of _MACHINE and _MACHINE_ARCH. - Added hw.ispc98. The hw.ispc98 is 1 in PC98 kernel and is 0 in IBM-PC kernel. Discussed with: John Birrell <jb@FreeBSD.ORG> Notes: svn path=/head/; revision=38673
* Initial support for using linux X servers under emulation - to use anJordan K. Hubbard1998-08-314-10/+102
| | | | | | | | | | | | | | | | | | | XFree86 server, users need to create the following links in their /compat/linux/dev directory (assuming kernel configured with 4 VTs). lrwxrwxrwx 1 root wheel 7 Aug 30 22:59 tty0 -> console lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty1 -> ttyv0 lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty2 -> ttyv1 lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty3 -> ttyv2 lrwxrwxrwx 1 root wheel 5 Aug 30 22:45 tty4 -> ttyv3 VT switching is still not yet supported. Attempting to switch VT currently will cause Xserver bus error. Submitted by: Chain Lee <chain@110.net> Notes: svn path=/head/; revision=38672
* The `group{del,mod,show}' take require a '[group|gid]' argument.Joseph Koshy1998-08-311-1/+4
| | | | | | | PR: docs/7788 Notes: svn path=/head/; revision=38671
* E-day build system changes.John Birrell1998-08-314-837/+1393
| | | | | | | | | | | | | | | | | | | | - Moved most of the guts of Makefile to Makefile.inc1 to become the backend for the build system. - The new Makefile doesn't suffer from problems including the wrong sys.mk because it doesn't use anything in there or bsd.own.mk. So, from now on, the proper build command is just `make world' (or buildworld). - The intermediate makefiles called Makefile.inc0 and Makefile.upgrade fiddle with the OBJFORMAT and MAKEOBJDIRPREFIX variables so that both aout and elf object trees can coexist. Makefile.upgrade contains the aout->elf transition build. - A cross build environment is now very close to reality. Specifying TOOLDIR, setting OBJFORMAT and MAKEOBJDIRPREFIX allow that. See the comments in Makefile for more info. Notes: svn path=/head/; revision=38666
* The elf build wants to link against libcrypt.John Birrell1998-08-312-4/+4
| | | | Notes: svn path=/head/; revision=38665
* BINFORMAT -> OBJFORMAT ready for E-day. Untested 'cause I'm outsideJohn Birrell1998-08-311-4/+4
| | | | | | | the US and not allowed to see this. I kept my eyes closed. 8-) Notes: svn path=/head/; revision=38664
* Add OpenBSD build supportBrian Somers1998-08-303-7/+25
| | | | Notes: svn path=/head/; revision=38663
* Add OpenBSD build supportBrian Somers1998-08-301-2/+8
| | | | | | | Remove -Wmissing-prototypes Notes: svn path=/head/; revision=38662
* Change the autonegotiation waiting period from 3 seconds to 5. ThisBill Paul1998-08-301-3/+3
| | | | | | | | | | | | delay controls how long the driver waits for autonegotiation to complete after setting the 'autoneg restart bit' in a PHY. In some cases, it seems 3 seconds is not long enough: with 3c905-TX cards (external PHY), you sometimes see 'autoneg not complete; no carrier' errors due to the timeout being too short. (3c905B adapters seem to be happy with 3 seconds though.) Notes: svn path=/head/; revision=38660
* Split lines into one subdir per line.Gary Palmer1998-08-302-24/+161
| | | | Notes: svn path=/head/; revision=38658
* Change /etc/objectformat to /etc/objformat. Last chance 'cause it's E-day.John Birrell1998-08-302-6/+6
| | | | | | | Suggested by: jdp Notes: svn path=/head/; revision=38657
* Remove BINFORMAT which is only set when building tools that need to haveJohn Birrell1998-08-301-8/+11
| | | | | | | | | | a default format. Include /etc/objformat to get the installed object type if it exists and if OBJFORMAT is not already defined. Notes: svn path=/head/; revision=38656
* BINFORMAT -> OBJFORMAT ready for E-day.John Birrell1998-08-303-16/+16
| | | | Notes: svn path=/head/; revision=38655
* Make a local build tool static to avoid trying to use shared librariesJohn Birrell1998-08-301-2/+2
| | | | | | | before rtld is installed. Notes: svn path=/head/; revision=38654
* Split lines into one subdir per line.Gary Palmer1998-08-303-34/+266
| | | | Notes: svn path=/head/; revision=38653
* Split lines into one subdir per line.Gary Palmer1998-08-301-4/+30
| | | | Notes: svn path=/head/; revision=38652
* Make pstat machine-independant againGary Palmer1998-08-301-3/+3
| | | | Notes: svn path=/head/; revision=38651
* DPDADD -> DPADDGary Palmer1998-08-306-12/+12
| | | | Notes: svn path=/head/; revision=38650
* Fix parallel makes falling over on xwhereGary Palmer1998-08-301-2/+2
| | | | Notes: svn path=/head/; revision=38649
* Fix a bug which caused ldd to execute scripts listed on its commandJohn Polstra1998-08-301-29/+28
| | | | | | | | | | | line, instead of skipping them. Also make a few minor cleanups. PR: bin/7783 Notes: svn path=/head/; revision=38648
* Typo fix: garbeld -> garbledSteve Price1998-08-301-2/+2
| | | | | | | | PR: 7784 Submitted by: Kris Kennaway <kkennawa@physics.adelaide.edu.au> Notes: svn path=/head/; revision=38646
* Add $Id$Gary Palmer1998-08-301-0/+1
| | | | Notes: svn path=/head/; revision=38645
* PR: bin/5596Wolfram Schneider1998-08-301-14/+24
| | | | | | | | Change the diagnostic if there were no matching processes owned by you. Notes: svn path=/head/; revision=38644
* Still need -lmd on the alpha as it doesn't have shlibs yetGary Palmer1998-08-301-1/+1
| | | | Notes: svn path=/head/; revision=38643
* While I am no longer making a shared library, nuke the old one to preventMark Murray1998-08-302-0/+22
| | | | | | | ld from picking it up spuriously. Notes: svn path=/head/; revision=38642
* While I am no longer making a shared library, it is a good plan to nukeMark Murray1998-08-301-0/+11
| | | | | | | the old ones to prevent ld picking it up spuriously. Notes: svn path=/head/; revision=38641
* Remove some duplicated devices.Doug Rabson1998-08-302-26/+4
| | | | Notes: svn path=/head/; revision=38640
* PR: 7741Peter Hawkins1998-08-301-36/+391
| | | | | | | | Submitted by: Hellmuth Michaelis <hm@kts.org> add LCP/PAP/CHAP/IPCP frame printing functionality Notes: svn path=/head/; revision=38638