summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace with the correct version which sources in the other .gdbinits.grog1999-04-171-4/+663
|
* When looking at all objects, look at all objects.grog1999-04-171-7/+7
| | | | | main: If the wrong version is started, execve the correct version.
* When looking at all objects, look at all objects.grog1999-04-171-19/+22
| | | | | | vinum_lsi: Print rough size of plex in parentheses. Print drive info with -v option (previously required -V).
* vinum_init: count dead children correctly when waiting for completion.grog1999-04-171-2/+5
| | | | vinum_resetstats: count objects correctly.
* X11 include directory may not actually contain any header file, check forluoqi1999-04-171-2/+2
| | | | a specific one (X11/X.h).
* Merge up to rev 1.234 (nice revision number!) of i386/isa/sio.c.peter1999-04-172-230/+412
|
* Merge up to rev 1.226 of i386/isa/sio.cpeter1999-04-172-420/+28
|
* oops, there was no tek390.c from the last commit, that's something onpeter1999-04-171-1/+0
| | | | one of Doug's machines apparently.
* We use the generic isa version now.peter1999-04-172-170/+0
|
* We now use the generic isa version..peter1999-04-171-74/+0
|
* vga_isa.c is now generic, not i386 specific (src/sys/isa/vga_isa.c)peter1999-04-171-2241/+0
|
* Copy across some apparently missing cleanups from i386/isa/vga_isa.cpeter1999-04-161-1/+9
|
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-165-5/+61
| | | | the atkbd device to isa, as was in the old (and 3.x) GENERIC config.
* Add a sample loadable pci driver Makefile..peter1999-04-161-0/+28
|
* Corresponding minimal changes for kernel configuration after new-buspeter1999-04-163-105/+131
| | | | commit.
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-16147-5332/+10870
| | | | | | | | | | | | | | | | | | i386 platform boots, it is no longer ISA-centric, and is fully dynamic. Most old drivers compile and run without modification via 'compatability shims' to enable a smoother transition. eisa, isapnp and pccard* are not yet using the new resource manager. Once fully converted, all drivers will be loadable, including PCI and ISA. (Some other changes appear to have snuck in, including a port of Soren's ATA driver to the Alpha. Soren, back this out if you need to.) This is a checkpoint of work-in-progress, but is quite functional. The bulk of the work was done over the last few years by Doug Rabson and Garrett Wollman. Approved by: core
* Add SYSVSEM so that newer versions of Xaccel don't require a kerneljkh1999-04-162-2/+4
| | | | | | compile just to work. We have the room now, so what the heck. Reqested by: Thomas Roell <roell@xig.com>
* Remove the entries for umodem and ucom. These drivers only proben_hibma1999-04-166-23/+5
| | | | and attach, nothing else. This is confusing to people.
* zero out switchtime.tv_sec. This fixes a fairly serious problem wheregallatin1999-04-161-1/+2
| | | | processes were being charged for time when the system was idle.
* - Add another adhoc frame_size detection for stack trace.simokawa1999-04-161-8/+9
| | | | | egcs manupilates stack pointer with 'subq/addq' rather than 'lha'. - Surpress warnings
* Revise list of interfaces on which bridging is supported. mdoc-ify a fewghelmer1999-04-161-5/+18
| | | | things while I'm here.
* Add bridging support (tested in 3.1-RELEASE by Steven Vetzalghelmer1999-04-162-25/+81
| | | | <svetzal@icom.ca>).
* Better handling for ARP/source routing on Token Ringeivind1999-04-151-8/+16
| | | | Submitted by: Larry Lile <lile@stdio.com>
* Removed dead code and cleaned up. setconf() now just asks for thebde1999-04-151-108/+38
| | | | | root device name. The parser for the name is still too simple (it forces slice = none, partition = 'a').
* Made booting with -a work for all configurations. Previously itbde1999-04-1511-67/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only worked for configurations with "swap on generic". usr.sbin/config/config.y: - ignore all "swap [on] device ...' specifications except for warning about them. They haven't done anything related to swap for almost 4 years, and were previously silently ignored, except for "swap on generic" which stopped swap${KERNEL}.c from being generated. Code to support swapping is now deader than before. usr.sbin/config/mkswapconf.c: - don't generate a dummy setconf() function in swap${KERNEL}.c. sys/i386/conf/files.i386: - swapgeneric.c is now standard. It should be merged into autoconf.c so that it doesn't conflict with swap${KERNEL}.c for kernels named "generic". sys/i386/i386/autoconf.c: - don't call setroot() for mfs roots. Since setroot() doesn't do anything harmful, this was just a waste of time, except possibly for booting with -a it may have helped prevent an undesireable call to setconf() by finding a bogus rootdev. - honor -a for ffs roots. -a now overrides all other ways of specifying the root device. Previously, -r had precedence over -a, and the -a handling was usually a no-op. - don't honor -a for non-ffs roots, since it would currently just get in the way of a clean panic. sys/i386/i386/swapgeneric.c: - don't declare things that are now always declared in swap${KERNEL}.c. Don't decide things that are now decided in autoconf.c. Code to support the "generic" case is now dead instead of useless.
* Nuke lsock(1).des1999-04-153-146/+0
|
* lsock(1) -> sockstat(1)des1999-04-151-2/+2
|
* Rename lsock(1) to sockstat(1).des1999-04-153-0/+146
| | | | | Suggested by: Sheldon Hearn <sheldonh@iafrica.com> Approved by: Peter Wemm <peter@netplex.com.au>
* Foo. jdp changed .so to .So during the time I did the EGCS work and Iobrien1999-04-151-3/+3
| | | | missed bring in his changes into my work.
* Create /var/db/port.mkversion rather than /var/db/pkg/.mkversion to be inobrien1999-04-151-2/+2
| | | | | | sync with bsd.port.mk rev 1.309. Submitted by: make world
* Clarify the current state of cc -aout:imp1999-04-151-4/+18
| | | | | | Compiling -g sometimes doesn't work (from Bruce) libgcc_r won't build (Jos Backus) Also mention that make -j n world is working again
* - Close PR #11136: add PCI ID for another new cyclone device: thewpaul1999-04-152-32/+61
| | | | | | | | | | | | 3c900B-TPC (twisted pair and coax). Treated similarly to the 3c900B-COMBO, except no AUI port. - Fix media selection so that it's possible to select the AUI and BNC ports on the 3c905B-COMBO. This board is now fully supported. - Change TX queueing strategy to hopefully be more efficient by avoiding register accesses in xl_start(). Should provide small performance improvement and a little better reliability.
* Added missing newline to "no ports found!" message.alex1999-04-152-4/+4
|
* Remove references to libg++ and libf2c that aren't needed post-EGCS.obrien1999-04-141-2/+2
|
* Grrr. Make all modes work properly with the 82c168 chip and built-inwpaul1999-04-144-35/+53
| | | | | | | | | | transceiver. Note in the manual page that autoselection doesn't work on the 82c168 because the built-in NWAY support is horribly broken. Manual mode selection works fine, but autoneg is broken for everything except maybe 10Mbps half-duplex. There's no simple way to fix this at the moment, so I have to settle for documenting the bug for now. Fortunately, there aren't anywhere near as many 82c168 boards around as there are 82c169s.
* getnewbuf(): check return value from tsleep(). Interruptible NFS may passdt1999-04-141-7/+4
| | | | PCATCH to slpflag.
* Fix typos.nik1999-04-141-3/+7
| | | | | | PR: docs/8682 Submitted by: hnokubi@yyy.or.jp Reviewed by: nik
* Change description of file(1) following symlinks to the truth (namely,nik1999-04-141-28/+16
| | | | | | | | | by default, file(1) does not follow symlinks, the -L flag must be specified. PR: docs/8602 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Reviewed by: nik
* temp fix for internal queue overflow problemmjacob1999-04-141-14/+34
|
* Add example for 'makeoptions DEBUG' and some notes. I have not activatedpeter1999-04-143-3/+36
| | | | | it here since a -g LINT kernel is 100% useless as it won't run and hence doesn't need debug capabilities (and would just waste disk space :-).
* Activate lsock(1).des1999-04-141-1/+2
|
* Import lsock(1), a Perl script for listing open Internet sockets.des1999-04-143-0/+146
|
* Install kld.4.bde1999-04-141-10/+8
| | | | Sorted lists.
* Search bdevsw[] instead of the half-baked builtin table of devicesbde1999-04-141-14/+26
| | | | | | | | | | in the RB_ASKNAME case. I had thought that I made this change in rev.1.18, but rev.1.18 only affects obscure subcases of the RB_DFLTROOT case (subcases where the compiled in default root is not found in bdevsw[] -- then the root device is set to the first device in the half-baked table that is also in bdevsw[]). Removed yet more vestiges of config-time swap configuration.
* Generate intrnames[] dynamically. This should be new-bus friendly.bde1999-04-1415-562/+385
| | | | Old version reviewed by: se
* Document the "-D" option (UTSL).obrien1999-04-141-0/+12
|
* Close PR #11122: check key length before calling strncmp()wpaul1999-04-141-3/+4
| | | | in yp_next_record().
* Support linking against libgcc_r.obrien1999-04-141-0/+6
| | | | Submitted by: Luoqi Chen <luoqi@chen.ml.org>
* Create a libgcc with POSIX threads support.obrien1999-04-142-2/+11
| | | | Submitted by: Luoqi Chen <luoqi@chen.ml.org> (reorganized by me)
* Add a commented-out example on using the makeoptions command to get apeter1999-04-132-2/+6
| | | | kernel.debug.
OpenPOWER on IntegriCloud