| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
document new ATA options.
Notes:
svn path=/stable/4/; revision=73044
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New option -m to select multisession mode.
WARNING: until now all disks was closed as multisession disks, this is
no longer the case, if the -m option isn't used disks are closed as
singlesession. The reason is that some drives wont close a disk
with one large image on in multisession mode, probably because it
"knows" that a new session wont fit on the media resonably.
Also update burncd with new stuff from various places that I've collected
and modified to my taste, its actually amasing how many thinks up the
same enhancements (none mentioned none forgotten):
Allow '-' to be used as filename for using stdin.
Add 'l' option to take a list of image files from 'filename'
Notes:
svn path=/stable/4/; revision=73042
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Get the ata drive in sync with -current to the following versions:
ata-all.c 1.102 (minus 1.100)
ata-all.h 1.37
ata-disk.c 1.92
ata-disk.h 1.31
ata-dma.c 1.57
ata-raid.c 1.10
ata-raid.h 1.4
atapi-all.c 1.63 (minus 1.62)
atapi-all.h 1.32
atapi-cd.c 1.76 (minus progress stuff)
atapi-cd.h 1.22 (minus progress stuff)
atapi-fd.c 1.57
atapi-fd.h 1.13
atapi-tape.c 1.49
atapi-tape.h 1.14
Notes:
svn path=/stable/4/; revision=73041
|
| |
|
|
|
|
|
| |
add type to blank ioctl, and session to disk_close ioctl.
Notes:
svn path=/stable/4/; revision=73040
|
| |
|
|
|
|
|
| |
Add ATA_ENABLE_WC option
Notes:
svn path=/stable/4/; revision=73039
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73038
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73032
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=73024
|
| |
|
|
|
|
|
|
| |
1.2->1.3: Remove unused #includes.
1.3->1.4: Use <sys/queue.h> macro APIs.
Notes:
svn path=/stable/4/; revision=73009
|
| |
|
|
|
|
|
| |
select() DKI is now in <sys/selinfo.h>.
Notes:
svn path=/stable/4/; revision=73008
|
| |
|
|
|
|
|
|
|
|
| |
this fixes the panics that have been observed with sb16 cards and certain
wav files where sndbuf_clear was asked to clear an odd number of bytes- a
condition that *should* never occur and i'm still investigating. however,
this fixes the symptom for now.
Notes:
svn path=/stable/4/; revision=73002
|
| |
|
|
|
|
|
|
|
|
|
| |
module, otherwise each module gets its own copy of the method descriptors.
this results in the upper layer code being unable to find the implementation
of any method in any object, which is a bad thing.
this commit makes newpcm drivers as modules actually work under 4.x
Notes:
svn path=/stable/4/; revision=72998
|
| |
|
|
|
|
|
| |
Submitted by: Mike Silbersack <silby@silby.com>
Notes:
svn path=/stable/4/; revision=72997
|
| |
|
|
|
|
|
|
|
|
| |
asc and ascq pair rather than asc, asc.
PR: 25291
Submitted by: Stephen Ferrari <sferrari@yahoo.com>
Notes:
svn path=/stable/4/; revision=72993
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72987
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72983
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
src/sys/netinet/in_pcb.c rev 1.78
src/sys/netinet/in_pcb.h rev 1.36
src/sys/netinet/tcp_subr.c rev 1.91
src/sys/netinet/udp_usrreq.c rev 1.86
Without this a attacker sending ICMP messages, where the attached
IP header (+ 8 bytes) has the address and port numbers == 0, would
have the ICMP message applied to all sessions.
The changes broken down:
- remove 0 as a wildcard for addresses and port numbers in
src/sys/netinet/in_pcb.c:in_pcbnotify()
- add src/sys/netinet/in_pcb.c:in_pcbnotifyall() used to notify
all sessions with the specific remote address.
- change
- src/sys/netinet/udp_usrreq.c:udp_ctlinput()
- src/sys/netinet/tcp_subr.c:tcp_ctlinput()
to use in_pcbnotifyall() to notify multiple sessions, instead of
using in_pcbnotify() with 0 as src address and as port numbers.
- remove check for src port == 0 in
- src/sys/netinet/tcp_subr.c:tcp_ctlinput()
- src/sys/netinet/udp_usrreq.c:udp_ctlinput()
as they are no longer needed.
- move handling of redirects and host dead from in_pcbnotify() to
udp_ctlinput() and tcp_ctlinput(), so they will call
in_pcbnotifyall() to notify all sessions with the specific
remote address.
Approved by: kris
Inspired by: NetBSD
Notes:
svn path=/stable/4/; revision=72982
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72966
|
| |
|
|
|
|
|
| |
Reviewed by: Peter Petrakis <peter.petrakis@api-networks.com>
Notes:
svn path=/stable/4/; revision=72963
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72961
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72957
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72944
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72943
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72934
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72926
|
| |
|
|
|
|
|
| |
Noticed by: anders@codefactory.se
Notes:
svn path=/stable/4/; revision=72913
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72902
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72901
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72883
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72882
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72874
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72870
|
| |
|
|
|
|
|
|
| |
Fixes for the dynamic sysctl macros to handle dynmaically generated
names and to add a few needed 'const's.
Notes:
svn path=/stable/4/; revision=72869
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72868
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72867
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72866
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72865
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72863
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72862
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72861
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72860
|
| |
|
|
|
|
|
|
| |
minimize diffs with -current due to cut 'n' paste bogons in a previous
MFC.
Notes:
svn path=/stable/4/; revision=72858
|
| |
|
|
|
|
|
|
|
|
| |
grabbed from kernel).
rtadvd.conf.5: 1.4->1.5
rtadvd.conf: 1.2->1.3
Notes:
svn path=/stable/4/; revision=72856
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72854
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72852
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72851
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Maintain forward compatibility on the -stable branch by
not doing an MFC of the machine dependent MINSIGSTKSZ.
This guarantees that binaries compiled on systems that
include this MFC will run on older systems.
Reviewed by: gallatin
Notes:
svn path=/stable/4/; revision=72848
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72840
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Don't try to negotiate MPPE when CHAP81 hasn't been agreed
Don't drop to state DATALINK_READY when we close a link that
never actually opened
Tone down some MPPE diagnostics
Various man page fixes
Handle sa_len == 0 from accept()
Notes:
svn path=/stable/4/; revision=72834
|
| |
|
|
| |
Notes:
svn path=/stable/4/; revision=72833
|