jhb
43d66222dd
Don't load a module from /stand/modules in the MFS root if it is already in
...
the kernel.
2002-05-31 20:06:24 +00:00
ru
65861c4bc2
We don't build libc_r on sparc64 for the moment.
2002-05-31 19:59:12 +00:00
bmah
d2127d89d1
pc98 now has its own relnotes and hardware documents.
2002-05-31 19:31:26 +00:00
nyan
00c0a42d40
Add/Update hardware, installation and relnotes documentations for pc98.
...
Submitted by: NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp> and nyan
Reviewed by: bmah
2002-05-31 18:00:39 +00:00
ume
21239aacf9
__FreeBSD__ is not a compiler constant. We must use
...
__FreeBSD_version here.
Submitted by: rwatson
2002-05-31 17:56:45 +00:00
pb
829d307800
Fix integer overflow causing disk/partition size display wrapping
...
above 4GB.
2002-05-31 17:03:01 +00:00
des
ad1dca67b1
Nit: kern.ttys is of type S,xtty, not S,tty.
2002-05-31 16:11:49 +00:00
bmah
e243b41ee5
pkg_version was incorrectly claiming that 1.5 == 1.5.0.1, because
...
we weren't properly checking for the case that the two version strings
being compared had different numbers of components. This has been
fixed.
Pointed out by: sobomax
Reviewed by: silence on -ports
2002-05-31 15:45:48 +00:00
schweikh
aa868b9ee5
Backout recent typo "fix". I've been enlightened that it's an obsolete
...
and rare synonym for indomitable (from the French indomptable)
Requested by: "Jacques A. Vidrine" <nectar@FreeBSD.org>
2002-05-31 14:36:45 +00:00
jhb
826f504958
- Document the new `diskInteractive' variable.
...
- Document the tcpMenuSelect command.
Sponsored by: The Weather Channel
2002-05-31 14:32:03 +00:00
tjr
1f8bb8d729
Add -s (output PID's only) and -l (show PID's) options to the jobs(1)
...
builtin. Modify the output format to match what SUSv3 requires.
2002-05-31 14:04:23 +00:00
jhb
7bc059de3e
If 'netInteractive' is set to true in an installation script, then
...
temporarily turn off the nonInteractive variable around the DHCP and IPv6
Yes/No questions in a network device setup so that those questions are
asked.
2002-05-31 13:39:55 +00:00
jhb
5dfcc5315d
Add a 'diskInteractive' variable that can be set to interactively partition
...
and label a disk from a sysinstall script.
2002-05-31 13:38:17 +00:00
schweikh
577d08fe7c
Typo: s/Indomptable/Indomitable/
...
MFC after: 3 weeks
2002-05-31 13:26:56 +00:00
ru
efb66f1a7f
Fixed modes.
2002-05-31 13:20:01 +00:00
tjr
c828fbddc6
#if JOBS around a job control-related statement to allow compilation with
...
job control disabled.
2002-05-31 13:10:38 +00:00
tjr
5250eaebac
Break the code to display status info for one job out from showjobs() into
...
showjob(), use it inside dowait() to display status info for consistency,
and in a format closer to what the standard requires.
2002-05-31 13:07:05 +00:00
ru
5cae2ac38b
On behalf of lib/compat/compat4x.i386/libusb.so.0.bz2.uu,v 1.1,
...
added uudecode(1) to bootstrap-tools.
2002-05-31 13:04:09 +00:00
ru
b3014bdd3c
Bootstrapping aid for those with Athlon upgrading from gcc 2.95.x.
...
Prodded by: gordon
2002-05-31 12:50:24 +00:00
tjr
952d847c40
Move job to front of most recently used job list when bg'd or fg'd.
2002-05-31 12:35:34 +00:00
tjr
7e9561b97a
Instead of keeping just the jobid of the most recently bg'd or fg'd job,
...
keep a linked list of the jobs, most recently used first. This is required
to support the idea of `previous job', and to allow the jobs fg and bg
default to be correct according to POSIX.
2002-05-31 12:31:23 +00:00
tanimura
e6fa9b9e92
Back out my lats commit of locking down a socket, it conflicts with hsu's work.
...
Requested by: hsu
2002-05-31 11:52:35 +00:00
ru
1ea6cbb8c2
The new bsd.incs.mk is powerful enough to handle this wrinkle.
2002-05-31 11:45:34 +00:00
jedgar
825ee8754a
Remove DESTDIR which is already included in DOCDIR.
...
Submitted by: jhay
2002-05-31 10:37:22 +00:00
robert
c2b2e9b3bc
- Replace the bandaid introduced in revision 1.110 with
...
a better solution.
- Add braces for a ``for'' statement containing a single
multi-line statement.
2002-05-31 09:41:09 +00:00
des
ca02bcf7fc
Export nswapdev through sysctl(8).
...
Sponsored by: DARPA, NAI Labs
2002-05-31 08:17:58 +00:00
brooks
bef0aeddb0
The loop back device hasn't been a count device for a while so remove
...
the number of interfaces.
2002-05-31 06:28:13 +00:00
grog
53053302dd
Kludge around troff bugs to get a reasonable print format despite the
...
necessity to shrink quoted text to fit on the page.
PR: 38760
2002-05-31 06:17:03 +00:00
archie
3a246fefe6
Grammar fix: "contents" is plural.
...
MFC after: 1 day
2002-05-31 05:01:17 +00:00
silby
322fd076fe
Use %lu instead of %ld when printing rt_use (aka rt_rmx.rmx_pksent)
...
Submitted by: Andre Oppermann <oppermann@pipeline.ch>
MFC after: 5 days
2002-05-31 04:36:55 +00:00
silby
1f97abe190
Ensure that packet counts are always reset to 0 when
...
a route is cloned. Previously, they took on the count
of their parent route (which was sometimes nonzero.)
Submitted by: Andre Oppermann <oppermann@pipeline.ch>
MFC after: 5 days
2002-05-31 04:27:51 +00:00
alc
0b8e31ba85
Further work on pushing Giant out of the vm_map layer and down
...
into the vm_object layer:
o Acquire and release Giant in vm_object_shadow() and
vm_object_page_remove().
o Remove the GIANT_REQUIRED assertion preceding vm_map_delete()'s call
to vm_object_page_remove().
o Remove the acquisition and release of Giant around vm_map_lookup()'s
call to vm_object_shadow().
2002-05-31 03:48:55 +00:00
imp
cf0d37c01c
Use __FreeBSD_version to test what things to use
2002-05-31 03:27:34 +00:00
keramida
331e9d77d6
Typo fix: syste -> system
2002-05-31 01:46:26 +00:00
takawata
94f9a3d5a8
Fix build breakage on my pccard related commit.
2002-05-31 01:08:49 +00:00
marcel
8d5d2e362e
Don't use an incomplete array type to mark the start of the padding
...
because the padding should be inserted before the array and not after
it, as is done by GCC 3.1. Instead use an explicit uint32_t field
to get what was intended and on top of that make the size of the
padding explicit. This also doesn't depend on a C99 feature.
While here, expand the comment. Just to make a point.
Pointed out by: fanf
2002-05-31 01:07:13 +00:00
keramida
2040c65feb
Typo: characer -> character
2002-05-31 00:33:40 +00:00
keramida
c143088c4b
Typo: duel -> dual
2002-05-30 23:48:00 +00:00
julian
3de740d4f6
Add missing unlock
...
Submitted by: dirkx@covalent.net
2002-05-30 23:41:51 +00:00
semenu
b9960bece1
Remove lock from ffs_vget introduced by v1.24. Instead of locking the
...
vnode creation globaly, we allow processes to create vnodes concurently.
In case of concurent creation of vnode for the one ino, we allow processes
to race and then check who wins.
Assuming that concurent creation of vnode for same ino is really rare case,
this is belived to be an improvement, as it just allows concurent creation
of vnodes.
Idea by: bp
Reviewed by: dillon
MFC after: 1 month
2002-05-30 22:04:17 +00:00
phk
fa823a6ac0
Const poison.
...
Partially submitted by: wollman
2002-05-30 21:59:16 +00:00
wollman
3e12cfaecf
Fix syntax error (label with no statement).
2002-05-30 21:49:15 +00:00
wollman
b865e88662
Avoid construction which results in label at end of block.
2002-05-30 21:41:42 +00:00
wollman
ddfe2f4871
Fix syntax errors (labels with no statement).
2002-05-30 21:38:58 +00:00
wollman
b2070d45e0
Add used include of <string.h>.
...
Delete unused include of <strings.h>.
2002-05-30 21:35:39 +00:00
wollman
45d5a82bf1
Add used include of <stdlib.h>, copying style bugs from adjacent lines.
2002-05-30 21:28:58 +00:00
wollman
504321aa46
Fix conflict with <paths.h> by renaming _PATH_LOGIN to _PATH_SLIP_LOGIN,
...
and likewise LOGOUT for consistency. Fix a few nearby style bugs.
2002-05-30 21:26:49 +00:00
wollman
42a1641010
Fix preprocessor directive syntax (text after #else).
...
This program is not likely to compile if DEBUG is ever defined.
2002-05-30 21:21:23 +00:00
wollman
0e6b4b2400
Fix preprocessor directive syntax (text after #endif).
...
The style of this program is still atrocious (not fixed).
2002-05-30 21:18:01 +00:00
wollman
1116ad074f
Fix preprocessor directive syntax (text after #endif).
2002-05-30 21:04:11 +00:00