| Commit message (Expand) | Author | Age | Files | Lines |
* | Document config_intrhook. | imp | 2006-09-25 | 2 | -0/+105 |
* | Fix a typo in af_inet6.c such that IPv6 addresses may be deleted | bms | 2006-09-25 | 1 | -1/+1 |
* | Fix bug introduced in rev 1.23: | marck | 2006-09-25 | 1 | -1/+6 |
* | Merge OpenBSM 1.0 alpha 12 import changes into src/sys/bsm. New events | rwatson | 2006-09-25 | 1 | -1/+5 |
* | auditreduce now requires OpenBSM's config/config.h, so add that to the | rwatson | 2006-09-25 | 1 | -0/+2 |
* | Hook up additional OpenBSM man page aliases following OpenBSM 1.0 alpha 12 | rwatson | 2006-09-25 | 1 | -11/+20 |
* | Fix an incompatibility between CARP and IPv4 multicast routing, whereby | bms | 2006-09-25 | 1 | -0/+1 |
* | Resolve conflicts from OpenBSM 1.0 alpha 12 import. | rwatson | 2006-09-25 | 2 | -2/+7 |
* | Spleling | bms | 2006-09-25 | 1 | -1/+1 |
* | Update the mfi module build with the mfi_debug.c file. | scottl | 2006-09-25 | 1 | -1/+3 |
* | This commit was generated by cvs2svn to compensate for changes in r162621, | rwatson | 2006-09-25 | 16 | -57/+290 |
|\ |
|
| * | Vendor import TrustedBSD OpenBSM 1.0 alpha 12, with the following change | rwatson | 2006-09-25 | 19 | -60/+302 |
* | | Add the mfi_debug.c file and MFI_DEBUG option. | scottl | 2006-09-25 | 2 | -0/+2 |
* | | Add a command debugging module and a periodic watchdog timer. | scottl | 2006-09-25 | 3 | -0/+287 |
* | | add support for the ALI/ULI M5288 AHCI part. | sos | 2006-09-25 | 1 | -0/+7 |
* | | Forced commit to note this change should be MFCed. | bms | 2006-09-25 | 0 | -0/+0 |
* | | Account for output IP datagrams on the ifaddr where they originated from, | bms | 2006-09-25 | 2 | -8/+26 |
* | | if min is greater than max, prefer max over min... I managed to get a | jmg | 2006-09-25 | 1 | -1/+1 |
* | | remove unnecessary NULL check... | jmg | 2006-09-25 | 1 | -2/+1 |
* | | Add a newline to the printf. | imp | 2006-09-24 | 1 | -1/+1 |
* | | Fix uninitialized variable warning. | netchild | 2006-09-24 | 1 | -0/+1 |
* | | Sleep for one second after calling audit -t to give the audit daemon a | rwatson | 2006-09-24 | 1 | -0/+1 |
* | | - move steps describing how to gain ipdivert support to SYNOPSIS and | danger | 2006-09-24 | 1 | -8/+18 |
* | | Rework the way errors are handled with respect to how audit records are | rwatson | 2006-09-24 | 1 | -100/+145 |
* | | Remove tcpslice files. | simon | 2006-09-24 | 1 | -0/+3 |
* | | Disable an overly-verbose warning message by default. | hrs | 2006-09-24 | 1 | -3/+6 |
* | | De-orbit burn tcpslice. | bms | 2006-09-24 | 7 | -1702/+0 |
* | | Disconnect tcpslice from build. | bms | 2006-09-24 | 1 | -1/+1 |
* | | hide kqueue_register from public view, and replace it w/ kqfd_register... | jmg | 2006-09-24 | 3 | -37/+38 |
* | | return EBADF instead of successfully attaching (and then panicing) when | jmg | 2006-09-24 | 1 | -1/+1 |
* | | add KTRACE hooks into kevent... This will help people debug their kqueue | jmg | 2006-09-24 | 1 | -2/+38 |
* | | Cleanup sloppy ifdef. | imp | 2006-09-24 | 1 | -5/+1 |
* | | Fix our ancient tcpslice for >2GB limits. | bms | 2006-09-23 | 3 | -16/+23 |
* | | MFp4 the sound Google Summer of Code project: | netchild | 2006-09-23 | 13 | -11/+2509 |
* | | now that we don't automagicly increase the MTU of host routes, when we copy | jmg | 2006-09-23 | 1 | -1/+3 |
* | | MFp4: | netchild | 2006-09-23 | 2 | -3/+30 |
* | | Add documentation on the new bge tunable. Also put the tunable docs into a | scottl | 2006-09-23 | 1 | -7/+15 |
* | | Allow the ASF feature to be disabled via a tunable. On one of my systems, | scottl | 2006-09-23 | 1 | -2/+12 |
* | | Protect enterpgrp() against another tty/proc race case until the tty locking ... | mbr | 2006-09-23 | 1 | -0/+3 |
* | | Always set the IP version in the TCP input path, to preserve | bms | 2006-09-23 | 2 | -4/+0 |
* | | Rename "-a" flag to "-A" in order to avoid conflicting with the "-a" flag | rwatson | 2006-09-23 | 2 | -21/+20 |
* | | Check for tp->t_refcnt == 0 before doing anything in tty_open(). | mbr | 2006-09-23 | 2 | -0/+18 |
* | | Keep compatible parts in sync with OpenBSD v1.21, add some comments. | ache | 2006-09-23 | 1 | -15/+7 |
* | | If /dev/tty gets opened after your controlling terminal has been revoked | mbr | 2006-09-23 | 1 | -1/+5 |
* | | Stop reloading %fs and %gs, since it causes the base address from | davidxu | 2006-09-23 | 1 | -4/+0 |
* | | Add a -a argument to id(1), which causes id(1) to print out process | rwatson | 2006-09-23 | 3 | -3/+57 |
* | | Regenerate. | davidxu | 2006-09-23 | 4 | -6/+7 |
* | | Enable sigwait. | davidxu | 2006-09-23 | 1 | -1/+2 |
* | | Map pmap_{un,}mapbios() to pmap_{un,}mapdev() on 6.x and earlier. | jhb | 2006-09-22 | 1 | -0/+5 |
* | | Update the ipmi(4) driver: | jhb | 2006-09-22 | 16 | -1399/+3134 |