summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove some comments about NetBSD. This in on FreeBSD and we do notbz2006-11-121-10/+7
| | | | | | | | want to confuse people at the very beginning. Sync TOC/paragraph numbers in the text. Requested by: Benedikt Stockebrand during his talk at EuroBSDCon 2006 Reviewed by: gnn
* Teach an IPV6CP to pppd(8).ume2006-11-1210-81/+351
| | | | | | | | | | | The eui64.[ch] and ipv6cp.[ch] were taken from ppp-2.3.11. However, our stock pppd(8) doesn't provide option_t nor some utility functions. So, I made some hacks to adjust to our stock pppd(8). The sys_bsd.c part was taken from NetBSD with some modifications to adjust to our stock pppd(8). MFC after: 1 week
* This commit was generated by cvs2svn to compensate for changes in r164219,ume2006-11-124-0/+1741
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import eui64.[ch] and ipv6cp.[ch] of ppp-2.3.11ume2006-11-124-0/+1741
| |
| * Import chat from pppd 2.3.5 onto vendor branch.peter1998-06-232-6/+13
| |
| * Import user-mode parts of kernel ppp v2.3.5peter1998-06-205-42/+110
| | | | | | | | Obtained from: Paul Mackerras; ftp://cs.anu.edu.au/pub/software/ppp
| * Import kernel parts of ppp-2.3.5.peter1998-06-206-55/+45
| | | | | | | | Obtained from: ftp://cs.anu.edu.au/pub/software/ppp
| * Import ppp-2.3.3 chat onto vendor branchpeter1998-03-212-722/+724
| |
| * Import ppp-2.3.3 pppstats onto vendor branchpeter1998-03-211-4/+0
| |
| * Import kernel parts of ppp-2.3.3 onto vendor branch. The main change ispeter1998-03-213-854/+1957
| | | | | | | | that the zlib code has been updated from v0.95 to v1.0.4.
| * Import pppd from ppp-2.3.3 onto the vendor branch (on 1.1.2 hopefully)peter1998-03-213-17/+24
| |
| * Import pppstats from the ppp-2.3.1 distributionpeter1997-08-223-416/+637
| | | | | | | | Obtained from: Paul Mackerras <paulus@cs.anu.edu.au>
| * Import chat(8) from ppp-2.3.1 distributionpeter1997-08-223-123/+618
| | | | | | | | Obtained from: Paul Mackerras <paulus@cs.anu.edu.au>
| * Import kernel parts of ppp-2.3.1 onto vendor branch. There are nopeter1997-08-222-11/+43
| | | | | | | | | | changes, except for whitespace and a minor interface change in slcompress.* that we can do without for the time being. This is here just for reference.
| * Import pppd-2.3.0 - this should not make much difference until it's mergedpeter1997-08-193-73/+466
| | | | | | | | onto the mainline, although some new files will appear.
| * This commit was manufactured by cvs2svn to create branch 'MACKERRAS'.cvs2svn1997-08-197-0/+2648
| |
| * Import files from the ppp-2.3.0 dist for working on. This does not changepeter1997-07-017-225/+377
| | | | | | | | | | | | | | | | the present code, all existing files have left the vendor branch. There are three new files that will appear but they are not used and should not be a problem. Obtained from: Paul Mackerras, via ftp://cs.anu.edu.au/pub/software/ppp
| * This commit was manufactured by cvs2svn to create branch 'MACKERRAS'.cvs2svn1997-07-013-0/+5944
| |
| * recording cvs-1.6 file deathpeter1995-12-303-2223/+0
| |
* | Back out 1.120, it was premature.ache2006-11-121-2/+0
| |
* | Copy base user priority in NO_KSE case.davidxu2006-11-121-0/+1
| |
* | GRRRRR - missed this in the last commitkmacy2006-11-121-0/+1
| |
* | Fix mispatch of includes list; allows my kernel to build successfully.trhodes2006-11-121-0/+1
| |
* | show lock class in profiling output for default case where type is not ↵kmacy2006-11-122-19/+24
| | | | | | | | | | | | specified when initializing the lock Approved by: scottl (standing in for mentor rwatson)
* | Use mi_switch, this should fix loadavg calculation problem in NO_KSE case.davidxu2006-11-121-5/+0
| |
* | Support up to 4 nucleus mappings to workaround issue hit by jb@ when bootedkmacy2006-11-121-14/+13
| | | | | | | | off of CD
* | Fix USB printer Xerox WorkCentre M15 adding a quirk to bypassflz2006-11-112-0/+5
| | | | | | | | | | | | | | | | reported bidirectional functionality. PR: usb/104704 Submitted by: Eygene <rea-fbsd@codelabs.ru> X-MFC after: 6.2-RELEASE
* | More MUTEX_PROFILING -> LOCK_PROFILING.ru2006-11-111-4/+3
| |
* | Back out 1.122, it was poorly thought out.des2006-11-111-2/+0
| |
* | Enforce RELEASENOUPDATE if EXTSRCDIR is used.ru2006-11-112-3/+3
| | | | | | | | Suggested by: jb
* | In a true restart case, the send_lock wasrrs2006-11-115-20/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not being aquired. This meant that when we cleanup the outbound we may have one in transit to be added with the old sequence number. This is bad since then we loose a message :( Also the report_outbound needed to have the right lock when its called which it did not.. I added the lock with of course a flag since we want to have the lock before we call it in the restart case. This also fixed the FIX ME case where, in the cookie collision case, we mark for retransmit any that were bundled with the cookie that was dropped. This also means changes to the output routine so we can assure getting the COOKIE-ACK sent BEFORE we retransmit the Data. Approved by: gnn
* | Request pre-commit review of BSD.{local,x11*}.dist by portmgr, since thesekris2006-11-111-0/+1
| | | | | | | | | | files interface with ports and we have policies for how/when they should be updated.
* | Back out 1.121, it was premature.des2006-11-111-12/+0
| |
* | Add support for filtering sockets by protocol type. The defaultkeramida2006-11-112-14/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | behavior of sockstat(1) will still be to show "udp", "tcp" and "divert" protocols, but we can now provide a (comma-separated) list of protocols, as in: % sockstat -P tcp to list only TCP sockets, or we can filter more than one protocol by separating the protocol names with a comma: % sockstat -P tcp,udp Protocol names are parsed with getprotobyname(3), so any protocol whose name is listed in `/etc/protocols' should work fine. Submitted by: Josh Carroll <josh.carroll@psualum.com> Approved by: des
* | Regen (cosmetics in sys/sysproto.h).ru2006-11-111-1/+1
| |
* | Regen.ru2006-11-113-3/+3
| | | | | | | | Forgotten by: trhodes
* | Eliminate unused global variables.alc2006-11-115-10/+0
| |
* | New release note: ping(8) -W (+MFC).bmah2006-11-112-4/+12
| | | | | | | | MFCs noted: fsdb(8) btime, zlib 1.2.3.
* | New release notes:brueffer2006-11-112-0/+6
| | | | | | | | if_bridge(4) RSTP support.
* | o Indent by tab.maxim2006-11-111-1/+1
| |
* | o Add several regression tests for dup(2), dup2(2) and fcntl(F_DUPFD).maxim2006-11-113-0/+177
| | | | | | | | Obtained from: OpenBSD
* | MFP4: Add an implementation of the ELF(3) and GELF(3) API set.jkoshy2006-11-11104-2/+14197
| | | | | | | | | | | | Bump __FreeBSD_version. Reviewed by: jb
* | Re-enable module build for POSIX semaphores.trhodes2006-11-112-3/+15
| | | | | | | | | | | | Update the manual page describe loading the sem module. Approved by: silence on -arch and -standards
* | Update includes for sys/posix4 move.trhodes2006-11-111-2/+1
| | | | | | | | Approved by: silence on -arch and -standards
* | New release notes: SCTP, TSO, sun4v, ppp(4) IPv6 support, KSE abmah2006-11-112-2/+66
| | | | | | | | | | | | kernel option. Updated release notes: OpenSSH 4.5p1.
* | These files have been repo-copied to the "normal" kernel hierarchy.trhodes2006-11-118-1218/+0
| |
* | Merge sys/posix4/sched.h into sys/sched.h.trhodes2006-11-111-3/+77
| | | | | | | | Approved by: silence on -arch and -standards
* | Merge posix4/* into normal kernel hierarchy.trhodes2006-11-1121-37/+26
| | | | | | | | | | Reviewed by: glanced at by jhb Approved by: silence on -arch@ and -standards@
* | Update #includes list.trhodes2006-11-114-6/+4
| |
* | Forced commit to note that these files have been repo-copied fromtrhodes2006-11-110-0/+0
| | | | | | | | | | | | src/sys/posix4/. Repo-copy done by: kuriyama
OpenPOWER on IntegriCloud