phk
c19ab2dab1
Removed a lot of stuff which has no raison d`etre now that the kernel-driver
...
works correctly.
1994-10-02 17:18:12 +00:00
dg
3b0f093fdc
"idle priority" support. Based on code from Henrik Vestergaard Draboel,
...
but substantially rewritten by me.
1994-10-02 04:48:21 +00:00
gpalmer
4a5cbc66f8
Move apm, apmconf, fdformat, fdwrite, kbdcontrol, lptcontrol, rtprio and
...
vidcontrol out of machine-independance into the I386 & clean
dependant sections. Also move 'timed' out of machine-dependace into
machine-independance
Reviewed by: rgrimes
1994-10-02 03:42:40 +00:00
dg
a8bebbdae6
Added apm and apmconf. NOTE: This makefile is wrong in a variety of ways.
...
For one thing, the handling of arch-specific utilities is broken, and
things like apm and apmconf (and fdformat, kbdcontrol, vidcontrol, etc)
shouldn't be built for all arch's.
1994-10-01 03:44:05 +00:00
dg
76254fd53b
Laptop Advanced Power Management support (userland end) by HOSOKAWA Tatsumi.
...
Submitted by: HOSOKAWA Tatsumi
1994-10-01 03:23:33 +00:00
pst
a9e6b1a898
Move bootp & related stuff
1994-09-30 05:48:52 +00:00
ache
fdd10c3ac8
Sorry, wrong previous commit backed out, HAVE_GETBOOTFILE
...
defined in another place
1994-09-30 04:07:03 +00:00
ache
185197ce25
Forget to define HAVE_GETBOOTFILE
1994-09-30 03:43:28 +00:00
ache
d21eaeac3b
Use getbootfile() properly, old code cause reboots somethimes
1994-09-30 02:20:25 +00:00
wollman
ee6e0c23a9
Make it compile under 2.0.
1994-09-30 00:34:21 +00:00
wollman
fd4b49373e
Merged changes from the vendor branch. NB: this will NOT compile until
...
after the NEXT commit.
1994-09-29 23:44:43 +00:00
wollman
1cba639cb2
This commit was generated by cvs2svn to compensate for changes in r3215,
...
which included commits to RCS files with non-trunk default branches.
1994-09-29 23:04:24 +00:00
wollman
96f7e86b72
xntp 3.4e from Dave Mills @ UDel
1994-09-29 23:04:24 +00:00
jkh
3ef0581e73
Don't let pkg_delete remove the recorded location until everything has
...
absolutely, positively been successfully removed.
Reviewed by:
Submitted by:
Obtained from:
1994-09-29 13:19:43 +00:00
pst
b29ffff25c
Fix conflicts from import
1994-09-29 09:36:16 +00:00
pst
8d859e9f59
This commit was generated by cvs2svn to compensate for changes in r3192,
...
which included commits to RCS files with non-trunk default branches.
1994-09-29 09:32:22 +00:00
pst
42d798d589
Portmap 3.0 from win.tue.nl
1994-09-29 09:32:22 +00:00
pst
97c0e232ea
getbootfile() not invoked
1994-09-28 06:37:41 +00:00
pst
9312e22cf5
xntpd(8) doesn't know about /kernel (do it right, use get_bootfile()).
1994-09-27 18:30:26 +00:00
pst
0ac72c6208
Enable new bind utilities.
1994-09-26 23:14:33 +00:00
dg
b92adb4dc3
Fix comment: we have cron.
1994-09-26 22:20:19 +00:00
dg
25c6f4e630
ac(8) utility, brought over from FreeBSD 1.1.5.
1994-09-26 22:12:27 +00:00
dg
74fbc1bab5
ac(8) utility, brought over from 1.1.5.
1994-09-26 21:56:38 +00:00
dg
03aa2759f1
Added sa.
1994-09-26 21:45:01 +00:00
dg
2b87c40e9e
Local changes - manual page extension, and minor man page changes
1994-09-26 21:41:06 +00:00
dg
b7fc34c052
This commit was generated by cvs2svn to compensate for changes in r3125,
...
which included commits to RCS files with non-trunk default branches.
1994-09-26 21:22:57 +00:00
dg
dfadb8e7c4
Process accounting utility by Chris Demetriou.
...
Obtained from: NetBSD
1994-09-26 21:22:57 +00:00
ache
65abb91c0b
usage help: uncomment -d option, add -x option
1994-09-26 20:20:44 +00:00
ache
7242cea61f
Document -d and -x options
1994-09-26 19:58:07 +00:00
phk
5a5794a15d
A couple of nit-picks.
1994-09-26 06:01:01 +00:00
pst
d780af9d2a
Remove talk about trailers from arp(8) manual page
...
Obtained from: NetBSD bin/487
1994-09-26 04:32:57 +00:00
phk
962026360d
Added a '-c' option: This will warn you if any file in the directory-tree
...
you run it on are unsuitable food for diff/patch. Can you use it as it
is now Rod ?
1994-09-25 20:45:55 +00:00
joerg
3346279530
Transfer speed definitions are now also found in <machine/ioctl_fd.h>.
...
Remove the old include file, since it used to be in a non-public place.
1994-09-25 18:44:26 +00:00
jkh
cb490de73b
Clean up typos in this manpage.
1994-09-25 11:22:12 +00:00
wollman
b2b9eaab73
Most of the ``modified'' files really aren't. This is my (simple)
...
port of pppd.
1994-09-25 02:32:18 +00:00
wollman
860a10b12f
Initial revision
1994-09-25 02:11:26 +00:00
dg
4673798b34
Fixed bug caused by missing set of paranthesis when checking the modification
...
time. This caused differences in the nanosecond portion of the time to
screwup the logic and made mtree think it should compare the modtime even
though "time" wasn't specified. The end result is that mtree couldn't deal
with procfs because procfs sets the mtime with high accuracy via microtime().
1994-09-24 16:52:42 +00:00
wollman
193a8fae68
Get rid of _PATH_UNIX completely; use getbootfile(3) instead.
...
DANGER WILL ROBINSON!
_PATH_UNIX is currently defined as the literal string "don't use this".
I am of two minds about this myself, but wanted to get something into the
tree as quickly as possible.
1994-09-24 00:08:43 +00:00
wollman
c29596a5e9
Document more MIB variables.
1994-09-23 19:04:02 +00:00
dg
8210ef4a47
Don't return the address of a stack variable.
1994-09-23 10:25:38 +00:00
dg
be96a45601
groups[] is of type gid_t.
1994-09-23 10:02:21 +00:00
wollman
eeef7952c3
Automatically load NFS and a bevy of other filesystems.
1994-09-22 22:17:02 +00:00
pst
bd9687cba0
Port nslookup to FreeBSD
1994-09-22 21:50:41 +00:00
pst
de2ff4fecc
This commit was generated by cvs2svn to compensate for changes in r2990,
...
which included commits to RCS files with non-trunk default branches.
1994-09-22 21:36:02 +00:00
pst
9d787f9aa1
nslookup(8) from BIND 4.9.3BETA9pl1
1994-09-22 21:36:02 +00:00
pst
e4a39c3655
Port BIND to FreeBSD.
1994-09-22 20:45:34 +00:00
pst
3866fef02d
NAMED from BIND 4.9.3 BETA9 pl1 (no local changes)
1994-09-22 19:46:15 +00:00
pst
839b7265a7
This commit was generated by cvs2svn to compensate for changes in r2980,
...
which included commits to RCS files with non-trunk default branches.
1994-09-22 19:46:15 +00:00
phk
6f769c973c
Various cleanup and fixes.
1994-09-22 02:49:24 +00:00
ache
0517cc4a35
Add BINDIR=/usr/sbin for install, fails in other case
1994-09-21 18:12:10 +00:00