summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YAMF22jkh1997-06-241-3/+13
| | | | Submitted by: pst
* Add missing '.'dima1997-06-241-10/+10
|
* Yeesh! Some of this stuff I yanked out of the makefiles withoutjkh1997-06-242-4/+4
| | | | | reviewing closely enough (and, as a result, proflibs and dict suffered). Fix.
* Fix ~? output in "term" mode.brian1997-06-241-9/+9
| | | | Spotted by: Harry Starr <starr@gccs.com.au>
* Display tickadj in struct clockinfo.jhay1997-06-242-6/+6
|
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-241-1/+1
|
* Add tickadj to struct clockinfo, like NetBSD and OpenBSD.jhay1997-06-247-8/+13
| | | | NOTE: libc, time, kgmon and rpc.rstatd will have to be recompiled.
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-247-7/+63
| | | | This fixes one of the problems noted in PR kern/3688.
* Don't depend upon the kernel load address being 0xf0100000.tegge1997-06-241-2/+2
|
* Take the OS release string from the kernel variable `osrelease'yokota1997-06-245-14/+95
| | | | | | | | rather than hard-code it in the message text. Optinally include the host name in the message if SHOW_HOSTNAME is defined. The origianl idea and sample code submitted by Angelo Turetta <ATuretta@stylo.it>.
* Suggest using /etc/services entry rather than abrian1997-06-242-8/+10
| | | | number in the "ipfw add divert" example.
* Recognize AMD K5 PR166 and PR200 CPUs.kato1997-06-242-2/+14
|
* Killed bogus kernacc() call in malloc() DIAGNOSTIC code. kernacc() bydg1997-06-241-8/+1
| | | | | it's nature, locks the kernal_map, and this is deadly if kernal_map had been locked previous to a (net) interrupt.
* Fix calculation of initial mplock value.fsmp1997-06-247-14/+14
| | | | We now use LOGICAL, not PHYSICAL, IDs to calculate the mplock.
* Add new variable USE_PERL5. It is similar to USE_GMAKE, except thatasami1997-06-241-2/+7
| | | | | | | | | | | it also sets RUN_DEPENDS (USE_GMAKE is BUILD_DEPENDS only). The (immediate) purpose of this is to avoid having to change 70 zillion ports when the version of perl changes. Also, when perl5 is pulled into -current, this will become a no-op in -current's bsd.port.mk. Reviewed by: jfitz
* Document the use of `ls -lo' to see flags.charnier1997-06-242-0/+8
| | | | Obtained from: OpenBSD.
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-247-14/+14
|
* Add prototypes to functions. Make -Wall happy.charnier1997-06-241-45/+74
|
* Remove use of program_name variable.charnier1997-06-241-9/+7
|
* Revert part of previous commit. I didn't see rcsid string in the middle ofcharnier1997-06-241-4/+2
| | | | the file. Put includes in alphabetical order.
* Submitted by: Gene Stark and Robert Sexton (robert@kudra.com)stark1997-06-242-10/+17
| | | | | Added patches from Robert Sexton to eliminate case sensitivity of the xtend command.
* Submitted by: Gene Stark, Steve Passe, and Robert Sexton (robert@kudra.com)stark1997-06-242-35/+180
| | | | | | Updated README file with additional helpful information from Steve Passe and added patches from Robert Sexton to eliminate case sensitivity of the xten command.
* o Fix uptime for direct connections.brian1997-06-235-66/+76
| | | | | | | | | | | | o Style police o Make hangup abort the current connection, not necessarily exiting (-auto/-ddial). o Trap HUP and INT during DoChat and abort the connection attempt. This means you can now type "dial" and change your mind with ^C, or HUP the process to stop it dialing. Slapped into doing it by: Chuck Robey <chuckr@glue.umd.edu>
* Typo police.brian1997-06-231-2/+2
| | | | Submitted by: Chuck Robey <chuckr@glue.umd.edu>
* Allow use of the name "swap" instead of an actual swap device.tegge1997-06-231-0/+31
| | | | | | | | This makes configuration of mfs /tmp on diskless clients more intuitive for people like me, that have used this feature on NetBSD and SunOS. Using the -T option and /dev/null, while already supported, is neither intuitive nor documented in the handbook. Obtained from: NetBSD
* Allow ipfw to look up service names from /etc/services (or NIS if turned on)julian1997-06-232-15/+47
| | | | | | note.. this would be dangerous if your ipfw was blocking NIS access :) Submitted by: archie@whistle.com (Archie Cobbs)
* Long command names are not NUL terminated. Force truncation in format string.tegge1997-06-231-2/+3
|
* Delay free of mf->mf_mount in uninit_mntfs until it is no longer used.tegge1997-06-231-2/+2
|
* Don't try upgrading an existing exclusive lock in vm_map_user_pageable.tegge1997-06-231-16/+3
| | | | | | This should close PR kern/3180. Also remove a bogus unconditional call to vm_map_unlock_read in vm_map_lookup.
* Removed SMP_PRIVPAGES from options list.fsmp1997-06-231-5/+2
| | | | This functionality is now automatic.
* netscape was obviously involved somewhere in the committing of this filejulian1997-06-233-15/+15
| | | | | as all cases of the character '\0xF8` became the string "=F8" Submitted by: archie@whistle.com
* Fix "set parity"brian1997-06-231-14/+2
| | | | | PR: 3881 Actual problem found by: shocking@mailbox.uq.edu.au
* Imply a 10-second connection timeout when querying remote queues, tojoerg1997-06-231-0/+13
| | | | | prevent lpq from hanging indefinately (well, 10 minutes are for sure counting as `indefinately' in this case).
* Synchronize with following changes:kato1997-06-237-168/+52
| | | | | | | | | | > Revision Changes Path > 1.250 +1 -18 src/sys/i386/i386/machdep.c > 1.48 +1 -7 src/sys/i386/conf/options.i386 > 1.251 +19 -46 src/sys/i386/i386/machdep.c > 1.24 +2 -6 src/sys/i386/i386/microtime.s > 1.100 +4 -15 src/sys/i386/i386/trap.c > 1.46 +6 -7 src/sys/i386/isa/npx.c
* Synchronize with sys/i386/i386/userconfig.c revision 1.86.kato1997-06-231-2/+34
|
* Synchronize with sys/i386/isa/syscons.c revision 1.217.kato1997-06-231-76/+174
|
* Typo fix: Alan Turning is aka Alan Turing.charnier1997-06-231-2/+2
|
* Use err(3). Abort if strdup() returns NULL.charnier1997-06-232-22/+27
|
* Upgrade to a newer version. Old synopsys was incorrect.charnier1997-06-231-3/+3
| | | | Obtained from: OpenBSD
* Use err(3). Typo fix in usage string.charnier1997-06-231-15/+13
|
* Typo fix in man page. Use err(3) instead of local copy.charnier1997-06-232-18/+10
|
* Use err(3).charnier1997-06-232-8/+10
| | | | Simplification: if(a == 12) a -= 12 -> if(a == 12) a = 0.
* Convert man page to mdoc format. Cosmetic in usage string.charnier1997-06-233-241/+352
|
* Fix a minor nit in the .Dd macro invocation so thatsteve1997-06-2319-34/+34
| | | | the revision date is displayed correctly.
* Show the real revision date and not the date that thissteve1997-06-2352-64/+64
| | | | manpage is being viewed.
* Make this file bare a small resemblance to reality againjulian1997-06-231-181/+165
| | | | Requested from: Archie Cobbs (archie@whistle.com)
* Do ports.1 earlier.jkh1997-06-231-2/+3
|
* For the xenix_ftime() routine, don't use the native version of the struct --sef1997-06-221-3/+8
| | | | | | | | | | | | | the XENIX version is packed, and two bytes smaller than ours. So, define the structure, and have it packed. I used the __attribte__((packed)) modifier for this; I could also have surrounded the struct definition with #pragma pack(2) -- but that would have meant making ibcs2_timeb's definition outside the function. This may need to be revisited if we ever want to compile with a compiler other than gcc. (I also used 'unsigned long' instead of 'time_t' because I am writing to match an external specification -- and the definition of time_t could change.) Reviewed by: Steven Wallace
* Argh - 3rd time's a charm. Move doc even further in the distribution chain.jkh1997-06-221-2/+2
|
* Integrate calloc with the rest of the gang.phk1997-06-225-478/+390
| | | | | | | | | | | Various portability and stylistic cleanups. Kill MALLOC_STATS & the 'D' option. Fix the 'V' option. Major overhaul of the man-page. You milage should not vary. Reviewed by: Keith Bostic <bostic@bostic.com> Submitted by: Keith Bostic <bostic@bostic.com>
OpenPOWER on IntegriCloud