summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Order the ENVIRONMENT section alphabetically.joe2000-06-211-5/+5
|
* I broke locale sensitive ordering of date and month injoe2000-06-212-6/+16
| | | | | | | | | | the long -l output format with the last commit. Fix it by replacing the "%b %e" strftime format with "%Ef". Make a note in the manual page that the LANG environment variable affects the running of ls. Reviewed by: ache
* This really shouldn't be here, fragment left over from the tarball.cokane2000-06-211-2/+0
|
* Subtle Tx bugs - I wonder why the cast wans't picked up...dmlb2000-06-211-4/+4
|
* This commit was generated by cvs2svn to compensate for changes in r61914,cokane2000-06-212-0/+36
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Add a kld to correlate with my committ of the voodoo driver (tdfx).cokane2000-06-212-0/+36
| |
* | Allow those of us who have to print through LPRng spoolers to sendwollman2000-06-212-7/+64
| | | | | | | | spooler options using `Z' control-file lines and the `-Z' flag.
* | This commit was generated by cvs2svn to compensate for changes in r61911,cokane2000-06-215-0/+876
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * First import of my 3dfx voodoo driver. Currently it supports the Voodoo ↵cokane2000-06-215-0/+876
| | | | | | Graphics and Voodoo2 perfectly. It works just like the 3dfx driver does for linux, by using a character device at /dev/3dfx of Major 107 to provide a window into the 3dfx card's memory space. This interface is used by glide and mesa as far as i know, and probably some other libraries too. Approved by: jkh
* OpenVMS labeled disks also seem to give the installer fits.wilko2000-06-211-0/+1
| | | | Warning to be removed when alpha/17642 is fixed.
* Document boot support for UP1000 and Adaptec 294x. Ditto for Symbios 875wilko2000-06-211-0/+5
| | | | Submitted by: Andrew Gallatin
* Added Altima Communications OUI and their AC101 10/100semenu2000-06-213-0/+14
| | | | | | media interface to the list of known chips. miidevs.h regenerated also.
* Added support for SMC9432BTX cards.semenu2000-06-215-21/+168
|
* PC-98 version of ed driver is a statically limited driver.kato2000-06-212-2/+2
| | | | Pointed out by: haro@tk.kubota.co.jp (Munehiro Matsuda)
* Checkpoint commit. I can actually receive HDLC frames now.phk2000-06-211-53/+669
|
* Fix %EFache2000-06-216-6/+6
|
* Doubling the size of MAXSIZE because of large delta indigestion.chuckr2000-06-211-1/+1
| | | | Submitted by: Stefan Esser.
* Fix dateache2000-06-212-10/+10
| | | | Submitted by: CHOI Junho <cjh@FreeBSD.ORG>
* Fixed to support RSA98-III non-pnp mode. rman_get_start() had returnednyan2000-06-212-58/+74
| | | | | | iobase + 8 because the I/O address table for RSA98-III starts with +8. Now, bus_alloc_resource() is used instead of isa_alloc_resourcev() if device type is RSA98III.
* Don't incorrectly report a protocol error when we get a 302 and redirectsdes2000-06-211-2/+5
| | | | are disabled.
* Missed one:imp2000-06-211-0/+5
| | | | | Per grog's suggestion, mention bde's symbol change to the kernel. It likely isn't a big deal, but should be noted in passing.
* I felt guilty:imp2000-06-211-2/+13
| | | | | | o add note about binutils 2.10 fixing the problems noted on 20000522. o Add some very brief text to the '612 entry on the config changes. A better howto would be warmly added to the file.
* Forgot about the bootblocks.imp2000-06-211-0/+5
|
* Note phk's axing of wd compat devices in -current.imp2000-06-211-0/+6
|
* Don't build manpages if NOMAN has been set.asmodai2000-06-211-0/+2
| | | | | PR: 17967 Submitted by: Benno Rice <benno@netizen.com.au>
* add record channel irq timeouts toocg2000-06-201-2/+12
|
* fix a bug where opening for write would not fail if channel allocation failedcg2000-06-205-11/+30
| | | | | when playing, if we stall for 1s with no data advancing, abort and mark the channel dead - fail all future operations
* Rename the `VRXEC' macro used to clear read and exec bits to `FDRX' sochris2000-06-202-6/+6
| | | | as not to impede upon VFS namespace.
* Make cmp -s work properly if skip values are given. Also, exit(1)green2000-06-201-3/+3
| | | | | | | | is now exit(DIFF_EXIT). PR: 18597 Submitted by: Anatoly Vorobey <mellon@pobox.com> Committed at: Usenix terminal room
* Minor tweaks to error messages (after writing man page).dmlb2000-06-201-49/+81
| | | | | | | | Renamed varible dst in ray_rx to mp as it is a pointer to an mbuf. Correctly grok addresses in data packets. Promte a couple of RECERRs to real errors.
* display version number of each kld module when usingjmb2000-06-202-5/+5
| | | | the -v flag.
* When the 'msg' command is used from the command line, check for aarchie2000-06-203-45/+70
| | | | | | synchronous reply, and display it (if any) before exiting. Requested by: phk
* Don't call _getipnodebyname_multi(). It fixes the problem thatume2000-06-201-190/+1216
| | | | | | | | | getaddrinfo() accidentally returns IPv4 mapped IPv6 address instead of native IPv4 address. Now, getaddinfo() is scoped address ready. You can put scoped address within /etc/hosts. Obtained from: KAME Project.
* Fix typo(s) I overlooked in my last commit.alex2000-06-201-1/+1
| | | | | | (This aid in pin pointing -> This aids in pinpointing). Submitted by: sheldonh
* Fix obvious cut-n-paste error.se2000-06-201-1/+1
| | | | Submitted by: Thomas Ludwig <tludwig@urbanet.ch>
* mdoc style cleanup: newline for new sentence.alex2000-06-201-4/+6
| | | | Submitted by: sheldonh
* Don't include /compat/linux/tmp in $clean_daily_dirs as it's usuallybrian2000-06-201-1/+1
| | | | | | a link to /tmp Pointed out by: des
* Back out wes' commit with extreme prejudice.des2000-06-201-143/+5
|
* - Removed PacketAliasPptp() API function.ru2000-06-208-76/+2
| | | | - SHLIB_MAJOR++.
* Remove ``pptpalias'' since this is now done transparently by libalias(3).ru2000-06-202-51/+1
|
* Remove ``nat pptp'' as this is now done transparently by libalias.brian2000-06-206-74/+1
|
* Added CyQ've ELA-110sanpei2000-06-201-0/+8
| | | | Obtained from: [FreeBSD-users-jp 52722] cory@cory.to (CORY/ISAKA_Yoji)
* Added true support for PPTP aliasing. Some nice features include:ru2000-06-2014-22/+844
| | | | | | | | | | | | | | | | | | | | - Multiple PPTP clients behind NAT to the same or different servers. - Single PPTP server behind NAT -- you just need to redirect TCP port 1723 to a local machine. Multiple servers behind NAT is possible but would require a simple API change. - No API changes! For more information on how this works see comments at the start of the alias_pptp.c. PacketAliasPptp() is no longer necessary and will be removed soon. Submitted by: Erik Salander <erik@whistle.com> Reviewed by: ru Rewritten by: ru Reviewed by: Erik Salander <erik@whistle.com>
* Fix groff confusion for PS output.alex2000-06-201-3/+1
| | | | | PR: 14532 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>
* /etc/weekly -> /etc/periodic/weekly/320.whatisalex2000-06-201-1/+1
| | | | | PR: 19272 Submitted by: Uwe Pierau <uwe.pierau@tu-clausthal.de>
* rc.local is no longer a default.alex2000-06-201-3/+3
| | | | | PR: 19314 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
* Allow padding in LQR ECHO requestsbrian2000-06-201-2/+3
| | | | Problem found by: Tomaz Borstnar <tomaz.borstnar@over.net>
* Merge conflicts. Adds revs 1.2 and 1.3 (FreeBSD configuration support),obrien2000-06-201-5/+13
| | | | and preliminary sparc, strongarm, PPC FreeBSD support.
* Merge conflicts. This fixes the i386 config bits, merge in the Alpha bits,obrien2000-06-201-5/+16
| | | | and adds arm32 & sparc bits.
* Merge conflicts. This fixes the i386 config bits, merge in the Alpha bits,obrien2000-06-201-232/+233
| | | | and adds arm32 & sparc bits.
OpenPOWER on IntegriCloud