Poul-Henning Kamp
c8ac4faa0b
Update.
2001-11-05 22:07:44 +00:00
Poul-Henning Kamp
ddc38af27b
This is long since unused.
2001-11-05 22:06:33 +00:00
Poul-Henning Kamp
c64a712a37
This simple shell-script tries to find *.c files under /sys
...
which are not in some way used or referenced somewhere.
2001-11-05 22:06:09 +00:00
Poul-Henning Kamp
9653928c02
GC the a.out support in DDB, nothing anywhere would pull this
...
file into a build.
2001-11-05 21:55:42 +00:00
Andrew R. Reiter
99b95aa20b
- Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall)
...
Approved by: jhb
2001-11-05 21:50:55 +00:00
Poul-Henning Kamp
e1a7c5c881
GC userconfig after Peter axed it 15 months ago.
2001-11-05 21:46:35 +00:00
David Malone
7e1b81799d
Add a note explaining why CLOCKS_PER_SEC isn't 1000000.
...
While I'm here, "of a second" does not belong to CLOCKS_PER_SEC.
PR: 30297
Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
2001-11-05 21:30:43 +00:00
Poul-Henning Kamp
d3c64689d8
3.5 years ago Wollman wrote:
...
"[...] and removes the hostcache code from standard kernels---the
code that depends on it is not going to happen any time soon,
I'm afraid."
Time to clean up.
2001-11-05 21:25:02 +00:00
Poul-Henning Kamp
e315b6d75b
Also remove the .h files for the old rp driver.
2001-11-05 21:23:24 +00:00
Poul-Henning Kamp
c717903379
Garbage call!
...
These files have been obsoleted by compiler technology (such as it is
for gcc) for quite some time.
2001-11-05 21:10:09 +00:00
Robert Watson
28bcc53bf7
o dpt_control.c is not compiled into the system (commented out in
...
conf/files) and as a result appears to have been missed in the bulk
KSE update of drivers. This change replaces references to proc
with thread. It has not been compile-tested.
2001-11-05 21:02:26 +00:00
John Hay
d1df08b648
src/sbin/i386 does not exist anymore. Tripped over by make release.
2001-11-05 20:56:54 +00:00
Poul-Henning Kamp
0d60c3f5cf
Remove the old RocketPort driver which was left behind in favour
...
of the new driver. The new driver works, the old one is 1+ year behind.
2001-11-05 20:49:30 +00:00
David Malone
b628b0dce5
Anding the fsid with 0xffff was causing aliasing problems.
...
PR: 17405, 16320
Submitted by: Mark W. Krentel <krentel@dreamscape.com>
Submitted by: Peter Edwards <peter.edwards@ireland.com>
MFC after: 2 weeks
2001-11-05 20:40:24 +00:00
David Malone
c5250ed112
Make filenames const to avoid a few warnings.
...
Add FreeBSD tags.
Reviewed by: cmp
2001-11-05 20:33:40 +00:00
David Malone
ebf362130e
Don't use gcc -Wall flag. Add FreeBSD: line.
2001-11-05 20:27:17 +00:00
John Baldwin
4c3bb58384
- If we are booted via cdboot, use bc_add() to instantiate the cd0 device
...
from the loader.
- Cleanup extract_currdev() some and add support for setting the currdev
to cd0 when booted via cdboot.
2001-11-05 19:03:01 +00:00
John Baldwin
6514d92792
Hook up the bioscd driver and the cd9660 filesystem.
2001-11-05 18:59:13 +00:00
Matthew Dillon
33c6774151
Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond the
...
file EOF. This works around a bug in the ISOFS (CDRom) BMAP code which
returns bogus values for requests beyond the file EOF rather then returning
an error, resulting in either corrupt data being mmap()'d beyond the file EOF
or resulting in a seg-fault on the last page of a mmap()'d file (mmap()s of
CDRom files).
Reported by: peter / Yahoo
MFC after: 3 days
2001-11-05 18:58:47 +00:00
John Baldwin
0322b80600
Add a device driver for the BIOS device for CD-ROM's booted via El Torito
...
no emulation mode. Unlike other BIOS devices, this device uses 2048 byte
sectors. Also, the bioscd driver does not have to worry about slices
or partitions.
2001-11-05 18:58:33 +00:00
John Baldwin
9248a89d0b
Add a DEVT_CD type for CD drivers.
2001-11-05 18:51:47 +00:00
Matthew Dillon
7e76bb562e
Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blocking
...
in wdrain during a write. This flag needs to be used in devices whos
strategy routines turn-around and issue another high level I/O, such as
when MD turns around and issues a VOP_WRITE to vnode backing store, in order
to avoid deadlocking the dirty buffer draining code.
Remove a vprintf() warning from MD when the backing vnode is found to be
in-use. The syncer of buf_daemon could be flushing the backing vnode at
the time of an MD operation so the warning is not correct.
MFC after: 1 week
2001-11-05 18:48:54 +00:00
John Baldwin
93b2ae9fcf
- There is no such thing as a socket structure. sockets are integers.
...
I'm assuming that the comment was regarding socket address structures, so
correct the comment about pre-zero'ing socket structures to recommend
pre-zero'ing socket address structures.
- Fix some minor grammar nits.
- This isn't directly submitted by the PR below but is related to it and was
inspired by it.
PR: 31704
2001-11-05 18:05:56 +00:00
Hajimu UMEMOTO
3bc1038274
- net.inet.ipsec.esp_auth hasn't been there
...
- nuke all debug printfs, which are unneeded by now.
- get rid of #ifdef IPSEC_DEBUG in headers
- now that key_debug_level is always defined, there's no need for
#ifdef IPSEC_DEBUG around sysctl MIB code (net.key.debug).
- switch all debug printf() to ipseclog().
Obtained from: KAME
MFC after: 1 week
2001-11-05 16:46:24 +00:00
Robert Watson
149e39ea9e
Update copyrights to include Thomas Moestl.
...
Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org>
Obtained from: TrustedBSD Project
2001-11-05 15:36:24 +00:00
Mitsuru IWASAKI
09e97d2f24
Remove unnecessary WAK_STS bit waiting code for S1 sleep.
...
It was duplicated with AcpiEnterSleepState() since acpica-unix-20010816.
2001-11-05 14:51:58 +00:00
Andrew Gallatin
16676bcded
Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries to
...
make the driver work on alpha
approved by: tanimura
2001-11-05 12:57:46 +00:00
Andrey A. Chernov
e07dd8f70b
Add two Russian holidays (by osa)
...
Lowercase some titles (by me)
PR: 31769
Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
2001-11-05 12:14:12 +00:00
Poul-Henning Kamp
751a2cd05b
Define a new mount flag "MNT_JAILDEVFS"
...
Collect the magic combination of flags which can be updated into
a macro in sys/mount.h rather than inlining them (twice!) in
vfs_syscalls.c
2001-11-05 10:33:45 +00:00
David Malone
a9dbc63dc2
gamma(x) actually returns \log(|\Gamma(x)|), so correct the man
...
page and add an historical note explaining this. This patch is
based on Stephen's.
We still need someone to implement tgamma.
PR: 28972, 31764
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
2001-11-05 10:10:33 +00:00
Murray Stokely
6c412638de
Add the Farallon NetLINE 10/100 PCI to the list of cards supported by
...
rl(4).
PR: docs/31270
Submitted by: Gary W. Swearingen <swear@blarg.net>
2001-11-05 09:17:23 +00:00
Murray Stokely
b80932abd2
Add a few articles to improve the readability of this manual page.
...
PR: docs/31583
Submitted by: setantae@submonkey.net
2001-11-05 09:01:15 +00:00
Murray Stokely
5e77dc7342
Describe handling of NULLs passed to pthread_setcancelstate().
...
PR: docs/31745
Submitted by: Andrew <andrew@ugh.net.au>
2001-11-05 08:21:32 +00:00
Andrey A. Chernov
fba9768c41
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 07:21:03 +00:00
Andrey A. Chernov
d0f08415a8
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 07:08:39 +00:00
Andrey A. Chernov
3b484902af
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 06:58:02 +00:00
Andrey A. Chernov
4e0f37c806
Add bg_BG.CP1251
...
PR: 25472
Submitted by: Peter Pentchev <roam@ringlet.net>
2001-11-05 06:49:44 +00:00
Marcel Moolenaar
7ce535925c
Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it's
...
actually the address of the function descriptor. The fdesc has both
the address of the function and it's corresponding gp value. Now
that we have a gp value, use it instead of passing 0.
2001-11-05 05:55:33 +00:00
Mark Peek
0308a57783
Clean up the trap handling code and make it consistent with the other platforms.
...
Submitted by: jhb
2001-11-05 00:49:03 +00:00
Mark Peek
8f718dfdc3
Add enable_fpu/save_fpu for handling the floating point registers in the PCB.
...
Obtained from: NetBSD
2001-11-05 00:45:33 +00:00
Dima Dorfman
b46884b5b9
Document ENETDOWN.
...
PR: 31436
Submitted by: Milon Papezik <milon.papezik@oskarmobil.cz>
2001-11-05 00:44:38 +00:00
Dima Dorfman
dbb10b1eaa
Catch up to proc->thread changes.
...
PR: 31428
Submitted by: Chad David <davidc@acns.ab.ca>
2001-11-05 00:41:39 +00:00
Dima Dorfman
8b642e3004
malloc and calloc do not free memory.
...
PR: 31365
Submitted by: SUZUKI Koichi <koich@cac.co.jp>
2001-11-05 00:39:27 +00:00
Bruce A. Mah
daa67917a6
New release notes: pmc driver, new loader tunables, ipfw(8) limit.
...
Updated release note: bridge(4) and dummynet(4) are loadable modules.
2001-11-05 00:30:47 +00:00
Dima Dorfman
2ad0f3c5f6
Note MFC of vmiodirenable=1.
2001-11-05 00:16:30 +00:00
Bruce A. Mah
45c9c28475
New release notes: gawk 3.1.0
...
Updated release notes: ACPI update and APM compatability, binutils
update.
Deleted release notes: awk from Bell Labs.
2001-11-04 23:57:37 +00:00
Matthew Dillon
67fa60faa8
Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flags
2001-11-04 23:52:49 +00:00
Bruce A. Mah
d4d3eb2a11
Add more ata(4) controllers supported.
2001-11-04 23:43:50 +00:00
Dima Dorfman
f5b00d08b1
Nuke spaces in front of tabs.
2001-11-04 23:20:52 +00:00
Luigi Rizzo
2022d11f02
sync the code with the one in stable (mostly formatting changes).
2001-11-04 23:19:46 +00:00