| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare for upcoming 3.8p1 import. | des | 2004-02-26 | 1 | -1/+1 |
* | Pull asbesthos underpants on and disable protocol version 1 by default. | des | 2004-02-26 | 3 | -3/+3 |
* | Merge from NetBSD rev. 1.3 (drochner): Use getifaddrs(3) instead of | tjr | 2004-02-26 | 1 | -61/+30 |
* | Rremoved bogus -static from CFLAGS. Makeworld will add -static in the | bde | 2004-02-26 | 2 | -2/+2 |
* | Backed out rev.1.6 and subsequent copying of it (bogus addition of | bde | 2004-02-26 | 1 | -6/+6 |
* | Backed out the residue of rev.1.13 (bogus addition of -static to CFLAGS). | bde | 2004-02-26 | 1 | -2/+5 |
* | Backed out previous commit (bogus addition of -static to CFLAGS). | bde | 2004-02-26 | 1 | -3/+2 |
* | Bring eventhandler callbacks for pf. | mlaier | 2004-02-26 | 4 | -0/+28 |
* | Tweak existing header and other build infrastructure to be able to build | mlaier | 2004-02-26 | 17 | -5/+148 |
* | Move inet and inet6 related MAC Framework entry points from mac_net.c | rwatson | 2004-02-26 | 5 | -655/+809 |
* | Bring diff from the security/pf port. This has code been tested as a port | mlaier | 2004-02-26 | 11 | -50/+3205 |
* | This commit was generated by cvs2svn to compensate for changes in r126258, | mlaier | 2004-02-26 | 11 | -0/+13723 |
|\ |
|
| * | Vendor import of OpenBSD's packet filter (pf) as of OpenBSD 3.4 | mlaier | 2004-02-26 | 11 | -0/+13723 |
* | Test data before using it. | eric | 2004-02-26 | 1 | -0/+4 |
* | Update copyright on mac.9 for 2004. Use "-" for copyright year | rwatson | 2004-02-26 | 1 | -3/+9 |
* | Add a "-l" parameter to mdmfs so that memory file systems can be | rwatson | 2004-02-26 | 2 | -1/+7 |
* | Add a "-l" flag to newfs, which sets the FS_MULTILABEL flag. This | rwatson | 2004-02-26 | 4 | -2/+11 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | truckman | 2004-02-26 | 16 | -87/+111 |
* | Assert pipe mutex in pipeselwakeup(), as we manipulate pipe_state | rwatson | 2004-02-26 | 1 | -0/+1 |
* | Add a note about the routed update breaking compatibility (for MD5 | bms | 2004-02-25 | 1 | -0/+8 |
* | Sync HEAD sources to vendor branch import of routed v2.27 from rhyolite.com. | bms | 2004-02-25 | 15 | -163/+372 |
* | Update comment regarding MAC labels: we no longer pass endpoints | rwatson | 2004-02-25 | 1 | -7/+3 |
* | Since we don't use PG_NX yet, don't turn on EFER_NXE quite yet. This needs | peter | 2004-02-25 | 2 | -0/+6 |
* | Fix endianes bug | emax | 2004-02-25 | 1 | -0/+3 |
* | Use the -H option instead of the deprecated -follow predicate. | des | 2004-02-25 | 1 | -1/+1 |
* | Make the resolver(3) and many associated interfaces much more reentrant. | green | 2004-02-25 | 15 | -55/+289 |
* | According to source code, under certain conditions, logging goes to the | charnier | 2004-02-25 | 1 | -1/+1 |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | mlaier | 2004-02-25 | 17 | -445/+469 |
* | Remove freebsd-update -- it breaks the Alpha, sparc64, ia64, and amd64 | obrien | 2004-02-25 | 1 | -1/+0 |
* | Do not depend on existence of _end symbol in obj_from_addr, use | kan | 2004-02-25 | 1 | -8/+1 |
* | Add FreeBSD 5.2.1 | wosch | 2004-02-25 | 1 | -1/+4 |
* | Update manual page. | phk | 2004-02-25 | 1 | -19/+26 |
* | Add SiI3512. | brueffer | 2004-02-25 | 1 | -1/+1 |
* | Make mode setting with fdcontrol(8) stick. | phk | 2004-02-25 | 2 | -364/+122 |
* | Recognize "auto" format. | phk | 2004-02-25 | 2 | -6/+47 |
* | Set size field correctly, it is number of sectors on the device, not | phk | 2004-02-25 | 1 | -2/+6 |
* | Demangled vendor ids. Fixed misplaced FreeBSD id. | bde | 2004-02-25 | 1 | -6/+9 |
* | Fix style bug in last commit, | johan | 2004-02-25 | 2 | -7/+8 |
* | Backed out rev.1.6. A bogus include was added to work around breakage of | bde | 2004-02-25 | 1 | -2/+0 |
* | Fixed namespace pollution in rev.1.74. Implementation of the syncache | bde | 2004-02-25 | 1 | -1/+4 |
* | Don't use the negatively-opaque type uma_zone_t or be chummy with | bde | 2004-02-25 | 1 | -3/+1 |
* | Change warning hint to be more useful | ache | 2004-02-25 | 1 | -1/+1 |
* | Add support for the sii3512 SATA chip. | sos | 2004-02-25 | 2 | -0/+3 |
* | Fixed some insertion sort errors. | bde | 2004-02-25 | 1 | -13/+13 |
* | Fixed some style bugs in previous commit (unsorting of the DDB_* options, | bde | 2004-02-25 | 1 | -5/+6 |
* | Relax a KASSERT condition to allow for a valid corner case where | hsu | 2004-02-25 | 2 | -4/+10 |
* | Revert the last commit. I don't know what I was thinking, but this change | scottl | 2004-02-25 | 1 | -1/+0 |
* | Add an 'add' command to ugidfw(8), which permits specifying a new | rwatson | 2004-02-25 | 2 | -10/+65 |
* | Add bsde_add_rule(), which is similar to bsde_set_rule() except that | rwatson | 2004-02-25 | 5 | -4/+79 |
* | Back out getopt* adding here per maintainer request | ache | 2004-02-25 | 1 | -2/+0 |