ru
64b01380e1
mdoc(7) police: one-line literal displays are faster.
2001-11-20 15:17:51 +00:00
green
0deda355ca
Introduce readpassphrase(3), a superset of getpass(3). This
...
comes originally from Todd Miller.
Obtained from: OpenBSD
2001-11-20 15:15:42 +00:00
brian
f0503f1783
Handle wtmp.0 being compressed
...
PR: 32113
Submitted by: Yar Tikhiy <yar@comp.chem.msu.su>
MFC after: 1 week
2001-11-20 15:01:24 +00:00
green
a29d7f0fbb
Install LOMAC includes from the new directory.
2001-11-20 14:37:07 +00:00
joe
2ae562047a
Bring in the ugen manual page from NetBSD.
2001-11-20 14:13:36 +00:00
ru
1863197c29
mdoc(7) police: minor markup and spelling fixes.
2001-11-20 14:11:07 +00:00
ru
b766bdc199
mdoc(7) police: sort xrefs.
2001-11-20 13:58:21 +00:00
ru
161533f155
mdoc(7) police: consistently use the .Ux macro.
2001-11-20 13:54:11 +00:00
ru
c6b45ef12b
mdoc(7) police: remove whitespace at EOL.
2001-11-20 13:43:58 +00:00
knu
e4456a6cc5
Add false(1), test(1) and true(1) cross-references.
...
Pointed out by: sheldonh
2001-11-20 13:05:53 +00:00
ume
78d7a09422
The rtsol must be done before the alias processing.
...
PR: conf/31366
Submitted by: gshapiro
MFC after: 1 week
2001-11-20 12:51:12 +00:00
knu
dbbdb537c1
Add a note that some shells may have the command built-in.
...
(sh(1) indeed does)
Add a cross-reference to builtin(1).
2001-11-20 12:40:38 +00:00
ru
acea47aa1e
mdoc(7) police: Fix markup.
2001-11-20 12:38:18 +00:00
ru
6d8eb2d775
Remove obfuscating details of using the false(1) and true(1) utilities
...
inside the Bourne shell scripts.
PR: docs/32082
2001-11-20 11:11:36 +00:00
pb
dc2b3d61ed
Convert BSD trap codes to i386.
...
Submitted by: F. Gouget <fgouget@free.fr>
2001-11-20 09:39:31 +00:00
jhb
7d5b8c2066
Include sys/param.h instead of sys/types.h to get the definition of the
...
MIN() macro.
Pointy hat to: rwatson
2001-11-20 08:26:37 +00:00
jhb
e7009d45a0
Unifdef all the SGI code. It mainly added clutter while providing some
...
specialized logging, SGI-specific priority massaging, and SCI-specific
time trimming support. Also add missing $FreeBSD$'s.
Inspired by: NetBSD
2001-11-20 07:13:40 +00:00
jhb
9f1e9b7b89
Use fixed-size fields in the structure for the timed protocol. This
...
includes changing a struct timeval to an explicit structure of two
int32_t's. This requires using temporary timevals in several places
when calling gettimeofday(), settimeofday(), etc. With this timed now
works properly on 64-bit platforms such as Alpha.
Obtained from: NetBSD
2001-11-20 06:36:09 +00:00
imp
3212bd4f7f
Comment out some bogus entries. somehow they match everything, which
...
is bad. I need to correct pccarddev, but I'm not sure how just at the
moment. So I'm firewalling the damage.
2001-11-20 06:18:36 +00:00
imp
e42e956dfb
Weed out those pccard entries that match everything. These are too
...
dangerous to allow :-)
This should fix the ed1: <PLANEX ... bug.
2001-11-20 06:15:24 +00:00
gshapiro
96bd9ad269
Since buildworld builds cf files specified in SENDMAIL_ADDITIONAL_MC,
...
installworld should install them.
PR: 29928
Submitted by: wollman
MFC after: 3 days
2001-11-20 03:41:05 +00:00
gshapiro
823ad9f7c7
Handle the sendmail_outbound_enable knob in the start target.
...
PR: 32033
MFC after: 3 days
2001-11-20 03:31:54 +00:00
max
c069ca765d
Make this a bit closer to a true tradition by adding one more committer.
2001-11-20 01:49:11 +00:00
joe
1a9ca1b51c
Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/release
...
which is likely to be removed shortly, after repo-copying it from
there.
2001-11-20 01:00:52 +00:00
dg
7dbd6c83f2
Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware.
...
PR: 23536
Submitted by: amagai@nue.org
2001-11-19 23:23:28 +00:00
green
b12386e123
Reference lomac in its new location.
2001-11-19 22:36:40 +00:00
green
cc1a390a03
This commit was generated by cvs2svn to compensate for changes in r86629,
...
which included commits to RCS files with non-trunk default branches.
2001-11-19 22:34:06 +00:00
green
beff114774
Import LOMAC preliminary release 2.0.0 in src/sys/security. These files may
...
be modified and do not have to remain on the vendor branch.
http://opensource.nailabs.com/lomac/index.html
Sponsored by: DARPA, NAI Labs (CBOSS project)
2001-11-19 22:34:06 +00:00
yar
e2a8ecd17c
Eliminate another instance of the old and well-known
...
DoS bug that the select(2)/accept(2) pair is called on
a socket that is in the blocking I/O mode. The bug is
triggered if a selected connection dies before the accept(2)
leading to the accept(2) blocking virtually forever.
MFC after: 1 week
2001-11-19 21:52:03 +00:00
jhb
4401006774
Use modules-depend instead of kernel-depend for doing the depend stage
...
in doMODULES.
2001-11-19 21:42:08 +00:00
jhb
f4e936a83c
Split the mfsroot out from the kernel for the 2.88 boot floppy and the
...
Alpha CD. This makes it easier to customize ISO's locally by being able
to replace either the mfsroot or the kernel w/o having to do both. It also
allows us to switch to using the full GENERIC kernel when booting from CD
on the Alpha and on x86 when using cdboot. We don't do this yet, however.
Tested on: x86, alpha
2001-11-19 21:27:00 +00:00
rwatson
f06ddbc3b4
o Cleanup of includes: user.h may be a catch-all, but that's not
...
entirely desirable. Back out previous commit, and clean up includes
to be more minimal.
Submitted by: bde
2001-11-19 21:14:50 +00:00
iedowse
66d8b834c3
Back out revision 1.117; the correct solution is to upgrade the
...
firmware on the drive in question. The pattern also matched far
too many Hitachi drives.
Spotted by: dg
2001-11-19 20:50:44 +00:00
knu
9a58963b18
Fix style bugs I found, and add a comment.
2001-11-19 20:39:24 +00:00
green
4531e87e8c
The "lomac" module compiles fine on Alpha, too.
...
Tested by: wilko
2001-11-19 20:25:55 +00:00
keramida
b076bf152b
Other committers do not mention their personal names and/or email
...
addresses when adding stuff, so it seems fair to stop ``getting all
the fame'' by having my name displayed on login sessions.
Approved by: nik
2001-11-19 20:17:19 +00:00
knu
959d37723b
Oops sorry, forgot to add a #include.
2001-11-19 20:15:10 +00:00
knu
0fe2ba5388
- Do not reference argv[1] if no argument is given.
...
Reported by: brian
- Call error() instead of errx() if compiled as sh(1) builtin.
2001-11-19 19:57:45 +00:00
dwmalone
9a6b4717f3
In the "UseLogin yes" case we need env to be NULL to make sure it
...
will be correctly initialised.
PR: 32065
Tested by: The Anarcat <anarcat@anarcat.dyndns.org>
MFC after: 3 days
2001-11-19 19:40:14 +00:00
sumikawa
4410530efb
Support MELCO LUA2-TX USB ethernet adaptor.
...
Actually this porting supports Pegasus II chip so I guess some other
devices supported by NetBSD also work. But the devices list are not
included because I cannot confirm if they work.
Obtained from: NetBSD
MFC after: 3 weeks
2001-11-19 18:47:49 +00:00
sumikawa
c48e058b80
Regen.
2001-11-19 18:41:35 +00:00
sumikawa
ed7158eb9d
Add Melco LUA2-TX5.
2001-11-19 18:40:17 +00:00
green
c26fb27173
Add module "lomac" to the modules Makefile, i386 section. If someone on
...
Alpha can verify that it compiles fine there, too, this should be moved
to the MI section (or that problem fixed); I've only had x86 hardware to
est with.
Sponsored by: DARPA, NAI Labs (CBOSS project)
2001-11-19 18:15:12 +00:00
green
0683ba3919
Depend on vnode_if.h.
2001-11-19 18:12:46 +00:00
green
9f97a8ad86
Use appropriaate include path for syscall_gate.h
2001-11-19 18:12:12 +00:00
joe
62608b407f
Cull picobsd/custom. It's bit rotted beyond all recognition.
...
Approved by: freebsd-small
2001-11-19 18:04:04 +00:00
obrien
bfb2f48058
Add the CVS knob so it may be overridden (or have options added).
...
Submitted by: Andrea Campi <andrea@webcom.it>
2001-11-19 17:43:29 +00:00
obrien
7a00c069a1
Upper case the FreeBSD loader prompt.
...
On OFW based machines, it is just too confusing having the firmware and
OS loader giving the same prompt. This is a nice compromise that 99% of the
users on non-OFW platforms will probably not even notice.
2001-11-19 17:30:26 +00:00
iedowse
a7c89cf1a8
Deal with a few issues that cropped up following the recent changes
...
to the code for translating socket and private ioctls:
- Only perform socket ioctl translation if the file descriptor is a
socket.
- Treat socket ioctls on non-sockets specially, and for now assume
that these are directed at a tap/vmnet device, so translate the
ioctl numbers as appropriate (the way if_tap abuses some socket
ioctls to pass non-ifreq data is utterly bogus, but this is how
VMware on FreeBSD has always "worked"; I will deal with this
later).
- Add (untested) support for translating SIOCSIFADDR.
- In all cases where we fail to translate an ioctl, return ENOIOCTL
so that other handlers have a chance to do the translation.
This should fix the "/dev/vmnet1: Invalid argument" errors that
users of VMware were experiencing, though I have only verified this
on RELENG_4.
Submitted by: des (mostly)
MFC after: 3 days
2001-11-19 15:43:50 +00:00
rwatson
a9c3d65330
#include <sys/user.h> rather than individually including a plethora
...
of kernel include files, reducing the replication of kernel include
dependency information in userland.
Obtained from: TrustedBSD Project
2001-11-19 15:26:36 +00:00