]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
23 years agoFold groups(1) and whoami(1) into id(1).
ru [Fri, 14 Sep 2001 14:04:08 +0000 (14:04 +0000)]
Fold groups(1) and whoami(1) into id(1).

23 years agoSimplify f_Xtime().
ru [Fri, 14 Sep 2001 13:42:26 +0000 (13:42 +0000)]
Simplify f_Xtime().

23 years agoBloat find(1) even more, and introduce the concept
ru [Fri, 14 Sep 2001 12:47:13 +0000 (12:47 +0000)]
Bloat find(1) even more, and introduce the concept
of time units to be used with -[acm]time primaries.

Based on patch from Nils M Holm <nmh@t3x.org>.

PR: bin/29165, bin/30309

23 years agoPlace CPU_UPGRADE_HW_CACHE in the right section.
asmodai [Fri, 14 Sep 2001 12:32:04 +0000 (12:32 +0000)]
Place CPU_UPGRADE_HW_CACHE in the right section.

23 years agoRemove pointer to ftp.freesoftware.com.
asmodai [Fri, 14 Sep 2001 12:22:30 +0000 (12:22 +0000)]
Remove pointer to ftp.freesoftware.com.

23 years agoHandle the absence of net.inet6.ip6.fw.verbose_limit better
brian [Fri, 14 Sep 2001 11:18:06 +0000 (11:18 +0000)]
Handle the absence of net.inet6.ip6.fw.verbose_limit better

23 years agoUpdate this to compile on the Alpha.
peter [Fri, 14 Sep 2001 11:08:44 +0000 (11:08 +0000)]
Update this to compile on the Alpha.

23 years agoSet BINOWN=root explicitly for setuid root binaries.
ru [Fri, 14 Sep 2001 11:03:34 +0000 (11:03 +0000)]
Set BINOWN=root explicitly for setuid root binaries.

23 years agoFor old gcc/gcc-based compilers and non gcc compilers make sure to
asmodai [Fri, 14 Sep 2001 11:01:09 +0000 (11:01 +0000)]
For old gcc/gcc-based compilers and non gcc compilers make sure to
hide the __attribute__ gcc keyword.

Reviewed and helped by: peter

23 years agostyle(9) correct #define's followed by a space to be followed by a tab
asmodai [Fri, 14 Sep 2001 10:50:11 +0000 (10:50 +0000)]
style(9) correct #define's followed by a space to be followed by a tab
instead.

MFC after: 2 weeks

23 years agoSet thread0->td_pcb, this is probably why jake was getting a null deref.
peter [Fri, 14 Sep 2001 09:41:26 +0000 (09:41 +0000)]
Set thread0->td_pcb, this is probably why jake was getting a null deref.

23 years agoIncrease disk space estimate for installing the ports collection from
murray [Fri, 14 Sep 2001 08:51:17 +0000 (08:51 +0000)]
Increase disk space estimate for installing the ports collection from
70MB to 100MB.

Submitted by: rpratt

23 years agoWhitespace change only. Use the same indention level throughout this
murray [Fri, 14 Sep 2001 08:39:22 +0000 (08:39 +0000)]
Whitespace change only.  Use the same indention level throughout this
file and add a blank line after variable declarations.

Submitted by: jhb

23 years agoPlug in ELF backend.
dfr [Fri, 14 Sep 2001 08:28:17 +0000 (08:28 +0000)]
Plug in ELF backend.

23 years agoAdd ELF backend to the build.
dfr [Fri, 14 Sep 2001 08:27:49 +0000 (08:27 +0000)]
Add ELF backend to the build.

23 years agoMake this do the right thing (mostly). We should still reserve the pages
dfr [Fri, 14 Sep 2001 08:26:00 +0000 (08:26 +0000)]
Make this do the right thing (mostly). We should still reserve the pages
that the kernel loads into using the EFI AllocatePages call.

23 years agoFix off by one error introduced by the use of the ifnet_byindex()
marcel [Fri, 14 Sep 2001 08:04:25 +0000 (08:04 +0000)]
Fix off by one error introduced by the use of the ifnet_byindex()
macro. The commit log clearly states that the index given to the
macro is one higher than previously used to index the array. This
wasn't represented in the code and resulted in kernel page faults.

Reported by: Andrew Atrens <atrens@nortelnetworks.com>

23 years agoBump version to 500023 to reflect massive changes necessary for the
imp [Fri, 14 Sep 2001 05:24:50 +0000 (05:24 +0000)]
Bump version to 500023 to reflect massive changes necessary for the
KSE Milestone 2 commit.

23 years agoMerge sys/isa/sio.c 1.343
imp [Fri, 14 Sep 2001 05:05:08 +0000 (05:05 +0000)]
Merge sys/isa/sio.c 1.343
KSE changes

Reviewed by: julian, bde, jhb

23 years agoMerge from sys/dev/syscons/syscons.c 1.373
imp [Fri, 14 Sep 2001 05:02:12 +0000 (05:02 +0000)]
Merge from sys/dev/syscons/syscons.c 1.373
kse changes

# Note: There are a number of trivial and non-trivial diffs between this and
# sys/dev/syscons/syscons.c that I didn't try to account for.

Reviewed by: julian, bde, jhb

23 years agoMerge from sys/i386/isa/sprk.c 1.50, 1.51
imp [Fri, 14 Sep 2001 04:58:30 +0000 (04:58 +0000)]
Merge from sys/i386/isa/sprk.c 1.50, 1.51
KSE changes and acpi attachment

Reviewed by: julian, bde, jhb

23 years agoMerge KSE changes from sys/dev/syscons/scterm-sc.c 1.17
imp [Fri, 14 Sep 2001 04:54:38 +0000 (04:54 +0000)]
Merge KSE changes from sys/dev/syscons/scterm-sc.c 1.17

# there are more "trivial" diffs in this file that have accumulated over time
# and I didn't try to fix those.

Reviewed by: julian, bde, jhb

23 years agoKSE changes for olpt driver
imp [Fri, 14 Sep 2001 04:50:27 +0000 (04:50 +0000)]
KSE changes for olpt driver

Reviewed by: julian, bde, jhb

23 years agoMerged sys/i386/isa/npx.c 1.110, 1.111, 1.112 KSE
imp [Fri, 14 Sep 2001 04:46:57 +0000 (04:46 +0000)]
Merged sys/i386/isa/npx.c 1.110, 1.111, 1.112 KSE

Reviewed by: julian, bde, jhb

23 years agos/thread'/thread's/
imp [Fri, 14 Sep 2001 04:40:44 +0000 (04:40 +0000)]
s/thread'/thread's/

23 years agoChanges necessary for KSE world
imp [Fri, 14 Sep 2001 04:35:50 +0000 (04:35 +0000)]
Changes necessary for KSE world

Reivewed by: julian, bde, jhb

23 years agoMerge changes from sys/i386/isa/mse.c 1.56 and other tweaks for KSE
imp [Fri, 14 Sep 2001 04:34:54 +0000 (04:34 +0000)]
Merge changes from sys/i386/isa/mse.c 1.56 and other tweaks for KSE

Reviewed by: julian, kde, jhb

23 years agoThe Books and Articles section was very choppy due to its cut-and-paste
bmah [Fri, 14 Sep 2001 04:33:37 +0000 (04:33 +0000)]
The Books and Articles section was very choppy due to its cut-and-paste
origins and prior edits.  Polish it.

23 years agoMerge from sys/isa/fd.c 1.221 and a few minor tweaks to make compile
imp [Fri, 14 Sep 2001 04:30:39 +0000 (04:30 +0000)]
Merge from sys/isa/fd.c 1.221 and a few minor tweaks to make compile
with the post KSE world.

Reviewed by: julian, bde, jhb

23 years agoMerge from sys/i386/i386/machdep.c 1.480 (Julian's KSE changes)
imp [Fri, 14 Sep 2001 04:27:42 +0000 (04:27 +0000)]
Merge from sys/i386/i386/machdep.c 1.480 (Julian's KSE changes)

Reviewed by: julian, bde, jhb

23 years agoRe-apply rev 1.178 -- style(9) the structure definitions.
obrien [Thu, 13 Sep 2001 22:52:42 +0000 (22:52 +0000)]
Re-apply rev 1.178 -- style(9) the structure definitions.
I have to wonder how many other changes were lost in the KSE mildstone 2 merge.

23 years agoFix locking on td_flags for TDF_DEADLKTREAT. If the comments in the code
jhb [Thu, 13 Sep 2001 22:33:37 +0000 (22:33 +0000)]
Fix locking on td_flags for TDF_DEADLKTREAT.  If the comments in the code
are true that curthread can change during this function, then this flag
needs to become a KSE flag, not a thread flag.

23 years agoAdjust some locking comments.
jhb [Thu, 13 Sep 2001 22:29:23 +0000 (22:29 +0000)]
Adjust some locking comments.

23 years agoFix typo.
julian [Thu, 13 Sep 2001 22:02:48 +0000 (22:02 +0000)]
Fix typo.
noticed by: jhb

23 years agofix typo
julian [Thu, 13 Sep 2001 21:59:40 +0000 (21:59 +0000)]
fix typo
pointed out by: jhb

23 years agoshift a few flags around.. (physically, not logically)
julian [Thu, 13 Sep 2001 21:55:15 +0000 (21:55 +0000)]
shift a few flags around.. (physically, not logically)

23 years agofix savecore so that it works on the alpha after the size change
gallatin [Thu, 13 Sep 2001 21:19:13 +0000 (21:19 +0000)]
fix savecore so that it works on the alpha after the size change
of dumpmag from an int to a u_long in rev 1.41 -- without this
change, savecore will always fail like this:

#savecore -v /var/crash
dumplo = 874356736 (1707728 * 512)
savecore: magic number mismatch (8fca0101 != 8fca0101)
savecore: no core dump

23 years agoPR: kern/29698 (part)
mr [Thu, 13 Sep 2001 21:06:41 +0000 (21:06 +0000)]
PR: kern/29698 (part)
Reviewed by: audit
Implement SEM_STAT (like IPC_STAT but treats semid as sema-index).
The linuxerator will need it.

23 years agoPR: kern/29698 (part)
mr [Thu, 13 Sep 2001 20:20:09 +0000 (20:20 +0000)]
PR: kern/29698 (part)
Reviewed by: audit
Add tunables for the sem* and shm* syscontrols for tuning on boottime
until they become dynamic.
SAP R/3 doesn't like the compiled in defaults.

23 years agoClean up, WARNSify, unbreak -v option handling.
ru [Thu, 13 Sep 2001 14:55:59 +0000 (14:55 +0000)]
Clean up, WARNSify, unbreak -v option handling.

23 years agoNow that we have it, replace `afterinstall' target with SCRIPTS.
ru [Thu, 13 Sep 2001 14:26:31 +0000 (14:26 +0000)]
Now that we have it, replace `afterinstall' target with SCRIPTS.

23 years agoUpdate code which creates bootinfo.
dfr [Thu, 13 Sep 2001 12:49:02 +0000 (12:49 +0000)]
Update code which creates bootinfo.

23 years ago* Enable dynamically linked kernel. This involves adding a self-relocator
dfr [Thu, 13 Sep 2001 12:39:15 +0000 (12:39 +0000)]
* Enable dynamically linked kernel. This involves adding a self-relocator
  to locore to process the @fptr relocations in the dynamic executable.
* Don't initialise the timer until *after* we install the timecounter to
  avoid a race between timecounter initialisation and hardclock.
* Tidy up bootinfo somewhat including adding sanity checks for when the
  kernel is loaded without a recognisable bootinfo.

23 years agosigpause() -> sigsuspend()
brian [Thu, 13 Sep 2001 10:03:30 +0000 (10:03 +0000)]
sigpause() -> sigsuspend()
sigblock() -> sigprocmask()

23 years agoCorrect alignment issues
brian [Thu, 13 Sep 2001 10:03:20 +0000 (10:03 +0000)]
Correct alignment issues

Obtained from: OpenBSD

23 years agoAdd a strcasecmp() call I forgot in my hurry to commit the previous fix.
des [Thu, 13 Sep 2001 09:40:35 +0000 (09:40 +0000)]
Add a strcasecmp() call I forgot in my hurry to commit the previous fix.
Without this call, the hostname check would in some cases yield false
positives.

Pointed out by: ru

23 years agoSpell syslog.conf correctly
brian [Thu, 13 Sep 2001 09:06:51 +0000 (09:06 +0000)]
Spell syslog.conf correctly

Submitted by: Tony Finch <dot@dotat.at>
PR: 30545

23 years agoAdd ext2fs module
mr [Thu, 13 Sep 2001 08:27:23 +0000 (08:27 +0000)]
Add ext2fs module

23 years ago<jkh> "Hey Rocky, watch me eject this pccard outta my laptop!" "What,
imp [Thu, 13 Sep 2001 08:26:55 +0000 (08:26 +0000)]
<jkh> "Hey Rocky, watch me eject this pccard outta my laptop!"  "What,
again?  That NEVER works!"  "This time for sure!"

Minor overhaul of how we do interrupts for the pci interrupt routing
case to cope with card ejection better (read: make it not hand on so
many cards):
o Reintroduce func_intr and func_arg and use the to store the
  interrupt handler to call.
o Create a pcic_pci_func_intr to call the real interrupt handler
  iff the card hasn't been ejected.
o Remove some checks in pcic_setup_intr now that it is used
  exclusively for isa routed interrupts.
o Defer the eject event until later too, but make sure we can't
  do any client driver ISR calling in the interrum.
o Add some simple code to make sure that we don't attach more
  than one child.  This should fix pccardd starting twice
  problem (ala single user -> multi-user when you started pccardd
  by hand in SU).

MFC: after jkh thinks I've put the crack pipe away.

23 years agoFixed the BINGRP handling mess.
ru [Thu, 13 Sep 2001 07:20:51 +0000 (07:20 +0000)]
Fixed the BINGRP handling mess.

EXEGRP and EXEMODE are used to install DOS (EXE format) binaries.
doscmd(1) can optionally be installed as ``setgid kmem''.
Hence the assignment operator for EXEGRP.

PR: bin/30538

23 years agoDon't override BINGRP -- this binary is not ``setgid bin''.
ru [Thu, 13 Sep 2001 06:52:42 +0000 (06:52 +0000)]
Don't override BINGRP -- this binary is not ``setgid bin''.

PR: bin/30538
Submitted by: Tony Finch <dot@dotat.at>

23 years agoThe previous commit appeared to just shove the bug under the carpet rather
des [Thu, 13 Sep 2001 06:48:41 +0000 (06:48 +0000)]
The previous commit appeared to just shove the bug under the carpet rather
than really solve it.  This approach (inspired by Ruslan's patch) solves
the real problem by stripping the local domain off the host name in the
config line structure.

Also mark a bunch of code sections that either do not check the return value
of a strdup(), malloc() or calloc() call, or do not properly handle a NULL
return.

23 years agoSet BINOWN=root explicitly for setuid root binaries.
ru [Thu, 13 Sep 2001 06:48:18 +0000 (06:48 +0000)]
Set BINOWN=root explicitly for setuid root binaries.

This is not "useless", as one may have non-default
setting for BINOWN in make.conf, and we still want
these to be installed setuid root in this case.

23 years ago'make release' should install docproj ports with BATCH=yes so that your
murray [Thu, 13 Sep 2001 06:44:36 +0000 (06:44 +0000)]
'make release' should install docproj ports with BATCH=yes so that your
release builds don't stop in the middle of the night asking for user
input about which Ghostscript drivers to install.

23 years agoDue to a bug in the ed driver, which leads to hangs when using it with
imp [Thu, 13 Sep 2001 06:18:07 +0000 (06:18 +0000)]
Due to a bug in the ed driver, which leads to hangs when using it with
dhclient and pccard_ether, introduce the concept of a "settle time" to
pccard_ether with the new pccard_ether_delay variable.  Defaults to 5
seconds, which is enough time for the ed driver to finish its
autoconfiguration for newer Linksys based cards.  This also can
eliminate the ed0: timeout messages that happen at startup as well.

MFC: after RE says OK.

23 years agoFix logging from remote hosts, which has been broken since (at least) revision
des [Thu, 13 Sep 2001 05:09:14 +0000 (05:09 +0000)]
Fix logging from remote hosts, which has been broken since (at least) revision
1.64, i.e. July of last year.  Also fix a minor style bug in the same code.

PR: bin/28634
Pointy hat to: dwmalone
Pointed out by: my buggy DSL router's remote logging facility

23 years agoEven better compatibility with 4.x. #define thread proc, since for
imp [Thu, 13 Sep 2001 03:08:19 +0000 (03:08 +0000)]
Even better compatibility with 4.x.  #define thread proc, since for
this file, that's a reasonable workaround.  Also, include sys/proc.h
for 4.x.

23 years agoBetter way to do compatibility between the two versions.
imp [Thu, 13 Sep 2001 02:12:14 +0000 (02:12 +0000)]
Better way to do compatibility between the two versions.

23 years agoFix KSE breakage to this file:
imp [Thu, 13 Sep 2001 01:55:23 +0000 (01:55 +0000)]
Fix KSE breakage to this file:
Make it compile again on 4.x.

23 years agoRestore these files to being portable:
jhb [Wed, 12 Sep 2001 23:39:36 +0000 (23:39 +0000)]
Restore these files to being portable:
- Use some simple #define's at the top of the files for proc -> thread
  changes instead of having lots of needless #ifdef's in the code.
- Don't try to use struct thread in !FreeBSD code.
- Don't use a few struct lwp's in some of the NetBSD code since it isn't
  in their HEAD.
The new diff relative to before KSE is now signficantly smaller and easier
to maintain.

23 years ago- Whitespace fixes.
jhb [Wed, 12 Sep 2001 22:32:03 +0000 (22:32 +0000)]
- Whitespace fixes.
- Fix an old bug: p_comm is an array not a pointer, so it can't be NULL.`

23 years agoWhitespace fix.
jhb [Wed, 12 Sep 2001 22:16:18 +0000 (22:16 +0000)]
Whitespace fix.

23 years agoIPFilter munges multicast address packets on the loopback interface.
darrenr [Wed, 12 Sep 2001 22:06:36 +0000 (22:06 +0000)]
IPFilter munges multicast address packets on the loopback interface.

Submitted by: Frank Zolf
Approved by: jkh
MFC after: 0

23 years agoWhitespace fixes.
jhb [Wed, 12 Sep 2001 22:00:06 +0000 (22:00 +0000)]
Whitespace fixes.

23 years agoAdd IPFLITER.LICENCE to the kernel (requested by rwatson)
darrenr [Wed, 12 Sep 2001 22:00:03 +0000 (22:00 +0000)]
Add IPFLITER.LICENCE to the kernel (requested by rwatson)

23 years agoStyle(9) fixes.
jhb [Wed, 12 Sep 2001 21:57:30 +0000 (21:57 +0000)]
Style(9) fixes.

23 years agoRestore style(9) fixes from commit prior to previous commit.
jhb [Wed, 12 Sep 2001 21:56:28 +0000 (21:56 +0000)]
Restore style(9) fixes from commit prior to previous commit.

23 years agoIf an incoming struct proc could have been NULL before, tehn don't
julian [Wed, 12 Sep 2001 20:26:57 +0000 (20:26 +0000)]
If an incoming struct proc could have been NULL before, tehn don't
automatically change the code to add

struct proc *p = td->td_proc;

because now 'td' is probably capable of being NULL too.
I expect to see more of this kind of error during the 'weeding'
process. It's too easy to make. (junior hacker project.. look for these :-)

Submitted by: mark Peek <mp@freebsd.org>

23 years agoReinstate complete (and now correctly functioning) WARNS=2.
markm [Wed, 12 Sep 2001 19:15:02 +0000 (19:15 +0000)]
Reinstate complete (and now correctly functioning) WARNS=2.

23 years agoTypo: s/conatains/contains/
guido [Wed, 12 Sep 2001 17:57:31 +0000 (17:57 +0000)]
Typo: s/conatains/contains/

MFC after: 1 week

23 years agoA command file for SKI which runs the loader up to the first instruction
dfr [Wed, 12 Sep 2001 15:08:49 +0000 (15:08 +0000)]
A command file for SKI which runs the loader up to the first instruction
of the loaded kernel.

23 years agoUse ${MACHINE}, it works with cross-builds.
ru [Wed, 12 Sep 2001 12:21:08 +0000 (12:21 +0000)]
Use ${MACHINE}, it works with cross-builds.

23 years agoCreate backup copies using install(1).
ru [Wed, 12 Sep 2001 10:25:50 +0000 (10:25 +0000)]
Create backup copies using install(1).

23 years agoFixed some of style bugs.
ru [Wed, 12 Sep 2001 10:04:42 +0000 (10:04 +0000)]
Fixed some of style bugs.

23 years agoKSE Milestone 2
julian [Wed, 12 Sep 2001 08:38:13 +0000 (08:38 +0000)]
KSE Milestone 2
Note ALL MODULES MUST BE RECOMPILED
make the kernel aware that there are smaller units of scheduling than the
process. (but only allow one thread per process at this time).
This is functionally equivalent to teh previousl -current except
that there is a thread associated with each process.

Sorry john! (your next MFC will be a doosie!)

Reviewed by: peter@freebsd.org, dillon@freebsd.org

X-MFC after:    ha ha ha ha

23 years agoBuild ficl on all architectures.
dfr [Wed, 12 Sep 2001 08:35:05 +0000 (08:35 +0000)]
Build ficl on all architectures.

23 years agoAdd a version of the loader which runs under SKI, the HP ia64 simulator.
dfr [Wed, 12 Sep 2001 08:34:27 +0000 (08:34 +0000)]
Add a version of the loader which runs under SKI, the HP ia64 simulator.
This loader is quite functional and can load and run kernels. The kernels
don't quite work right after loading but that should be easily fixable.

23 years agoIncrease AUTHNAME to 42 bytes for users of T-Online, which requires 41
gj [Wed, 12 Sep 2001 08:27:54 +0000 (08:27 +0000)]
Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41
bytes.

MFC after: 2 weeks

23 years agoMerged from sys/i386/i386/machdep.c revision 1.479.
kato [Wed, 12 Sep 2001 08:15:24 +0000 (08:15 +0000)]
Merged from sys/i386/i386/machdep.c revision 1.479.

23 years agoCorrect the entry for Sudetenland. It also has nothing to do with the south.
grog [Wed, 12 Sep 2001 07:22:38 +0000 (07:22 +0000)]
Correct the entry for Sudetenland.  It also has nothing to do with the south.

Corrected by: joerg
Pointy hat to: grog

23 years agoCall pcic_teardown_intr to make sure that we disestablish the
imp [Wed, 12 Sep 2001 05:57:31 +0000 (05:57 +0000)]
Call pcic_teardown_intr to make sure that we disestablish the
interrupt for the card.

This seems to fix hangs on my machine.

MFC: pending re approval.

23 years agoo Fix struct ssc_time and enable the SSC call to get the RTC.
marcel [Wed, 12 Sep 2001 03:31:26 +0000 (03:31 +0000)]
o  Fix struct ssc_time and enable the SSC call to get the RTC.
o  Print a message that the TODR is not set in sscclock_set.

23 years agoFix the kern.module_path issue that required the trailing '/' character
peter [Wed, 12 Sep 2001 00:50:23 +0000 (00:50 +0000)]
Fix the kern.module_path issue that required the trailing '/' character
on each module path component.  Fix a one-byte buffer overflow at the
same time that got highlighted in the process.

23 years agoCorrect the invasion of Südetenland. Any involvement of ducks was insignificant.
grog [Wed, 12 Sep 2001 00:13:02 +0000 (00:13 +0000)]
Correct the invasion of Südetenland.  Any involvement of ducks was insignificant.

23 years agoReplace print/ghostscript6-nox11 with print/ghostscript-gnu-nox11.
knu [Tue, 11 Sep 2001 21:34:27 +0000 (21:34 +0000)]
Replace print/ghostscript6-nox11 with print/ghostscript-gnu-nox11.

23 years agoNew release note: semop(2) buffer overflow fixed.
bmah [Tue, 11 Sep 2001 21:05:01 +0000 (21:05 +0000)]
New release note:  semop(2) buffer overflow fixed.

23 years agoReturn the *right* error codes for yes/no questions when non-interactive.
jkh [Tue, 11 Sep 2001 20:42:07 +0000 (20:42 +0000)]
Return the *right* error codes for yes/no questions when non-interactive.

Submitted by: Alan Judge <Alan.Judge@eircom.net>

23 years agoImplement the ``-f address_family'' filter for -i.
ru [Tue, 11 Sep 2001 17:14:33 +0000 (17:14 +0000)]
Implement the ``-f address_family'' filter for -i.

Prodded by: Igor Podlesny <poige@morning.ru>

23 years agoUpdate usage() to match reality.
ru [Tue, 11 Sep 2001 15:21:36 +0000 (15:21 +0000)]
Update usage() to match reality.

23 years agoDon't create missing directories; that's the duty of mtree(8).
ru [Tue, 11 Sep 2001 14:27:11 +0000 (14:27 +0000)]
Don't create missing directories; that's the duty of mtree(8).

Don't depend on chown(8) in ${INSTALLTMP}; -u/-g have been
supported since at least RELENG_4_BP.

23 years agoAdded forgotten share/zoneinfo/America/Kentucky.
ru [Tue, 11 Sep 2001 14:25:48 +0000 (14:25 +0000)]
Added forgotten share/zoneinfo/America/Kentucky.

23 years agoNew release note about linker.hints and kldxref(8). Even though this
dd [Tue, 11 Sep 2001 13:11:43 +0000 (13:11 +0000)]
New release note about linker.hints and kldxref(8).  Even though this
solves a pretty annoying problem, this release notes entry doesn't
describe what this fixes because I can't seem to figure out how to do
this without giving a lot of background.

23 years agoIf a sentence starts inside parenthesis, it should end inside
dd [Tue, 11 Sep 2001 13:07:03 +0000 (13:07 +0000)]
If a sentence starts inside parenthesis, it should end inside
parenthesis.

23 years agomdoc(7) police: Fixed the .Ex calls in manpages that describe more
ru [Tue, 11 Sep 2001 12:27:15 +0000 (12:27 +0000)]
mdoc(7) police: Fixed the .Ex calls in manpages that describe more
than one utility.

PR: docs/30437
Submitted by: SUZUKI Koichi <koich@cac.co.jp>

23 years agoCorrect a debugging message.
dd [Tue, 11 Sep 2001 12:20:24 +0000 (12:20 +0000)]
Correct a debugging message.

23 years agoUse getprogname(3) instead of hardcoding the name..
sos [Tue, 11 Sep 2001 12:14:20 +0000 (12:14 +0000)]
Use getprogname(3) instead of hardcoding the name..

23 years agoFixes from Ruslan Ermilov:
sos [Tue, 11 Sep 2001 11:52:49 +0000 (11:52 +0000)]
Fixes from Ruslan Ermilov:

1.  FreeBSD should be spelled with "F" and "BSD" in capitals,
    even in comments.

2.  Please don't use hard sentence breaks.  Always start a
    new sentence from the new line.

3.  Don't use `#' or `$' in EXAMPLES; this has been fixed
    recently in share/examples/mdoc/ templates.

4.  Nuke the prog_name variable burncd.c, use getprogname(3).

23 years agomdoc(7) police: use standard list width.
ru [Tue, 11 Sep 2001 11:15:48 +0000 (11:15 +0000)]
mdoc(7) police: use standard list width.

23 years agomdoc(7) police: fix markup.
ru [Tue, 11 Sep 2001 11:12:53 +0000 (11:12 +0000)]
mdoc(7) police: fix markup.

23 years agoUse a colon to separate the user and group when executing chown(1).
dd [Tue, 11 Sep 2001 11:11:38 +0000 (11:11 +0000)]
Use a colon to separate the user and group when executing chown(1).
Periods aren't supported anymore.

PR: 30507
Submitted by: Georg-W. Koltermann <gwk@sgi.com>