| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(even found some unchecked naked uses)
|
|
|
|
|
| |
Requested by: itojun
MFC after: 5 days
|
|
|
|
| |
MFC after: 6 days
|
|
|
|
|
|
| |
PR: 29190
Submitted by: Cristan Szmajda <cristan@unsw.edu.au>
Reviewed by: md5(1)
|
|
|
|
| |
MFC after: 1 week
|
|
|
|
|
|
|
| |
- add $FreeBSD$;
- remove unused variables;
- add missing headers and prototypes;
- -Wshadow.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- slightly more accurate VGA hardware emulation;
- more int 10 functions, especially wrt to palette handling;
- first shot at graphics support;
- mode switching.
Bugs:
- graphics too slow;
- only 16 color modes work for now;
- works only under X, and only with 16 bit TrueColor visuals;
- far from being genuinely useful (I can play an old EGA game now, though
(mahjongg.exe)).
Also, the code has been cleaned up a bit (more to come in a separate commit).
|
|
|
|
|
| |
Obtained from: OpenBSD
MFC After: 1 week
|
|
|
|
|
|
|
|
| |
already found in the sigaction(2) manual.
As discussed with the committer of that delta, cross-reference the list
in sigaction(2) instead of duplicating the list of functions that are
safe for use within signal handlers.
|
|
|
|
|
| |
Obtained from: OpenBSD
MFC after: 1 week
|
|
|
|
|
| |
Obtained from: OpenBSD
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
|
| |
Clarify that if strlcat() does not find a NUL within siz byte it
will not NUL terminate either.
Document boundary condition when size < strlen(dst).
"of", not "on" (from Henric Jungheim)
Obtained from: OpenBSD
MFC After: 1 week
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
immediately when a signal is caught. Instead, defer
program termination until the next call to VGLCheckSwitch().
Otherwise, the video card may not be restored correctly
if the signal is seen while inside libvgl functions.
MFC after: 1 week
|
|
|
|
|
| |
OpenBSD project had grammar problems and made no attempt to motivate
the practice of saving errno. Replace it with something better.
|
|
|
|
|
|
|
|
|
|
|
| |
correct some ommissions of udp ports.
Update IANA web page.
Clean up/correct some comments. I went a little further than the PR.
PR: conf/23416
Submitted by: Rudolf Cejka <cejkar@dcse.fee.vutbr.cz>
|
|
|
|
| |
characters.
|
| |
|
|\
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
|
| |
| |
| |
| |
| |
| |
| |
| | |
+* Redistribution and use in source and binary forms, with or without
+* modification, are permitted provided that this entire copyright notice
+* is duplicated in all such copies.
Obtained from: ftp://ftp.porcupine.org/pub/security/tcp_wrappers_license
|
| |
| |
| |
| | |
Reviewed by: ru
|
| |
| |
| |
| | |
as possible.
|
| |
| |
| |
| | |
Submitted by: Alexey V. Neyman <avn@any.ru>
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
find it more easily
Obtained from: OpenBSD
MFC After: 1 week
|
| |
| |
| |
| |
| |
| |
| | |
and give a bit of advice.
Obtained from: OpenBSD
MFC After: 1 week
|
| |
| |
| |
| |
| |
| | |
Previously, some useful xrefs were missing.
Now each of the pages refers to all remaining section 2 pages,
to the kld(4) page, and to a related utility's (section 8) page.
|
| |
| |
| |
| |
| |
| |
| | |
simply manipulates the pte which faulted instead of traversing the mapping
list for that page. This makes it possible to complete the trap without
needing locks and incidentally improves the accuracy of some statistics
used by the VM system.
|
| |
| |
| |
| |
| | |
Obtained from: OpenBSD
MFC After: 1 week
|
| |
| |
| |
| | |
treatment along with gif so it doesn't support cloning yet.
|
| |
| |
| |
| |
| | |
Found by: make lint
Reviewed by: bmah
|
| |
| |
| |
| |
| |
| |
| |
| | |
in the signal handlers which may pose a risk when executable by untrusted
users.
Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl>
MFC After: 3 days
|
| | |
|
| |
| |
| |
| |
| | |
Updates: Cross-reference SA-01:49 for telnet(8) buffer overflow fix,
binutils upgrade to snapshot, tcpdump 3.6.3, OpenSSL 0.9.6b.
|
| |
| |
| |
| |
| |
| | |
a privately #defined IFT_8021_VLAN.
MFC after: 3 days
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | | |
which included commits to RCS files with non-trunk default branches.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
correct the error-checking that was there. With the old code, an error
return from getpwuid(daemon_user) could turn the lpd process into a very
effective fork-bomb...
Reviewed by: freebsd-audit freebsd-print (a little...)
MFC after: 6 days
|
| | |
| | |
| | |
| | | |
won't trap.
|
| | |
| | |
| | |
| | | |
to ensure deterministic operation
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
to do what they are supposed to: under some circumstances output data would
be truncated, or the buffer would not actually be flushed (possibly leading
to overflows when the caller assumes the operation succeeded). Change the
semantics so that these functions ensure they complete the operation before
returning.
Comment out diagnostic code enabled by '-D reports' which causes an
infinite recursion and an eventual crash.
Patch developed with assistance from ru and assar.
|
| | |
| | |
| | |
| | |
| | | |
Reviewed by: brian
MFC after: 5 days
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
of if_txpreg.h, which didn't have sc_rxbufprod defined in the softc
struct.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
blown over by the Hurricane and had a house dropped on you by the Tornado.
Now it's time to have your parade rained on by... the Typhoon!
This commit adds driver support for 3Com 3cR990 10/100 ethernet
adapters based on the Typhoon I and Typhoon II chipsets. This is actually
a port of the OpenBSD driver with many hacks by me.
No Virginia, there isn't any support for the hardware crypto yet. However
there is support for TCP/IP checksum offload and VLANs.
Special thanks go to Jason Wright, Aaron Campbell and Theo de Raadt for
squeezing enough info out of 3Com to get this written, and for doing
most of the hard work.
Manual page is included. Compiled as a module and included in GENERIC.
|