aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove emalloc and expand to the malloc + error checking it was, where used.David E. O'Brien2001-07-243-20/+9
* Remove the misnamed `emalloc' and replace its uses with the calloc (alongDavid E. O'Brien2001-07-243-26/+14
* Remove the local basename in favor of the libc version.David E. O'Brien2001-07-245-43/+22
* Expland the emalloc to do the testing at the place of mallocing.David E. O'Brien2001-07-241-16/+6
* Expand emalloc in-place, and remove the `rname' basename() implimenation.David E. O'Brien2001-07-242-24/+6
* Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in itsDavid E. O'Brien2001-07-245-59/+56
* Replace the local `rname' with the cannonical `basename'.David E. O'Brien2001-07-244-13/+11
* Expand x{malloc,calloc,realloc,strdup} in-place.David E. O'Brien2001-07-248-79/+169
* pass any NS/NA/toobig.Hajimu UMEMOTO2001-07-241-18/+9
* Remove redundant mtu/mru/speed settingsBrian Somers2001-07-241-6/+0
* yp_errno is an `enum ypstat`.Dima Dorfman2001-07-241-1/+1
* yyerror() is a printflike functionKris Kennaway2001-07-241-1/+1
* Clean up the code a bit:Thomas Gellekum2001-07-2432-181/+205
* Rewrite video emulation. Features:Thomas Gellekum2001-07-2416-1563/+3116
* sprintf -> snprintfKris Kennaway2001-07-241-1/+2
* The previous delta duplicated a significant amount of informationSheldon Hearn2001-07-241-122/+4
* Replace strncpy -> strlcpyKris Kennaway2001-07-241-6/+3
* Sync to OpenBSD (update comment and minor style change).Kris Kennaway2001-07-242-6/+8
* Sync to OpenBSD:Kris Kennaway2001-07-241-2/+23
* Added the txp driver into the list for SMALL kernel.KATO Takenori2001-07-243-0/+3
* Merged from sys/i386/conf/GENERIC revision 1.315.KATO Takenori2001-07-241-0/+1
* - Do not call VGLEnd() and exit() to terminate the programKazutaka YOKOTA2001-07-241-2/+15
* The delta introduced in the previous revision and attributed to theSheldon Hearn2001-07-241-2/+4
* Add ports for sshell, ldaps, rsync, ftps-{data|control}, ircs, andDoug Barton2001-07-241-6/+19
* mdoc(7) police: remove hard sentence breaks and wrap lines over 80Dima Dorfman2001-07-241-2/+4
* Fix or add types where appropriate.Dima Dorfman2001-07-241-2/+11
* This commit was generated by cvs2svn to compensate for changes in r80260,Kris Kennaway2001-07-241-3/+18
|\
| * Import updated/clarified license for tcp_wrappers.vendor/tcp_wrappersKris Kennaway2001-07-241-3/+18
* | Improve markup.Dima Dorfman2001-07-241-3/+5
* | Note that this list should follow the docproj dependency list as muchDima Dorfman2001-07-241-1/+2
* | eps2png -> pepsDima Dorfman2001-07-241-1/+1
* | Finish the sweep of changes that fix doubled 'the'.Sheldon Hearn2001-07-242-2/+2
* | Add the list of signal-handler safe functions here too, so people canKris Kennaway2001-07-241-0/+123
* | Add a few more functions which are safe to call from signal handlers,Kris Kennaway2001-07-241-0/+20
* | Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages.Yaroslav Tykhiy2001-07-249-5/+19
* | Simplify the implementation of pmap_emulate_reference(). The new versionDoug Rabson2001-07-243-59/+76
* | Save errno in signal handlerKris Kennaway2001-07-241-0/+2
* | Bruce gave me a little too much credit ;-), stf didn't get the fullBrooks Davis2001-07-242-4/+4
* | Fix four </para> tags that were either missing or misspelled as </para>.Brooks Davis2001-07-242-8/+8
* | Install this mode 4550 owned by group dialer; there is unsafe codeKris Kennaway2001-07-241-1/+3
* | Add txp(4) devices to the supported hardware list.Bruce A. Mah2001-07-242-0/+48
* | New release notes: txp(4) driver.Bruce A. Mah2001-07-242-8/+18
* | Use the IANA assignment IFT_L2VLAN directly instead of indirecting throughBill Fenner2001-07-242-5/+2
* | Grrrr: s/DFS-538TX/DFE-538TX/Bruce A. Mah2001-07-232-2/+2
* | Quiet a [useless] compiler warning.David E. O'Brien2001-07-231-1/+1
* | Merge tcpdump 3.6.3Bill Fenner2001-07-232-2/+10
* | This commit was generated by cvs2svn to compensate for changes in r80231,Bill Fenner2001-07-235-16/+25
|\ \
| * | Virgin import of tcpdump.org tcpdump v3.6.3Bill Fenner2001-07-237-18/+35
* | | Basically rewrite the dofork() routine, to add more error-checking andGarance A Drosehn2001-07-231-14/+55
* | | Turn on __STRICT_ALIGNMENT. We need this to fix up alignment so the alphaBill Paul2001-07-231-1/+1