aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Spell check and minor grammar fix.John Polstra1999-01-191-3/+3
* Fixed breakage of cross-compiling in previous commit. The installedBruce Evans1999-01-191-6/+4
* Fix problem with zero valued map registers followed by valid map entries.Stefan Eßer1999-01-195-14/+19
* Fix bug in last commit (la was used uninitialized if no route was passed in).Bill Fenner1999-01-191-2/+2
* Prevent duplicate output lines from 'atm show arpserver' command on systemsMike Spengler1999-01-192-11/+16
* Add missing "quit".Andrzej Bialecki1999-01-191-1/+2
* Don't start (now) noneexistent snmpd.Andrzej Bialecki1999-01-192-8/+2
* Prevent accessing freed signalling instance memory during detach processing.Mike Spengler1999-01-191-12/+9
* Remove generated copy of the file.Andrzej Bialecki1999-01-191-80/+0
* Add NOPAM hook.Andrzej Bialecki1999-01-192-11/+8
* Remove PROCFS - we don't use it.Andrzej Bialecki1999-01-191-2/+1
* Remove snmp for now - it has to either shrink, or we have to inventAndrzej Bialecki1999-01-192-8/+2
* Don't return errors for 'atm show arpserver' command on sigpvc and spansMike Spengler1999-01-192-5/+13
* Add NOPAM hook to be able to use login(1) here...Andrzej Bialecki1999-01-192-12/+9
* Sync more with reality...Andrzej Bialecki1999-01-192-6/+22
* Emulate getpass behaviour when asking for user's password.Andrzej Bialecki1999-01-192-10/+95
* Add stty to emulate getpass in dialup script.Andrzej Bialecki1999-01-192-4/+4
* Next round of fixes before 3.1-RELEASE.Andrzej Bialecki1999-01-193-16/+16
* Bump version number to 0.43Andrzej Bialecki1999-01-191-1/+1
* Add a compile knob to avoid using PAM code (login will use standard UnixAndrzej Bialecki1999-01-192-4/+22
* Relax linkage symbol scope restrictions to be more compatable with thatPeter Wemm1999-01-191-2/+22
* Significant modifications to the SCSI controller support sections in bothKenneth D. Merry1999-01-194-148/+178
* Change the maximum number of filters from 20 to 40.Brian Somers1999-01-193-8/+8
* Suggest that ``set proctitle'' is used in ppp.linkup whenBrian Somers1999-01-192-2/+18
* Send the peer-decided PSTN address with the CBCP Ack,Brian Somers1999-01-191-5/+18
* Add note about the need to reconfigure kernel for some new sysconsWarner Losh1999-01-191-1/+7
* Correct the previous Y2K "fix". It caused man page dates to comeJohn Polstra1999-01-191-1/+2
* Hide the gensetdefs run the same way we hide the final ld command.Peter Wemm1999-01-193-6/+9
* The Samsung WN34324U is broken for tagged queueing.Kenneth D. Merry1999-01-191-2/+13
* Don't decrement userrefs unless the file was actually was unloaded.Peter Wemm1999-01-191-2/+4
* Rename files to indicate a bit better that they are just samplesHellmuth Michaelis1999-01-193-11/+11
* Fix comment wording.Dag-Erling Smørgrav1999-01-193-6/+6
* Fixed argument to intr member of the variable kbd.KATO Takenori1999-01-192-4/+4
* Sync with sys/dev/syscons and sys/dev/kbd drivers.KATO Takenori1999-01-193-18/+51
* Use 4 digit year in log file, rather than 2.Daniel O'Callaghan1999-01-191-1/+1
* sysconsKazutaka YOKOTA1999-01-1912-103/+313
* Remove unused files.Kazutaka YOKOTA1999-01-198-8709/+0
* Document the errno return if the restrictions on the fcntl(F_SETOWN, ...)Don Lewis1999-01-191-0/+7
* Make some further revisions to the boot documentation.Robert Nordier1999-01-191-28/+16
* Obtained from: LuoqiMatthew Dillon1999-01-191-2/+3
* Initialize __progname by argv[0] before striping leading path,Hidetoshi Shimokawa1999-01-191-1/+2
* Replace 'long int' with 'int' for Alpha.Hidetoshi Shimokawa1999-01-191-6/+6
* Qualify Adaptec 2920 support -- only the 2920C is supported. The 2920 is aKenneth D. Merry1999-01-192-4/+4
* Generalize the quirk entry for the Conner CFP* drives. It did just coverKenneth D. Merry1999-01-191-4/+24
* Update for pcic for kld modules and activatePeter Wemm1999-01-192-6/+4
* Fixed breakage of `make checkdpadd' in previous commit.Bruce Evans1999-01-191-4/+4
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-1919-217/+57
* Initial update pccard code for KLD module support. Module supportPeter Wemm1999-01-195-156/+84
* Call the xpt_init() hook during at the start of the configure() processPeter Wemm1999-01-191-5/+7
* Break configure() into a couple of stages to allow insertion ofPeter Wemm1999-01-192-44/+50