| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed divots that I created when I moved prototypes of group_from_gid | imp | 2002-02-19 | 8 | -3/+18 |
* | Add emacs21 instead of emacs20 to the first CDROM. | murray | 2002-02-18 | 1 | -1/+1 |
* | When the local link address is changed, send out gratuitous ARPs | luigi | 2002-02-18 | 1 | -0/+11 |
* | Some release notes should have [MERGED] markers on them but didn't: | bmah | 2002-02-18 | 2 | -34/+24 |
* | Paranoia: if the process is setugid, set all sensitive files mode 0. | des | 2002-02-18 | 1 | -1/+3 |
* | Whitespace and wordwrap fixes, no content or markup changes. | bmah | 2002-02-18 | 2 | -74/+78 |
* | New release notes: bridge(4) enhancements, dump(8) progress information | bmah | 2002-02-18 | 2 | -6/+44 |
* | o Move NTOHL() and associated macros into <sys/param.h>. These are | mike | 2002-02-18 | 106 | -382/+420 |
* | Load the current timecounter into tc. The timecounter global can change | dillon | 2002-02-18 | 1 | -1/+2 |
* | Add some more partition types. | joe | 2002-02-18 | 1 | -26/+56 |
* | Add net/samba to the list of important packages for Disc #1. | murray | 2002-02-18 | 1 | -0/+1 |
* | Add kern_giant_ucred to instrument Giant around ucred related operations | dillon | 2002-02-18 | 3 | -0/+5 |
* | Fix typo. | sobomax | 2002-02-18 | 1 | -1/+1 |
* | Make v_addpollinfo() visible and non-inline. | phk | 2002-02-18 | 3 | -10/+8 |
* | Rehash of 1.43: simply remove the comment, since it's highly redundant | rwatson | 2002-02-18 | 1 | -13/+0 |
* | Correct path to pucdata.c | jedgar | 2002-02-18 | 2 | -2/+2 |
* | Fix kgdb in the face of the last round of KSE commits. | gallatin | 2002-02-18 | 1 | -3/+9 |
* | Add bus_space_unmap() and bus_space_free() functions to release | nyan | 2002-02-18 | 3 | -0/+56 |
* | Add stubs for bus_space_unmap() and bus_space_free(). They are needed to | nyan | 2002-02-18 | 3 | -12/+45 |
* | Add NO_6_BYTE quirk entry for the LaCie Ltd. 105311 80 Gig USB2 drive. | bsd | 2002-02-18 | 1 | -1/+8 |
* | Add the braces missed by revision 1.131. | iedowse | 2002-02-18 | 1 | -1/+2 |
* | Add support for the Highpoint HPT372 based cards (rocketraid 133). | sos | 2002-02-18 | 3 | -31/+40 |
* | Fix the problem that some (in my book broken) disks reports | sos | 2002-02-18 | 1 | -1/+2 |
* | The DEVFS paper presented at BSDcon-euro 2001 and BSDcon-2002. | phk | 2002-02-18 | 3 | -1/+1286 |
* | Add some verbiage to the comments at the top of the PR template: | des | 2002-02-18 | 1 | -3/+12 |
* | Take the common case of gettimeofday(&tv, NULL) out from under Giant. | phk | 2002-02-18 | 1 | -8/+4 |
* | Remove yet a redundant VN_KNOTE() macro. | phk | 2002-02-18 | 1 | -3/+0 |
* | Add notes about sendmail update from gshapiro. | imp | 2002-02-18 | 1 | -0/+7 |
* | style(9) | obrien | 2002-02-18 | 1 | -2/+2 |
* | Remove now-obsolete __STDC__ ifdefs, remove redundant NULL definition and | imp | 2002-02-18 | 3 | -14/+1 |
* | The ICANON flag is an lflag, not an iflag. | dillon | 2002-02-18 | 1 | -2/+2 |
* | Fix last second botch of adding $FreeBSD$. | imp | 2002-02-18 | 2 | -2/+2 |
* | Remove __P() before committing new prototypes with KSE stuff | julian | 2002-02-18 | 1 | -52/+52 |
* | Remove __P | imp | 2002-02-18 | 35 | -300/+267 |
* | Use a more robust scheme for determining how many blocks to skip | iedowse | 2002-02-18 | 1 | -15/+18 |
* | ld-elf.so.1 assumed a few too many things about the ordering of sections | peter | 2002-02-18 | 5 | -72/+265 |
* | Fix mail.local build for non-sendmail.org code | gshapiro | 2002-02-18 | 1 | -1/+1 |
* | Remove a blank line. | luigi | 2002-02-18 | 1 | -1/+0 |
* | Manpage update: comment existing functionalities and give | luigi | 2002-02-18 | 1 | -60/+146 |
* | Two license updates. | rwatson | 2002-02-18 | 3 | -3/+9 |
* | When we reach the end of the dump in findinode(), ask for another | iedowse | 2002-02-18 | 1 | -9/+19 |
* | Add a 'strvalid()' call to libkern. Given a character pointer, and | rwatson | 2002-02-18 | 3 | -0/+57 |
* | When vn_open() is failing because it cannot allocate a vm object, call | rwatson | 2002-02-18 | 1 | -1/+1 |
* | style(9) prefers formatted comments in '/*' ... '*/' as opposed to | rwatson | 2002-02-18 | 1 | -12/+12 |
* | Per discussion at BSDCon, note that the vop_getattr locking protocol | rwatson | 2002-02-18 | 1 | -1/+1 |
* | Language clarification: s/an or/a/ | rwatson | 2002-02-18 | 1 | -1/+1 |
* | Clarify word choice: s/those users/users/, since there is no previous | rwatson | 2002-02-18 | 1 | -1/+1 |
* | More for f/w crash dumps (bug fixing and adding ioctl entry points | mjacob | 2002-02-18 | 4 | -4/+63 |
* | Update sendmail release note to reflect 8.12.2 import. | gshapiro | 2002-02-17 | 2 | -10/+12 |
* | Turn FEATURE(relay_based_on_MX) off by default. It should not be used unless | gshapiro | 2002-02-17 | 1 | -1/+5 |