phk
17c42ff93d
This string of coincidences was too good to let pass.
...
Obtained from: BBC World Service on 9410kHz
2001-11-27 16:53:43 +00:00
luigi
d6ea22c617
Fix a bug in the driver -- under load, the receive unit could become
...
idle and the driver would not detect the event, requiring userland
to cycle the interface to bring it up again.
The fix consists in adding SIS_IMR_RX_IDLE to the interrupt mask and
add a command in sis_intr() to restart the receiver when this happens.
While at it, make the test of status bits more efficient.
2001-11-27 16:29:11 +00:00
ru
a2f0a76ebc
CFLAGS is not suitable for `optimize' thing; it spams Config.pm
...
with -nostdinc which breaks Perl ports building.
This change will be re-applied if BDE agrees on having COPTFLAGS
in userland.
PR: bin/31877
2001-11-27 16:28:26 +00:00
des
63b6483616
Add a pam_set_item(3) man page with an MLINK to pam_get_item(3).
...
PR: docs/32294
Sponsored by: DARPA, NAI Labs
MFC after: 3 days
2001-11-27 15:36:35 +00:00
des
267da2315e
Due to incorrect include ordering, <dlfcn.h> did not get included, so
...
RTLD_NOW got incorrectly defined to 1 (which is RTLD_LAZY in FreeBSD).
In addition, the comment about FreeBSD requiring SHLIB_SYM_PREFIX to
be "_" is incorrect.
Submitted by: tobez (except for the bit about the incorrect comment)
2001-11-27 15:36:21 +00:00
des
c5700fd96e
It's idiotic to return PAM_PERM_DENIED when the item argument is NULL;
...
PAM_BUF_ERR is much closer to the truth.
2001-11-27 15:35:44 +00:00
ru
401e4af15d
Add .Lb entry for -lpam.
...
Requested by: des
2001-11-27 15:08:42 +00:00
ru
d146c78279
Don't automatically unbind/deallocate memory when releasing.
...
This fixes the VT switching problem with the i810 X driver.
Explained by: David Dawes <dawes@XFree86.Org>
Reviewed by: dfr
2001-11-27 14:12:21 +00:00
ume
8ee8d7c8d6
fixed the cast128 calculation with a short cipher key length.
...
the memory was overridden when the key length was less than 16 bytes.
Obtained from: KAME
MFC after: 1 week
2001-11-27 14:11:47 +00:00
des
ab5488a6a1
Add support for a last-close handler.
...
Revert the module version bumps; they're quite pointless as long as the
only pseudofs consumer is linprocfs, which is in the tree.
2001-11-27 13:26:27 +00:00
ru
62aae0dd84
Re-connect NTP docs to build.
2001-11-27 13:20:07 +00:00
tg
9135c64022
Remove check for the DISPLAY environment variable. It's easier to use
...
the `-x' option to get an X window than to temporarily disable DISPLAY.
PR: 32180
2001-11-27 13:14:49 +00:00
sheldonh
8ac43f5a67
Add missing -v option to the SYNOPSIS.
2001-11-27 12:57:45 +00:00
peter
add9e3ca02
Fix some duplicate quotes and tidy up some Dr. Who quotes.
2001-11-27 12:02:03 +00:00
sheldonh
776532304a
Catch two extraneous calls to expr(1) that slipped past rev 1.311.
2001-11-27 11:57:47 +00:00
tanimura
f951178b75
Clear a new syncache entry first, followed by filling in values. This
...
fixes route breakage due to uncleared gabage on my box.
2001-11-27 11:55:28 +00:00
ru
5a6e4aa9ec
Fixed two typos.
...
PR: docs/32327
Submitted by: Frans Haarman <frans@haarman.com>
2001-11-27 11:33:32 +00:00
ru
e129a9f15e
Make -log_ipfw_denied active by default with -verbose.
...
Discussed with: phk
2001-11-27 11:06:02 +00:00
ru
3c293c52fd
Fixed (local) style bugs in previous revision.
2001-11-27 11:00:16 +00:00
ru
1274247e0e
When servicing an internal FTP server, punch ipfirewall(4) holes
...
for passive mode data connections (PASV/EPSV -> 227/229). Well,
the actual punching happens a bit later, when the aliasing link
becomes fully specified.
Prodded by: Danny Carroll <dannycarroll@hotmail.com>
MFC after: 1 week
2001-11-27 10:50:23 +00:00
ru
ce68efb1de
${BINDIR} already has the leading slash.
2001-11-27 09:54:02 +00:00
dfr
ed1267af93
Minor tweaks to the TLB handling code - avoid movl instructions and add
...
itc.x instructions to attempt to avoid the little flurry of TLB exceptions
for handling access, dirty etc.
2001-11-27 09:49:53 +00:00
ru
6d4362392c
Put the "tip" in exactly the same place where it was in rev. 1.169.
2001-11-27 09:42:50 +00:00
ru
bfc3ff5461
Removed glibc specific stuff.
...
PR: docs/31431
2001-11-27 08:23:38 +00:00
wes
925df35947
Must link strerror manpage to strerror_r.
...
Thanks for the review, Mike.
Submitted by: Mike Barcroft <mike@FreeBSD.org>
2001-11-27 07:57:31 +00:00
wes
bdb2c68332
Add strerror_r function per Posix prototype.
...
Reviewed by: Mike Barcroft <mike@FreeBSD.org>
MFC after: 2 weeks
2001-11-27 07:39:46 +00:00
green
2181f49061
Add lomac.c.
...
Found by: ken
2001-11-27 06:15:12 +00:00
ken
5cc7e8df85
Fix mounting root from a ISO9660 filesystem on a SCSI CDROM.
...
The problem was that the ISO9660 code wasn't opening the device prior to
issuing ioctl calls. In particular, the device must be open before
iso_get_ssector() is called in iso_mountroot().
If the device isn't opened first, the disk layer blows up due to an
uninitialized variable.
The solution was to open the device, call iso_get_ssector() and then close
it again.
The ATAPI CDROM driver doesn't have this problem because it doesn't use the
disk layer, and evidently doesn't mind if someone issues an ioctl without
first issuing an open call.
Thanks to phk for pointing me at the source of this problem.
Tested by: dirk
MFC after: 1 week
2001-11-27 03:55:43 +00:00
ken
33d2e7c7bc
Bring the probe inquiry code in line with the SCSI spec.
...
It is legal to have a device with device type 0x1f, that just means
that the device is of unknown type. Instead, only check the peripheral
qualifier when deciding whether or not to reject a device based on its
inquiry information.
Tested by: julian
MFC after: 3 weeks
2001-11-27 03:34:22 +00:00
gad
158a111b03
Change the recently-added 'o'-processing so it maps to 'l' instead of 'f'.
...
'l' ("plain text which includes control characters") is somewhat more
appropriate for 'o' ("postscript files"), and in fact some printers treat
'l' as a request to print a postscript file.
MFC after: 1 week
2001-11-27 01:32:25 +00:00
silby
7f6c9afbd1
Have security add a To: root@host line; the lack of a To: line is causing
...
spambouncer to think my security logs are spam.
2001-11-27 01:06:57 +00:00
des
22cc45b784
Create a pam_ssh(8) man page, based on a repo-copy of pam_unix(8).
...
License modified with original author's permission.
Sponsored by: DARPA, NAI Labs
2001-11-27 00:57:50 +00:00
des
d387396266
Document the local_pass and nis_pass options, add a few xrefs, and reorder
...
the SEE ALSO section. License modified with original author's permission.
Sponsored by: DARPA, NAI Labs
2001-11-27 00:53:10 +00:00
jhb
a65864a971
Replace 'p' with 'td' as appropriate.
2001-11-27 00:34:13 +00:00
jhb
35af124436
GC compat macros HASHINIT, VOP__LOCK, VOP__UNLOCK, VGET, and VN_LOCK.
2001-11-27 00:18:33 +00:00
jhb
0dc259caa3
Expand LOCKMGR() compat macro.
2001-11-27 00:08:04 +00:00
jhb
b4d8ef062a
GC some KSE compatiblity macros that were somehow still here.
2001-11-26 23:52:35 +00:00
jhb
8698e45aa6
GC non-FreeBSD code that didn't work anyways.
2001-11-26 23:45:12 +00:00
markm
d7f0a44ce0
Some CVS surgery has been done to tip(1) to clean out a commit that I
...
should have done differently.
Restore tip(1) to the build. I will return to this with a clean
import to tip in due course.
2001-11-26 23:18:21 +00:00
bmah
1c23cb6aab
Grammar police (system console terminal type menu).
2001-11-26 23:14:21 +00:00
markm
1ab9cf7b4b
After some CVS surgery to remove an unwise commit, restore some
...
post-UUCP-removal stuff:
1) Link cu(1) to tip(1).
2) Force removal of system immutable bit. (Was needed by UUCP's
insecure cu(1).
2001-11-26 23:13:33 +00:00
markm
e7b48738c9
Temporarily remove tip/cu from the build while repo-surgery is done.
2001-11-26 22:35:10 +00:00
green
d741ed6f56
Add LOMAC options (the "Z" flag in both cases) to display extra information
...
in ls(1) and ps(1).
Sponsored by: DARPA, NAI Labs
2001-11-26 22:21:15 +00:00
imp
d60fa5f434
MFS: I was confused. This code wasn't in -current after all.
...
Merge in the irq 0 detection. Add comment about why.
If we have irq 0, ignore it like we do irq 255. Some BIOS writers aren't
careful like they should be.
2001-11-26 21:25:03 +00:00
bmah
39356fa2d6
New release note: TCP syncache.
2001-11-26 20:06:25 +00:00
ru
bfc02ffff8
Bring the ucred(9) manpage in sync with the source.
...
Specifically, document the crshared() function and
fix the prototype and description of the crcopy()
function.
PR: docs/32275
Submitted by: Chad David <davidc@acns.ab.ca>
Reviewed by: jhb
2001-11-26 18:37:50 +00:00
arr
a2a1ab4a03
- Fix some poor signal handler usage.
...
Reviewed by: -audit (and their silence), jhb, maintainer's silence
2001-11-26 17:53:02 +00:00
sobomax
1e01215fef
Add entries for GDM (GNOME Display Manager).
...
MFC after: 3 days
2001-11-26 16:55:40 +00:00
iedowse
fdfcd88d39
Back out 1.88 (NO_SYNC_CACHE quirk for Infortrend IFT-3102). Since
...
this device properly reports that the sync cache command is
unsupported, the bug is that we still complain about it on the
console.
Noticed by: gibbs
2001-11-26 16:54:37 +00:00
nyan
8b353ec10a
Split the sio driver for pc98 into bus front end and back end.
...
(merged from the files in sys/dev/sio)
2001-11-26 12:29:53 +00:00