Commit Graph

63435 Commits

Author SHA1 Message Date
dd
505c5a72cd Xref raise(3). 2001-08-17 21:04:42 +00:00
scottl
bf29ff0a8d Clarify the description string for one of the StrongARM based cards. 2001-08-17 20:59:49 +00:00
bmah
c195c8bad9 Troll for MFCs that haven't been marked as such: KERNCONF, an(4)
support for Aironet 350, ed(4) support for Linksys cards, aac(4),
ssh(1) not SUID, passwd(1)/pw(8) support for passwd_format,
rc(8) deletes non-directories in /var/run and /var/spool/lock,
fmtcheck(3), sshd(8) X11Forwarding, sshd_config MaxStartups
deprecates ConnectionsPerPeriod.

Some of these MFCs are new, others were reflected in 4-STABLE's
release notes already, and still others were MFC-ed before prior
releases.

Relocate dgm->digi release note item to live next to digi.

Relocate an(4)/AIR350 note to be next to another an(4) entry.

Remove a duplicate entry documenting xargs(1) -J.

Port markup fixes:  sysutils/cs9660_unicode, net/pim6dd, net/pim6sd.
2001-08-17 19:59:25 +00:00
bmah
ca70e87603 Markup nit: Mark some things with <envar> that used be done with
<literal> or <varname>.
2001-08-17 17:36:50 +00:00
obrien
aba3c6d7f2 Use a build-tool to create the .mgc files.
Submitted by:	ru (partial)
Obtained from:	NetBSD (basic idea)
Reviewed by:	bde, ru
2001-08-17 17:21:38 +00:00
bmah
bf900eabdb New/updated release notes: maxusers tunable, vidcontrol(1) -h,
tmpname(3) use of TMPDIR.
2001-08-17 17:18:39 +00:00
obrien
10dbe67eb1 Fix style nits. 2001-08-17 16:54:09 +00:00
ru
16f1122b13 Removed the (possible) ambiguity in /etc/rc.conf comment.
PR:		bin/29736
2001-08-17 16:05:54 +00:00
bmah
22f56b6f46 New/modified release notes: Update isdn4bsd entry (users must
use ispppcontrol when doing kernel PPP over ISDN), s/Ukranian/Ukrainian/.

MFCs noted:  cdcontrol(1) next/prev, sysctl(8) -N, sysctl(8) -ao/-ax and
-w deprecated, col(1) -p.
2001-08-17 16:04:01 +00:00
ru
1f81697aac Removed comments that simply describe what is seen by ``cvs di -rRELENG_4''
of that file.  (xtp(4) has already been MFC'ed.)
2001-08-17 15:51:26 +00:00
ru
053e568e92 mdoc(7) police: collapse multiple spaces. 2001-08-17 15:25:55 +00:00
ru
5ea6efa119 mdoc(7) police: fixed the fatal. 2001-08-17 15:18:49 +00:00
bmah
3799fd9ba2 Note that cdrecord is a part of the sysutils/cdrtools port.
(While I'm here, change markup for a reference to the net/smbfs
port to use <port></port> tags.)

Submitted by:	kris
2001-08-17 15:16:12 +00:00
bmah
fbcb7d3830 MFS:
s/compatability/compatibility/
	s/compatable/compatible/
	s/behaviour/behavior/
2001-08-17 15:01:39 +00:00
ru
b3e6a08ca5 mdoc(7) police: markup nit. 2001-08-17 12:26:00 +00:00
sobomax
287d6a4f4d The ports that convert screendumps into text or png called scr2*, not
shot2*.

PR:
Submitted by:   Olexander Kunytsa
2001-08-17 11:32:25 +00:00
joe
207831986a Make source crunches work as well as object crunches; broken in the
last commit that fixed object crunches.

Repeat after me, "no excuses for not testing".
2001-08-17 11:11:10 +00:00
ache
15b17530eb Simplify overflow calculations a bit 2001-08-17 11:08:56 +00:00
ache
2b683510d5 Remove extra check, already done in upper level caller, i.e. in
_fseeko()
2001-08-17 10:43:03 +00:00
ache
ebbe15509b Mention ftell & ftello in EOVERFLOW section too. 2001-08-17 10:29:09 +00:00
ache
72d09d2a6d Add more overflow checks in case of fseek() 2001-08-17 10:22:03 +00:00
ache
b738f843d4 Don't clear "we have offset" flag even if long is overflow for fseek(),
there is no harm to have it, it will reduce next call efforts.
2001-08-17 10:06:46 +00:00
ache
fc8382547a fseek.c:
Resulting fseek() offset must fit in long, required by POSIX (pointed by bde),
so add LONG_MAX and final tests for it.

rewind.c:
1) add missing __sinit() as in fseek() it pretends to be.
2) use clearerr_unlocked() since we already lock stream before _fseeko()
3) don't zero errno at the end, it explicitely required by POSIX as the
only one method to test rewind() error condition.
4) don't clearerr() if error happens in _fseeko()
2001-08-17 09:57:11 +00:00
kris
25350861cb cdrecord is now called cdrtools
Submitted by:	stuart nichols <unstable@stac.state.tx.us>
2001-08-17 06:42:31 +00:00
fjoe
faf3b2c65a add an entry about myself
Reviewed by:	jdp
2001-08-17 05:59:39 +00:00
gibbs
9b7835e599 Restore initialization of ahc->unpause lost in rev 1.76. ahc->unpause
should be initialized to 0 for PCI adapters which was a side-effect of
the memset in ahc_alloc().  EISA/VL adapters require our unpause value to
include the "levelness" of our interrupt.

This change allows EISA adapters to work again.

PR: 29689, 29471
2001-08-17 04:22:50 +00:00
peter
2769afaba5 Fix part of another problem that bde pointed out. This is different
to what bde suggested though.
2001-08-16 23:43:24 +00:00
obrien
baed2979f0 Define _KERNEL as this grubs around where no userland should go. 2001-08-16 20:47:01 +00:00
peter
45966c7e37 Remove redundant null-termination. The buffer is already explicitly
zeroed, and we intentionally leave -1 on the strncpy length to leave
the original \0.

Submitted by: bde
2001-08-16 20:18:43 +00:00
peter
e431a7ba99 Don't explicitly null-terminate. The buffer we are copying into is
already zeroed, and we explicitly leave the last byte untouched.

Submitted by: bde
2001-08-16 20:16:20 +00:00
wpaul
b754cb0ce9 After one more day of testing, make what I hope are the final tweaks to
prevent/workaround TX lockups in this driver. The secret seems to be to
not let the TX DMA queue become too full. If we have too many packets
in the queue, we should wait for them to drain a bit before trying to
queue more. This should prevent the lockup from occurring, and if it
does occur, there is special code in sf_start() to kick the NIC in the
head and get it going again.

Special thanks to Glen Neff for helping me test this fix.
2001-08-16 20:15:16 +00:00
obrien
56854fcc45 Prototype the ptrace_*() 2001-08-16 19:57:36 +00:00
green
221000aec0 Update the OpenSSH minor-version string.
Requested by:	obrien
Reviewed by:	rwatson
2001-08-16 19:26:19 +00:00
mjacob
3a281bb721 oops- typo in a previous commit 2001-08-16 17:39:45 +00:00
mjacob
54af500d5d Fix a spelling error in a comment. 2001-08-16 17:31:27 +00:00
imp
b0591604bf Fix the so-called "half-baked-probe" code that I wrote a long time ago
to properly clear the interrupt register on the no error case.  Also,
set the mcr register to zero when we find we can't support the chip.

This fixes the hang on sio driver attach problem in the new pci pccard
code that some people have reported.  At least on my machine.  I'd
like to get this into 4.4.

Submitted by: bde
PR: kern/29742

MFC after: 1 day
2001-08-16 17:30:55 +00:00
mjacob
ae5b0a19f4 Add more MBOX and ASYNC event defines.
MFC after:	2 weeks
2001-08-16 17:26:03 +00:00
mjacob
d716bd721f Thanks to PHK for spotting: ISPASYNC_UNHANDLED_RESPONSE not
handle in isp_async.
2001-08-16 17:25:41 +00:00
mjacob
bb31835e57 Enable LIP F8, LIP Reset async events.
Be more chatty about SNS failures. Fix
typo for skipped phase mesage. Correct
MBOX_GET_PORT_QUEUE_PARAMS options in
table.

MFC after:	2 weeks
2001-08-16 17:25:08 +00:00
ru
385b4a3422 MFS: first appeared in FreeBSD 4.4. 2001-08-16 17:19:30 +00:00
julian
0aa825fa0a Fix typo
Submitted by:	 BDE
MFC after:	2 weeks
2001-08-16 17:17:54 +00:00
julian
237bd5702e Only allocate teh 1540 byte buffer if we need it..
(lazy allocation)

MFC after:	13 days
2001-08-16 17:16:31 +00:00
brian
be2ce4c255 Add two missing includes 2001-08-16 16:58:12 +00:00
brian
41f46efeda Remove an unused variable 2001-08-16 16:58:02 +00:00
mikeh
ad7590480b Print a space between the function name and line number.
PR:		bin/10980
MFC after:	2 weeks
2001-08-16 16:18:14 +00:00
mikeh
783b5464c5 Add $FreeBSD$
MFC after:	2 weeks
2001-08-16 16:16:07 +00:00
mp
dc8cd65ae9 Reduce stack allocation (stack-fast?).
elf_load_file()   =>  352 to 52 bytes
    exec_elf_imgact() => 1072 to 48 bytes
    elf_corehdr()     =>  396 to  8 bytes

Reviewed by:	julian
2001-08-16 16:14:26 +00:00
mikeh
1893e4ca2f Fix the @monthly and @weekly shortcuts so that they actually run
monthly and weekly, respectively. Also fix the @yearly shortcut so
that it doesn't execute daily during January. OpenBSD and NetBSD also
appear to have this bug.

PR:		bin/21152
2001-08-16 14:23:59 +00:00
ru
fe381e6d6f mdoc(7) police: restore markup bit that got accidentally lost in rev. 1.44. 2001-08-16 11:31:18 +00:00
ru
feb6bd4a9b mdoc(7) police: replace \*(Ba' with a simple |', it's handled specially. 2001-08-16 11:09:00 +00:00