summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.jb1998-09-053-3/+3
|
* Add a GENERICupgrade config file for pc98 users to upgrade to elfjb1998-09-051-0/+212
| | | | in the same way as i386 users. This is a copy of GENERIC98.
* Change a hardcoded i386 reference to ${MACHINE} so that MACHINE=pc98jb1998-09-051-2/+2
| | | | is supported properly.
* Use INT_MAX instead of LONG_MAX since the variable being comparedjb1998-09-051-4/+4
| | | | is an int, not a long.
* Change a test for NETBSD_SYSCALLS to __alpha__. We're not ready tojb1998-09-051-2/+2
| | | | do profiling on alpha yet.
* Change the profile data file name from gmon.out to progname.gmonjb1998-09-052-7/+14
| | | | where progname comes from __progname in crt0 or crt1.
* Set CHROOTDIR's initial object type also.jkh1998-09-051-1/+2
| | | | Suggested by: jb
* Now that ldconfig does elf work too, build it on alpha as well.jb1998-09-051-2/+2
|
* More sorting of references.obrien1998-09-054-16/+14
|
* Add OBJFORMAT to list of variables passed into /mk script since it seemsjkh1998-09-051-1/+2
| | | | | | to think you're using aout otherwise (and emits a rather confusing and inaccurate diagnostic about OBJFORMAT being set in /etc/make.conf when it most demonstrably is not set there).
* MFO: rev 1.3 - correct man page xrefs.obrien1998-09-051-2/+2
|
* compare getopt() with -1, not EOFobrien1998-09-051-2/+2
|
* MFO rev 1.4 - sort cross referencesobrien1998-09-051-5/+5
|
* Explicitly pass the "-aout" option to ldconfig, until I've had ajdp1998-09-051-3/+3
| | | | | chance to work out a better scheme to handle the separate invocations necessary for a.out and ELF.
* Implement ldconfig functionality for ELF. The hints are stored injdp1998-09-056-34/+515
| | | | | | | | | | | | | | | | | | | | | | | a different file than the a.out hints, namely, "/var/run/ld-elf.so.hints". These hints consist only of the directory search path. There is no hash table as in the a.out hints, because ELF doesn't have to search for the file with the highest minor version number. (It doesn't have minor version numbers at all.) A single run of ldconfig updates either the a.out hints or the ELF hints, but not both. The set of hints to process is selected in the usual way, via /etc/objformat, or ${OBJFORMAT}, or the "-aout" or "-elf" command line option. The rationale is that you probably want to search different directories for ELF than for a.out. "ldconfig -r" is faked up to produce output like we are used to, except that for ELF there are no minor version numbers. This should enable "ldconfig -r" to be used for checking LIB_DEPENDS in ports even for ELF. I implemented the ELF functionality in a new source file, with an eye toward eliminating the a.out code entirely at some point in the future.
* Sync with sys/i386/conf/files.i386 revision 1.201.kato1998-09-052-2/+4
|
* Sync with sys/i386/conf/Makefile.i386 revision 1.121.kato1998-09-052-4/+8
|
* Increase 'maxusers' to 32.kato1998-09-052-4/+4
|
* With the change to the 4.4Lite2 mount interface we don't need specialobrien1998-09-054-77/+5
| | | | conf files.
* Add hints file structures and defines.jdp1998-09-052-2/+38
|
* Escape the \ characters so that the intended beep at the end of themsmith1998-09-051-2/+2
| | | | boot.help message is actually appended correctly.
* Add -lcrypt.jb1998-09-051-3/+4
|
* Add -lcrypt when building kerberos.jb1998-09-054-12/+12
|
* Actually *looking* at this file now, I see that a good deal morejkh1998-09-041-10/+1
| | | | can be eliminated. :)
* Turn tcp_extentions off by default. They sometimes cause pain.jkh1998-09-041-2/+2
|
* Make irq forwarding truely functional.luoqi1998-09-043-33/+3
|
* Enable rtld-elf for build on alpha too. We now have support for sharedjb1998-09-041-2/+3
| | | | libraries on alpha!
* Unbreak "make release".markm1998-09-041-1/+1
| | | | Submitted by: Justin Gibbs
* YAMT (yet another missing target). It's a shame that these have tojb1998-09-042-4/+4
| | | | | be visible to the user. Maybe `make release' should call the backend directly.
* Increase 'maxusers' to 32; with the number of people using GENERIC asmsmith1998-09-042-4/+4
| | | | | | | their one-size-fits-all kernel, this should help reduce the "out of foo" reports. Reviewed by: jkh
* Bring the docs more up-to-date. Document the 'custom' setup.abial1998-09-042-11/+22
|
* Added special type of setup called 'custom'. It allows you to supplyabial1998-09-042-3/+42
| | | | | | your own config directory laid out exactly like the standard ones. Suggested by: Richard Wackerbarth <rkw@dataplex.net>
* Add alpha support.dfr1998-09-0411-277/+1145
| | | | | Submitted by: John Birrell <jb@cimlogic.com.au> (with extra hacks by me) Obtained from: Probably NetBSD
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-041-27/+27
| | | | the other objects in vm.
* Don't cast potentially unaligned addresses to pointers tobrian1998-09-045-53/+134
| | | | | non-char types on non-i386 architectures. On Alpha and Sparc we get a bus error if we do.
* Device registration temporaly removed until major number allocation ok.nsouch1998-09-042-5/+8
|
* Modify the xl_mediacheck() routine to also test for the case where thewpaul1998-09-042-19/+44
| | | | | | | | | | | | | | | | XCVR value read from the EEPROM is completely wrong. I've had one report of a 3c900 card that returns an xcvr value of 14, which is impossible (the manual states that all vales above 8 are reserved). If the value is out of the expe Add PCI vendor ID for the 3c980-TX server adapter card, which apparently also uses the cyclone chip. Graciously supplied Mats O Jansson <maja@cntw.com>. Also noted by Mats, the 10mpbs cyclone adapters should be named 3c900B, not 3c905B. I haven't actually encountered a 10mbps only cyclone adapter yet, nor anybody who has one, but this makes sense given the naming scheme used for the older boomerang adapters.
* o Enable standby mode in apm utility. You need a newer kernel for thisimp1998-09-042-11/+203
| | | | | | | | | | | | | | | | functionality to work (however, the kernel changes were committed to current at 1998/07/05 23:29:11 PDT). o Enable setting of a timer for later wakeup. Note, not all APM BIOSes support this for all modes (mine doesn't support waking up on a timer from standby mode). o Print out the APM capabilities, as reported by the BIOS. o Report wake on ring indication. No way to enable/disable this, but it is reported. o update man page with above o The output of this command has changed, so if you have a script that parses its output, then you may need to rewrite it slightly. o The code attempts to deal with older kernels than July 5, 1998, but that part of the code isn't well tested.
* make sbflush panic messages more descriptiveache1998-09-042-6/+8
|
* PAGE_WAKEUP -> vm_page_wakeupache1998-09-042-14/+14
|
* Fix uninitialized variable.yokota1998-09-041-1/+2
| | | | | PR: bin/7799 Submitted by: Sheldon Hearn (axl@iafrica.com)
* Add the distribute target that make release wants.jb1998-09-042-5/+6
|
* Don't utilize the pre-4.4Lite2 INITMOUNTNAMES compatibility cruft.obrien1998-09-042-17/+16
| | | | (bde will remove it soon)
* Just nuke the aout bootstrap stuff since we don't need it anymore.jkh1998-09-041-12/+1
| | | | | Simplify accordingly for ELF. Convinced by: jb
* Set OBJFORMAT=aout to affect the whole build - for now, it seems that tooabial1998-09-042-3/+7
| | | | many tools needed to build the floppies are dependent on a.out...
* Cosmetic changes to the PAGE_XXX macros to make them consistent withdfr1998-09-0418-139/+165
| | | | the other objects in vm.
* Make SimOS work again.dfr1998-09-041-38/+57
|
* Make this build even if sio is not in the kernel.dfr1998-09-041-1/+7
|
* add missing sys/queue.hache1998-09-041-1/+2
|
* Only move a.out libs if we're building for a.out.jkh1998-09-041-4/+4
|
OpenPOWER on IntegriCloud