Scott Long
7edce08ac4
Fix DMA on machines with more than 128MB.
...
Obtained from: cg
MFC after: 5 days
2001-05-25 16:05:22 +00:00
Poul-Henning Kamp
d951f85b28
Make if_tun's clone create SI_CHEAPCLONE devices.
2001-05-25 13:32:53 +00:00
Hellmuth Michaelis
9210280057
Add the contributed directory from the i4b tarball and the files from it
...
which would be nice to have.
Move isdnd_acct and isdnctl to the contrib directory where they belong to.
2001-05-25 13:25:59 +00:00
Poul-Henning Kamp
5696db457d
Make the PTY drivers cloning algorithm create "CHEAPCLONE" dev_t,
...
so that some twit cannot allocate all 256 PTY's with "ls -l".
2001-05-25 13:23:42 +00:00
Hellmuth Michaelis
698c326a2e
Submitted by: phk
...
Add the V.21 modem emulator code written by phk from the old i4b tarball.
2001-05-25 13:04:58 +00:00
Alexander Langer
5bfc2e1909
This script can control the state of your ISDN line. It counts
...
how many scripts/users currently use the ISDN line and uses
"ifconfig down" if noone uses it any more.
Not objected by: hm
2001-05-25 12:27:00 +00:00
Hellmuth Michaelis
53a601f0e1
update isdn4bsd related information.
2001-05-25 12:18:47 +00:00
Brian Somers
fa8c1aaabc
Mention that ppp.conf.isdn isn't appropriate for external TAs
...
Add a section to ppp.conf.sample that is.
MFC after: 3 weeks
2001-05-25 12:11:02 +00:00
David E. O'Brien
0ec59619a5
+ Turn on SMP support by default (yes an Alpha SMP kernel works on
...
uniprocessor systems, aren't Alpha's neat :-))
+ Add example KTR (debugging) options.
2001-05-25 10:36:46 +00:00
Ruslan Ermilov
db2ec46d91
mdoc(7) police: Fix markup.
2001-05-25 09:54:38 +00:00
Kris Kennaway
4dbed42f75
Add the 'next' and 'prev' commands (aliased to '+' and '-') which skip
...
forward or backward by a specified number of tracks (defaulting to 1).
Use strvisx() to display the media catalog in case it contains unprintable
characters. Sort includes. Based on two patches submitted by PR, plus
style fixes and other changes of my own.
Submitted by: Seth Kingsley <sethk@osd.bsdi.com>, Maxime Henrion <mux@qualys.com>
PR: bin/22672, bin/26962
MFC After: 1 week
2001-05-25 09:24:50 +00:00
Poul-Henning Kamp
48c35f87be
Don't lie to diskerr() now that it listens to us.
2001-05-25 09:07:23 +00:00
Poul-Henning Kamp
2613d3fec9
Use the name given to the dev_t, rather than creating our own.
...
This makes it possible to give sensible information for /dev/fd.720
and similar "special" devices.
2001-05-25 09:06:52 +00:00
Hellmuth Michaelis
925db41fa5
update to include the latest modifications to isdn4bsd.
2001-05-25 08:45:10 +00:00
Hellmuth Michaelis
6b244dc54b
Submitted by: Juha-Matti Liukkonen (Cubical Solutions Ltd) (jml@cubical.fi)
...
Add a CAPI (hardware independent) driver i4bcapi(4) and hardware driver
iavc (4) to support active CAPI-based BRI and PRI cards (currently AVM
B1 and T1 cards) to isdn4bsd.
2001-05-25 08:43:30 +00:00
Ruslan Ermilov
1166fb516b
- sys/msdosfs moved to sys/fs/msdosfs
...
- msdos.ko renamed to msdosfs.ko
- /usr/include/msdosfs moved to /usr/include/fs/msdosfs
2001-05-25 08:14:14 +00:00
Ruslan Ermilov
95a09b0557
Make it clear that -P is the default.
...
PR: docs/27629
2001-05-25 07:32:58 +00:00
Warner Losh
f7d83eb183
Add intrack field to each slot. This can be used to acknowledge
...
interrupts on other buses. Right now it isn't used, but will be for
the pci attachment.
# Add copyright by me for this year since I've changed so much.
2001-05-25 05:25:43 +00:00
Warner Losh
5da1cb2e2f
Minor name space issues.
2001-05-25 05:22:00 +00:00
David E. O'Brien
fdec774ff3
RFC 1323 (TCP extensions) is now on by default.
2001-05-25 04:27:48 +00:00
Warner Losh
48b4a07401
Add support for
...
card "D" "Link DWL-650 11Mbps WLAN Card"
which is the most amusing CIS mistake I've seen in some time.
# I'm using this card to make this commit!
2001-05-25 02:24:15 +00:00
David E. O'Brien
11c8719c55
I didn't fix the comment in rev 1.107.
2001-05-25 01:46:39 +00:00
David E. O'Brien
7830e160d6
Turn on TCP_EXTENSIONS (rfc1323) by defualt.
2001-05-25 01:43:42 +00:00
Poul-Henning Kamp
25e0288d07
Don't rely on cdevsw_add() when we hack about with dev_t's.
2001-05-24 20:28:06 +00:00
Poul-Henning Kamp
8576c652b4
Don't take the detour around devsw() to find out if the proto-cdevsw
...
is already initialized.
2001-05-24 20:27:16 +00:00
David E. O'Brien
640f0e5d3c
Back out rev 1.4 (wint_t and mbstate_t) as I am tired of the complaints.
...
The STLport will probably become broken again, but I'll work on fixing it
later.
I wish someone would explain why the NetBSD Cirtus branch has the types
in their stddef.h...
Requested by: bde, ru
PR: 27606
Submitted by: Naohiko Tsuji <yakisoba@f2.dion.ne.jp>
2001-05-24 19:29:15 +00:00
Hajimu UMEMOTO
0c416cfcd1
NetBSD's inetd uses different syntex from FreeBSD's in faith support.
2001-05-24 19:00:22 +00:00
Mark Murray
4448b21cc6
Add the "auth_as_self" option to the pam_unix module (there is no
...
reason not to add it to others later). This causes the pam_unix
module to check the user's _own_ password, not the password of the
account that the user is authenticating into. This will allow eg:
WHEELSU type behaviour from su(1).
2001-05-24 18:35:52 +00:00
Bruce Evans
03c0300c01
Oops. Unremove vestiges of the old, broken sound drivers. They are now
...
used in new drivers.
2001-05-24 18:19:00 +00:00
Alfred Perlstein
0cea693084
whitespace/style
2001-05-24 18:06:22 +00:00
John Baldwin
190609dd48
Stick VM syscalls back under Giant if the BLEED option is not defined.
2001-05-24 18:04:29 +00:00
John Baldwin
ba83773edc
Add a new kernel option 'BLEED' to be used for code that is still under
...
development but is being developed in the tree for whatever reason.
Not objected to by: peter, jlemon
2001-05-24 17:01:51 +00:00
Bruce Evans
dd015692a7
Remove vestiges of the old, broken sound drivers.
2001-05-24 16:52:13 +00:00
Ruslan Ermilov
c7b23e0fb4
Actually rename FDESC, PORTAL, UMAP and UNION file systems.
...
OK'ed by: bp
2001-05-24 15:20:11 +00:00
Ruslan Ermilov
4c3748cf1d
mount_fdesc -> mount_fdescfs
...
mount_portal -> mount_portalfs
2001-05-24 13:23:54 +00:00
Ruslan Ermilov
c99d12581a
mount_umap(8) -> mount_umapfs(8).
2001-05-24 13:20:41 +00:00
Ruslan Ermilov
57a523ae6b
mount_null(8) -> mount_nullfs(8).
2001-05-24 13:17:47 +00:00
Ruslan Ermilov
22f7d1021a
mount_portal -> mount_portalfs.
2001-05-24 13:15:49 +00:00
Ruslan Ermilov
3130200d2c
Missed one mount_null(8) -> mount_nullfs(8) in previous commit.
2001-05-24 13:13:56 +00:00
Yoshihiro Takahashi
d8b08f1591
(Re-)enabled boot2.
2001-05-24 11:19:43 +00:00
Yoshihiro Takahashi
f040ac4cec
Update boot[12] program to compile ELF binary.
...
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> and
kawanobe@st.rim.or.jp (Kawanobe Koh)
2001-05-24 11:18:32 +00:00
Poul-Henning Kamp
9d9bdb3dc5
Restrict even further what parts of <sys/conf.h> can be seen from
...
userland.
2001-05-24 09:33:08 +00:00
Nik Clayton
6714dac4b4
Remove the "undocumented" comment in re lflag.
2001-05-24 09:28:59 +00:00
Nik Clayton
0ee76202d0
Document the -l option.
...
PR: docs/27440
Submitted by: Flix-Antoine Paradis <reel@sympatico.ca>
2001-05-24 09:28:05 +00:00
Poul-Henning Kamp
62f9fae610
If the user exists abruptly, tip's "tipout" child can hang around
...
forever. Since the lock file doesn't get cleaned up, this prevents
other users from accessing the target device.
(phk adds: Man, this has been bugging me for YEARS!)
PR: 12528
Submitted by: Craig Leres leres@ee.lbl.gov
MFC after: 1 week
2001-05-24 09:27:02 +00:00
Poul-Henning Kamp
ca517ad854
Add a -A option to ping which beeps when packets are lost.
...
PR: 11818
Submitted by: Marc Evans marc@destek.net
2001-05-24 09:17:52 +00:00
Ruslan Ermilov
5e4440632e
Backout rev. 1.22 as the change that caused problems was also backed out.
2001-05-24 08:47:57 +00:00
David E. O'Brien
5864b79cd2
Make the rcsid and FreeBSD IDs more sane in the wcs* and wmem* files.
...
Do the same for the non-wcs*/wmem* files while I'm here.
2001-05-24 08:47:42 +00:00
Matthew Dillon
ac8f990bde
This patch implements O_DIRECT about 80% of the way. It takes a patchset
...
Tor created a while ago, removes the raw I/O piece (that has cache coherency
problems), and adds a buffer cache / VM freeing piece.
Essentially this patch causes O_DIRECT I/O to not be left in the cache, but
does not prevent it from going through the cache, hence the 80%. For
the last 20% we need a method by which the I/O can be issued directly to
buffer supplied by the user process and bypass the buffer cache entirely,
but still maintain cache coherency.
I also have the code working under -stable but the changes made to sys/file.h
may not be MFCable, so an MFC is not on the table yet.
Submitted by: tegge, dillon
2001-05-24 07:22:27 +00:00
David E. O'Brien
e8f64f5ebf
Fix $FreeBSD$ style committer messed up in rev 1.7 for some reason.
2001-05-24 07:22:08 +00:00