sheldonh
655e46ad36
Whitespace-only changes: split over-long lines.
2000-08-23 08:50:34 +00:00
sheldonh
3bf7835698
Normalize diagnostics list.
2000-08-23 08:47:26 +00:00
sheldonh
0f8c5cabee
Whitespace-only change: apply normal line breaking style.
2000-08-23 08:42:42 +00:00
sheldonh
702092e5ff
Miscellaneous fixes: mly -> Nm and eg. -> e.g. .
2000-08-23 08:35:07 +00:00
sheldonh
5920eb00b8
Normalize the diagnostics list.
2000-08-23 08:33:21 +00:00
sheldonh
f9d0292212
Whitespace-only change: apply normal line-breaking style.
2000-08-23 08:22:22 +00:00
jasone
8f49d9a949
The second call to _thread_kern_sig_defer() in sem_post() should be a call
...
to _thread_kern_sig_undefer().
2000-08-23 07:59:50 +00:00
green
678850dbf8
Stick login_setcryptfmt() in its own file to make pulling in of
...
-lcrypt only happen if truly necessary.
2000-08-23 03:45:57 +00:00
msmith
5151bf4ea2
Add entries for the 'mly' driver. Re-group 'mly' and 'dpt' into a new
...
classification for RAID controllers that have CAM interfaces.
2000-08-23 03:29:49 +00:00
msmith
15a4808ee8
Add a manpage for the new 'mly' driver.
2000-08-23 03:24:32 +00:00
msmith
19a7cf4f83
This is the initial import of a new driver for the current family of
...
PCI:SCSI RAID controllers from Mylex.
2000-08-23 03:22:41 +00:00
wpaul
13504cf93e
Mention that the LinkSys LNE100TX v4.0/4.1 is supported.
2000-08-23 00:44:23 +00:00
wpaul
79ab1ee8c2
Mention the LinkSys LNE100TX v4.0/4.1 and a bunch of other cards.
...
Fix a typo.
2000-08-23 00:42:24 +00:00
wpaul
1404edb368
Mention that the Netgear FA311 is supported as well as the FA312.
2000-08-23 00:41:44 +00:00
wpaul
7370888a4b
Fix up the sis driver, largely to improve the NatSemi DP83815 support:
...
- Modify the driver to poll the link state and positively set the
MAC to full or half duplex as needed. Previously, it was possible
for the MAC to remain in half duplex even though the PHY had negotiated
full duplex with its link partner, which would result in bursty
performance.
- Program some of the NatSemi's registers as specified by the datasheet.
The manual says these are necessary for "optimum perofrmance," though
a couple of them are marked as reserved in the register map. *shrug*
- Select the TX DMA burst size correctly for 10 and 100mbps modes.
Previously I was using 64 bytes in both modes, which worked in
100mbps mode, but resulting in spotty performance in 10mbps.
32 bytes works much better; without this change, the natsemi
chip yields piss poor performance at 10mbps.
With these fixes, the NatSemi chip finally performs to my satisfaction.
I should be merging the support for this controller into -stable shortly.
Phew.
2000-08-22 23:26:51 +00:00
phantom
df79e3d3c7
Install Ukrainian message catalog.
2000-08-22 22:00:57 +00:00
phantom
4cdc86dcb3
Ukrainian message catalogs for vi.
...
Submitted by: Kunytsa Oleksander <kunia@snark.ukma.kiev.ua>
2000-08-22 21:59:42 +00:00
jhb
bd5034b9ae
The API change mentioned in the previous revision has been backed out, so
...
back out the corresponding documentation.
Noticed by: brian, ume
2000-08-22 21:50:03 +00:00
billf
5c853570eb
Now that Bruce Mah is a committer, retire my co-maintainership
...
of pkg_version.
2000-08-22 18:42:27 +00:00
asmodai
d959c84822
The Internet isn't by a long shot just DARPA anymore. Reflect reality.
...
Inspired by: -current mailinglist
2000-08-22 15:29:04 +00:00
roberto
2be6f39774
Correct the naming. The default server is ftp.fr and #1 is the same.
...
Add back ftp6.
2000-08-22 14:28:16 +00:00
roberto
e0fe0e6f83
Reflect the name changes in fr.freebsd.org.
2000-08-22 13:07:59 +00:00
joerg
e70403c003
Mention that GDB now supports hardware watchpoints.
...
While i was at it, also corrected that the next 4.x release will be 4.2.
2000-08-22 12:39:52 +00:00
jkh
6a1213dadf
Use consistent timezone so date information can be meaningfully compared.
2000-08-22 09:43:12 +00:00
marcel
af4eb9aac2
Finish the Linuxulator MD/MI split.
...
In summary:
o This file has been moved to sys/compat/linux,
o Any MD syscalls in this file are moved to
linux_machdep.c in sys/i386/linux,
o Include directives, makefiles and config files
have been updated.
2000-08-22 07:08:33 +00:00
marcel
4b9a3820dd
Connect the new sources in /sys/compat/linux and the new file
...
in /sys/i386/linux.
2000-08-22 06:02:01 +00:00
marcel
29a36f349f
Update include directives for Linuxulator headers after the
...
MD/MI split.
2000-08-22 05:57:55 +00:00
marcel
e9837edecb
Style fixes:
...
o Put the backslash in a fixed column by preference,
o Sort the list of files.
2000-08-22 05:01:08 +00:00
imp
ceb2a14b74
Save a pointer to the dev, if any, that each function attach.
...
Remove some bogus printfs.
2000-08-22 04:25:57 +00:00
jkh
13942925c5
Remove device type field - there are no block devices left.
2000-08-22 03:14:39 +00:00
marcel
f0e7c766fc
Collect the MD syscalls from /sys/compat/linux here. Since this
...
is a new file, fix most of the style bugs at the same time.
2000-08-22 02:24:02 +00:00
green
b2f8a98e12
How did you sneak in...
2000-08-22 02:17:54 +00:00
green
67c40ef892
Add working and easy crypt(3)-switching. Yes, we need a whole new API
...
for crypt(3) by now. In any case:
Add crypt_set_format(3) + documentation to -lcrypt.
Add login_setcryptfmt(3) + documentation to -lutil.
Support for switching crypt formats in passwd(8).
Support for switching crypt formats in pw(8).
The simple synopsis is:
edit login.conf; add a passwd_format field set to "des" or "md5"; go nuts :)
Reviewed by: peter
2000-08-22 02:15:54 +00:00
marcel
219e29595a
Update include directives.
2000-08-22 01:51:54 +00:00
marcel
a7c5e98b7f
Update include directives.
...
Make linux_to_bsd_sigset and linux_do_sigaction non-static.
Move linux_sigaction. linux_sigsuspend, linux_rt_sigsuspend,
linux_pause and linux_sigaltstack to MD code.
2000-08-22 01:49:54 +00:00
marcel
cf97f9d3c1
Update include directives.
...
Move linux_select to MD code (i386 compat. syscall).
Move linux_fork, linux_vfork, linux_clone, linux_mmap,
linux_pipe, linux_ioperm, linux_iopl and linux_modify_ldt
to MD code.
2000-08-22 01:46:50 +00:00
marcel
e222aa8f33
Update include directives.
2000-08-22 01:32:14 +00:00
marcel
1dea6a16ef
Update include directives.
...
Make the sem*, msg* and shm* function non-static as they are
called from MD code.
Move linux_ipc to MD code.
2000-08-22 01:31:23 +00:00
marcel
17c9b37854
Update include directives and remove linux_execve.
2000-08-22 01:27:36 +00:00
marcel
2a224f3243
Provide prototypes for functions used by MD code.
2000-08-22 01:24:36 +00:00
archie
2fcdc74c0a
Remove obsolete comment.
2000-08-22 00:32:52 +00:00
jhb
697e7b86dd
Touch ftp.1 and cdrom.1 when those stages are done to speed up make
...
rerelease when a release dies very late.
2000-08-21 22:42:09 +00:00
jhb
bed81b37b6
Remove duplicate FreeBSD id tags.
2000-08-21 21:05:44 +00:00
phk
323f259948
Fix devfs_access() bug on directories.
...
Remove unused #includes.
Bug spotted by: markm
2000-08-21 14:45:19 +00:00
phk
c907983705
Make this work with current makefiles again.
2000-08-21 14:42:48 +00:00
sheldonh
71be224373
Only whack pseudo-terminals into shape if they exist. They might
...
not yet exist in the DEVFS case.
2000-08-21 14:37:52 +00:00
sheldonh
e0f494ecd4
After some discussion with markm, back out most of rev 1.221,
...
which really wasn't such a hot idea in retrospect.
If the random device isn't available, it probably isn't wanted.
If it's wanted, it should be enabled in loader.conf.
2000-08-21 14:33:20 +00:00
sobomax
7ffb9a53a4
Fix typos.
...
Approved by: phk
2000-08-21 14:08:43 +00:00
tanimura
ae060674ea
Fix a bug upon initialization. (_INDX_ADDR -> _INDX_DATA)
2000-08-21 13:18:56 +00:00
sheldonh
d542b794df
Synchronize the poll() prototype with the one provided in the
...
poll(2) manual page.
PR: 20677
Submitted by: "Ralf S. Engelschall" <rse@engelschall.com>
2000-08-21 12:25:09 +00:00