summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Expand x{malloc,calloc,realloc,strdup} in-place.obrien2001-07-248-79/+169
| | | | (even found some unchecked naked uses)
* pass any NS/NA/toobig.ume2001-07-241-19/+10
| | | | | Requested by: itojun MFC after: 5 days
* Remove redundant mtu/mru/speed settingsbrian2001-07-241-6/+0
| | | | MFC after: 6 days
* yp_errno is an `enum ypstat`.dd2001-07-241-1/+1
| | | | | | PR: 29190 Submitted by: Cristan Szmajda <cristan@unsw.edu.au> Reviewed by: md5(1)
* yyerror() is a printflike functionkris2001-07-241-1/+1
| | | | MFC after: 1 week
* Clean up the code a bit:tg2001-07-2432-181/+205
| | | | | | | - add $FreeBSD$; - remove unused variables; - add missing headers and prototypes; - -Wshadow.
* Rewrite video emulation. Features:tg2001-07-2416-1583/+3136
| | | | | | | | | | | | | | | | | - 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).
* sprintf -> snprintfkris2001-07-241-1/+2
| | | | | Obtained from: OpenBSD MFC After: 1 week
* The previous delta duplicated a significant amount of informationsheldonh2001-07-241-122/+4
| | | | | | | | 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.
* Replace strncpy -> strlcpykris2001-07-241-6/+3
| | | | | Obtained from: OpenBSD MFC after: 1 week
* Sync to OpenBSD (update comment and minor style change).kris2001-07-242-6/+8
| | | | | Obtained from: OpenBSD MFC after: 1 week
* Sync to OpenBSD:kris2001-07-241-2/+23
| | | | | | | | | | | | 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
* Added the txp driver into the list for SMALL kernel.kato2001-07-243-0/+3
|
* Merged from sys/i386/conf/GENERIC revision 1.315.kato2001-07-241-0/+1
|
* - Do not call VGLEnd() and exit() to terminate the programyokota2001-07-241-2/+15
| | | | | | | | | 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
* The delta introduced in the previous revision and attributed to thesheldonh2001-07-241-2/+4
| | | | | OpenBSD project had grammar problems and made no attempt to motivate the practice of saving errno. Replace it with something better.
* Add ports for sshell, ldaps, rsync, ftps-{data|control}, ircs, anddougb2001-07-241-6/+19
| | | | | | | | | | | 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>
* mdoc(7) police: remove hard sentence breaks and wrap lines over 80dd2001-07-241-2/+4
| | | | characters.
* Fix or add types where appropriate.dd2001-07-241-2/+11
|
* This commit was generated by cvs2svn to compensate for changes in r80260,kris2001-07-241-3/+18
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import updated/clarified license for tcp_wrappers.kris2001-07-241-3/+18
| | | | | | | | | | | | | | | | +* 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
* | Improve markup.dd2001-07-241-3/+5
| | | | | | | | Reviewed by: ru
* | Note that this list should follow the docproj dependency list as muchdd2001-07-241-1/+2
| | | | | | | | as possible.
* | eps2png -> pepsdd2001-07-241-1/+1
| | | | | | | | Submitted by: Alexey V. Neyman <avn@any.ru>
* | Finish the sweep of changes that fix doubled 'the'.sheldonh2001-07-242-2/+2
| |
* | Add the list of signal-handler safe functions here too, so people cankris2001-07-241-0/+123
| | | | | | | | | | | | | | find it more easily Obtained from: OpenBSD MFC After: 1 week
* | Add a few more functions which are safe to call from signal handlers,kris2001-07-241-0/+20
| | | | | | | | | | | | | | and give a bit of advice. Obtained from: OpenBSD MFC After: 1 week
* | Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages.yar2001-07-249-5/+19
| | | | | | | | | | | | 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.
* | Simplify the implementation of pmap_emulate_reference(). The new versiondfr2001-07-243-59/+76
| | | | | | | | | | | | | | 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.
* | Save errno in signal handlerkris2001-07-241-0/+2
| | | | | | | | | | Obtained from: OpenBSD MFC After: 1 week
* | Bruce gave me a little too much credit ;-), stf didn't get the fullbrooks2001-07-242-4/+4
| | | | | | | | treatment along with gif so it doesn't support cloning yet.
* | Fix four </para> tags that were either missing or misspelled as </para>.brooks2001-07-242-8/+8
| | | | | | | | | | Found by: make lint Reviewed by: bmah
* | Install this mode 4550 owned by group dialer; there is unsafe codekris2001-07-241-1/+3
| | | | | | | | | | | | | | | | 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
* | Add txp(4) devices to the supported hardware list.bmah2001-07-242-0/+48
| |
* | New release notes: txp(4) driver.bmah2001-07-242-8/+18
| | | | | | | | | | Updates: Cross-reference SA-01:49 for telnet(8) buffer overflow fix, binutils upgrade to snapshot, tcpdump 3.6.3, OpenSSL 0.9.6b.
* | Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughfenner2001-07-242-5/+2
| | | | | | | | | | | | a privately #defined IFT_8021_VLAN. MFC after: 3 days
* | Grrrr: s/DFS-538TX/DFE-538TX/bmah2001-07-232-2/+2
| |
* | Quiet a [useless] compiler warning.obrien2001-07-231-1/+1
| |
* | Merge tcpdump 3.6.3fenner2001-07-232-2/+10
| |
* | This commit was generated by cvs2svn to compensate for changes in r80231,fenner2001-07-235-16/+25
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Virgin import of tcpdump.org tcpdump v3.6.3fenner2001-07-237-18/+35
| | |
* | | Basically rewrite the dofork() routine, to add more error-checking andgad2001-07-231-14/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alphawpaul2001-07-231-1/+1
| | | | | | | | | | | | won't trap.
* | | MFcrypto/telnet/telnetd: Correct semantics of output_data*() and netflush()kris2001-07-236-43/+47
| | | | | | | | | | | | to ensure deterministic operation
* | | output_data(), output_datalen() and netflush() didn't actually guaranteekris2001-07-2312-90/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Simplify IPv4 mapped IPv6 address handling.ume2001-07-231-66/+39
| | | | | | | | | | | | | | | Reviewed by: brian MFC after: 5 days
* | | Add an external function to unlink a netgraph type from the types list.julian2001-07-232-0/+21
| | |
* | | AIEEE! Commit the firmware image too. *blush*wpaul2001-07-231-0/+5089
| | |
* | | Grrr. Module depends on vlan.h, and I committed the wrong versionwpaul2001-07-232-1/+2
| | | | | | | | | | | | | | | of if_txpreg.h, which didn't have sc_rxbufprod defined in the softc struct.
* | | You were knocked senseless by the Boomerang, spun around by the Cyclone,wpaul2001-07-2315-0/+2758
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
OpenPOWER on IntegriCloud