julian
1bda6a607a
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>
2001-09-12 20:26:57 +00:00
markm
12c7e49b74
Reinstate complete (and now correctly functioning) WARNS=2.
2001-09-12 19:15:02 +00:00
guido
4a2c71d741
Typo: s/conatains/contains/
...
MFC after: 1 week
2001-09-12 17:57:31 +00:00
dfr
e457c6698c
A command file for SKI which runs the loader up to the first instruction
...
of the loaded kernel.
2001-09-12 15:08:49 +00:00
ru
cfe8e30185
Use ${MACHINE}, it works with cross-builds.
2001-09-12 12:21:08 +00:00
ru
62afc35080
Create backup copies using install(1).
2001-09-12 10:25:50 +00:00
ru
ad71f55b36
Fixed some of style bugs.
2001-09-12 10:04:42 +00:00
julian
5596676e6c
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
2001-09-12 08:38:13 +00:00
dfr
83e00d4274
Build ficl on all architectures.
2001-09-12 08:35:05 +00:00
dfr
49cae21f8a
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.
2001-09-12 08:34:27 +00:00
gj
1a73f5c1e9
Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41
...
bytes.
MFC after: 2 weeks
2001-09-12 08:27:54 +00:00
kato
9c673fcc99
Merged from sys/i386/i386/machdep.c revision 1.479.
2001-09-12 08:15:24 +00:00
grog
6e7368374a
Correct the entry for Sudetenland. It also has nothing to do with the south.
...
Corrected by: joerg
Pointy hat to: grog
2001-09-12 07:22:38 +00:00
imp
bacdf7b232
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.
2001-09-12 05:57:31 +00:00
marcel
7bf6a0b91b
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.
2001-09-12 03:31:26 +00:00
peter
1df17fc5a3
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.
2001-09-12 00:50:23 +00:00
grog
03950a46f7
Correct the invasion of Südetenland. Any involvement of ducks was insignificant.
2001-09-12 00:13:02 +00:00
knu
743f45ba6c
Replace print/ghostscript6-nox11 with print/ghostscript-gnu-nox11.
2001-09-11 21:34:27 +00:00
bmah
5220db9a3e
New release note: semop(2) buffer overflow fixed.
2001-09-11 21:05:01 +00:00
jkh
3953352b96
Return the *right* error codes for yes/no questions when non-interactive.
...
Submitted by: Alan Judge <Alan.Judge@eircom.net>
2001-09-11 20:42:07 +00:00
ru
a955db2e6b
Implement the ``-f address_family'' filter for -i.
...
Prodded by: Igor Podlesny <poige@morning.ru>
2001-09-11 17:14:33 +00:00
ru
ad39f94bd0
Update usage() to match reality.
2001-09-11 15:21:36 +00:00
ru
85e4b91028
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.
2001-09-11 14:27:11 +00:00
ru
937b42f741
Added forgotten share/zoneinfo/America/Kentucky.
2001-09-11 14:25:48 +00:00
dd
cfb1b5c30b
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.
2001-09-11 13:11:43 +00:00
dd
46ac4548dc
If a sentence starts inside parenthesis, it should end inside
...
parenthesis.
2001-09-11 13:07:03 +00:00
ru
156d266334
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>
2001-09-11 12:27:15 +00:00
dd
0ffe11eeb6
Correct a debugging message.
2001-09-11 12:20:24 +00:00
sos
66fb1108f7
Use getprogname(3) instead of hardcoding the name..
2001-09-11 12:14:20 +00:00
sos
399133a3aa
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).
2001-09-11 11:52:49 +00:00
ru
bf73efbe8f
mdoc(7) police: use standard list width.
2001-09-11 11:15:48 +00:00
ru
8c66214a19
mdoc(7) police: fix markup.
2001-09-11 11:12:53 +00:00
dd
586f017795
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>
2001-09-11 11:11:38 +00:00
ru
d8fc65b1fe
mdoc(7) police: removed hard sentence breaks.
2001-09-11 10:08:29 +00:00
ru
3072963f18
mdoc(7) police: restore fix in rev. 1.52; .Dt should be in CAPITALS.
2001-09-11 10:00:48 +00:00
ru
4786851de1
mdoc(7) police: restore the correct sorting of SEE ALSO.
2001-09-11 09:58:34 +00:00
ru
68b77cf2e9
mdoc(7) police: markup nits, improve -W option text,
...
mount_msdos(8) is called mount_msdosfs(8) nowadays.
2001-09-11 09:57:31 +00:00
ru
a0a0725b67
Removed -M and -N from getopt(3) call as well.
2001-09-11 09:49:36 +00:00
ru
05234b1d16
mdoc(7) police: changed pure POSIX text; added missing markup bits.
2001-09-11 09:39:23 +00:00
ru
1fa842fa3f
mdoc(7) police: removed commas from the standard (split) AUTHORS block.
2001-09-11 09:26:38 +00:00
ru
c4912e8677
Fixed the free(3) panic overlooked due to the -Wno-uninitialized.
2001-09-11 08:18:04 +00:00
ru
64225a75d8
s/password_format/passwd_format/
...
PR: misc/30494
Submitted by: "brian j. peterson" <rbw@myplace.org>
2001-09-11 07:01:47 +00:00
peter
72f88f6d25
On second thoughts, make kldxref failures non-fatal.
2001-09-11 01:13:49 +00:00
peter
2975fbf1b3
Add kldxref(8), for maintaining the linker.hints file for translating
...
module->pathname.ko. It supports only ELF for now.
Submitted by: bp (with some minor tweaks)
2001-09-11 01:13:15 +00:00
peter
808991de7c
Implement the long-awaited module->file cache database. A userland
...
tool (kldxref(8)) keeps a cache of what modules and versions are inside
what .ko files. I have tested this on both Alpha and i386.
Submitted by: bp
2001-09-11 01:09:24 +00:00
bmah
f07a058a30
Mention that uustat now gets run as uucp, not root, and note MFC.
2001-09-10 23:19:48 +00:00
jhb
fc67023242
- Axe holding_giant as it is not used now anyways and was ok'd by
...
dillon in an earlier e-mail.
- We don't need to test the console right before we vfprintf() the panicstr
message. The printing of the panic message is a fine console test by
itself and doesn't make useful messages scroll off the screen or tick
developers off in quite the same.
Requested by: jlemon, imp, bmilekic, chris, gsutter, jake (2)
2001-09-10 21:04:49 +00:00
bmah
786d3f8511
According to message-id <yfk7kv6rj15.fsf@vader.clickarray.com> on
...
freebsd-ports, ports/packages will be re-frozen and re-rolled before
4.4-RELEASE, so we can (imprecisely) mark the CVSup bugfix as being MFC-ed.
2001-09-10 20:41:39 +00:00
bmah
d0a67ff6c2
New release note: Non-root-owned binaries in standard system paths
...
now have the schg flag set.
2001-09-10 18:51:13 +00:00
mikeh
808da37f93
Remove a field width specifier that's not doing anything more than
...
what using snprintf() achieves. It was also being used incorrectly.
2001-09-10 18:46:07 +00:00