summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add OpenVPN IANA assigned port number.rpaulo2009-10-031-0/+2
* Put #ifdef INET around parts of the FLOWTABLE code, to unbreakbz2009-10-031-0/+4
* Print a warning in case we cannot add more brandinfo becausebz2009-10-031-1/+4
* The 6bone was decommissioned on 6/6/06, so remove references to it.dougb2009-10-032-19/+8
* TRENDnet TEW-424UB has multiple revisions so clarify zyd(4) man page andweongyo2009-10-032-3/+4
* Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTYmarcel2009-10-023-27/+55
* Don't comment on stream socket handling in sosend_dgram, since that'srwatson2009-10-021-3/+0
* - Enable an afexists() check only when no AF argument is specified.hrs2009-10-021-55/+76
* Replace the name of the sysctl to security.bsd.map_at_zero and to bebz2009-10-021-13/+13
* Back out the functional parts from r197537. After r197711, affecting allbz2009-10-021-15/+0
* Add a mitigation feature that will prevent user mappings atbz2009-10-022-3/+17
* Fix build nfscl and/or nfsd.nyan2009-10-021-6/+6
* Reserve numbers for XScale.rpaulo2009-10-021-4/+6
* Remove performance counter headers. This code came from NetBSD, but ourrpaulo2009-10-023-150/+0
* Enable adding a link-local address even if ND6_IFF_IFDISABLED.hrs2009-10-021-1/+0
* The net.inet.tcp.log_in_vain accepts 0, 1 or 2, not Y/N.hrs2009-10-021-5/+8
* Revert the previous afexists() change. Knobs configured explicitly byhrs2009-10-023-12/+0
* - Split routing_*() and option_*() to *_AF() and add afexists() checkhrs2009-10-021-55/+85
* - Fix logic inversion bug of net.inet.tcp.rfc1323[*].hrs2009-10-021-15/+34
* - Add AF_IPX and AF_NATM to afexists().hrs2009-10-026-16/+43
* Remove a log message from production code. This log message can beqingli2009-10-021-0/+2
* Previously, if an address alias is configured on an interface, andqingli2009-10-021-2/+2
* make read_eflags and write_eflags accomplish the same effect on PVM as native,kmacy2009-10-013-28/+42
* In fill_kinfo_thread, copy the thread's name into struct kinfo_proc evenemaste2009-10-011-2/+1
* sh: Disallow mismatched quotes in backticks (`...`).jilles2009-10-012-7/+8
* Compile ACPI debugger and disassembler for kernel modules unconditionally.jkim2009-10-011-10/+9
* The flow-table associates TCP/UDP flows and IP destinations withqingli2009-10-013-5/+98
* Put square backets ([]) around process names for system processes to patchjhb2009-10-011-4/+10
* Return EOPNOTSUPP instead of EINVAL when doing chflags(2) over an olddelphij2009-10-011-0/+4
* EHCI Hardware BUG workaroundthompsa2009-10-011-21/+57
* Correct the pthread stub prototype for pthread_mutexattr_settype to allow formarcus2009-10-011-1/+1
* Provide default implementation for VOP_ACCESS(9), so that filesystems whichtrasz2009-10-015-1/+22
* Upgrade to OpenSSH 5.3p1.des2009-10-0183-1081/+1959
|\
| * Vendor import of OpenSSH 5.3p1des2009-10-0191-6265/+8881
* | Changed an IPSEC_ASSERT to a simple test, as such invalid packetsvanhu2009-10-011-3/+9
* | As a workaround, for Intel CPUs, do not use CLFLUSH inkib2009-10-012-0/+12
* | Do not dereference vp->v_mount without holding vnode lock and checkingkib2009-10-011-2/+5
* | Move the annotation for vm_map_startup() immediately before the function.kib2009-10-011-16/+16
* | Fix typo.kib2009-10-011-1/+1
* | Fix a bad use of NULL instead of zero for int comparison. Sorry for thecokane2009-10-011-3/+3
* | print machine in kernel boot version stringavg2009-10-011-1/+14
* | MFi386: revision 197653nyan2009-10-011-1/+1
* | style(9) fixes (always compare pointers to NULL)cokane2009-10-011-3/+3
* | Improve 802.11s comment.rpaulo2009-10-012-2/+2
* | Fix typo in the comment.trasz2009-09-301-1/+1
* | Do not hold the ACPI A/C adapter lock when changing the power profile.jhb2009-09-301-2/+3
* | Split the 'video' ACPI lock up into two locks to resolve a LOR with thejhb2009-09-301-10/+26
* | cpufunc.h: unify/correct style of c extension namesavg2009-09-302-5/+5
* | Don't do an IPv6 operation when the kernel doesn't haveume2009-09-302-7/+14
* | Two more mxge watchdog fixes:gallatin2009-09-302-4/+14
OpenPOWER on IntegriCloud