summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Submitted by: Larry Lilejulian1999-03-1020-2227/+6168
| | | | | | | | Move the Olicom token ring driver to the officially sanctionned location of /sys/contrib. Also fix some brokenness in the generic token ring support. Be warned that if_dl.h has been changed and SOME programs might like recompilation.
* For clarity, use the "map" variable introduced by the last commitalc1999-03-101-5/+5
| | | | throughout exec_aout_imgact.
* Mention new loader.rc. Point people at the updated man pages for moreimp1999-03-101-1/+5
| | | | details.
* We don't use this anymore - nuke it.jkh1999-03-102-54/+2
|
* Install new loader.rc stuff.dcs1999-03-101-1/+7
|
* Gentlemen, I present you /boot/defaults. Just for the sake of symmetry.dcs1999-03-101-1/+3
| | | | Reviewed by: jkh (eyebrown raised a little, I concede)
* Merge some doc updates which got only into the 3.0 branch during the lastjkh1999-03-1011-104/+30
| | | | release cycle.
* get rid of space padding for compressionmjacob1999-03-101-2/+2
|
* Don't forget to remove devstat entries when takingmjacob1999-03-102-2/+12
| | | | down the CCD device.
* Remove all diagnostics to stdout/stderr with #ifdef DEBUGbrian1999-03-098-44/+108
| | | | Statify functions in alias_nbt.c
* Set the CPU resource limit back to infinity before exec()ing PP.brian1999-03-091-1/+4
| | | | PR: 10399
* Take boot1/boot2 from their new place, i.e. /boot/, not fromabial1999-03-092-5/+5
| | | | | | (currently nonexistent) /usr/mdec/. Submitted by: luigi
* If /etc/ppp/ppp.conf doesn't exist, mention that thebrian1999-03-091-7/+19
| | | | | | configuration file can't be found rather than saying that the label can't be found. Pointed out by: Greg Black <gjb@comkey.com.au>
* Make TIMER_FREQ a normal, undocumented option. Raise confusion tophk1999-03-098-11/+22
| | | | | | | a higher level with example in LINT. Clarify comment about PPS_SYNC. Ignore for now that it doesn't work in FLL mode, it will in a few days.
* Fix from author of the driver:andreas1999-03-092-6/+6
| | | | | | | | | | | | | | | | | | The i++ loop from 1..1000 is too small on very fast machines like PII 450 MHz. Increasing the loop from 1..100000 lets the machine access PHY. After this patch it's possible to use a SMC PCI card on a HP Kayak XA series PC Workstation. Workaround until this fix was to enable debugging in the driver (#define EPIC_DEBUG 1). Without that patch you get an undefined state: while true do ifconfig -a | grep status: done The status messages flaps between twwo values, but not "connected". Obtained from: Ustimenko Semen <semen@iclub.nsu.ru>
* Don't free() a NULL pointer!yokota1999-03-091-3/+4
|
* New loader.rc stuff.dcs1999-03-093-0/+1341
| | | | Reviewed by: jkh
* o Use larger minimum root size on alpha.jkh1999-03-096-18/+69
| | | | | | o Use proper architecture subdir when fetching bits from snapshot servers. Submitted by: Doug Rabson <dfr@nlsystems.com>
* Document -D option. Give a more helpful error message for some cases.dcs1999-03-092-3/+11
| | | | | PR: bin/10152 Obtained from: Matthew D. Fuller <fullermd@futuresouth.com>
* Support seconds with -v.brian1999-03-093-13/+55
| | | | | PR: 6308 Submitted by: Max Euston <meuston@jmrodgers.com>
* Remove (redundant) map timestamp increments from some properlyalc1999-03-091-6/+1
| | | | synchronized routines.
* typo policebrian1999-03-093-12/+12
|
* Add Specialix SI/XIO/SX ISA, EISA and PCI serial expansion cards/modulesjkh1999-03-082-0/+4
| | | | | Submitted by: Nick Sayer <nsayer@quack.kfu.com> PR: 10456
* Reserve cdev 115 for University of Waikato DAG network capture boardsjkh1999-03-082-2/+4
|
* Clean up and order register definitions.gibbs1999-03-081-78/+66
|
* Add necessary splcam() protection around target mode setup and teardowngibbs1999-03-081-4/+19
| | | | | routines as well as card access that occurs for the AC_LOST_DEVICE async event.
* Don't destroy the old server socket another ``set server''brian1999-03-081-5/+11
| | | | call fails.
* Move untimeout up before call to uhci_ii_done, avoids panic inn_hibma1999-03-081-4/+1
| | | | | | | untimeout. Submitted by Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> and gehenna@jp.FreeBSD.org.
* Add bt_port_probe() a routine shared by the EISA and ISA probe code togibbs1999-03-082-15/+87
| | | | | | | determine IRQ and DRQ information. Fix a bug that would cause us to attempt to retrieve extended sync rate information on cards/firmware revs that do not support that command.
* Ask the card where our interrupt is instead of attempting to use the EISAgibbs1999-03-082-170/+62
| | | | | | config info. On early revision cards (742a), the EISA register space, other than the location used to determine the address of the card's main command ports, is write only.
* Pull 'ISA style' probe where interrupt information is determined throughgibbs1999-03-083-129/+21
| | | | | commands sent to card, into the base driver module. It is now used for EISA board probes too.
* Spell David correctly.steve1999-03-081-2/+2
|
* Restore \n at end of usage message.wollman1999-03-081-2/+2
| | | | Complained-about-by: charnier
* Integrate the new "nanokernel" PLL from Dave Mills.phk1999-03-086-848/+753
| | | | | | | This code is backwards compatible with the older "microkernel" PLL, but allows ntpd v4 to use nanosecond resolution. Many other improvements. PPS_SYNC and hardpps() are NOT supported yet.
* fix cosmetic ISDN startup problem mentioned in PR conf/9957hm1999-03-082-4/+12
|
* Add MODINFO_ARGS, parameters passed to a module at load time.dcs1999-03-085-5/+18
| | | | VS: ----------------------------------------------------------------------
* Increase ficl's dictionary size, in preparation for the newer loader.rc.dcs1999-03-081-2/+2
|
* Fix a number of memory leaks and other memory-related disorders.dcs1999-03-084-9/+19
| | | | | | | | | | | | | | | Also, unbreak the breakage introduced at the last revision of module.c. This changes the semantics of mod_searchfile() (and mod_searchmodule()) to make the caller's responsibility freeing the buffer returned. This is different from other functions in loader's code, and was done as a fix for kern/9631. If someone wants to revert this to the original behavior, don't forget to fix kern/9631 in another way. This should also fix bin/10462, which was introduced as a result of the first try at kern/9631 (module.c last revision). PR: bin/10462 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
* Remove an unused variable from vmspace_fork.alc1999-03-081-3/+1
|
* The 4 gig version of the Seagate Medalist Pro seems to have the sameken1999-03-071-5/+21
| | | | | | | | | | | trouble with tagged queueing as the 6.5 gig version. So, I've added a quirk entry for it to limit it to two outstanding transactions at a time, just like the 6.5G version. While I'm at it, add a quirk for the 9G version of the drive, since it most likely has the same problem. Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* ZIP drives should now be working, I'm not sure about LS120 drives,sos1999-03-079-84/+100
| | | | | | | | | | | | reports on those most welcome! Fixed problems: Hang on probe on "fantom" devices. The probe now use a timeout to avoid hangs if no interrupt is recevied. There has also been more general code clenaups, and some reorgs.
* Change vm_map_growstack to acquire and hold a read lock (instead of a writealc1999-03-071-11/+17
| | | | | | | | | lock) until it actually needs to modify the vm_map. Note: it is legal to modify vm_map::hint without holding a write lock. Submitted by: "Richard Seaman, Jr." <dick@tar.com> with minor changes by myself.
* Don't forget to call modem_Found() when connectingbrian1999-03-071-1/+2
| | | | | via an external program - otherwise we get no throughput stats and connection count increase.
* Add leading 0 in front of octal file permissions number.ghelmer1999-03-072-4/+4
| | | | | OK'ed by: Brian Somers <brian@freebsd.org> PR: docs/9843
* Fix display of example usage.ghelmer1999-03-071-1/+2
| | | | PR: docs/9833
* erst0 -> ersa0ghelmer1999-03-071-2/+2
| | | | PR: docs/9860
* MAKEDEV pty# makes 32 pty pairs, not 16.ghelmer1999-03-072-4/+4
| | | | PR: docs/9879
* Explain ENXIO error status with respect to fifos.ghelmer1999-03-071-0/+4
| | | | PR: docs/8559
* Upgrade (almost) to natd 2.0b1brian1999-03-0712-244/+564
| | | | | | | | | | | | | | - Transparent proxy support. - PERMANENT_LINK IS NOW OBSOLETE, use redirect_port instead. - Drop support for early FreeBSD 2.2 versions - If separate input & output sockets are being used use them to find out packet direction instead of normal mechanism. This can be handy in complex environments with multiple interfaces. - PPTP redirect support by Dru Nelson <dnelson@redwoodsoft.com> added. - Logging enhancements from Martin Machacek <mm@i.cz> added. Obtained from: Ari Suutari <ari@suutari.iki.fi>
* Support PPTP via libalias (``alias pptp addr'').brian1999-03-077-8/+106
|
OpenPOWER on IntegriCloud