summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Integrate fdc.h into fd.c.Yoshihiro Takahashi2001-07-232-4/+250
* remove emalloc,ecalloc,erealloc,estrdupAssar Westerlund2001-07-237-270/+1
* Back out WARNS commenting - local faultAndrey A. Chernov2001-07-231-1/+1
* make vm_page_select_cache staticAssar Westerlund2001-07-232-2/+1
* s/adress/address/Kris Kennaway2001-07-2311-14/+16
* Typo fix: fasion -> fashionKris Kennaway2001-07-231-1/+1
* by by -> byKris Kennaway2001-07-231-1/+1
* Unbreak world - comment out WARNS=2 - deadly warning on tgetstrAndrey A. Chernov2001-07-231-1/+1
* mdoc(7) police: mark up kernel options in .Dv, rc.conf variables inDima Dorfman2001-07-231-10/+19
* Consistently capitalize the first letter of the first word in theDima Dorfman2001-07-231-14/+14
* Break the list of parameter expansions into two lists so thatSheldon Hearn2001-07-231-0/+2
* Document syslogd_program and inetd_program.Dima Dorfman2001-07-231-0/+12
* Don't use the pronoun "you".Dima Dorfman2001-07-231-6/+7
* Fix typosKris Kennaway2001-07-231-3/+3
* sprintf -> snprintfKris Kennaway2001-07-231-4/+4
* Add scripts and Makefile support for building ISO images automaticallyJordan K. Hubbard2001-07-234-0/+176
* Added the linux_sysinfo function to implement sysinfo(2).Jim Pirzyk2001-07-234-3/+78
* Added the proper arguments the sysinfo system callJim Pirzyk2001-07-231-1/+1
* If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told toGregory Neil Shapiro2001-07-232-3/+11
* New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 whenGregory Neil Shapiro2001-07-235-3/+23
* Get rid of a compile-time warning by casting to (size_t).Garance A Drosehn2001-07-231-1/+1
* Get rid of a compile-time warning by casting to (size_t).Garance A Drosehn2001-07-231-1/+1
* Fix a few more minor compile-time warnings, mainly by using size_t whereGarance A Drosehn2001-07-231-10/+15
* Get rid of some compile-time warnings by defining (or casting) variablesGarance A Drosehn2001-07-231-19/+20
* Fix two compile-time warnings by defining fromlen as socklen_t.Garance A Drosehn2001-07-231-2/+2
* add %option nounputAssar Westerlund2001-07-221-0/+2
* revert last commit. using %option nounput is betterAssar Westerlund2001-07-221-5/+1
* add ecalloc, emalloc, erealloc, estrdup - versions of the e-lessAssar Westerlund2001-07-227-2/+271
* Add a few missing spl calls in preparation for an MFC of the miibusIan Dowse2001-07-221-6/+15
* Note that the umass device requires scbus and daKris Kennaway2001-07-222-2/+2
* Remove an old hack that remembered if the card type was Linksys byIan Dowse2001-07-221-7/+3
* make driver compile under 4.3-STABLEHellmuth Michaelis2001-07-221-0/+4
* Don't do sleep state transition if specified sleep state is notMitsuru IWASAKI2001-07-223-14/+20
* Attach the miibus for Linksys/Dlink cards from the attach routine,Ian Dowse2001-07-222-6/+11
* As per further discussions on hackers redo the SIGCHLD patch to not generateMatthew Dillon2001-07-222-8/+8
* Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' fromMike Barcroft2001-07-221-0/+2
* Add entry for SMC 2632W card.Warner Losh2001-07-221-11/+26
* Remove namespace pollution.Mike Barcroft2001-07-221-2/+2
* - Fix "off by one" error in VT_WAITACTIVATE. Correctly acceptKazutaka YOKOTA2001-07-221-5/+5
* Use the correct ioctl command to set a VESA mode.Kazutaka YOKOTA2001-07-221-1/+3
* Fix some bugs and general brain damage in mounttab:Ian Dowse2001-07-224-72/+69
* Fix some man page xrefs.Mike Pritchard2001-07-222-3/+3
* Change the errx() example. Error messages passed to the err(3)Dima Dorfman2001-07-221-1/+1
* Add: ``If you have to wrap a long statement, put the operator at theDima Dorfman2001-07-221-1/+4
* Don't put a shell prompt in the example since none of the other manDima Dorfman2001-07-221-2/+8
* revert previous commit (bad style and not needed)Assar Westerlund2001-07-221-1/+0
* remove -*- nroff -*- thingyAlfred Perlstein2001-07-221-1/+0
* add directory i4brunppp.Hellmuth Michaelis2001-07-221-0/+2
* Replace calls to strncpy with calls to strlcpy, and remove the extra stepGarance A Drosehn2001-07-223-37/+25
* Error messaging in ipfw(8) was out of hand, almost 50 lines of usageCrist J. Clark2001-07-221-109/+114