obrien
56844e70af
Install a 'disklable' alias.
...
Technical Reviewed by: ru
2004-01-31 07:39:45 +00:00
alc
b8f86642e4
Remove unnecessary vm object reference and deallocate calls from ffs_read()
...
and ffs_write(). These calls trace their origins to the dead vfs_ioopt
code, first appearing in revision 1.39 of ufs_readwrite.c.
Observed by: bde
Discussed with: tegge
2004-01-31 05:42:58 +00:00
marcel
288be8413e
Now that libpthread is the default threading library, remove the
...
compatibility link from libc_r to libpthread (previously a link
from libc_r to libkse).
2004-01-31 05:05:45 +00:00
bde
cbb2f01880
1. Garbage-collected LIBDES (now in a different library), LIBPERL (banished
...
to ports) and LIBRESOLV (now in a different library.
2. Added comments about nonexistent libraries LIBPC and LIBPLOT.
Submitted by: ru (1)
2004-01-31 03:15:50 +00:00
bde
bd35586e23
Fixed insertion sort errors for LIBBLUETOOTH and LIBSDP.
2004-01-31 03:09:10 +00:00
bde
7ca2ea57e6
Removed XXX comments about some libraries only being in the secure
...
distribution. This is not the place to document this, especially
now that the secure distribution is the normal one.
Reviewed by: ru
2004-01-31 02:51:41 +00:00
bde
2f84e3271e
Fixed some style bugs (long lines).
2004-01-31 02:17:11 +00:00
marcel
9de97de175
In Write_Disk(), fix the non-error case where we returned to the
...
caller without closing the disk device and freeing allocated
memory. Not closing the disk device prevents GEOM from retasting
after spoiling.
Pointy hat: marcel
2004-01-30 20:52:54 +00:00
jhb
822c3ce335
Drop -mcpu=pentiumpro from the default CPU flags for i386 as it doesn't
...
perform better than the default setting for most i386 CPUs.
Requested by: bde
2004-01-30 19:51:26 +00:00
sos
d6d611fb17
Be more robust in the probe. We dont want to get into a loop with
...
reinitting when we try to identify devices. If they dont interrupt
on identify we retry once. If this fails we simply ignore that device.
2004-01-30 19:16:08 +00:00
bmah
d155149f57
Move recent devfs path rules note from userland section to kernel
...
section; update manpage entity reference appropriately.
Requested by: cperciva
2004-01-30 18:29:14 +00:00
bmah
9471ff15c1
New errata: SA-04:01.
2004-01-30 17:53:48 +00:00
bmah
7177598e08
Argh. Fix SA-04:01 note so that it actually makes sense.
2004-01-30 17:50:35 +00:00
bmah
24ebbb6ac0
New release notes: SA-04:01, devfs(8) rules work on directories,
...
libdisk fix for pc98, libpthread default, boot floppy overhaul.
Modified release notes: Rewrite Project Evil note.
2004-01-30 17:46:05 +00:00
des
40b179743a
Mechanical whitespace cleanup.
2004-01-30 16:26:29 +00:00
nectar
af0e98ef96
I'll continue to babysit the Kerberos-related stuff.
2004-01-30 15:40:33 +00:00
harti
b7d9a76d45
Use the official ng_timeout function to trigger sending. This means,
...
that we can get rid of of all the spl*() calls, because ng_timeout
handles the locking issues.
2004-01-30 15:34:57 +00:00
simokawa
d7d8341eff
Add NEC uPD72873.
...
Submitted by: Christian Laursen <xi@borderworlds.dk>
2004-01-30 14:30:19 +00:00
simokawa
afad89848f
Use device_identify and bus_add_child methods to add a firewire
...
bus on fwohci. This should fix attach failure caused by a race
between firewire and fwochi initialization for the kernel module.
2004-01-30 14:28:11 +00:00
nyan
50d315a696
Update the MINIMALDOCPORTS variable.
...
- Add ports/Tools to get some scripts.
- Add missing dependency (print/ghostscript-gnu-nox11). [1]
- Remove unused ports (devel/bison and textproc/mkcatalog). [1]
Submitted by: jhay [1]
2004-01-30 14:10:24 +00:00
deischen
82c695f601
Bump __FreeBSD_version to note the change of default thread library
...
from libc_r to libpthread.
2004-01-30 13:43:51 +00:00
nyan
0fb31cbaac
MFi386: revision 1.397 (cosmetic changes)
2004-01-30 13:15:42 +00:00
nyan
60605492ee
MFi386: revision 1.1122 (typos and cosmetic changes)
2004-01-30 13:06:57 +00:00
deischen
b4fc1b76d4
Add a note about the libkse -> libpthread switch.
...
Reviewed by: imp
2004-01-30 12:24:21 +00:00
deischen
fbc6ccd321
s/-lc_r/-lpthread/
2004-01-30 12:14:50 +00:00
deischen
8eb1230107
Make gcc -pthread link to -lpthread instead of -lc_r.
2004-01-30 12:14:19 +00:00
deischen
674bc2cc3f
Change libkse back to libpthread and make it the default
...
thread library for i386, amd64, and ia64. For alpha
and sparc64 the library is not changed and remains libkse,
and links are installed so that libpthread -> libc_r.
The gcc -pthread option will be changed in a separate
commit so that it links to -lpthread instead of -lc_r.
Approved by: re@
2004-01-30 12:13:17 +00:00
mr
91983f91e1
add hprop to the build and add LDAP mods to hprop.
...
add kadmind.8
Submitted by: Alex Deiter <tiamat@komi.mts.ru>
2004-01-30 11:06:48 +00:00
ru
9f8626709a
Add a test for what was broken in rev. 1.28 and fixed in rev. 1.29
...
of make/str.c.
2004-01-30 09:46:28 +00:00
sobomax
2b5008cb00
Remove NetBSD'isms (add FreeBSD'isms?), which makes gre(4) working again.
2004-01-30 09:03:01 +00:00
scottl
5dfe9e26ea
Take the plunge and make this driver be INTR_FAST. This re-arranges the
...
interrupt handler so that no locks are needed, and schedules the
command completion routine with a taskqueue_fast. This also corrects the
locking in the command thread and removes the need for operation flags.
Simple load tests show that this is now considerably faster than FreeBSD 4.x
in the SMP case when multiple i/o tasks are running.
2004-01-30 07:04:39 +00:00
hrs
3671a70ce0
Fix a typo[1] and merge from the English version:
...
1.59 -> 1.61 errata/article.sgml
Pointed out by[1]: Daisuke Takahashi <takaha@mue.biglobe.ne.jp>
References[1]: [doc-jp-work 828]
2004-01-30 05:42:22 +00:00
marcel
23743eed6f
In checkLabels(), deal with the fact that on ia64 we do not have a
...
disklabel.
2004-01-30 05:21:32 +00:00
peter
da4e5dcea7
GRR. MFi386: white space spam
2004-01-30 03:02:45 +00:00
peter
35e9c42442
Merge some more changes from i386.
2004-01-30 00:24:45 +00:00
ru
f9d4d91579
Add a test for what was fixed in revs. 1.28 and 1.29 of make/str.c.
2004-01-29 22:51:36 +00:00
schweikh
28921c625f
Consistently capitalize acronyms like POSIX and NIC. Style.
2004-01-29 21:24:53 +00:00
schweikh
99f0b58fe9
Fix typos and remove whitespace at EOL.
2004-01-29 21:07:54 +00:00
jhb
db743def74
- Tweak order of arch fs options to stick all floppy options together and
...
all MFS root options together and in the same order on all archs.
- Drop support for using the no longer existing 2.88 floppy image for CD
booting on i386 via the EMUL_BOOT variable.
- Use a stock loader on the boot floppy rather than one without forth.
- Force the gzip of the mfsroot in release.9 to succeed. This is useful
when doing lots of rereleases when testing floppy changes.
- If an acpi kernel module exists, stick it on the boot floppy and for
now always load it after the kernel.
2004-01-29 19:01:58 +00:00
obrien
6707230215
Sync with bsdlabel/Makefile.
2004-01-29 18:15:19 +00:00
obrien
e8f03f143e
Add a very basic manpage.
2004-01-29 18:12:27 +00:00
ache
93aa5eecf9
Add kk_KZ.PT154
...
Submitted by: Birsh T <tim@zhezu.kz>
2004-01-29 16:28:22 +00:00
dougb
7ad1c59903
Latest version of this file from InterNIC. This version updates the IP
...
address of b.root-servers.net, and various comments.
2004-01-29 16:24:30 +00:00
ru
bcac273a5d
Two nits from rev. 1.835:
...
- Fixed spelling of NO_FLOPPIES to unbreak snapshot building on
architectures that don't support them (as installation source).
- Don't rely on CVS setting execution bits on the shell script.
(This is also consistent with the rest of this makefile.)
Reviewed by: jhb
2004-01-29 16:21:00 +00:00
ache
30df04b3ec
Add kk_KZ.PT154
2004-01-29 16:17:25 +00:00
harti
fad6079588
These scripts run the protocol test suites for the SSCOP, SSCF-UNI and
...
UNI protocols. The actual test suites are not in these directories because
of their size. One needs to install the atmsupport port (the script
will remind you, if it cannot find the port).
The SSCOP test suite includes booth the ETSI and the ITU-T test suite,
the SSCF-UNI test suite is home grown and the UNI test suite is the
P2MP ETSI test suite. Others may follow.
2004-01-29 16:01:57 +00:00
harti
7dac4543ee
Add a simple test script for the ng_atmpif node.
...
Submitted by: Vincent Jardin <vjardin@free.fr>
2004-01-29 15:58:06 +00:00
nyan
02d5f9e710
The name of small boot floppy should be boot-small.flp to avoid conflicting
...
normal size floppy.
Reviewed by: jhb
2004-01-29 15:14:59 +00:00
guido
27e023aa19
Style(9) option sorting
...
Submitted by: Ruslan Ermilov <ru@FreeBSD.org>
2004-01-29 15:14:03 +00:00
sos
85f33cbeb4
Cleanups/cosmetics.
2004-01-29 15:03:01 +00:00