]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
24 years agoFixed $Id$.
bde [Sat, 31 Jul 1999 22:29:17 +0000 (22:29 +0000)]
Fixed $Id$.

Removed POSIX.1/NetBSD markup (braces) for NAME_MAX, etc.  We don't
define this.  Most FreeBSD man pages hard-code the limits; in fact,
utimes.2 recently became the only file in libc/sys/*.2 that mentions
NAME_MAX.  There probably should be mandoc macros for this.

24 years agoRemoved a duplicate reference to System V.4.
bde [Sat, 31 Jul 1999 22:14:46 +0000 (22:14 +0000)]
Removed a duplicate reference to System V.4.

24 years agoFixed syntax error in previous commit.
bde [Sat, 31 Jul 1999 22:10:17 +0000 (22:10 +0000)]
Fixed syntax error in previous commit.

24 years agoFIxed disordering in previous commit. Fixed some old disorder.
bde [Sat, 31 Jul 1999 22:00:09 +0000 (22:00 +0000)]
FIxed disordering in previous commit.  Fixed some old disorder.

24 years agoAdd a -E flag, similar to -e (overide variables from environment) except
hoek [Sat, 31 Jul 1999 20:53:02 +0000 (20:53 +0000)]
Add a -E flag, similar to -e (overide variables from environment) except
that -E only operates for a specified variable.  Useful since the -e option
will often pull-in many unwanted variable overrides (esp. in a make world
situation).  Uses include overriding BINOWN (which cannot be done by normal
methods or through abuses of MAKEFLAGS) or likely for ports to honour CFLAGS
(provided they're running on a system whose make(1) has this option).

24 years agoPrint an error message on illegal numerical arguments.
hoek [Sat, 31 Jul 1999 20:40:23 +0000 (20:40 +0000)]
Print an error message on illegal numerical arguments.

Submitted by: bin/9349 (slightly modified) Assar Westerlund <assar@sics.se>

24 years agoWhen printing an error message after command execution fails, don't assume
hoek [Sat, 31 Jul 1999 20:38:22 +0000 (20:38 +0000)]
When printing an error message after command execution fails, don't assume
the only possible error is "command not found".  This makes debugging of
messages such as "/bin/sh: not found" less common...

24 years agoRemove explicit testing of the NOFSCHG variable. Its functionality (in this
hoek [Sat, 31 Jul 1999 20:32:31 +0000 (20:32 +0000)]
Remove explicit testing of the NOFSCHG variable.  Its functionality (in this
file) is now superceeded by INSTALLFLAGS_EDIT in bsd.{prog,kmod,lib}.mk.

24 years agoAdd variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS.
hoek [Sat, 31 Jul 1999 20:27:33 +0000 (20:27 +0000)]
Add variable INSTALLFLAGS_EDIT used to remove arbitrary INSTALLFLAGS.

Specifically intended for removing -fschg ("INSTALLFLAGS_EDIT=:S/schg/uchg/")
this makes the NOFSCHG flag redundant.  NOFSCHG will still be honoured by
bsd.lib.mk but is valid for buildworld only.  NOFSCHG is still implemented in
the old way (ie. _not_ ".if NOFSCHG then { INSTALLFLAGS_EDIT+=:S/schg/,/ }"
to emphasize the fact that NOFSCHG is only supported in a limited
fashion and for buildworld.

The interface and implementation are such that future use of flags such
as sappnd can also be easily removed or altered (perhaps to uappnd).

This commit brought to you by the letters B, D, and E, and the numbers six,
one, thirteen, and three.

24 years agoAdd INSTALL.TXT back.
jkh [Sat, 31 Jul 1999 19:15:29 +0000 (19:15 +0000)]
Add INSTALL.TXT back.

24 years agoChange the type of vpgqueues::lcnt from "int *" to "int". The indirection
alc [Sat, 31 Jul 1999 18:31:00 +0000 (18:31 +0000)]
Change the type of vpgqueues::lcnt from "int *" to "int".  The indirection
served no purpose.

24 years agoTune table since 0200-0206 is not available, add more chars
ache [Sat, 31 Jul 1999 15:51:57 +0000 (15:51 +0000)]
Tune table since 0200-0206 is not available, add more chars

24 years agobad news: chars 0200-0206 used internally in troff, make them back illegal
ache [Sat, 31 Jul 1999 15:15:15 +0000 (15:15 +0000)]
bad news: chars 0200-0206 used internally in troff, make them back illegal

24 years agoUse errx() instead of err() in example code calling err() after strtol().
hoek [Sat, 31 Jul 1999 15:04:37 +0000 (15:04 +0000)]
Use errx() instead of err() in example code calling err() after strtol().

24 years agomake all chars above 127 legal
ache [Sat, 31 Jul 1999 14:57:13 +0000 (14:57 +0000)]
make all chars above 127 legal

24 years agochange prev. commit: emulate latin1 on ascii if latin1 chars are
ache [Sat, 31 Jul 1999 14:16:04 +0000 (14:16 +0000)]
change prev. commit: emulate latin1 on ascii if latin1 chars are
in the text as groff authors suppose

24 years agoComment change: "Be warned, this will update your installed system, except
hoek [Sat, 31 Jul 1999 13:47:23 +0000 (13:47 +0000)]
Comment change: "Be warned, this will update your installed system, except
for the configuration files in the /etc directory." ....  and the kernel.

24 years agoAdd more koi8-r chars
ache [Sat, 31 Jul 1999 13:17:47 +0000 (13:17 +0000)]
Add more koi8-r chars

24 years agoinstall msafer.7
ache [Sat, 31 Jul 1999 12:20:29 +0000 (12:20 +0000)]
install msafer.7

24 years agoPick hardcoded latin1 chars definitions only if -Tlatin1
ache [Sat, 31 Jul 1999 12:00:58 +0000 (12:00 +0000)]
Pick hardcoded latin1 chars definitions only if -Tlatin1

24 years agoReserve majors for arla.
jkh [Sat, 31 Jul 1999 09:32:28 +0000 (09:32 +0000)]
Reserve majors for arla.

24 years agoCleanups to the pthread header files.
rse [Sat, 31 Jul 1999 08:36:07 +0000 (08:36 +0000)]
Cleanups to the pthread header files.

Submitted by:   Ralf S. Engelschall <rse@engelschall.com>
Reviewed by:    John Birrell <jb@cimlogic.com.au>

24 years agoMake intelligible:
grog [Sat, 31 Jul 1999 08:11:58 +0000 (08:11 +0000)]
Make intelligible:
  Describe the command formats in English.
  Add references to other programs (boot0cfg, fdisk).
  Remove some old cruft, including FUD about single-level bootstraps.
  Add example of output format.

Not-objected-to-by: msmith
rnordier

24 years agovm_page_queue_init:
alc [Sat, 31 Jul 1999 04:19:49 +0000 (04:19 +0000)]
vm_page_queue_init:
Remove the initialization of PQ_NONE's cnt and lcnt.  They aren't
used.

vm_page_insert:
Remove an unnecessary dereference.

vm_page_wire:
Remove the one and only (and thus pointless) reference
to PQ_NONE's lcnt.

24 years agoAdd parentheses for clarity.
alc [Sat, 31 Jul 1999 04:10:31 +0000 (04:10 +0000)]
Add parentheses for clarity.

Submitted by: dillon

24 years agoRemove troff formatting directive from the first line of the man page,
mpp [Sat, 31 Jul 1999 02:33:40 +0000 (02:33 +0000)]
Remove troff formatting directive from the first line of the man page,
since it is no longer needed.

Pointed out by bde before I had a chance to fix it

24 years agoAs described by the submitter:
msmith [Sat, 31 Jul 1999 01:51:58 +0000 (01:51 +0000)]
As described by the submitter:

  I did some tcpdumping the other day and noticed that GETATTR calls
  were frequently followed by an ACCESS call to the same file. The
  attached patch changes nfs_getattr to fill the access cache as a side
  effect. This is accomplished by calling ACCESS rather than
  GETATTR. This implies a modest overhead of 4 bytes in the request and
  8 bytes in the response compared to doing a vanilla GETATTR.
...
  [The patch comprises two parts] The first
  is the "real" patch, the second counts misses and hits rather than
  fills and hits. The difference is subtle but important because both
  nfs_getattr and nfs_access now fill the cache. It also changes the
  default value of nfsaccess_cache_timeout to better match the attribute
  cache. IMHO, file timestamps change much more frequently than
  protection bits.

Submitted by: Bjoern Groenvall <bg@sics.se>
Reviewed by: dillon (partially)

24 years agoDon't use at_shutdown() now that we have new_bus which lets us
mdodd [Sat, 31 Jul 1999 00:43:48 +0000 (00:43 +0000)]
Don't use at_shutdown() now that we have new_bus which lets us
specify a DEVICE_SHUTDOWN method instead.

Reviewed by: me, since nobody else seems to run this hardware in -CURRENT

24 years agoWhen listing the installed packages, do it in alphabetical order.
jdp [Fri, 30 Jul 1999 23:14:15 +0000 (23:14 +0000)]
When listing the installed packages, do it in alphabetical order.

24 years agoDocument the "skey" command in telnet(1).
nik [Fri, 30 Jul 1999 21:24:03 +0000 (21:24 +0000)]
Document the "skey" command in telnet(1).

PR:             docs/12360
Submitted by:   kjm@rins.ryukoku.ac.jp (KOJIMA Hajime)
Nagged by:      markm :-)

24 years agoDocument that writev(2) can fail with ENOBUFS.
nik [Fri, 30 Jul 1999 21:20:09 +0000 (21:20 +0000)]
Document that writev(2) can fail with ENOBUFS.

Text is a compromise based on messages from Wes Peters, Ville-Pertti
Keinonen, and Matt Dillon.

PR:             docs/10512
Submitted by:   Howard Goldstein <hgoldst@mpcs.com>

24 years agoReflect the change from the /etc/weekly to /etc/periodic/weekly/*.
nik [Fri, 30 Jul 1999 21:12:35 +0000 (21:12 +0000)]
Reflect the change from the /etc/weekly to /etc/periodic/weekly/*.

PR:             docs/12734
Submitted by:   Alexey M. Zelkin <phantom@scorpion.crimea.ua>

24 years agodhclient-lease(8) -> dhclient.leases(5)
nik [Fri, 30 Jul 1999 20:52:26 +0000 (20:52 +0000)]
dhclient-lease(8) -> dhclient.leases(5)

PR:             docs/12619
Submitted by:   Mikhail Teterin <mi@aldan.algebra.com>

24 years agoCorrect reference to dhclient.conf(5) (was dhclient.conf(8)), as pointed
nik [Fri, 30 Jul 1999 20:51:19 +0000 (20:51 +0000)]
Correct reference to dhclient.conf(5) (was dhclient.conf(8)), as pointed
out in the PR.  Correct typo on the same line, which was not pointed
out by the PR.

PR:             docs/12619
Submitted by:   Mikhail Teterin <mi@aldan.algebra.com>

24 years agoAdd -S to nroff and troff invocations of man.
imp [Fri, 30 Jul 1999 19:35:56 +0000 (19:35 +0000)]
Add -S to nroff and troff invocations of man.

24 years agoReenable use of the APMIO_BIOS ioctl for now.
msmith [Fri, 30 Jul 1999 19:35:21 +0000 (19:35 +0000)]
Reenable use of the APMIO_BIOS ioctl for now.

24 years agoReenable the APMIO_BIOS ioctl and translate arguments into the new format
msmith [Fri, 30 Jul 1999 19:35:03 +0000 (19:35 +0000)]
Reenable the APMIO_BIOS ioctl and translate arguments into the new format
(which is more like the old than I thought).

Requested-by: imp

24 years agoMake direct calls to nroff work again. Rev 1.5 of contrib/gnu/nroff/nroff.sh
mpp [Fri, 30 Jul 1999 19:15:16 +0000 (19:15 +0000)]
Make direct calls to nroff work again.  Rev 1.5 of contrib/gnu/nroff/nroff.sh
broke nroff because it added the '-S' option to the troff call, which
requires that the tmac.safer macro package be installed.

Since 90% of our *roff calls are probably generated by man(1), and
man(1) calls groff directly, I'm not really sure what rev 1.5 of nroff.sh
was trying to fix, but at least now nroff works again.

Broken by: imp

24 years agoIf "YYPARSE_PARAM" is defined, we need a different prototype for yyparse().
obrien [Fri, 30 Jul 1999 17:23:44 +0000 (17:23 +0000)]
If "YYPARSE_PARAM" is defined, we need a different prototype for yyparse().

PR: gnu/12868
Submitted by: Vadim Chekan <vadim@gc.lviv.ua>
Obtained from: bison-1.26a (identical change was made there)

24 years agoSense $LANG only if $LC_CTYPE is not set
ache [Fri, 30 Jul 1999 16:34:06 +0000 (16:34 +0000)]
Sense $LANG only if $LC_CTYPE is not set

24 years agoErk, more APMIO_BIOS stuff I missed. Temporarily disable the resume timer
msmith [Fri, 30 Jul 1999 16:15:11 +0000 (16:15 +0000)]
Erk, more APMIO_BIOS stuff I missed.  Temporarily disable the resume timer
support until I can implement it as an ioctl proper.

Submitted by: N.Dudorov <nnd@mail.nsk.ru>

24 years agoRevert the past 3 commits to what should have been the rev 1.18 -> rev 1.19
obrien [Fri, 30 Jul 1999 15:05:32 +0000 (15:05 +0000)]
Revert the past 3 commits to what should have been the rev 1.18 -> rev 1.19
change.  (doesn't anybody read commit logs and look at the diffs?)

24 years agoHyphens are not legal characters in a C identifier.
des [Fri, 30 Jul 1999 14:52:23 +0000 (14:52 +0000)]
Hyphens are not legal characters in a C identifier.

Broken by: hoek

24 years agoConvert a table of function keys into mdoc format so that they
mpp [Fri, 30 Jul 1999 14:12:12 +0000 (14:12 +0000)]
Convert a table of function keys into mdoc format so that they
format properly.  Previously the table came out all garbled up.

24 years agoRestore the pre-new_bus behavior of printing out the reserved resources
mdodd [Fri, 30 Jul 1999 13:54:00 +0000 (13:54 +0000)]
Restore the pre-new_bus behavior of printing out the reserved resources
during device announcement. (irq, ioport, maddr)

Reviewed by: dfr, peter

24 years agoPrevious commit also removed some 'const' qualifiers on args for
newton [Fri, 30 Jul 1999 13:44:43 +0000 (13:44 +0000)]
Previous commit also removed some 'const' qualifiers on args for
svr4_sys_sendto() which probably shouldn't have been 'const'.

24 years agoPrevious commit also finished cleaning up some dev_t -> udev_t transformations
newton [Fri, 30 Jul 1999 13:42:56 +0000 (13:42 +0000)]
Previous commit also finished cleaning up some dev_t -> udev_t transformations
related to the commit for rev 1.3 of svr4_stat.c.
svr4_sysvec.c also received a copyright message (which is why it grew by
28 lines).

24 years agoFix svr4_sys_poll(); SysV STREAMS produce return values from poll() which
newton [Fri, 30 Jul 1999 13:12:26 +0000 (13:12 +0000)]
Fix svr4_sys_poll();  SysV STREAMS produce return values from poll() which
BSD sockets don't.  Guess at a correct emulation for those values (it seems
to work for telnet, ftp and friends)

24 years agoEven better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[]
hoek [Fri, 30 Jul 1999 13:04:19 +0000 (13:04 +0000)]
Even better fix for last commit: rename rcsid[] to _yacc-parser_rcsid[]
(one always gets these ideas just after the commit).

24 years agoFix some typos.
mpp [Fri, 30 Jul 1999 12:59:13 +0000 (12:59 +0000)]
Fix some typos.

24 years agoDon't output rcsid into the output parser. It may have already been
hoek [Fri, 30 Jul 1999 12:53:21 +0000 (12:53 +0000)]
Don't output rcsid into the output parser.  It may have already been
defined in an input file such as src/bin/sh/arith.y.  #if 0 it out.  I did
not add $Id$ back into the comment header (as removed from last commit).

24 years agoUse the .At macro to reference versions of AT&T UNIX.
mpp [Fri, 30 Jul 1999 12:52:21 +0000 (12:52 +0000)]
Use the .At macro to reference versions of AT&T UNIX.

24 years agoInitial checkin
newton [Fri, 30 Jul 1999 12:50:48 +0000 (12:50 +0000)]
Initial checkin

24 years agoAdd $Id$ tags.
newton [Fri, 30 Jul 1999 12:47:17 +0000 (12:47 +0000)]
Add $Id$ tags.
Clean-up some unused (or to-be-used) variables in svr4_getcontext()

24 years agoClarify use of the 'streams' pseudo-device (i.e.: static or kld).
newton [Fri, 30 Jul 1999 12:46:16 +0000 (12:46 +0000)]
Clarify use of the 'streams' pseudo-device (i.e.: static or kld).
Trust me, this stuff will be in a real manpage before 4.0 ships :-)

24 years agoAdd $Id$ tags
newton [Fri, 30 Jul 1999 12:45:21 +0000 (12:45 +0000)]
Add $Id$ tags

24 years agoUse the .At macro when referencing versions of AT&T UNIX.
mpp [Fri, 30 Jul 1999 12:45:20 +0000 (12:45 +0000)]
Use the .At macro when referencing versions of AT&T UNIX.

Note: you need to install the current groff tmac macros for these
man pages to format correctly.  Specifically, rev 1.21 of
contrib_groff/tmac/doc-syms in -current, or rev 1.17.24 for 3.2-stable

24 years agoHmm - How did *that* get in there?
newton [Fri, 30 Jul 1999 12:44:49 +0000 (12:44 +0000)]
Hmm - How did *that* get in there?

24 years agoFix panic caused when *stat64() family of syscalls try to fill-in
newton [Fri, 30 Jul 1999 12:43:30 +0000 (12:43 +0000)]
Fix panic caused when *stat64() family of syscalls try to fill-in
their svr4_stat64 structures with old dev_t values instead of udev_t's.
Panic was caused when major() and minor() were called with args which
weren't pointers.  The panic was probably introduced in rev 1.51 of
kern_conf.c

24 years agoEliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messages
newton [Fri, 30 Jul 1999 12:39:49 +0000 (12:39 +0000)]
Eliminate 'WARNING: "streams" is usurping "streams"'s cdevsw[]' messages
at boot

24 years agoTeach the .At macro about releases v2, v3, v4, and v5 of AT&T UNIX.
mpp [Fri, 30 Jul 1999 12:33:26 +0000 (12:33 +0000)]
Teach the .At macro about releases v2, v3, v4, and v5 of AT&T UNIX.

24 years agoSync with sys/i386/isa/clock.c revision up to 1.142.
kato [Fri, 30 Jul 1999 11:43:10 +0000 (11:43 +0000)]
Sync with sys/i386/isa/clock.c revision up to 1.142.

24 years agoSync with sys/i386/i386/machdep.c revision 1.357.
kato [Fri, 30 Jul 1999 11:42:05 +0000 (11:42 +0000)]
Sync with sys/i386/i386/machdep.c revision 1.357.

24 years agoRemoved apm_setup.s.
kato [Fri, 30 Jul 1999 11:40:55 +0000 (11:40 +0000)]
Removed apm_setup.s.

24 years agoDocument the getdents(2) system call. The documentation was
mpp [Fri, 30 Jul 1999 11:32:08 +0000 (11:32 +0000)]
Document the getdents(2) system call.  The documentation was
added to the getdirentries(2) man page because 95%+ of that
man page comprised the text of the getdents(2) man page
I obtained from NetBSD.

24 years agoFix a number of typos.
mpp [Fri, 30 Jul 1999 10:24:57 +0000 (10:24 +0000)]
Fix a number of typos.

24 years agoDocument the lchmod(2) system call.
mpp [Fri, 30 Jul 1999 10:08:21 +0000 (10:08 +0000)]
Document the lchmod(2) system call.

Pointed-out-by: bde
24 years agoAdd a manual page for getdents(2). This was taken from NetBSD, but
mpp [Fri, 30 Jul 1999 09:26:50 +0000 (09:26 +0000)]
Add a manual page for getdents(2).  This was taken from NetBSD, but
still needs some cleanup which is why it hasn't been added to the
Makefile yet.

Obtained from: NetBSD
Pointed-out-by: bde
24 years agoDocument the lutimes() and futimes() system calls.
mpp [Fri, 30 Jul 1999 09:01:45 +0000 (09:01 +0000)]
Document the lutimes() and futimes() system calls.

PR: kern/11213
Obtained from: NetBSD w/some minor changes by me

24 years agoRemove all vestiges of APMIO_BIOS
msmith [Fri, 30 Jul 1999 08:24:23 +0000 (08:24 +0000)]
Remove all vestiges of APMIO_BIOS

Submitted by: N. Dudorov <nnd@mail.nsk.ru>

24 years agoMdoc cleanup.
mpp [Fri, 30 Jul 1999 07:45:40 +0000 (07:45 +0000)]
Mdoc cleanup.

24 years agoShow dirty buffers and the percentage of time a disk was busy.
des [Fri, 30 Jul 1999 07:44:25 +0000 (07:44 +0000)]
Show dirty buffers and the percentage of time a disk was busy.

PR: 12858
Submitted by: Arjan de Vet <Arjan.deVet@adv.iae.nl>

24 years agoOnly output `rcsid' (set to our Id string) into the resulting parser file.
obrien [Fri, 30 Jul 1999 06:40:00 +0000 (06:40 +0000)]
Only output `rcsid' (set to our Id string) into the resulting parser file.
Don't output `sccsid' (set to an anchient UCB Id string) into the parser file.

Submitted by: bde

24 years agoForce safer mode of operation for man's use of *roff.
imp [Fri, 30 Jul 1999 05:20:17 +0000 (05:20 +0000)]
Force safer mode of operation for man's use of *roff.

Obtained from: OpenBSD's nroff.sh 1.2 by aaron@openbsd.org

24 years agoClose PR #12651: the hash calculation routine has changed in other
wpaul [Fri, 30 Jul 1999 04:51:35 +0000 (04:51 +0000)]
Close PR #12651: the hash calculation routine has changed in other
parts of the kernel but was not updated in nfs_readdirplusrpc().

24 years agoFix two bugs in nfs_readdirplus(). The first is that in some cases,
wpaul [Fri, 30 Jul 1999 04:02:04 +0000 (04:02 +0000)]
Fix two bugs in nfs_readdirplus(). The first is that in some cases,
vnodes are locked and never unlocked, which leads to processes starting
to wedge up after doing a mount -o nfsv3,tcp,rdirplus foo:/fs /fs; ls /fs.
The second is that sometimes cnp is accessed without having been
properly initialized: cnp->cn_nameptr points to an earlier name while
"len" contains the length of a current name of different size. This
leads to an attempt to dereference *(cn->cn_nameptr + len) which will
sometimes cause a page fault and a panic.

With these two fixes, client side readdirplus works correctly with
FreeBSD, IRIX 6.5.4 and Solaris 2.5.1 and 2.6 servers.

Submitted by: Matthew Dillon <dillon@backplane.com>

24 years agoFix improper mmap length paramater which can result in improper behavior
green [Thu, 29 Jul 1999 23:26:22 +0000 (23:26 +0000)]
Fix improper mmap length paramater which can result in improper behavior
or cmp crashing in specific cases.

24 years agoFix install target (install loader.exe, not loader).
se [Thu, 29 Jul 1999 22:22:38 +0000 (22:22 +0000)]
Fix install target (install loader.exe, not loader).

24 years agoCorrect the sanity test length calculation in nfsrv_readdirplus(): len is
wpaul [Thu, 29 Jul 1999 21:42:57 +0000 (21:42 +0000)]
Correct the sanity test length calculation in nfsrv_readdirplus(): len is
being incremented by 4 bytes too few each time through the loop, which
allows more data into the mbuf chain that we really want. In the worst
case, when we're using 32K read/write sizes with a TCP client, this causes
readdirplus replies to sometimes exceed NFS_MAXPACKET which leads to a
panic. This problem cropped up for me using an IRIX 6.5.4 NFSv3 TCP client
with 32K read/write sizes, however supposedly it can be triggered by
WinNT NFS servers too. In theory, it can probably be triggered by any
NFS v3 implementation using TCP as long as it's using the maxiumum block
size.

Reviewed by: Matthew Dillon <dillon@backplane.com>

24 years agoAdd the 'Swiss' font, which refers to the name of the font, not the locale.
billf [Thu, 29 Jul 1999 21:15:10 +0000 (21:15 +0000)]
Add the 'Swiss' font, which refers to the name of the font, not the locale.

Apologies To: Dan Nelson <dan@emsphone.com>

24 years agowe only need to declare i if we are building for the alpha.
billf [Thu, 29 Jul 1999 21:12:54 +0000 (21:12 +0000)]
we only need to declare i if we are building for the alpha.

24 years agoFix an unbelievably stupid typo that cases as500 & as600 machines booted
gallatin [Thu, 29 Jul 1999 19:09:38 +0000 (19:09 +0000)]
Fix an unbelievably stupid typo that cases as500 & as600 machines booted
with a graphics head to panic on boot

24 years agoAdd an example for folks who can never remember how to generate a
sheldonh [Thu, 29 Jul 1999 18:57:39 +0000 (18:57 +0000)]
Add an example for folks who can never remember how to generate a
recursive diff for use with send-pr(1).

PR: 12440
Requested by: David Kelly <dkelly@hiwaay.net>

24 years agoFormatting-only cleanup accidentally omitted from the patch merge in the
msmith [Thu, 29 Jul 1999 18:47:39 +0000 (18:47 +0000)]
Formatting-only cleanup accidentally omitted from the patch merge in the
previous major update.  Bring new code into style alignment with the
existing code.  No functional changes.

24 years agoNo more apm_errno. It breaks the build with APM_DEBUG,
iwasaki [Thu, 29 Jul 1999 18:15:33 +0000 (18:15 +0000)]
No more apm_errno.  It breaks the build with APM_DEBUG,
uses (sc->bios.r.eax >> 8) & 0xff instead.

24 years agolutimes() bug: FOLLOW should be NOFOLLOW for this one.
green [Thu, 29 Jul 1999 17:02:56 +0000 (17:02 +0000)]
lutimes() bug: FOLLOW should be NOFOLLOW for this one.

Submitted by: Dan Nelson <dnelson@emsphone.com>

24 years agoOn an AS 600 5/266 (and possibly others), accessing the configuration
gallatin [Thu, 29 Jul 1999 16:44:22 +0000 (16:44 +0000)]
On an AS 600 5/266 (and possibly others), accessing the configuration
space of PCI devices that don't exist cause PCI master & target aborts
rather than returning ~0 or giving a machine check.  Bring in some code
from NetBSD to handle this properly.

obtained from: NetBSD
reviewed by: dfr

24 years agoAllow comments and blank lines as advertised in passwd(5).
sheldonh [Thu, 29 Jul 1999 16:30:35 +0000 (16:30 +0000)]
Allow comments and blank lines as advertised in passwd(5).

PR: 12828
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>

24 years agoA stupid nit, change freebsd to FreeBSD.
billf [Thu, 29 Jul 1999 15:05:16 +0000 (15:05 +0000)]
A stupid nit, change freebsd to FreeBSD.

24 years agoMention which rfc the DNS/NBNS IPCP extensions come from.
brian [Thu, 29 Jul 1999 14:37:26 +0000 (14:37 +0000)]
Mention which rfc the DNS/NBNS IPCP extensions come from.

24 years agoRevert rev 1.149. Bruce convinced me that the problem already disappeared
joerg [Thu, 29 Jul 1999 11:27:33 +0000 (11:27 +0000)]
Revert rev 1.149.  Bruce convinced me that the problem already disappeared
by the fix in rev 1.120, which i wasn't immediately aware of.

24 years agoFollow the directions in the comments and add our Id string to the output
obrien [Thu, 29 Jul 1999 09:59:06 +0000 (09:59 +0000)]
Follow the directions in the comments and add our Id string to the output
file.

24 years agoGo back to using Bison for now, due to `make world' breakage.
obrien [Thu, 29 Jul 1999 09:49:29 +0000 (09:49 +0000)]
Go back to using Bison for now, due to `make world' breakage.

BTW, if our src/contrib/bison is upgraded from 1.25 to the current 1.27
offering, the build breaks exactly the same way....

24 years agoCheck that user supplied the required argument; and if not, show usage().
obrien [Thu, 29 Jul 1999 09:47:33 +0000 (09:47 +0000)]
Check that user supplied the required argument; and if not, show usage().

Obtained from: OpenBSD

24 years ago* Don't assume realloc() can take NULL as first arg. Yacc needs to
obrien [Thu, 29 Jul 1999 09:42:14 +0000 (09:42 +0000)]
* Don't assume realloc() can take NULL as first arg.  Yacc needs to
  generate portable code...
* Correctly define yyparse() (ie, K&R vs. C++/ANSI-C)

Obtained from: OpenBSD revs 1.5 & 1.10

24 years agoBy popular request: Bill Paul's undying words.
des [Thu, 29 Jul 1999 08:48:44 +0000 (08:48 +0000)]
By popular request: Bill Paul's undying words.

24 years agoYYRECOVERING(), not YYRECOVERING.
obrien [Thu, 29 Jul 1999 08:47:30 +0000 (08:47 +0000)]
YYRECOVERING(), not YYRECOVERING.

Obtained from: OpenBSD rev 1.8 (approved by Robert Corbett)

24 years agoAdd support for Bison's "%expect <int>" directive.
obrien [Thu, 29 Jul 1999 08:42:21 +0000 (08:42 +0000)]
Add support for Bison's "%expect <int>" directive.

I originally coded this myself, and now I realize {Net,Open}BSD had already
coded this.  I have tossed my version to reduce diffs between the projects.

Obtained from: OpenBSD 2.5

24 years agoGBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.
peter [Thu, 29 Jul 1999 08:33:00 +0000 (08:33 +0000)]
GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.

24 years agoRemoved references to a nonexistent variable. This fixes building kernels
bde [Thu, 29 Jul 1999 07:14:28 +0000 (07:14 +0000)]
Removed references to a nonexistent variable.  This fixes building kernels
without -O.