aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Style fixesGregory Neil Shapiro2000-10-118-32/+32
| | | | Notes: svn path=/head/; revision=66961
* Fix man page installationGregory Neil Shapiro2000-10-111-6/+4
| | | | | | | | | Style fixes Submitted by: bde Notes: svn path=/head/; revision=66960
* NOCRYPT imples NO_OPENSSL.Gregory Neil Shapiro2000-10-112-2/+2
| | | | | | | | | Still need to solve the distribution problem. Submitted by: kris Notes: svn path=/head/; revision=66959
* Add missing comma at the end of line.Jun Kuriyama2000-10-111-1/+1
| | | | Notes: svn path=/head/; revision=66958
* kmem transfers were being double-counted due to a missing continue.Andrew Gallatin2000-10-111-0/+1
| | | | | | | | This silences the dreaded "swapinfo:cannot read blmeta_t" messages at boot. I'm really suprised there were no PRs open about this... Notes: svn path=/head/; revision=66957
* Add support for the Kingston KNU101TX 10/100 USB ethernet adapter. We'reBill Paul2000-10-101-0/+1
| | | | | | | up to 11 of these now. Notes: svn path=/head/; revision=66956
* regenetateBill Paul2000-10-102-6/+38
| | | | Notes: svn path=/head/; revision=66955
* Add vendor ID for Kingston Technology and add device ID forBill Paul2000-10-101-1/+5
| | | | | | | KNU101TX USB ethernet adapter. (Yes, another one.) Notes: svn path=/head/; revision=66954
* Add a macro for ISO C99 ("isoC-99").David E. O'Brien2000-10-101-0/+10
| | | | Notes: svn path=/head/; revision=66953
* Note Ports Collection restructuring, new make(1) variable substitutionBruce A. Mah2000-10-102-0/+16
| | | | | | | modifiers. Notes: svn path=/head/; revision=66951
* Add FreeBSD-only options to the getopt stringGregory Neil Shapiro2000-10-101-1/+1
| | | | | | | | PR: 21544 Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au> Notes: svn path=/head/; revision=66949
* Minor clarification about the "bypass" hook.Archie Cobbs2000-10-101-1/+2
| | | | Notes: svn path=/head/; revision=66947
* Fix alphabetical ordering for libsmutilGregory Neil Shapiro2000-10-101-1/+1
| | | | Notes: svn path=/head/; revision=66946
* Document the recent sendmail related changes:Gregory Neil Shapiro2000-10-102-4/+40
| | | | | | | | | | | - STARTTLS support in sendmail - Use sendmail's version of vacation - mail.local no longer installed set-user-id root - Disable EXPN/VRFY SMTP commands by default - Copy sendmail/cf config building tree into /usr/share/sendmail/cf/ Notes: svn path=/head/; revision=66945
* Build sendmail with STARTTLS support unless NO_OPENSSL is set.Gregory Neil Shapiro2000-10-102-0/+14
| | | | Notes: svn path=/head/; revision=66944
* Use sendmail's version of vacation. It is command line and databaseGregory Neil Shapiro2000-10-104-735/+32
| | | | | | | | | | | | compatible with the old version but includes new functionality and bug fixes. Since it is not part of the NO_SENDMAIL make.conf option, libsmdb and libsmutil should always be built for vacation's sake. PR: 15227 Notes: svn path=/head/; revision=66943
* mail.local(8) is no longer installed as a set-user-id binary.Gregory Neil Shapiro2000-10-101-2/+0
| | | | | | | | Users may have to adjust their configuration to call mail.local as root by adding the F=S flag to the local mailer. Most probably already have this. Notes: svn path=/head/; revision=66942
* Disable the SMTP EXPN and VRFY commands by default to prevent informationGregory Neil Shapiro2000-10-101-0/+1
| | | | | | | | | leakage. Submitted by: Maxime Henrion <mux@qualys.com> Notes: svn path=/head/; revision=66941
* Install the sendmail cf building tools (contrib/sendmail/cf) inGregory Neil Shapiro2000-10-104-12/+50
| | | | | | | | | /usr/share/sendmail/cf. PR: 19790 Notes: svn path=/head/; revision=66940
* fix conflicting types for ng_ing_rcvmsg() and ng_ing_rcvdata().Hellmuth Michaelis2000-10-101-3/+4
| | | | Notes: svn path=/head/; revision=66939
* update with information about isdn4bsd upgradeHellmuth Michaelis2000-10-101-0/+28
| | | | Notes: svn path=/head/; revision=66938
* * Add rudimentary DDB support (no kgdb, no backtrace, no single step).Doug Rabson2000-10-1022-428/+5595
| | | | | | | | | * Track recent changes to SWI code. * Allocate RIDs for pmaps (untested). * Implement assembler version of cpu_switch - its cleaner that way. Notes: svn path=/head/; revision=66937
* update to include the new isdn4bsd driversHellmuth Michaelis2000-10-101-1/+5
| | | | Notes: svn path=/head/; revision=66936
* add new version of ELECOM Air@Hawk/LD-WL11/PCCMIHIRA Sanpei Yoshiro2000-10-103-9/+28
| | | | | | | | | (Yasuhiro Magara <gama@rose.zero.ad.jp> in [bsd-nomads:14588]) add "wi" cards into HARDWARE.TXT and RELNOTES.TXT Notes: svn path=/head/; revision=66935
* correct "device iwic0" to "device iwic"Hellmuth Michaelis2000-10-102-2/+2
| | | | Notes: svn path=/head/; revision=66934
* A quote from the ia64 compiler:Doug Rabson2000-10-101-1/+1
| | | | | | | | `char' is promoted to `int' when passed through `...' (so you should pass `int' not `char' to `va_arg') Notes: svn path=/head/; revision=66933
* update i4b version to 0.96.00Hellmuth Michaelis2000-10-101-2/+2
| | | | Notes: svn path=/head/; revision=66932
* Set i4b version number to 0.96.00.Hellmuth Michaelis2000-10-102-6/+6
| | | | | | | It is (nearly) identical to i4b-00.96.00-beta-101000.tar.gz Notes: svn path=/head/; revision=66931
* Do not exit when no holiday file is found. Issue warning and continue.Hellmuth Michaelis2000-10-101-3/+3
| | | | Notes: svn path=/head/; revision=66930
* Inital PowerPC loader build support.David E. O'Brien2000-10-102-1/+8
| | | | | | | Submitted by: Benno Rice <benno@jeamland.net> Notes: svn path=/head/; revision=66929
* Fix the embeded VCS ID for FreeBSD vs. NetBSD.David E. O'Brien2000-10-101-3/+2
| | | | Notes: svn path=/head/; revision=66928
* Add a quirk entry for the USB Sony DSC drive.Nick Hibma2000-10-101-1/+6
| | | | Notes: svn path=/head/; revision=66927
* Architecture-specific setjump()/longjmp() bits for the PowerPCDavid E. O'Brien2000-10-101-0/+39
| | | | | | | | | | needed by the loader. Submitted by: Benno Rice <benno@jeamland.net> Obtained from: NetBSD (Wolfgang Solfrank <ws@@tools.de>) Notes: svn path=/head/; revision=66926
* print out error reason if it was failed in assign_ioMIHIRA Sanpei Yoshiro2000-10-101-3/+23
| | | | | | | Obtained from: PAO3 Notes: svn path=/head/; revision=66925
* Remove unneccessary includes. (phk)Nick Hibma2000-10-101-3/+1
| | | | Notes: svn path=/head/; revision=66924
* Mark directories as directories, not as regular files.Dag-Erling Smørgrav2000-10-102-2/+2
| | | | Notes: svn path=/head/; revision=66923
* Remove unneeded includes (phk)Nick Hibma2000-10-101-2/+1
| | | | Notes: svn path=/head/; revision=66922
* Add MAE0021 - Jetstream Int V.90 56k Voice Series 2.Seigo Tanimura2000-10-102-0/+2
| | | | | | | | PR: i386/19920 Submitted by: Peter Ortner <port@iname.com> Notes: svn path=/head/; revision=66920
* awi needs to access memory with 8bit,Atsushi Onoe2000-10-101-0/+9
| | | | | | | | | | | but pccardd apparently maps memory with MDF_16BITS flag. So memory mapped access is disabled and use IO port instead for now. This fixes the problem for config index 0x01 in the pccard.conf with the message: "awi0: failed to complete selftest (timeout)" Notes: svn path=/head/; revision=66919
* We want the FreeBSD ID as the RCS ID, not the NetBSD one.David E. O'Brien2000-10-101-4/+3
| | | | Notes: svn path=/head/; revision=66918
* Removed the FreeBSD ID I was forced to add in rev 1.9.David E. O'Brien2000-10-101-2/+1
| | | | Notes: svn path=/head/; revision=66917
* Merged from sys/conf/{files.i386,options.i386} revisions 1.334 andKATO Takenori2000-10-102-30/+70
| | | | | | | 1.140, respectively. Notes: svn path=/head/; revision=66916
* Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit.Bruce Evans2000-10-101-2/+1
| | | | Notes: svn path=/head/; revision=66915
* Remove LIBRSAGLUE, add LIBSSLGregory Neil Shapiro2000-10-101-1/+1
| | | | | | | Reviewed by: kris Notes: svn path=/head/; revision=66913
* Added some handling code to work with SLI configs, and removed some unusedColeman Kane2000-10-101-17/+28
| | | | | | | older code that was phased out but not removed, heh. Notes: svn path=/head/; revision=66910
* Add an amusing spoonerism.Kris Kennaway2000-10-101-0/+2
| | | | | | | | Submitted by: Benno Rice <benno@hiro.netizen.com.au> Approved by: jkh Notes: svn path=/head/; revision=66909
* Correction to previous log entry: add newline between <sys/*.h> and <*.h>.Garrett Wollman2000-10-100-0/+0
| | | | Notes: svn path=/head/; revision=66908
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebyGarrett Wollman2000-10-1012-3/+18
| | | | | | | <time.h>). Notes: svn path=/head/; revision=66907
* Fix bug in "read" command.Archie Cobbs2000-10-101-2/+4
| | | | | | | Submitted by: Dave Cornelius <dc@packetdesign.com> Notes: svn path=/head/; revision=66904
* o Change TX_BUFFER_LEN from 512 to 2048.Larry Lile2000-10-101-6/+11
| | | | | | | | | | | | | | | o Remove bogus "spurious interrupt" message. o Ring buffer head and avail were incorrectly calculated. o Fix fragment count. o Fix ring entry for single station, default to 16Mbit. o Don't complain about long frames. Notes: svn path=/head/; revision=66903