summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add reference to /usr/share/examples/startslipache1995-09-141-1/+2
|
* Add startslip exampleache1995-09-144-2/+18
|
* Add vendor ID of Compaq, now that I found what it is ...se1995-09-142-4/+4
|
* Correct a small typo I noticed during my 2.1 merge.jkh1995-09-141-2/+2
|
* Add example scriptsache1995-09-143-0/+16
|
* Make cu/uucico sgid dialer to help to work with others lockfiles,ache1995-09-142-4/+6
| | | | they can't open root.dialer lockfiles in old variant.
* All changes still related to original version:ache1995-09-143-59/+195
| | | | | | | Don't close line twice. Change typo == to = in assignment. Don't restart, if ioctl fails. Implement uucp-style locking to help dialout pgms.
* Update the target release month for 2.1.jfieber1995-09-141-2/+2
|
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-144-20/+4
|
* Enable kerberosIV authentication/encryption conditionalized on MAKE_EBONES.gibbs1995-09-146-58/+30
| | | | Fix up some of the des calls to be compatible with eBones.
* Prototypes for the function in new_rnd_key.c from the mit des library.gibbs1995-09-141-0/+11
|
* Bring in new_rnd_key.c from the mit des library. This gives folks in thegibbs1995-09-142-19/+16
| | | | | | | U.S. the ability to build a secure telnet. Mark is already working on emultating these function in the export tree, but it will be a while yet. Kill MISSING since the missing functions are here now.
* Point passwd to the new locations of kpasswd.c and kadm.h.gibbs1995-09-141-3/+3
|
* Bring back the multi-homed server fixes from revision 1.6. They gotgibbs1995-09-141-52/+121
| | | | klobered when the formating changes were "undone".
* Improved verification of configuration space accesses working:se1995-09-146-24/+114
| | | | | Scan for devices instead of assuming that device 0 is present on bus 0 of every PCI motherboard.
* Forgot to bring this patch over.gibbs1995-09-141-2/+2
|
* Now understand "host!login:" style prompts additionly.ache1995-09-142-86/+167
| | | | | | | | | | | | | | | | | Add -t to specify login script timeout. Add -w to specify retry wait time. Describe -p option. Now understand several -s sections (for several host phone numbers). Remove -F sw (software flow control), it is impossible with slip. Change -F hw (hardware flow control) option to -h as in slattach, we don't need option with argument for only one case. Call downscript on SIGTERM. Improve debug diagnostic. Allow startslip work with several slip lines without killing each other. Unlink pid file on exit. Skip \r and \0 in login script parsing instead making them \n. Use absolute path to default script (/sbin/ifconfig). Call up/down script in background to prevent hang on them.
* Fix a few problems with the depend target.gibbs1995-09-144-11/+13
| | | | Pointed out by: Mark Murray <markm>
* Improve usage message and document "-u" option to select one of multiplese1995-09-141-18/+22
| | | | NCR controller cards.
* Remove '#ifdef undef' that was only supposed to be in my local test version.se1995-09-141-3/+1
|
* Remove bogus (caddr_t) casts from FREE macros; they can obscure seriouswollman1995-09-141-5/+7
| | | | | | bugs that the type-checking would otherwise have found. (This has no effect on anything that I noticed in the current system other than finding the bug in some code that I am writing.)
* Fixed a typo in vm_fault_additional_pages.dyson1995-09-141-2/+2
|
* Do not include the verbose boot messages, if PCI_QUIET is defined.se1995-09-141-8/+10
|
* Minor changes to the PCI probe messages.se1995-09-142-14/+12
|
* Submitted by: bdejulian1995-09-141-1/+1
| | | | prototype file follows the sources..
* Give "Index" specified filenames preference over other filenames specifiedgibbs1995-09-141-3/+6
| | | | | | | in the diff. This makes it so that diffs containing files in different subdirectories that have the same name not patch the same file. For example a diff with patches to Makefile, des/Makefile, usr.bin/Makefile would attempt to patch Makefile three times.
* Bmake fixes for eBones.gibbs1995-09-1412-34/+22
|
* Don't cast die with (__sighandler_t *) when its passed to signal(). Insteadgibbs1995-09-142-6/+6
| | | | have die take an int arg that it never uses.
* Bmake fixes for the eBones tree.gibbs1995-09-1415-56/+44
|
* Actually install des.h. We haven't been for a while now.gibbs1995-09-142-17/+7
|
* des_check_key_parity and des_fixup_key_parity go by other names in eBones'gibbs1995-09-141-3/+1
| | | | des. I've added #defines for them, so they are no longer "missing".
* Bring back Makefile.inc and give it a better rules for dealing with thegibbs1995-09-141-19/+29
| | | | .et files.
* Add checks for pcnfsd (flag to mountd must be added in this case)jkh1995-09-142-3/+27
| | | | and Apache httpd, so a user can be brought up to speed quickly.
* Add missing internal object functions, hard-coded for ncurses for now.paul1995-09-131-0/+18
|
* Don't leak mbufs in an unusual error case in tcp_usrreq().wollman1995-09-131-2/+14
| | | | | Reviewed by: Andras Olah <olah@freebsd.org> Obtained from: Lite-2
* added Makefile.inc in the necessary places.markm1995-09-134-0/+12
| | | | | Pointed out by: Garrett Wollman Obtained from: equivalent directoies rooted in src/
* If tcp_output() is unable to allocate space for a copy of the data waitingwollman1995-09-131-3/+6
| | | | | | | | | to be sent, just clean up and return ENOBUFS rather than silently proceeding without sending any of the data. This makes it consistent with the `#ifdef notyet' case immediately above. Reviewed by: Andras Olah <olah@freebsd.org> Obtained from: Lite-2
* After the Great eBones Repository Copy (tm), make ebones actuallymarkm1995-09-1340-146/+168
| | | | | | | | | | | | | | compile 1) remove rubbish no longer needed 2) correct existing Makefiles 3) add new makefiles where needed 4) correct code, header files and man pages where necessary PLEASE NOTE - after this you will need to make install in eBones/include, and mamake obj depend all install in eBones/lib before doing a make obj depend all install in eBones/. (I am going 6to fix src/Makefile next) PS - I hate slow international links - apologies for all the typos
* Make the PCI host bridge probe code more robust when dealing with chip setsse1995-09-136-36/+210
| | | | | that use configuration mode 1, but still violate the PCI 2.0 specs ... (Required for the Compaq Proliant, for example.)
* Ignore patchfiles that end with ".orig" or "~".asami1995-09-131-5/+19
| | | | Suggested by: paul, joerg among others
* From Bruce Evans: (prototype related changes, other cleanups)peter1995-09-132-16/+40
| | | | | | | | | | | | | | | Add prototypes. Use static for function definitions to match existing prototypes. Otherwise leave functions that should be static as extern. TODO: declare everthing except sidriver and siintr as static. I use some new cdevs registration functions to do this for syscons and pcvt. Fix siintr() to match its prototype in ioconf.c (don't return anything). This may break the eisa support, but Julian says that eisa interrupts never worked anyway. (EISA support was never tested anyway - Peter) Submitted by: bde
* Move some kernel-only stuff to a kernel-only file.peter1995-09-132-24/+2
| | | | Submitted by: bde
* Increased SOMAXCONN from 5 to 32. 5 was too small a value for just aboutdg1995-09-131-2/+2
| | | | | | | | any reasonably busy machine, and by any measure is a lousy "max" value. 32 was chosen after a careful analysis of typical listen queue depths on several busy Internet servers (both web and ftp). I also intend to add a statistics counter for dropped connection requests due to the limit being exceeded.
* Unlock the vnode after checking permissions; this is necessary to preventsef1995-09-131-1/+7
| | | | | | a panic whenever an iBCS2 file is exec'd. Obtained from: FreeBSD
* Simpler fix to the find bug reported by Terry Lambert <terry@lambert.org>nate1995-09-121-0/+3
| | | | | | | [ Find to a file vs. to stdout ] produces different output because find does not flush stdout when doing a -print. Submitted by: Jeffrey Hsu <hsu@freefall.freebsd.org>
* Output a zero rdev except for bdevs, cdevs, fifos and sockets. Thisbde1995-09-121-2/+26
| | | | | stops regular files with unrepresentable rdevs from being rejected and makes the output independent of unpreservable metadata.
* Fix really bogus casting of a block number to a long. Also change thedyson1995-09-121-2/+2
| | | | comparison from a "< 0" to "== -1" like it should be.
* Obtained from: FTP.RS.INTERNIC.NETjulian1995-09-121-4/+7
| | | | | | | | | | | | | | | | | | | | The named.root file is out of date.. (well it was.. this fixes it..) 15,16c15,16 < ; last update: Aug 25, 1995 < ; related version of root zone: 1995082500 --- > ; last update: Sep 1, 1995 > ; related version of root zone: 1995090100 18,19c18,22 < . 3600000 IN NS NS.INTERNIC.NET. < NS.INTERNIC.NET. 3600000 A 198.41.0.4 --- > ; > ; formerly NS.INTERNIC.NET > ; > . 3600000 IN NS A.ROOT-SERVERS.NET. > A.ROOT-SERVERS.NET. 3600000 A 198.41.0.4 >
* sys_term.c: killed sleep(1) as this should no longer be a problem withdg1995-09-114-18/+6
| | | | | | the move of startslave(). telnetd.c: fix bug introduced with the move of startslave()...the number of arguments was wrong and "level" and "user_name" had to be made globals.
* Fixed bug introduced with the change of startslave()...two argumentsdg1995-09-111-3/+3
| | | | | | were chopped off of the function call and garbage was passed instead. The solution involves making some variable globals as well as fixing the call to have all the arguments.
OpenPOWER on IntegriCloud