summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use new _PATH_LOCKAndrey A. Chernov1995-09-202-2/+2
| | | | | | | Fix bug: pid was not assigned Notes: svn path=/head/; revision=10927
* Use new _PATH_LOCK for lock namesAndrey A. Chernov1995-09-201-5/+6
| | | | Notes: svn path=/head/; revision=10926
* Fix rounding bug in last commit that would have caused the problem to notDavid Greenman1995-09-202-4/+4
| | | | | | | be completely fixed. Notes: svn path=/head/; revision=10924
* Add _PATH_LOCK: /var/spool/lock/Andrey A. Chernov1995-09-201-0/+1
| | | | | | | Suggested-by: bde Notes: svn path=/head/; revision=10923
* From Bruce:Andrey A. Chernov1995-09-202-4/+26
| | | | | | | | | | | | | | | | | | | | | | slattach always exited early because fd is not open in acquire_line(). Other (trivial) changes that I've been neglecting for some time: - Turn off O_NONBLOCK so that `chat' doesn't need to worry about it (`chat' actually does worry about it). - Really set speeds POSIXly :-). cfsetspeed() isn't POSIX. - Fix spelling error in comment. - Gripe about bad programming of doing everything from signal handlers. slattach should be written to do everything from the sigsuspend() loop, but I don't want to do it :-). From me: Use .PATH to find uucplock.c Submitted by: bde Notes: svn path=/head/; revision=10922
* Add `visual' command to help menu.Jordan K. Hubbard1995-09-201-2/+4
| | | | | | | | Fix a small benign display bug. Submitted by: Michael Smith <msmith@atrad.adelaide.edu.au> Notes: svn path=/head/; revision=10921
* Don't dereference a NULL pointer in the case of a null pipe.David Greenman1995-09-201-2/+3
| | | | | | | | | | e.g.: ls |> foo.out sh now behaves the same as it does under SunOS 4.x for this case. Notes: svn path=/head/; revision=10917
* Missed these changes to the pccard stuff. Sorry Martin!Poul-Henning Kamp1995-09-205-3/+10
| | | | Notes: svn path=/head/; revision=10914
* Now supports `expand all' and `collapse all'.Jordan K. Hubbard1995-09-201-243/+939
| | | | | | | | | | Now comes up in the old line-oriented interface by default for serial and pcvt folk with a `visual' command for going to the visual interface. Best of both worlds, no? Submitted by: Michael Smith <msmith@atrad.adelaide.edu.au> Notes: svn path=/head/; revision=10913
* Make uucp-lock optional: -L optionAndrey A. Chernov1995-09-202-18/+31
| | | | Notes: svn path=/head/; revision=10912
* Make uucp-locking optional: -L optionAndrey A. Chernov1995-09-202-53/+105
| | | | Notes: svn path=/head/; revision=10911
* Fix benign type mismatches in isa interrupt handlers. Many returned intBruce Evans1995-09-1925-117/+99
| | | | | | | instead of void. Notes: svn path=/head/; revision=10910
* Put declarations in a header file ("ioconf.h")Bruce Evans1995-09-191-72/+113
| | | | | | | | | | | | | Generate prototypes for SCSI functions and function pointers. Fix redundant declarations of interrupt handlers. Generate 4.4-style includes (<> instead of ""). Clean up formatting of both the source and the output a bit. Notes: svn path=/head/; revision=10909
* Add a missing quote that resulted in a parse error.John Fieber1995-09-191-2/+2
| | | | Notes: svn path=/head/; revision=10908
* Update machine-generated files.Bruce Evans1995-09-195-434/+632
| | | | Notes: svn path=/head/; revision=10907
* Oops. Avoid literal $Id in an awk string to stop cvs from substituting it.Bruce Evans1995-09-191-3/+3
| | | | Notes: svn path=/head/; revision=10906
* Generate prototypes for syscall-implementing functions. Put them inBruce Evans1995-09-194-74/+114
| | | | | | | | | | | | | | | | | <sys/sysproto.h> and use them (so far only) in kern/init_sysent.c. Don't put $Id in generated files. kern/syscalls.master: I had to add some new fields to describe some non-orthogonal names. E.g., the args struct for the syscall-implementing function foo() is usually named `foo_args', but for getpid() it is named `args'. sys/sysent.h: sy_call_t is still incomplete to hide a couple of warnings. Notes: svn path=/head/; revision=10905
* Now pccard modems work to some minimal extent.Poul-Henning Kamp1995-09-193-17/+30
| | | | Notes: svn path=/head/; revision=10904
* The stuff needed to remove a pccard with a sio port on it...Poul-Henning Kamp1995-09-193-30/+204
| | | | | | | Not optimal, but pretty solid. Notes: svn path=/head/; revision=10903
* Don't clear the session pointer in ptcclose(). It must be left aloneBruce Evans1995-09-191-2/+1
| | | | | | | | until the session leader exits so that a SIGHUP gets sent to the process group and the pty slave gets revoked. Notes: svn path=/head/; revision=10902
* Added Conetic Software Systems to commercial areaGary Clark II1995-09-191-2/+32
| | | | | | | | | | Added entry on NFS mounting SunOS drives (Just like the Linux entry above it) Added entry on use of cu to do AT commands Still to be added: KTRACE entry Notes: svn path=/head/; revision=10900
* local_startup=/usr/local/etc/rc.dJordan K. Hubbard1995-09-192-4/+4
| | | | | | | | | | | | | [ As suggested by Satoshi - rc.local.d was pretty redundant under /usr/local; duh! :-)] [ -f /etc/rc.local ] && sh /etc/rc.local For backwards compatibilty with non-executable rc.local files. Sorry, Bruce! Submitted by: asami & bde & jkh Notes: svn path=/head/; revision=10898
* Unlock device for redial_cmd, then lock againAndrey A. Chernov1995-09-191-0/+8
| | | | Notes: svn path=/head/; revision=10897
* Bring my fixes over from 2.1.Jordan K. Hubbard1995-09-192-8/+8
| | | | Notes: svn path=/head/; revision=10895
* added support for link, and remove (unlink)Julian Elischer1995-09-191-8/+150
| | | | | | | | | can now ln /devs/disks/floppy/fd1.1200 to fd1 and remove unwanted dirs and devices etc. Still has a fatal bug.. don't use yet :) Notes: svn path=/head/; revision=10892
* Added /usr/src/sys/compile to cdpath.Nate Williams1995-09-191-2/+2
| | | | | | | Set cdpath instead of leaving it commented out. Notes: svn path=/head/; revision=10890
* Fix uucp lockingAndrey A. Chernov1995-09-192-38/+29
| | | | | | | | Remove unnecesary TIOCSETD Move SLIO* before startup script call Notes: svn path=/head/; revision=10889
* Implement uucp-lockingAndrey A. Chernov1995-09-193-10/+172
| | | | | | | Cleanup debug/syslog code Notes: svn path=/head/; revision=10888
* Revert most changes of previous commit.Stefan Eßer1995-09-186-108/+312
| | | | | | | | | | Changes relative to 1.12: - Put extra instruction between outl()/inl() sequence to prevent the old value being read back because of the bus capacitance. - Additional check for existence of register at CONF2_ENABLE_PORT. Notes: svn path=/head/; revision=10887
* Fix the cdpath to find utilities in the gnu src tree.Nate Williams1995-09-181-2/+2
| | | | Notes: svn path=/head/; revision=10886
* Removed startup code for pcnfsd and apache. These don't even existPaul Richards1995-09-182-14/+11
| | | | | | | | | | | | in FreeBSD and should never have got in here. Removed hard-coded /etc/rc.local.d hacks and implemented a more flexible solution. Added a local configuration area to sysconfig. Notes: svn path=/head/; revision=10885
* Back out the change in rev.1.4 and fix the formatting of the changeBruce Evans1995-09-181-7/+2
| | | | | | | | | in rev.1.3. 1.4 just broke 1.3 for the -x case. This fixes PR 721 and merges archive.c with 4.4Lite2. Notes: svn path=/head/; revision=10884
* This mega-commit brings in Jordan's latest sysinstall version..Peter Wemm1995-09-1873-1938/+5427
| | | | | | | | | | This looks like it was developed offline, and is being spammed over the top of the existing. "That's fine by me! I dont really care how you do it, just get it in there..." said Jordan in a conversation a short while ago... Notes: svn path=/head/; revision=10882
* Initial back-end support for IP MTU discovery, gated on MTUDISC. The supportGarrett Wollman1995-09-185-5/+152
| | | | | | | for TCP has yet to be written. Notes: svn path=/head/; revision=10881
* Change new -U option to -S to go the same way as startslip.Andrey A. Chernov1995-09-182-7/+7
| | | | Notes: svn path=/head/; revision=10880
* New option: -S #: set SLIP unit numberAndrey A. Chernov1995-09-182-5/+18
| | | | Notes: svn path=/head/; revision=10879
* New options:Andrey A. Chernov1995-09-182-30/+113
| | | | | | | | | | | | -K #: set SLIP keepalive timeout -O #: set SLIP outfil timeout -U #: set SLIP unit number sighup handler now sets tty disc for non-redial case too. Implement SIGURG handling (from keepalive). POSIXing speed settings. Notes: svn path=/head/; revision=10878
* Fix a comment that became wrong when it was moved in rev. 1.7. Fix nearbyBruce Evans1995-09-181-8/+6
| | | | | | | indentation. Cosmetic. Notes: svn path=/head/; revision=10877
* Split EXEC_DEPENDS into FETCH_DEPENDS, BUILD_DEPENDS and RUN_DEPENDS.Satoshi Asami1995-09-181-15/+61
| | | | | | | | | | | | | | | | | | | | | | | | They are called from the fetch, extract and install targets, respectively. Also, only RUN_DEPENDS is put into the @pkgdep list of the package. EXEC_DEPENDS is still supported (for now), it is copied into BUILD_DEPENDS and RUN_DEPENDS. This will go away after we finish fixing all the ports Makefiles. This change fixes the following bug/features: (1) "make fetch" building and installing all the dependencies (2) Programs needed for building only (e.g., gmake) put into the packages' dependency lists ("why does the emacs package depend on gmake?") Reviewed by: the ports list Notes: svn path=/head/; revision=10874
* Add support for /etc/rc.local.d directory, ala SYSV. If the puristsJordan K. Hubbard1995-09-181-4/+8
| | | | | | | | | | | | don't like it, they don't have to use it. The check makes sure that /etc/rc.local.d exists before attempting to do anything with it. Now packages will be able to add their startups as /etc/rc.local.d/<pkgname>.sh in order to get local startup behavior. Maybe we can stop adding knobs to /etc/sysconfig for ports/packages now? Submitted by: wollman & jkh Notes: svn path=/head/; revision=10873
* Clear SC_OUTWAIT after checking of free clists, not beforeAndrey A. Chernov1995-09-171-2/+2
| | | | Notes: svn path=/head/; revision=10861
* Add new options:Andrey A. Chernov1995-09-172-12/+52
| | | | | | | | | | -K: set keepalive SLIP timeout -O: set outfill SLIP timeout Handle SIGURG from keepalive like SIGHUP now, i.e. reconnect. Back out background scription change, cause some synchro problems. Notes: svn path=/head/; revision=10860
* Add X11 XPM and BDF description strings. Alas, bitmaps do not haveJoerg Wunsch1995-09-171-0/+2
| | | | | | | anything usable as "magic string". Notes: svn path=/head/; revision=10859
* 1. All fragments (except the first one) of a fragmented packet wereAtsushi Murai1995-09-176-65/+82
| | | | | | | | | | | | | | | | dropped - devet@adv.IAEhv.nl (Arjan de Vet) 2. Will not read data from telnet connection - John Capo <jc@irbs.com> 3. Using LQM option could be drop the link due to LcpLayerDown() doesn't stop LQR timer. - Brian <brian@awfulhak.demon.co.uk> 4. Allow to describe a syntax of filters that is not only port number but also by name in /etc/service. - Rich Murphey <rich@lamprey.utmb.edu> Reviewed by: Atsushi Murai <amurai@spec.co.jp> Submitted by: devet@adv.IAEhv.nl, jc@irbs.com, brian@awfulhak.demon.co.uk, rich@lamprey.utmb.edu Notes: svn path=/head/; revision=10858
* Change tha name if the primary international crypto archive fromMark Murray1995-09-171-4/+4
| | | | | | | skeleton.mikom.csir.co.za -> ftp.internat.freebsd.org Notes: svn path=/head/; revision=10856
* Turn on scsiformat.Joerg Wunsch1995-09-171-7/+8
| | | | | | | reformat. Notes: svn path=/head/; revision=10855
* Finally replace the defunct 4.4BSD scsiformat.c by Peter's wrapperJoerg Wunsch1995-09-173-9/+172
| | | | | | | | | | around scsi(8). I've done extensive testing of it with a spare disk in the past, and it's ready for prime-time now. Submitted by: dufault Notes: svn path=/head/; revision=10854
* Add EOF newline.David Greenman1995-09-171-2/+2
| | | | Notes: svn path=/head/; revision=10850
* Shorten a variable name.David Greenman1995-09-171-4/+4
| | | | Notes: svn path=/head/; revision=10846
* Correct a lie in the man pages: /etc/athena/srvtab -> /etc/kerberosIV/srvtabMark Murray1995-09-171-4/+4
| | | | Notes: svn path=/head/; revision=10845