summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a flag, passed to pru_send routines, PRUS_MORETOCOME. Thisfenner1999-01-205-24/+34
| | | | | | | | | flag means that there is more data to be put into the socket buffer. Use it in TCP to reduce the interaction between mbuf sizes and the Nagle algorithm. Based on: "Justin C. Walker" <justin@apple.com>'s description of Apple's fix for this problem.
* remove - before __entry, it is not make conmmand but shell continuation lineache1999-01-201-2/+2
|
* Add 'options DEBUG_LOCKS', which stores extra information in structeivind1999-01-2012-13/+149
| | | | | | | | lock, and add some macros and function parameters to make sure that the information get to the point where it can be put in the lock structure. While I'm here, add DEBUG_VFS_LOCKS to LINT.
* Put back this wholly innocent victim of Mike's drive-by shooting on alog;jkh1999-01-201-0/+34
| | | | | it belongs to the labpc driver. Mike will be in the corner wearing the pointed hat, should anyone be looking for him.
* Replace old SAVE_USERCONFIG code with a customized version of Andrzej'sjkh1999-01-2013-17/+245
| | | | kget code. Also collapse a redundant case in cdrom code.
* nuke dset from here.jkh1999-01-201-4/+3
| | | | Reminded by: peter
* Remove obsolete dset code. It's an ELF/3-stage boot world now and therejkh1999-01-2014-1860/+6
| | | | | are cleaner ways of doing this that don't involve stomping on kernel binaries directly.
* nuke dset - it doesn't work in a post-ELF world and abial has somethingjkh1999-01-204-520/+1
| | | | better as a replacement (kget).
* Remove man page links too, making the world work again.jkh1999-01-201-3/+2
| | | | Forgotten by: msmith
* Remove 'alog'.kato1999-01-203-6/+4
|
* Sync with sys/i386/conf/Makefile.i386 revision 1.136.kato1999-01-202-4/+6
|
* Merge conflicts from 3.9-beta3+IOS12. The conflicts were huge; cvs'sfenner1999-01-2023-1861/+4167
| | | | | merge algorithm failed on several files, and the translation of the mrouted man page to mdoc didn't help...
* This commit was generated by cvs2svn to compensate for changes in r42888,fenner1999-01-204-0/+413
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import mrouted version 3.9-beta3+IOS12 . This is a version of 3.9-beta3fenner1999-01-2026-1853/+4759
| | | | | | | | | | | | with minor changes to work around a bug in Cisco's IOS version 12.0 . 3.9-beta3 is much improved over 3.8, and is only labelled "beta" because of missing features, as opposed to instability or known bugs.
* | o enable plug and play support for the aha driver. Given the cumbersomeimp1999-01-204-34/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pnp system in freebsd, I'm not sure how useful this will be, but my 1542CP seems to work well in plug and play mode and does seem to probe correctly at all the oddball addresses/irq/drqs that I tried. [[ I was unable to get /kernel.conf or /kernel.config to read in, so I wasn't able to verify that this method of userconfig works. that's one thing that makes pnp so hard to use in the current scheme. Pointers to the right new way of doing this accepted. ]] o Add some kludges to maybe bring support for 1540A/1542A into the driver. Since I have no 154xA cards, and the only person I know that has them hasn't given me feedback, I'm making this commit blind. o Honor unit numbers that are in the config file now. This allows one to hard wire the unit numbers (and have high unit numbers for plug and pray devices, which can't seem to be hardwired) and have the cards not migrate from aha1 -> aha0 should aha0 go on the fritz. I didn't verify that hard wired scsi busses would work, but did verify that hard wired aha addresses did work to a limited extent. Both aha0 and aha1 must be hardwired, or when the card that was in aha0 goes away, the probe for aha0 might pick up the card that otherwise would have been aha1.
* | Texinfo has been upgraded. This needs to catch up.markm1999-01-201-4/+21
| | | | | | | | Submitted by: lkoeller@cc.fh-lippe.de
* | Help for Perl5 to make in cross-build environments.markm1999-01-201-1/+2
| | | | | | | | Submitted by: Eivind Eklund
* | Resolve conflicts.fenner1999-01-202-280/+691
| |
* | This commit was generated by cvs2svn to compensate for changes in r42881,fenner1999-01-201-16/+18
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import mtrace release 5.2fenner1999-01-203-326/+705
| | | | | | | | ftp://ftp.parc.xerox.com/pub/net-research/ipmulti/mtrace-5.2.tar.gz
* | Make more messages conditional on bootverbosejkh1999-01-207-21/+35
| |
* | Alog is gone.msmith1999-01-201-149/+0
| |
* | Remove 'alog'. G'bye Jamil.msmith1999-01-2010-777/+9
| |
* | Fixed ifdef for libintl in previous commit (the location of libintl.a'sbde1999-01-201-7/+11
| | | | | | | | | | | | | | | | | | | | | | obj dir is only indirectly related to the location of libtxi.a's obj dir). Fixed about 3 style bugs in previous commit. Fixed my bug in rev.1.7. "../../Makefile.inc" worked as an alias for "../Makefile.inc" in some cases, but it gives endless recursion when there is an obj dir in one of the subdirs.
* | Change MASTER_SITE_BACKUP to point to new dir on wcarchive. Merge someasami1999-01-203-6/+15
| | | | | | | | MASTER_SITE_* macros from latest bsd.port.mk.
* | (1) Add gnome master sites.asami1999-01-201-4/+10
| | | | | | | | | | | | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za> (2) Change backup distfiles dir to reflect change in ftp.freebsd.org's reorganization.
* | Allow tuning of read-only mounted file system.luoqi1999-01-201-4/+47
| | | | | | | | Reviewed by: Bruce Evans <bde@zeta.org.au>
* | By popular demand, back out the CONNER CFP* quirk entry, and return it token1999-01-201-2/+2
| | | | | | | | | | | | | | its original form. (Originally, it only applied to the CFP 2107.) Hopefully we can come to some conclusion about which Conner drives are broken for tagged queueing.
* | Re-write of ilmi daemon. Among the major changes, it does not use predefinedmks1999-01-201-1555/+1275
| | | | | | | | PDUs and should handle multi-request OIDs on GETs.
* | Install man page link for strtok_r.jdp1999-01-191-1/+2
| |
* | Spell check and minor grammar fix.jdp1999-01-191-3/+3
| |
* | Fixed breakage of cross-compiling in previous commit. The installedbde1999-01-191-6/+4
| | | | | | | | | | | | | | | | version of makeinfo must be used. The fix breaks bootstrapping of texinfo by a simple `make' in the texinfo directory -- `make world' must be used to bootstrap it if you don't know how to do it manually. Fixed at least 7 style bugs in previous commit.
* | Fix problem with zero valued map registers followed by valid map entries.se1999-01-195-14/+19
| | | | | | | | | | | | The previous code just ignored the invalid map register, but this gave surprising results because of the way pci_map_port() associated the map register offset supplied with a map entry in the map array.
* | Fix bug in last commit (la was used uninitialized if no route was passed in).fenner1999-01-191-2/+2
| |
* | Prevent duplicate output lines from 'atm show arpserver' command on systemsmks1999-01-192-11/+16
| | | | | | | | with multiple ATM physical interfaces.
* | Add missing "quit".abial1999-01-191-1/+2
| |
* | Don't start (now) noneexistent snmpd.abial1999-01-192-8/+2
| |
* | Prevent accessing freed signalling instance memory during detach processing.mks1999-01-191-12/+9
| |
* | Remove generated copy of the file.abial1999-01-191-80/+0
| |
* | Add NOPAM hook.abial1999-01-192-11/+8
| |
* | Remove PROCFS - we don't use it.abial1999-01-191-2/+1
| |
* | Remove snmp for now - it has to either shrink, or we have to inventabial1999-01-192-8/+2
| | | | | | | | something else...
* | Don't return errors for 'atm show arpserver' command on sigpvc and spansmks1999-01-192-5/+13
| | | | | | | | interfaces.
* | Add NOPAM hook to be able to use login(1) here...abial1999-01-192-12/+9
| |
* | Sync more with reality...abial1999-01-192-6/+22
| |
* | Emulate getpass behaviour when asking for user's password.abial1999-01-192-10/+95
| | | | | | | | | | | | Add ability to use PAP/CHAP authentication in auto-generated ppp.conf. Let users edit ppp arguments before the first run.
* | Add stty to emulate getpass in dialup script.abial1999-01-192-4/+4
| |
* | Next round of fixes before 3.1-RELEASE.abial1999-01-193-16/+16
| |
* | Bump version number to 0.43abial1999-01-191-1/+1
| |
* | Add a compile knob to avoid using PAM code (login will use standard Unixabial1999-01-192-4/+22
| | | | | | | | | | | | | | authentication only). This comes handy when you're tight on space. Submitted by: mostly John Baldwin <jobaldwi@vt.edu> Reviewed by: John D. Polstra <jdp@polstra.com>
OpenPOWER on IntegriCloud