Ruslan Ermilov
ed92f13717
mdoc(7) police:
...
- removed whitespace at EOL
- removed hard sentence breaks
- removed duplicate word
- spelling
2001-11-20 15:25:12 +00:00
Ruslan Ermilov
3a021a4706
mdoc(7) police: one-line literal displays are faster.
2001-11-20 15:17:51 +00:00
Brian Feldman
13d98e8c66
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 Somers
6eb9bd2d1f
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
Brian Feldman
bd0489873c
Install LOMAC includes from the new directory.
2001-11-20 14:37:07 +00:00
Josef Karthauser
0a98bc0cfa
Bring in the ugen manual page from NetBSD.
2001-11-20 14:13:36 +00:00
Ruslan Ermilov
1ddfc2e3aa
mdoc(7) police: minor markup and spelling fixes.
2001-11-20 14:11:07 +00:00
Ruslan Ermilov
2f52231c66
mdoc(7) police: sort xrefs.
2001-11-20 13:58:21 +00:00
Ruslan Ermilov
872013cb2a
mdoc(7) police: consistently use the .Ux macro.
2001-11-20 13:54:11 +00:00
Ruslan Ermilov
d3eb181523
mdoc(7) police: remove whitespace at EOL.
2001-11-20 13:43:58 +00:00
Akinori MUSHA
80f5a425c1
Add false(1), test(1) and true(1) cross-references.
...
Pointed out by: sheldonh
2001-11-20 13:05:53 +00:00
Hajimu UMEMOTO
12b3cd1783
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
Akinori MUSHA
86ccd13850
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
Ruslan Ermilov
5849041b6f
mdoc(7) police: Fix markup.
2001-11-20 12:38:18 +00:00
Ruslan Ermilov
a1bd63b9e1
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
Pierre Beyssac
27a828fcb6
Convert BSD trap codes to i386.
...
Submitted by: F. Gouget <fgouget@free.fr>
2001-11-20 09:39:31 +00:00
John Baldwin
9c9c290361
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
John Baldwin
9f2b972fdb
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
John Baldwin
3878fff7db
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
Warner Losh
67bac73ca9
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
Warner Losh
03bfaba97c
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
Gregory Neil Shapiro
c8e968571f
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
Gregory Neil Shapiro
74cc11c2df
Handle the sendmail_outbound_enable knob in the start target.
...
PR: 32033
MFC after: 3 days
2001-11-20 03:31:54 +00:00
Masafumi Max NAKANE
726cea436a
Make this a bit closer to a true tradition by adding one more committer.
2001-11-20 01:49:11 +00:00
Josef Karthauser
0dec49d17a
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
David Greenman
136b546adf
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
Brian Feldman
cd11f7bf9f
Reference lomac in its new location.
2001-11-19 22:36:40 +00:00
Brian Feldman
64b6b70e17
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
Brian Feldman
3795613d1d
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
Yaroslav Tykhiy
4cd48bace6
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
John Baldwin
3e9fbbe1df
Use modules-depend instead of kernel-depend for doing the depend stage
...
in doMODULES.
2001-11-19 21:42:08 +00:00
John Baldwin
839dfafeff
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
Robert Watson
b5dfbbe3f3
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
Ian Dowse
c0bea86dc4
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
Akinori MUSHA
bd90b9c76e
Fix style bugs I found, and add a comment.
2001-11-19 20:39:24 +00:00
Brian Feldman
6fba85a0cf
The "lomac" module compiles fine on Alpha, too.
...
Tested by: wilko
2001-11-19 20:25:55 +00:00
Giorgos Keramidas
a521a4eece
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
Akinori MUSHA
25e04004ff
Oops sorry, forgot to add a #include.
2001-11-19 20:15:10 +00:00
Akinori MUSHA
d919a882fd
- 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
David Malone
46fdbb8ad4
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
Munechika SUMIKAWA
9ef912e8ec
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
Munechika SUMIKAWA
c9fcd7dde0
Regen.
2001-11-19 18:41:35 +00:00
Munechika SUMIKAWA
b62f13198a
Add Melco LUA2-TX5.
2001-11-19 18:40:17 +00:00
Brian Feldman
a066b1c1d5
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
Brian Feldman
4c4771369c
Depend on vnode_if.h.
2001-11-19 18:12:46 +00:00
Brian Feldman
21180f280b
Use appropriaate include path for syscall_gate.h
2001-11-19 18:12:12 +00:00
Josef Karthauser
37787fbcce
Cull picobsd/custom. It's bit rotted beyond all recognition.
...
Approved by: freebsd-small
2001-11-19 18:04:04 +00:00
David E. O'Brien
09b50a9891
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
David E. O'Brien
03820e7a36
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
Ian Dowse
b0cb4883b1
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