christos
30d4fdf78e
Import am-utils-6.0a11
1997-09-22 21:11:12 +00:00
christos
b562e93fc1
Remove duplicate declaration
1997-09-22 20:35:51 +00:00
christos
676d60fa45
Fix printf formatting; remove extra spaces, add : at the end.
1997-09-22 20:34:45 +00:00
christos
7b8cd5e6e3
Expand variables within variables correctly; eg.
...
foo.123=abc
bar=123
all:
echo ${foo.${bar}}
1997-09-22 17:11:12 +00:00
chuck
081b0ea365
correct a comment
1997-09-22 15:22:12 +00:00
leo
fb0bc9eeae
Fix (hopefully) the compile errors introduced by the msgbuf changes.
1997-09-22 15:03:58 +00:00
christos
1b45de5df5
String overflow bugs (from OpenBSD)
1997-09-22 13:57:36 +00:00
veego
77a3c0b696
Sync.
1997-09-22 08:28:15 +00:00
lukem
ae454c092f
regenerated by localsrc/admin/mirrors/fmt.pl
1997-09-22 03:43:38 +00:00
cjs
74762c9036
Mention that if the user's shell is null, it's assumed to be /bin/sh.
...
(Pointed out by Jim Bernard <jbernard@tater.mines.edu>.)
1997-09-21 22:59:03 +00:00
thorpej
376e3e6e34
Glue in memory_disk_hooks.
1997-09-21 22:53:03 +00:00
thorpej
585f46558e
Add support for mounting a memory disk as the root device.
1997-09-21 22:51:29 +00:00
thorpej
c6ff44d7a1
Add support for the memory disk device.
1997-09-21 22:44:46 +00:00
leo
02f4c2f7e9
atari_round_page() -> m68k_round_page(). My fault, sorry...
1997-09-21 20:35:31 +00:00
chopps
1a03e6d991
use different path to grab kernel
1997-09-21 18:37:37 +00:00
chopps
4cc7bf4619
bring up to date
1997-09-21 18:36:19 +00:00
veego
c588f0b2b7
Add netinet/ip_log.c for ipfilter & ipfilter_log
1997-09-21 18:17:44 +00:00
veego
968d3837cd
We no longer need this header file.
1997-09-21 18:13:28 +00:00
veego
c505e9ce05
GC.
1997-09-21 18:12:01 +00:00
veego
4508fb4354
Resolve conflicts from the merge of ipf 3.2beta5.
1997-09-21 18:00:54 +00:00
is
b325cdd771
Build this in ${KERNEL_BUILD_DIRECTORY}/lib/fpsp, similar to libkern.
1997-09-21 17:33:36 +00:00
is
970af214ab
Deal with HUPCL, closing (but in a different way than proposed) PR 1010.
1997-09-21 17:21:24 +00:00
veego
6a116d459c
Resolve conflicts from the merge of ipf 3.2beta5.
1997-09-21 17:02:33 +00:00
veego
4dd2356bd7
Add ./usr/share/samples/ipf
1997-09-21 16:51:44 +00:00
veego
985ac74a98
Import ip-filter 3.2beta5
1997-09-21 16:47:50 +00:00
veego
4f72ff44fd
Changes for ipf 3.2beta5:
...
- Add the main Makefile and Makefile.inc for src/usr.sbin/ipf
- New rules subdirectory
- Remove a include directory from ipftest/Makefile
- Add a MLINKS for ipnat.5 -> ipnat.conf.5
- Add new Manpages: ipresend.1, ipsend.1, ipsend.5, iptest.1
- Add new iplang files for src/usr.sbin/ipf/ipsend
- Copy the tcpip.h. It has now a BSD license and remove a comment about it
- Add ip_log.c to sys/lkm/netinet/Makefile
- Add *.y and *.l files to the list of transformed files
- Remove the ipsend.h fix because we now use only one ip_compat.h
- Fix file and directory permissions during the import
1997-09-21 16:34:31 +00:00
is
ca6159327e
tlseep -> tsleep
1997-09-21 14:35:00 +00:00
mrg
6b39891881
update for less332.
1997-09-21 12:45:04 +00:00
mrg
8a84baa498
merge less 332.
1997-09-21 12:40:58 +00:00
mrg
ae2bff5948
oops, this is less 332, not 322.
1997-09-21 12:34:31 +00:00
mrg
5eb1412525
less 322.
1997-09-21 12:22:44 +00:00
jeremy
f83ae6979b
Quell gcc 2.7.2 initialization warning.
1997-09-21 08:32:04 +00:00
lukem
e808c63383
unnecessary file from lite-2 merge
1997-09-21 04:08:55 +00:00
lukem
ea79507baf
reintroduce clarity changes made in rev1.14 that were lost in the lite2 merge
1997-09-21 03:51:34 +00:00
lukem
90c9455b48
remove -g from CFLAGS=
1997-09-21 03:49:53 +00:00
perry
6edc5287fc
fix pr 4109 from SAITOH Masanobu
1997-09-21 03:37:35 +00:00
lukem
103e158ba5
remove some code that was obsoleted by mycroft's changes to
...
propagate() in dir.c rev 1.14.
this was accidentally re-introduced in the lite-2 merge, and could
cause filesystem corruption.
1997-09-21 03:06:47 +00:00
enami
0ac5bcaa77
Cosmetic changes:
...
- Use syslog(..., "...%m") instead of syslog(..., "...%s",
strerror(errno)).
- Don't put a simple and single statement into a block.
- Indent continuation line by four space.
- Add an empty line at the beginning of a function if it doesn't have
local variable.
- Use err() or errx() instead of fprintf(stderr, "progname: ....\n")
and exit() (there was two place left).
- Use MOUNT_PORTAL, which is defined as "portal" in sys/mount.h,
instead of using "portal" directly.
- Fold long line to fit column < 80.
1997-09-21 02:35:40 +00:00
lukem
8732be2e09
More cleanups from Todd Miller <Todd.Miller@courtesan.com>:
...
* Use an int, not "union wait".
* Move the "parsed_url" label so that the next statement is not an "else" --
some ansi C compilers don't like it the old way (SGI's for example).
* Deal with the possibility of getlogin(2) failing.
* Don't error out if the remote server doesn't support the "MDTM" command.
1997-09-21 01:06:30 +00:00
lukem
d2f145c7a6
a quad_t is an int64_t, not a u_int64_t...
1997-09-21 00:24:55 +00:00
pk
3aa9abb4d8
Use the copied-in string to pass to cpu_reboot(), not a pointer into user space.
1997-09-20 19:32:15 +00:00
mjacob
03a798a3fd
Add some defines for alpha interrupt types.
1997-09-20 19:02:34 +00:00
pk
fca3465b96
Do not skip over a break trap instruction, now that the DDB code can
...
do it properly.
1997-09-20 19:00:40 +00:00
mjacob
2896e07556
Allow SDOUTSTANDING to be defined elsewhere (e.g., config file).
1997-09-20 18:56:30 +00:00
pk
7dad7db427
The `cpu_kcore' header has changed allowing libkvm to be independent of
...
the kernel's link address (KERNBASE).
1997-09-20 18:26:20 +00:00
pk
9b3d64edb9
Remove the `segmap' array from the header. Insert an offset and count
...
field to get to it instead.
Add field `kernbase' so libkvm can be independent of the kernel's link address.
1997-09-20 18:23:51 +00:00
pk
59ed02a11b
pmap_dumpsize() returns a number of disk blocks.
1997-09-20 18:18:33 +00:00
pk
1cd19dc013
Change crash dump layout a bit so the size of the `cpu_kcore' structure
...
does not depend on the value of KERNBASE.
Change pmap_dumpsize() to return disk block units, in stead of pages.
1997-09-20 18:14:01 +00:00
christos
24002425ac
Work around ggc-2.7.2 off_t initialization bug on m68k.
1997-09-20 16:28:00 +00:00
lukem
b0f016ea70
- cleanup for WARNS=1
...
- use fgetln() correctly; the last line may not have a trailing \n
1997-09-20 14:55:00 +00:00