summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add xref to wall(1).ru2001-11-203-0/+3
| | | | | PR: docs/32128 Submitted by: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> (partially)
* mdoc(7) police:ru2001-11-201-5/+6
| | | | | | | - removed whitespace at EOL - removed hard sentence breaks - removed duplicate word - spelling
* mdoc(7) police: one-line literal displays are faster.ru2001-11-201-6/+4
|
* Introduce readpassphrase(3), a superset of getpass(3). Thisgreen2001-11-207-102/+304
| | | | | | comes originally from Todd Miller. Obtained from: OpenBSD
* Handle wtmp.0 being compressedbrian2001-11-201-5/+16
| | | | | | PR: 32113 Submitted by: Yar Tikhiy <yar@comp.chem.msu.su> MFC after: 1 week
* Install LOMAC includes from the new directory.green2001-11-201-2/+2
|
* Bring in the ugen manual page from NetBSD.joe2001-11-202-0/+299
|
* mdoc(7) police: minor markup and spelling fixes.ru2001-11-201-4/+7
|
* mdoc(7) police: sort xrefs.ru2001-11-201-2/+2
|
* mdoc(7) police: consistently use the .Ux macro.ru2001-11-201-4/+4
|
* mdoc(7) police: remove whitespace at EOL.ru2001-11-201-1/+1
|
* Add false(1), test(1) and true(1) cross-references.knu2001-11-201-0/+3
| | | | Pointed out by: sheldonh
* The rtsol must be done before the alias processing.ume2001-11-202-18/+24
| | | | | | PR: conf/31366 Submitted by: gshapiro MFC after: 1 week
* Add a note that some shells may have the command built-in.knu2001-11-202-0/+16
| | | | | | (sh(1) indeed does) Add a cross-reference to builtin(1).
* mdoc(7) police: Fix markup.ru2001-11-201-40/+45
|
* Remove obfuscating details of using the false(1) and true(1) utilitiesru2001-11-202-14/+2
| | | | | | inside the Bourne shell scripts. PR: docs/32082
* Convert BSD trap codes to i386.pb2001-11-201-2/+41
| | | | Submitted by: F. Gouget <fgouget@free.fr>
* Include sys/param.h instead of sys/types.h to get the definition of thejhb2001-11-201-1/+1
| | | | | | MIN() macro. Pointy hat to: rwatson
* Unifdef all the SGI code. It mainly added clutter while providing somejhb2001-11-2010-342/+4
| | | | | | | specialized logging, SGI-specific priority massaging, and SCI-specific time trimming support. Also add missing $FreeBSD$'s. Inspired by: NetBSD
* Use fixed-size fields in the structure for the timed protocol. Thisjhb2001-11-204-17/+37
| | | | | | | | | 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
* Comment out some bogus entries. somehow they match everything, whichimp2001-11-201-5/+4
| | | | | is bad. I need to correct pccarddev, but I'm not sure how just at the moment. So I'm firewalling the damage.
* Weed out those pccard entries that match everything. These are tooimp2001-11-201-0/+9
| | | | | | dangerous to allow :-) This should fix the ed1: <PLANEX ... bug.
* Since buildworld builds cf files specified in SENDMAIL_ADDITIONAL_MC,gshapiro2001-11-201-1/+6
| | | | | | | | installworld should install them. PR: 29928 Submitted by: wollman MFC after: 3 days
* Handle the sendmail_outbound_enable knob in the start target.gshapiro2001-11-201-4/+12
| | | | | PR: 32033 MFC after: 3 days
* Make this a bit closer to a true tradition by adding one more committer.max2001-11-201-0/+1
|
* Use a local write_mfs_in_kernel.c instead of the one in ncvs/src/releasejoe2001-11-201-1/+1
| | | | | which is likely to be removed shortly, after repo-copying it from there.
* Disabled tagged commands for Hitachi Jura-C series with J8A8 firmware.dg2001-11-191-0/+10
| | | | | PR: 23536 Submitted by: amagai@nue.org
* Reference lomac in its new location.green2001-11-1930-6579/+6
|
* This commit was generated by cvs2svn to compensate for changes in r86629,green2001-11-1927-0/+6714
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import LOMAC preliminary release 2.0.0 in src/sys/security. These files maygreen2001-11-1927-0/+6714
| | | | | | | | 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)
* Eliminate another instance of the old and well-knownyar2001-11-191-7/+25
| | | | | | | | | 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
* Use modules-depend instead of kernel-depend for doing the depend stagejhb2001-11-191-1/+1
| | | | in doMODULES.
* Split the mfsroot out from the kernel for the 2.88 boot floppy and thejhb2001-11-191-21/+11
| | | | | | | | | 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
* o Cleanup of includes: user.h may be a catch-all, but that's notrwatson2001-11-191-4/+3
| | | | | | | entirely desirable. Back out previous commit, and clean up includes to be more minimal. Submitted by: bde
* Back out revision 1.117; the correct solution is to upgrade theiedowse2001-11-191-9/+0
| | | | | | | firmware on the drive in question. The pattern also matched far too many Hitachi drives. Spotted by: dg
* Fix style bugs I found, and add a comment.knu2001-11-191-10/+11
|
* The "lomac" module compiles fine on Alpha, too.green2001-11-191-1/+1
| | | | Tested by: wilko
* Other committers do not mention their personal names and/or emailkeramida2001-11-191-14/+0
| | | | | | | 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
* Oops sorry, forgot to add a #include.knu2001-11-191-0/+1
|
* - Do not reference argv[1] if no argument is given.knu2001-11-191-7/+34
| | | | | | Reported by: brian - Call error() instead of errx() if compiled as sh(1) builtin.
* In the "UseLogin yes" case we need env to be NULL to make sure itdwmalone2001-11-191-1/+1
| | | | | | | | will be correctly initialised. PR: 32065 Tested by: The Anarcat <anarcat@anarcat.dyndns.org> MFC after: 3 days
* Support MELCO LUA2-TX USB ethernet adaptor.sumikawa2001-11-192-32/+45
| | | | | | | | | 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
* Regen.sumikawa2001-11-192-2/+9
|
* Add Melco LUA2-TX5.sumikawa2001-11-191-0/+1
|
* Add module "lomac" to the modules Makefile, i386 section. If someone ongreen2001-11-191-0/+1
| | | | | | | | 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)
* Depend on vnode_if.h.green2001-11-191-1/+1
|
* Use appropriaate include path for syscall_gate.hgreen2001-11-191-1/+1
|
* Cull picobsd/custom. It's bit rotted beyond all recognition.joe2001-11-1954-2489/+0
| | | | Approved by: freebsd-small
* Add the CVS knob so it may be overridden (or have options added).obrien2001-11-191-1/+2
| | | | Submitted by: Andrea Campi <andrea@webcom.it>
* Upper case the FreeBSD loader prompt.obrien2001-11-192-2/+2
| | | | | | 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.
OpenPOWER on IntegriCloud