summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update the /dev naming for the Specialix driver.. I've changed it to dopeter1995-09-222-46/+68
| | | | | the same sort of thing as the Digiboard driver (ttyD*), as creating 96 /dev entries one by one was very painful.
* Merge 4.4-Lite-2: update version number (we already have the same fixes).wollman1995-09-221-5/+4
| | | | Obtained from: 4.4BSD-Lite-2
* Add support for the "si" Specialix driver in "pstat -t"peter1995-09-221-21/+33
| | | | | The si driver is different to the others in that the _si_tty symbol is a pointer, not the base of an array.
* Add some hooks visible from outside via nlist, so pstat can read the ttypeter1995-09-222-10/+16
| | | | state.
* Merge 4.4-Lite-2: always check the UDP checksum if it is present, evenwollman1995-09-221-5/+5
| | | | if we are not generating checksums. (Save a test in the input path.)
* New approach to the PCI bus configuration mechanism probe problem:se1995-09-226-300/+378
| | | | | - try to make sure there is any kind of PCI device - if there is anything at port 0x0cf8, then check for mech. 1 or 2
* Remove the "Danger will robinson!" printf's at the start. I'm pretty happypeter1995-09-222-18/+2
| | | | | | with the driver's stability now. I've not had a single problem with it for weeks.. All that remains is a bit of performance tuning, and finishing the manpages.
* Lay some hooks for server side includes in HTML output. Specifically,jfieber1995-09-221-11/+21
| | | | hooks for custom headers and footers.
* Fix BPf to generate a header mbuf for writes.wollman1995-09-224-42/+59
| | | | | | | | Fix loopback and discard interfaces to understand BPF writes. (These two from Bill Fenner to fix PR 512.) Move ifpromisc() from bpf.c to if.c as suggested by comment in BPF. Send a notice to the log when promiscuous mode is enabled.
* Correct spelling error in MTUDISC code.wollman1995-09-222-4/+4
|
* Print EtherTalk packets correctly; closes PR 649.wollman1995-09-222-8/+23
| | | | | | Document `-T' option in manual page. Submitted by: Toshihiro Kanda <candy@fct.kgc.co.jp> (first fix only)
* Make ttyname() use posix-style tcgetattr() to check to see that it'speter1995-09-221-3/+3
| | | | | | running on a tty. (Same as isatty()) The old-style TIOCGETP ioctl wouldn't fly if the kernel didn't have COMPAT_43. Submitted by: Carl Fongheiser <cmf@netins.net>
* Stop using gnumalloc.phk1995-09-225-17/+9
|
* A buglet when dumping and a stylistic point from Mike.phk1995-09-221-8/+8
| | | | Submitted by: Mike Pritchard <mpp@mpp.minn.net>
* Additionly parse /etc/sliphome/slip.slparms* to set keepalive,ache1995-09-223-87/+143
| | | | | | outfill and slunit. Make it more POSIXed. Describe undocumented stuff.
* Remove duplicate definition for tcps_persistdrop, as added by davidg somepeter1995-09-221-2/+1
| | | | | | | | time ago. I left in Garrett's one, because his was in the 4.4-Lite-2 location, making any diffs just that little bit smaller. I presume this choice means that netstat needs to be recompiled before "netstat -s" will give a meaningful answer on tcp stats.
* Shit! I changed the wrong doclusterread! ...Thanks to Steven Wallace anddg1995-09-221-2/+2
| | | | Poul-Henning for convincing me that I should look at my mistake! :-)
* Print "1day" instead of "1days"dima1995-09-221-2/+4
|
* Disable file read clustering until the bug(s) in vfs_cluster.c are fixed.dg1995-09-221-2/+2
| | | | | This should temporarily fix the sig 10/11 problems that people have been having for the past 3 weeks.
* Implement a rather gross hack to identify i386 a.out core files.joerg1995-09-211-0/+10
| | | | | | Takes advantage of some bytes in our current tss structure that reliably have particular values (due to our current architecture or CPU requirements).
* Merge with 4.4-Lite-2: fix bug that caused getsockopt of IP_HDRINCLwollman1995-09-211-15/+15
| | | | | | to fail. Obtained from: 4.4BSD-Lite-2
* Remove private beforeinstall: target that incorrectly attempted to makergrimes1995-09-211-4/+0
| | | | the /usr/share/man/man8 directory no matter what DESTDIR was set to.
* Merge 4.4-Lite-2 by updating the version number.wollman1995-09-212-4/+4
| | | | Obtained from: 4.4BSD-Lite-2
* Merge 4.4-Lite-2: update some declarations that we don't support anyway.wollman1995-09-211-4/+4
| | | | Obtained from: 4.4BSD-Lite-2
* Merge 4.4-Lite-2: use M_NOWAIT in in_pcballoc(), and return EACCES ratherwollman1995-09-211-4/+4
| | | | | | than EPERM on illegal attempt to bind a reserved port. Obtained from: 4.4BSD-Lite-2
* Merge with 4.4-Lite-2. This is actually a 64-bit fix; the second parameterwollman1995-09-212-8/+9
| | | | | | | to in_control() is sometimes a pointer, and sometimes an integer, so use u_long rather than int. Obtained from: 4.4BSD-Lite-2
* Merge with 4.4-Lite-2. This involves changing the version number andwollman1995-09-211-3/+3
| | | | | | moving a declaration around. Obtained from: 4.4BSD-Lite-2
* Merge with 4.4-Lite-2. This just adds a couple of tcpstat entries whichwollman1995-09-211-4/+6
| | | | we don't currently set, but might in the future.
* Add preliminary support for the 53c860 and 53c875 ULTRA SCSI chips,se1995-09-211-3/+19
| | | | | | and for the 53c810ap, the improved version of the 53c810. The driver should work with all those controllers, but doesn't know about any of their advanced features.
* Fix relocation of job table.bde1995-09-211-1/+8
| | | | | | while { sleep 1 & wait; } do echo 1; done corrupted the job table every 4th iteration.
* Change the machine name for the mount example for sunos to sunbox insteadats1995-09-211-2/+2
| | | | of linuxbox to not confuse people.
* Add support in TCP for Path MTU discovery. This is highly experimentalwollman1995-09-203-12/+108
| | | | | | | and gated on `options MTUDISC' in the source. It is also practically untested becausse (sniff!) I don't have easy access to a network with an MTU of less than an Ethernet. If you have a small MTU network, please try it and tell me if it works!
* Only print `bpf: foo0 attached' if bootverbose.wollman1995-09-201-33/+4
|
* Fix the phone number for Walnut Creek CDROMjfieber1995-09-201-3/+3
|
* Use new _PATH_LOCKache1995-09-202-2/+2
| | | | Fix bug: pid was not assigned
* Use new _PATH_LOCK for lock namesache1995-09-201-5/+6
|
* Fix rounding bug in last commit that would have caused the problem to notdg1995-09-202-4/+4
| | | | be completely fixed.
* Add _PATH_LOCK: /var/spool/lock/ache1995-09-201-0/+1
| | | | Suggested-by: bde
* From Bruce:ache1995-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
* Add `visual' command to help menu.jkh1995-09-201-2/+4
| | | | | Fix a small benign display bug. Submitted by: Michael Smith <msmith@atrad.adelaide.edu.au>
* Don't dereference a NULL pointer in the case of a null pipe.dg1995-09-201-2/+3
| | | | | | | e.g.: ls |> foo.out sh now behaves the same as it does under SunOS 4.x for this case.
* Missed these changes to the pccard stuff. Sorry Martin!phk1995-09-205-3/+10
|
* Now supports `expand all' and `collapse all'.jkh1995-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>
* Make uucp-lock optional: -L optionache1995-09-202-18/+31
|
* Make uucp-locking optional: -L optionache1995-09-202-53/+105
|
* Fix benign type mismatches in isa interrupt handlers. Many returned intbde1995-09-1925-117/+99
| | | | instead of void.
* Put declarations in a header file ("ioconf.h")bde1995-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.
* Add a missing quote that resulted in a parse error.jfieber1995-09-191-2/+2
|
* Update machine-generated files.bde1995-09-195-434/+632
|
* Oops. Avoid literal $Id in an awk string to stop cvs from substituting it.bde1995-09-191-3/+3
|
OpenPOWER on IntegriCloud