| Commit message (Expand) | Author | Age | Files | Lines |
| * | Integrate fdc.h into fd.c. | Yoshihiro Takahashi | 2001-07-23 | 2 | -4/+250 |
| * | remove emalloc,ecalloc,erealloc,estrdup | Assar Westerlund | 2001-07-23 | 7 | -270/+1 |
| * | Back out WARNS commenting - local fault | Andrey A. Chernov | 2001-07-23 | 1 | -1/+1 |
| * | make vm_page_select_cache static | Assar Westerlund | 2001-07-23 | 2 | -2/+1 |
| * | s/adress/address/ | Kris Kennaway | 2001-07-23 | 11 | -14/+16 |
| * | Typo fix: fasion -> fashion | Kris Kennaway | 2001-07-23 | 1 | -1/+1 |
| * | by by -> by | Kris Kennaway | 2001-07-23 | 1 | -1/+1 |
| * | Unbreak world - comment out WARNS=2 - deadly warning on tgetstr | Andrey A. Chernov | 2001-07-23 | 1 | -1/+1 |
| * | mdoc(7) police: mark up kernel options in .Dv, rc.conf variables in | Dima Dorfman | 2001-07-23 | 1 | -10/+19 |
| * | Consistently capitalize the first letter of the first word in the | Dima Dorfman | 2001-07-23 | 1 | -14/+14 |
| * | Break the list of parameter expansions into two lists so that | Sheldon Hearn | 2001-07-23 | 1 | -0/+2 |
| * | Document syslogd_program and inetd_program. | Dima Dorfman | 2001-07-23 | 1 | -0/+12 |
| * | Don't use the pronoun "you". | Dima Dorfman | 2001-07-23 | 1 | -6/+7 |
| * | Fix typos | Kris Kennaway | 2001-07-23 | 1 | -3/+3 |
| * | sprintf -> snprintf | Kris Kennaway | 2001-07-23 | 1 | -4/+4 |
| * | Add scripts and Makefile support for building ISO images automatically | Jordan K. Hubbard | 2001-07-23 | 4 | -0/+176 |
| * | Added the linux_sysinfo function to implement sysinfo(2). | Jim Pirzyk | 2001-07-23 | 4 | -3/+78 |
| * | Added the proper arguments the sysinfo system call | Jim Pirzyk | 2001-07-23 | 1 | -1/+1 |
| * | If the user sets SENDMAIL_MC to /etc/mail/sendmail.mc, install is told to | Gregory Neil Shapiro | 2001-07-23 | 2 | -3/+11 |
| * | New make knob, SENDMAIL_M4_FLAGS, modifies the flags passed to m4 when | Gregory Neil Shapiro | 2001-07-23 | 5 | -3/+23 |
| * | Get rid of a compile-time warning by casting to (size_t). | Garance A Drosehn | 2001-07-23 | 1 | -1/+1 |
| * | Get rid of a compile-time warning by casting to (size_t). | Garance A Drosehn | 2001-07-23 | 1 | -1/+1 |
| * | Fix a few more minor compile-time warnings, mainly by using size_t where | Garance A Drosehn | 2001-07-23 | 1 | -10/+15 |
| * | Get rid of some compile-time warnings by defining (or casting) variables | Garance A Drosehn | 2001-07-23 | 1 | -19/+20 |
| * | Fix two compile-time warnings by defining fromlen as socklen_t. | Garance A Drosehn | 2001-07-23 | 1 | -2/+2 |
| * | add %option nounput | Assar Westerlund | 2001-07-22 | 1 | -0/+2 |
| * | revert last commit. using %option nounput is better | Assar Westerlund | 2001-07-22 | 1 | -5/+1 |
| * | add ecalloc, emalloc, erealloc, estrdup - versions of the e-less | Assar Westerlund | 2001-07-22 | 7 | -2/+271 |
| * | Add a few missing spl calls in preparation for an MFC of the miibus | Ian Dowse | 2001-07-22 | 1 | -6/+15 |
| * | Note that the umass device requires scbus and da | Kris Kennaway | 2001-07-22 | 2 | -2/+2 |
| * | Remove an old hack that remembered if the card type was Linksys by | Ian Dowse | 2001-07-22 | 1 | -7/+3 |
| * | make driver compile under 4.3-STABLE | Hellmuth Michaelis | 2001-07-22 | 1 | -0/+4 |
| * | Don't do sleep state transition if specified sleep state is not | Mitsuru IWASAKI | 2001-07-22 | 3 | -14/+20 |
| * | Attach the miibus for Linksys/Dlink cards from the attach routine, | Ian Dowse | 2001-07-22 | 2 | -6/+11 |
| * | As per further discussions on hackers redo the SIGCHLD patch to not generate | Matthew Dillon | 2001-07-22 | 2 | -8/+8 |
| * | Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' from | Mike Barcroft | 2001-07-22 | 1 | -0/+2 |
| * | Add entry for SMC 2632W card. | Warner Losh | 2001-07-22 | 1 | -11/+26 |
| * | Remove namespace pollution. | Mike Barcroft | 2001-07-22 | 1 | -2/+2 |
| * | - Fix "off by one" error in VT_WAITACTIVATE. Correctly accept | Kazutaka YOKOTA | 2001-07-22 | 1 | -5/+5 |
| * | Use the correct ioctl command to set a VESA mode. | Kazutaka YOKOTA | 2001-07-22 | 1 | -1/+3 |
| * | Fix some bugs and general brain damage in mounttab: | Ian Dowse | 2001-07-22 | 4 | -72/+69 |
| * | Fix some man page xrefs. | Mike Pritchard | 2001-07-22 | 2 | -3/+3 |
| * | Change the errx() example. Error messages passed to the err(3) | Dima Dorfman | 2001-07-22 | 1 | -1/+1 |
| * | Add: ``If you have to wrap a long statement, put the operator at the | Dima Dorfman | 2001-07-22 | 1 | -1/+4 |
| * | Don't put a shell prompt in the example since none of the other man | Dima Dorfman | 2001-07-22 | 1 | -2/+8 |
| * | revert previous commit (bad style and not needed) | Assar Westerlund | 2001-07-22 | 1 | -1/+0 |
| * | remove -*- nroff -*- thingy | Alfred Perlstein | 2001-07-22 | 1 | -1/+0 |
| * | add directory i4brunppp. | Hellmuth Michaelis | 2001-07-22 | 1 | -0/+2 |
| * | Replace calls to strncpy with calls to strlcpy, and remove the extra step | Garance A Drosehn | 2001-07-22 | 3 | -37/+25 |
| * | Error messaging in ipfw(8) was out of hand, almost 50 lines of usage | Crist J. Clark | 2001-07-22 | 1 | -109/+114 |