Commit Graph

35404 Commits

Author SHA1 Message Date
mrg 1d8157e01a use MAP_PRIVATE|MAP_FILE 1997-12-15 04:21:33 +00:00
mrg 701bf906ba note that MAP_SHARED or MAP_PRIVATE must be specified. 1997-12-15 04:00:08 +00:00
gwr 6ed7fbe892 Add etc/ttyaction 1997-12-15 03:42:04 +00:00
gwr c0ab21db55 Run getty on the actual devices (not /dev/console) so that
/etc/ttyaction does its thing for /dev/kd but not /dev/ttya
1997-12-15 03:28:32 +00:00
fvdl 9a6d991cf2 Make some more disk devices; people may have more than 2 wd disks
or 4 sd disks these days.
1997-12-15 01:05:01 +00:00
fvdl 71e91aafda Add option to check for BIOS < 1024 root partition size limit, and
enable the user to re-edit things in case it fails.
1997-12-15 00:43:57 +00:00
mellon f6a6f48722 Don't include telnetd.0 and telnetd.8 1997-12-15 00:37:47 +00:00
is 4478afe5be - add device nodes for explicit high/middle/low density modes of tape
drives, as some drives (like ARCHIVE VIPER 150S) refuse to work with the
  default.
- add a hint about this to the INSTALL document.
1997-12-14 18:46:51 +00:00
is 4a721e0ab2 Change to describe the tape format for the new miniroot. 1997-12-14 18:22:52 +00:00
is 974612b5b1 Add a note about setting drive parameters, inspired by PR 4035 (Jim Dutton). 1997-12-14 18:05:04 +00:00
pk c9552d7f64 Pool resource utility docs. 1997-12-13 23:45:07 +00:00
enami eee2902993 Fix the bug introduced in last change; pass IFCHR or IFBLK bit to
mknod(2) via mode.
1997-12-13 22:22:53 +00:00
thorpej e0f8b930a3 Add ./usr/share/examples/amd 1997-12-13 22:13:25 +00:00
scottr 31ea998e4e Add machine/psc.h; noticed by Steve Allen. 1997-12-13 21:44:15 +00:00
hubertf b747ec162b - move definition of ARCH and OPSYS so it is even available if
ONLY_FOR_ARCHS is set
 - Usage points to PLIST_SRC
1997-12-13 21:28:24 +00:00
pk a8c268918b Changes from Rafal Boni to accommodate ISA driver front-ends. 1997-12-13 21:18:01 +00:00
thorpej d673bd5c41 Nuke "delayed window updates" statistic. 1997-12-13 21:03:46 +00:00
thorpej ee84a26869 After further examination of traces of bulk transfers (with help from
Kevin Lahey), undo the "defer window update until next delayed ACK".
1997-12-13 21:02:38 +00:00
gwr be7fd676e5 Sync with GENERIC 1997-12-13 00:26:08 +00:00
gwr ebbce0eb18 Need MEMORY_DISK_IS_ROOT now also.
Sync with GENERIC
1997-12-13 00:25:15 +00:00
gwr 4f0a44847d Move Sun3/E stuff 1997-12-13 00:23:45 +00:00
gwr 6be94f263f obsolete 1997-12-13 00:21:01 +00:00
gwr 61958ba2d9 Kill the "progress bar" stuff when compiled with -DSMALL
because progressmeter() uses floats which are unwanted
when this is built under src/distrib/utils/x_ftp
(Maybe -DNO_FLOAT would be better?)
1997-12-12 23:34:56 +00:00
gwr 6536ca4e3e On the m68k, compile ramdisk stuff with -msoft-float
so we can be sure there are no float instructions.
Nothing in here uses floating point, and this saves
space by avoiding the FPU_EMULATOR in the kernel.
1997-12-12 23:26:29 +00:00
gwr 239b784630 Ready for 1.3_BETA 1997-12-12 23:11:40 +00:00
gwr 47daf0a26f Ready for 1.3_BETA 1997-12-12 22:45:02 +00:00
scottr dc89550a55 Fix typo in a trace message expression. 1997-12-12 22:44:26 +00:00
gwr ed38349504 Ready for 1.3_BETA 1997-12-12 22:42:11 +00:00
gwr 79519adc40 Ready for 1.3_BETA 1997-12-12 22:37:19 +00:00
jonathan 3c0420c31a Commit change from Dec 6 discussion on current_users:
use example rc.conf lines for setting rc_configured.
1997-12-12 22:26:32 +00:00
gwr 21ce121705 Temporarily disable the bootparam "gateway" support. 1997-12-12 21:09:49 +00:00
gwr f5bbc0b3ec Copied from src/lib/libc/net/inet_pton.c
and adapted for kernel and libsa use.
1997-12-12 20:14:01 +00:00
drochner a9006ce5b9 Make ttyblock() work as intended and documented in canonical mode.
(operator precedence problem)
closes PR kern/2131 (Matthias Pfaller)
1997-12-12 12:49:40 +00:00
hubertf 44f30534fb Some enhancements and security fixes submitted by
Noriyuki Soda <soda@sra.co.jp>.
1997-12-12 11:52:55 +00:00
hubertf 2eaa5465bd Fix leftovers from last commit. 1997-12-12 11:50:33 +00:00
gwr b560bac97e Use /dev/sd1b for now 1997-12-12 04:15:41 +00:00
gwr 1c5670d274 Do the dd with a larger block size.
Use /dev/sd1b as the tmp space.
1997-12-12 03:46:59 +00:00
gwr ef111cbc49 Add: more x_ftp x_route zcat 1997-12-12 03:38:30 +00:00
gwr 727536cab0 Add getnet.c 1997-12-12 03:36:38 +00:00
gwr 637548c0c9 Add NOMAN=1 1997-12-12 03:34:39 +00:00
sakamoto caa702438d add bus_space_{read,write}_multi_N macros
some fix.
1997-12-12 03:08:28 +00:00
gwr 717a6b07a9 Keep getnetbyname from pulling in the resolver. 1997-12-12 03:05:59 +00:00
thorpej c3b579a571 Mention net.inet.tcp.init_win. 1997-12-11 23:38:01 +00:00
thorpej e9fb88d6e1 Document net.inet.tcp.init_win. 1997-12-11 23:30:47 +00:00
thorpej c02a72fcd0 Implement an infrastructure to allow larger initial congestion windows.
The sysctl'able variable "tcp_init_win", when set to 0, selects an
auto-tuning algorithm for selecting the initial window, based on transmit
segment size, per discussion in the IETF tcpimpl working group.

Default initial window is still 1 segment, but will soon become 2 segments,
per discussion in tcpimpl.
1997-12-11 22:47:24 +00:00
thorpej 406a5ad503 Fix a paste-o. 1997-12-11 18:50:58 +00:00
hubertf 7c572f19e6 Install amd examples too, closing PR 3219 by myself. 1997-12-11 13:08:47 +00:00
hubertf 7e7962b849 Import of some example files for amd 1997-12-11 13:02:07 +00:00
pk 5641a30a30 Pull in fcntl GETLK/SETLK/UNLK compat functions from SVR4 sibling. 1997-12-11 09:52:57 +00:00
sakamoto 4a0b2d1b52 fix wrong variable declaration 1997-12-11 09:31:00 +00:00