aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Killed "maxmem" declaration. We don't have that variable in FreeBSD.David Greenman1995-07-051-2/+1
* Protected entire epioctl routine with splimp(). In this case, it is betterDavid Greenman1995-07-052-2/+12
* The ypprot_err() function incorrectly maps YP_NODOM to YPERR_NODOM.Bill Paul1995-07-051-2/+2
* Add Joerg Wunsch to the core team roster. Welcome aboard, Joerg!Jordan K. Hubbard1995-07-051-1/+2
* Fix a small bug in sysconfig introduced with 1.16. dumpdev needs aPeter Wemm1995-07-051-3/+3
* Oh fer cryin' out loud... While playing with the ypserv code on a differentBill Paul1995-07-041-1/+8
* Add PCI Id for the 3940 controller.Justin T. Gibbs1995-07-041-2/+9
* Dan Eischen's serial eeprom code.Justin T. Gibbs1995-07-042-0/+227
* First pass cleanup of this driver. This pass does not include the sequencerJustin T. Gibbs1995-07-044-71/+399
* Add entry for i386/scsi/93cx6.c, the file that handles serial eepromJustin T. Gibbs1995-07-042-2/+4
* Change SCB_LIST_NULL to 0xff from 0x10 to allow for 255 commands. ThisJustin T. Gibbs1995-07-041-7/+8
* Add a dependency on the .x source file and avoid copying it.Bruce Evans1995-07-043-40/+28
* Improve the recently changed and an old error message: don't report probeBruce Evans1995-07-042-7/+5
* Added some spaces for KNF. Moved some zero-initialized pointers into theDavid Greenman1995-07-041-14/+11
* This is the end result of about a dozen passes through this code to fixDavid Greenman1995-07-041-729/+696
* Define TRUE and FALSE.David Greenman1995-07-041-0/+7
* 1) Removed bogus #includeDavid Greenman1995-07-041-46/+25
* Don't convert 0.0.0.0 into 192.0.0.1. I can find no sane reason to do this.David Greenman1995-07-041-3/+1
* Small touchups in open_database():Bill Paul1995-07-021-5/+3
* Slightly modify my previous change to return EINVAL instead ofJoerg Wunsch1995-07-021-4/+2
* Revision 1.21 of if_sl.c broke the traditional behaviour thatJoerg Wunsch1995-07-021-1/+4
* stty fails with a non-obvious error message if it's run on a non-ttyJoerg Wunsch1995-07-021-3/+5
* I saw a very low-key commit message on the netbsd mailing lists andJoerg Wunsch1995-07-011-2/+4
* Hang up the modem if the dial or login fails. This ensures that weDoug Rabson1995-06-301-1/+2
* Add 4.4BSD set, normalize some formatting.John Fieber1995-06-302-30/+68
* Start populating the handbook with useful cross reference targets.John Fieber1995-06-3027-75/+74
* The PCI config mechanism 1 test failed for the Intel Aries.Stefan Eßer1995-06-306-12/+12
* Numerous Makefile fixes:Garrett Wollman1995-06-301-11/+30
* New feature: a -links option, when generating html output, createsJohn Fieber1995-06-302-11/+82
* Terminate string copied by strncpy() by '\0' to fix a core dump.Satoshi Asami1995-06-301-0/+1
* Fix a bug I didn't manage to trigger until after committing previousGarrett Wollman1995-06-291-3/+3
* Make this include installation conform to the standard of all the rest:Garrett Wollman1995-06-291-14/+20
* Keep track of the number of samples through the srtt filter so that weGarrett Wollman1995-06-295-21/+23
* Update FAQ to something a little more modern. I still need updatedGary Clark II1995-06-291-82/+31
* Removed "GATEWAY" consideration when calculating number of mbuf clusters.David Greenman1995-06-292-10/+2
* Killed TIMEZONE, DST, and HZ keywords. They have generated a config errorDavid Greenman1995-06-294-48/+1
* Killed "TIMEZONE" and "DST" options. They have been forced to 0 by configDavid Greenman1995-06-293-7/+7
* dot.login:Joerg Wunsch1995-06-292-5/+8
* Upgrade to mrouted version 3.6. This includes a substantial clean-upGarrett Wollman1995-06-2824-799/+1311
* Fight with hanging modems continued:Andrey A. Chernov1995-06-283-3/+24
* Use the correct cred for nfs_commit operations.Doug Rabson1995-06-282-4/+62
* Changes to support some CDROM drives and the Quantum Grand-PrixStefan Eßer1995-06-281-42/+69
* Change message "not supported" to "no driver assigned", becauseStefan Eßer1995-06-282-4/+4
* Give more detailed information about the type of bridge devicesStefan Eßer1995-06-281-1/+11
* Failure of the consistency checks for BIOS assigned mappings of bussesStefan Eßer1995-06-282-12/+32
* PCI configuration mechanism now determined by a method, that doesn'tStefan Eßer1995-06-286-90/+102
* Add a missing `goto' statement so that this compiles yet again.Gary Palmer1995-06-281-1/+1
* Removed extra semicolon.David Greenman1995-06-281-2/+2
* Don't include vm_pageout.h.David Greenman1995-06-281-2/+1
* 1) Converted v_vmdata to v_object.David Greenman1995-06-2816-174/+152