| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove vestages of a previous implimentation of "-h". | obrien | 2000-10-31 | 1 | -2/+2 |
* | Mention that ``nat deny_incoming'' drops unrecognised IP packets. | brian | 2000-10-31 | 2 | -0/+6 |
* | Add pcib_if location to list of *.m files. | takawata | 2000-10-31 | 1 | -1/+1 |
* | o Document various sysctl's available for managing services available | rwatson | 2000-10-31 | 1 | -0/+39 |
* | o Deny access to System V IPC from within jail by default, as in the | rwatson | 2000-10-31 | 5 | -0/+54 |
* | Convert the de driver into a loadable module. Still missing is an | markm | 2000-10-31 | 4 | -145/+36 |
* | GCC uses .asm files on the Alpha for crt{begin,end}.o rather than | obrien | 2000-10-31 | 1 | -9/+30 |
* | Move 'tw*' after 'twe*' so that it's possible to create the control device | msmith | 2000-10-31 | 1 | -5/+5 |
* | Call dc_apply_fixup() in dc_setcfg() for the MII case. | wpaul | 2000-10-31 | 2 | -0/+8 |
* | Grrr. The 'reg' variable in dc_apply_fixup() needs to be a u_int32_t, not | wpaul | 2000-10-30 | 2 | -2/+2 |
* | Changes have been made to support a concept of VAR_FIXIT_TTY being | jkh | 2000-10-30 | 6 | -78/+129 |
* | Add an entry for the Xircom 10/100 Network PC Card adapter. | jhb | 2000-10-30 | 1 | -0/+6 |
* | Update to reflect that the XPT device can accept path inquiry commands. | scottl | 2000-10-30 | 1 | -0/+1 |
* | Allow XPT_PATH_INQ to be performed on the XPT device, as per the CAM spec. | scottl | 2000-10-30 | 1 | -1/+7 |
* | Note ipfilter update to 3.4.12, cd(4) support for write operations, | bmah | 2000-10-30 | 2 | -8/+28 |
* | Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoid | sos | 2000-10-30 | 1 | -3/+15 |
* | Remove an evil conditional nested include of <sys/systm.h> | phk | 2000-10-30 | 1 | -1/+0 |
* | Add a missing <sys/systm.h> | phk | 2000-10-30 | 1 | -0/+1 |
* | Add back some #include <sys/systm.h> which were needed when <sys/ktr.h> | phk | 2000-10-30 | 22 | -0/+22 |
* | Comment out the (old) acpi stuff, it breaks LINT. | phk | 2000-10-30 | 2 | -6/+6 |
* | o Tighten up rules for which processes can't debug which other processes | rwatson | 2000-10-30 | 1 | -2/+4 |
* | Whitespace only: | sheldonh | 2000-10-30 | 1 | -13/+16 |
* | Fix nits introduced in rev 1.9: | sheldonh | 2000-10-30 | 1 | -2/+4 |
* | MFC: Fix typo: Melco Inc. sells LUA-TX, not LU-ATX. | bmah | 2000-10-30 | 3 | -3/+3 |
* | Note MFC to 4-STABLE of mly(4) driver. | bmah | 2000-10-30 | 1 | -1/+1 |
* | Drop PKT_ALIAS_IGNORED packets if ``nat deny_incoming yes'' is in effect. | brian | 2000-10-30 | 1 | -1/+5 |
* | Added boolean argument to link searching functions, indicating | ru | 2000-10-30 | 14 | -214/+84 |
* | Update the Promise RAID code, there are differences between BIOS | sos | 2000-10-30 | 1 | -6/+6 |
* | Remove unused #include statements | hm | 2000-10-30 | 44 | -84/+0 |
* | Replace old sigaction struct declaration with the new one as present | asmodai | 2000-10-30 | 1 | -12/+8 |
* | MFS: | sanpei | 2000-10-30 | 1 | -13/+12 |
* | Correct incorrect information about the PATH used for exec*() calls. | asmodai | 2000-10-30 | 1 | -4/+7 |
* | Whitespace only change: trim trailing whitespace. | asmodai | 2000-10-30 | 54 | -186/+186 |
* | A significant rewrite of PPTP aliasing code. | ru | 2000-10-30 | 8 | -302/+530 |
* | Start using crt[in].o to adhear to the ELF ABI | obrien | 2000-10-30 | 1 | -2/+2 |
* | Remove unused #includes. | non | 2000-10-30 | 2 | -16/+6 |
* | Now that the amount of (pseudo) interfaces is growing with IPv6, | guido | 2000-10-30 | 1 | -22/+30 |
* | This commit was generated by cvs2svn to compensate for changes in r67957, | kris | 2000-10-30 | 7 | -0/+2024 |
|\ |
|
| * | Initial import of AES algorithm code (aka Rijndael) from KAME. | kris | 2000-10-30 | 7 | -0/+2024 |
* | | remove an unused function (and a warning) | n_hibma | 2000-10-30 | 1 | -6/+1 |
* | | Add entry for umodem | n_hibma | 2000-10-30 | 1 | -0/+1 |
* | | Catch a left over reference to "/a". | obrien | 2000-10-30 | 1 | -1/+1 |
* | | Add several new features, reorder some code, and continue with the | dougb | 2000-10-30 | 2 | -97/+194 |
* | | string.h has been repo copied to mystring.h | obrien | 2000-10-30 | 2 | -72/+0 |
* | | IPFW does not discard *any* IP fragments with OFF=1, only TCP ones. | ru | 2000-10-30 | 1 | -3/+6 |
* | | Fix the PCCARD ATA breakage.. | sos | 2000-10-30 | 2 | -4/+10 |
* | | Add pfil.9 manpage to build after a repository copy. | ru | 2000-10-30 | 2 | -134/+2 |
* | | Revert previous commit after discussion with phk. | kris | 2000-10-30 | 1 | -0/+1 |
* | | Remove unused #includes | phk | 2000-10-30 | 4 | -7/+0 |
* | | Fix support for cardbus cards: | wpaul | 2000-10-30 | 2 | -2/+9 |