dg
56d17bcede
Use kvm_uread instead of kvm_read to access the upages.
1994-10-18 04:27:46 +00:00
ache
e0df6f34b8
Back out ctype fix, unneded with new ctype
1994-10-09 15:25:23 +00:00
ache
200805db70
Skip 'cua' 3 chars like 'tty' 3 chars
1994-10-02 14:11:32 +00:00
dg
021853ab44
On second thought...back out previous commit.
1994-10-02 08:33:31 +00:00
dg
3c9bd5de76
Include rtprio.h
1994-10-02 08:19:13 +00:00
ache
8a7d72f6e4
libcompat removed
1994-10-02 01:36:03 +00:00
csgr
e9bb220eef
First level of changes for bringing in eBones (kerberos).
...
- Get rid of inverse logic (NOKERBEROS and NOEBONES) in src/makefile,
and replace with MAKE_KERBEROS and MAKE_EBONES. (Far fewer contortions,
and both default to off.) IF YOU WANT KERBEROS, YOU HAVE TO EXPLICITLY
DEFINE ONE OF THESE.
- Make Makefiles kerberos-aware.
1994-09-29 13:06:54 +00:00
wollman
654b618563
Actually implement this correctly.
1994-09-26 02:14:27 +00:00
dg
8722740e7f
Added $Id$
1994-09-24 02:59:15 +00:00
bde
39056852b1
Remove bogus cast that was introduced in the previous commit.
1994-09-21 22:34:38 +00:00
bde
c7b1379cc8
Remove redundant declarations that were added in the previous commit.
1994-09-21 22:31:01 +00:00
ache
ba621babdd
Make ls ctype-aware
1994-09-21 20:23:07 +00:00
phk
61ca3e5cab
fix ln to accept -f again. Thanks Bruce. Seems that Joe Grosch isn't
...
quite as safe as I thought. I will have to look much closer on his
patches. Damn.
1994-09-20 07:24:51 +00:00
phk
0969323e72
Applied patch to make -Wall and -Dlint shut up.
...
Reviewed by: phk
Submitted by: Josef Grosch <joeg@gagme.wwa.com>
1994-09-20 07:18:04 +00:00
phk
936982de13
The former patch to sync.c was short-lived. Bruce pointed out that
...
"Now it is has 2 portability bugs, which is a lot for 5 lines of working code"
1994-09-20 07:02:35 +00:00
phk
2c9f4788e2
/home/phk/jg
1994-09-20 06:28:16 +00:00
phk
1da6fa08f8
Applied patch to make -Wall and -Dlint shut up.
...
Reviewed by: phk
Submitted by: Josef Grosch <joeg@gagme.wwa.com>
1994-09-20 06:24:56 +00:00
pst
7963d9a803
Add support for '-k' option to print file allocation space in 'K' instead of
...
system blocks.
This is semi-original code, not the same way this crufty option was handled
in FreeBSD 1.x.
1994-09-19 07:49:56 +00:00
wollman
3363d7a700
Added domainname.
1994-09-18 21:25:26 +00:00
wollman
08e96f0a30
A new domainname(1) command based on hostname(1), this time with a correct
...
manual page.
1994-09-18 21:23:37 +00:00
sef
600b25e2d3
With '!' being made into a keyword (yech!), case cases didn't work properly.
...
This should fix it (passed my test cases). Originally discovered with
perl's Configure (well, in FreeBSD, I don't know how the NetBSD folks
discovered it).
Reviewed by: sef
Submitted by: jtc@cygnus.com
Obtained from: NetBSD
1994-09-14 17:41:32 +00:00
csgr
a837391e87
Make get_int() think that "" (null) has the integer value 0.
...
(Which is the same behaviour as in 1.x)
The install blows up without this.
Reviewed by: rgrimes
1994-09-11 21:30:09 +00:00
csgr
b819d56caf
- handle signs on integers properly,
...
- make sure error messages for bad integers are moderately sensible
- handle test ! "abc" -o "abc" (This should evaluate to true)
(and similar cases) ie:
and/or operator test added to POSIX special case processing.
- more test cases added.
Based on: Work done on 1.x's test(1) by Andrew Moore and Adam David.
1994-09-11 13:57:31 +00:00
jkh
6cf02f12cc
[ From Dave Tweten ]
...
POSIX.2 looks pretty unequivocal to me, and it agrees with you.
Under the explanation of the "-p" option, it says, "Each dir operand that
names an existing directory shall be ignored without error." Under the
explanation of exit status zero, it says, "All the specified directories were
created successfully, or the-p option was specified and all the specified
directories now exist."
Seems to me POSIX requires exactly the behavior you want.
[ And I've made the change, which is also now compatible with 1.x - jkh ]
Reviewed by: jkh
Submitted by: jkh/tweten
1994-09-08 21:34:33 +00:00
bde
ebb7b36c3a
Explicitly include <sys/types.h> before including <regex.h>. This is
...
apparently required by POSIX. It will be required in practice when
the bogus inclusion of <sys/types.h> is removed from <stdio.h>.
1994-09-05 13:03:50 +00:00
dg
fa6393db5b
Added rtprio option/field.
...
Submitted by: Henrik Vestergaard Draboel
1994-09-01 11:28:45 +00:00
bde
4b07d8e782
Add dependencies on libraries to DPADD. Someday this should be done
...
automagically. -lfoo has to be right to work, but ${LIBFO0} is too
easy to forget or misspell; nothing checks it and it should be
different for shared libraries.
1994-08-28 18:49:06 +00:00
ats
b7079cf51c
Reviewed by:
...
Submitted by:
Added the FTS_NOCHDIR flag to the fts-open call. This is needed, so that
the fts don't change the current directory for rm and subsequent calls
to rmdir with relative pathnames don't fail.
Pulled over the bugfix in 1.1.5.
1994-08-28 18:34:50 +00:00
ats
ce729aba5e
Reviewed by:
...
Submitted by:
Oops, overlooked another typo in this man page.
1994-08-28 17:19:58 +00:00
ats
ec07274b9d
Reviewed by:
...
Submitted by:
Correct two typos in the format string usages.
1994-08-28 16:52:46 +00:00
bde
d2fde8ffe5
Touch init.c after making it in case mkinit refused to touch it after not
...
changing it. mkinit's attempted smartness about timestamps is mismatched
with the makefile. init.o is compiled _twice_ the first time it is made...
1994-08-21 10:44:51 +00:00
dg
44fc281f48
Got rid of stupid warning message.
1994-08-18 14:35:23 +00:00
dg
579d5f0530
Got rid of extra space between args and (command).
1994-08-18 14:30:53 +00:00
dg
1e4a2dfbef
The last commit was bogus...the putenv doesn't affect the parent process,
...
so the BLOCKSIZE doesn't need to be preserved.
Also initialized the flags variables, and used 1k instead of 1024 for
BLOCKSIZE.
1994-08-12 10:23:49 +00:00
dg
679aa90292
Implemented the -k flag more properly...don't destroy the user's setting
...
of the BLOCKSIZE environment variable.
1994-08-12 07:26:52 +00:00
wollman
422cf01ca5
Make `ps' set-uid root so that it can read the same set of arguments
...
that old `ps'es did. I'm not too thrilled about this, but I'm not
enough of an FS person to hack procfs so that /proc/xxx/mem is readable
by members of group `kmem'. If this is done, then `ps' can go back to
being set-gid kmem.
1994-08-11 20:06:55 +00:00
wollman
670a01d488
Gimme back my `-k' option!
...
Also document `-t' option in the usage message.
1994-08-10 19:21:07 +00:00
jkh
796c2dbc4f
WHOOPS! Put that back! Sorry, wrong Makefile.inc!
...
[slinks away embarassed]. It's NOSHARED again ("Gee, sorry about that
honey! I could have *sworn* the safety was on!").
Reviewed by:
Submitted by: jkh
1994-08-08 19:30:03 +00:00
jkh
ab254e561b
Removed NOSHARED. "It's safe now, honey."
...
Reviewed by:
Submitted by: jkh
1994-08-08 19:28:26 +00:00
jkh
f97b56dcb0
The handling of err.h and const.h were in a real tangle and didn't
...
work if you didn't explicitly depend first; this should both simplify
things and make it work in all circumstances.
Reviewed by:
Submitted by:
1994-08-07 21:28:27 +00:00
wollman
775b0042f2
Fix some dependency bobbles.
1994-08-06 01:51:03 +00:00
wollman
fc552b671f
Disable Kerberos for now.
1994-08-06 01:48:36 +00:00
wollman
0e5400218f
Fix makefiles for our macros.
1994-08-05 17:02:31 +00:00
dg
6b466831f4
Converted 'vmunix' to 'kernel'.
1994-08-05 09:14:37 +00:00
phk
9941d391f3
Submitted by: phk
...
Got rid of a couple of binary files by uuencoding. 49 more to go.
BTW: ed(1) seems to have an exit(2) problem, 5 tests fail.
1994-07-23 18:14:06 +00:00
rgrimes
f989c755d0
Need ${LDFLAGS} one more place.
1994-05-30 13:59:50 +00:00
rgrimes
a2fb8fa112
Need to sue ${LDFLAGS} when building local binaries so they get built
...
static if ${NOSHARED}==YES. This makes it easier to bootstrap a system.
1994-05-29 12:43:06 +00:00
rgrimes
8de613e0e8
Do not build /bin shared
1994-05-28 03:55:41 +00:00
rgrimes
71f843c9a2
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00
rgrimes
f185bf7f09
This commit was generated by cvs2svn to compensate for changes in r1556,
...
which included commits to RCS files with non-trunk default branches.
1994-05-26 06:18:55 +00:00