summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pull vendor file to HEAD.obrien2006-08-311-4/+37
|
* Merge in OPIE support, and MAC support.obrien2006-08-311-140/+468
| | | | Our PAM and LOGIN_CAP support is now in the stock sources.
* Catch up with the import of ftpd.c rev 1.1.1.6.obrien2006-08-311-0/+11
|
* FreeBSD doesn't have the simple pidfile(3), so craft it using FreeBSD'sobrien2006-08-311-0/+30
| | | | primitives.
* Recognise IPv6 PIM packets.jhay2006-08-311-0/+6
| | | | MFC after: 1 week
* This commit was generated by cvs2svn to compensate for changes in r161764,obrien2006-08-3111-123/+195
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of LukeM's ftpd taken from the NetBSD CVS repo on 31-Aug-2006.obrien2006-08-3113-197/+729
| | | | | | | | | | | | | | | | | | | | | | + Add PAM and LOGIN_CAP support. Mostly from FreeBSD. + Implement option "-D", for running ftpd in standalone mode (daemon). + NLST should return 450 instead of 550 upon error, per RFC 959. + Add recvbufsize configuration option + Remove unreachable code (res could never be NULL here), Coverity CID 712. + Set file to NULL after calling fclose(), Coverity CID 2669. + Make sure that "su" is initialized before dereferencing it, Coverity CID 1075. + Cleanup utmp and utmpx support.
* | Document the undocumented change in OpenBSD: the ${raisechar}ru2006-08-311-2/+1
| | | | | | | | | | | | is no longer set to ^A by default, it's unset. Reported by: imp, sam
* | Actually merge OpenBSD changes and local changes (a diff shouldru2006-08-311-140/+179
| | | | | | | | be viewed relative to revision 1.24).
* | New release notes: freebsd-update(8), tip from OpenBSD 20060831,bmah2006-08-312-4/+18
| | | | | | | | | | | | | | nanobsd(8) manpage. MFCs noted: net.inet.portrange.reserved{high,low} for IPv6, netcat from OpenBSD 3.9.
* | Remove some dust.ru2006-08-311-65/+0
| |
* | Resolve merge conflicts.ru2006-08-3128-1164/+1033
| |
* | This commit was generated by cvs2svn to compensate for changes in r161751,ru2006-08-311-0/+470
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import OpenBSD's tip(1) as of todayru2006-08-3129-1048/+1441
| | |
| * | Import of OpenBSD's tip (which was the tip code of a month ago, modulomarkm2001-12-2028-1443/+1538
| | | | | | | | | | | | OpenBSD commits).
| * | This commit was manufactured by cvs2svn to create branch 'bsd'.cvs2svn1995-03-3128-0/+6859
| | |
* | | Add PHY support for BCM5752.yongari2006-08-311-0/+2
| | | | | | | | | | | | Tested by: delphij, Ganbold < ganbold AT micom DOT mng DOT net >
* | | Add Broadcom BCM5752 PHY id.yongari2006-08-311-0/+1
| | |
* | | Add FreeBSD Update 2.0 client code. The build code is in the projectscperciva2006-08-3110-1/+2281
| | | | | | | | | | | | | | | | | | repository. Sponsored by: FreeBSD security development fundraiser
* | | Fix typos: s/rebulid/rebuild/rse2006-08-311-4/+4
| | | | | | | | | | | | Submitted by: Christoph Schug <chris@schug.net>
* | | Reorder some statments. Fix typo and remove stale comments.davidxu2006-08-301-20/+16
| | |
* | | When generating localhost entries in /etc/hosts, put localhost beforebrooks2006-08-301-2/+2
| | | | | | | | | | | | | | | | | | localhost.domain so that naive users of gethost* think 1:: and 127.0.0.1 are "localhost" which is what the user expects. This also matches the sample hosts file in src/etc/hosts.
* | | - Remove yet another mention of minor number constructionru2006-08-301-5/+6
| | | | | | | | | | | | | | | | | | which is not applicable today. - Provide an example of how to lock a speed.
* | | Properly initialize the nVidia MCP5X interrupts etc.sos2006-08-301-2/+7
| | | | | | | | | | | | Suggested by: nVidia
* | | Remove dead code, already defined in sys/cdef.hcognet2006-08-301-9/+0
| | | | | | | | | | | | Spotted out by: bde
* | | Use ENTRY_NP for alternate entry points instead of ENTRY to avoid callingcognet2006-08-301-3/+3
| | | | | | | | | | | | | | | | | | mcount twice when profiling. Spotted out by: bde
* | | In rev. 1.2 we have introduced a fallback handler for files with unknowndelphij2006-08-301-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extensions. This seems to be unnecessary and prevents less(1) from being able to detect file changes, so remove the part. Submitted by: Eric Huss <e-huss netmeridian com> PR: bin/102624 Discussed with: des MFC After: 3 days
* | | o Set TP using inline assembly to avoid dead code elimination.marcel2006-08-301-5/+3
| | | | | | | | | | | | o Eliminate _tcb.
* | | Avoid dead code elimination of the assignment to TP by using inlinemarcel2006-08-301-2/+2
| | | | | | | | | | | | assembly.
* | | Prevent dead code elimination for the TP assignmient by using inlinemarcel2006-08-302-4/+4
| | | | | | | | | | | | assembly.
* | | Use ENTRY instead of ALTENTRY, it doesn't exist on arm.cognet2006-08-291-1/+1
| | |
* | | New release note: SA-06:18.ppp (+MFC).bmah2006-08-292-0/+8
| | |
* | | Fix for a deadlock triggered by a 'umount -f' causing a NFS request to nevermohans2006-08-291-2/+14
| | | | | | | | | | | | | | | | | | retransmit (or return). Thanks to John Baldwin for helping nail this one. Found by : Kris Kennaway
* | | The _sx_assert() prototype should exist if either of INVARIANTS orjhb2006-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | INVARIANT_SUPPORT is defined so you can build a kernel with INVARIANT_SUPPORT, but build a module with just INVARIANTS on. MFC after: 3 days Reported by: kuriyama
* | | Forced commit (a little late) to note that the last revision alsobrueffer2006-08-290-0/+0
| | | | | | | | | | | | | | | removed the references to the README. All information the references refer to are actually more up to date in out manpages.
* | | Note less 394 MFC.delphij2006-08-292-2/+2
| | |
* | | Restore Digital Outpur Register (DOR) for enhanced controller after reset.jkim2006-08-291-2/+2
| | |
* | | Manual page tweaks.jkoshy2006-08-291-6/+6
| | | | | | | | | | | | Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
* | | Remove unused file.davidxu2006-08-291-59/+0
| | |
* | | Comment out lines that use example addresses and example.com names soru2006-08-291-15/+15
| | | | | | | | | | | | | | | that local changes can be made more easily (without having to comment these lines, and making the diff more readable).
* | | Add nanobsd(8) manual page.danger2006-08-292-0/+309
| | | | | | | | | | | | | | | | | | Reviewed by: ru Approved by: trhodes (mentor), keramida (mentor) MFC after: 1 week
* | | The kvm_mkdb(8) is long dead.ru2006-08-294-74/+2
| | |
* | | Markup polishing.ru2006-08-291-98/+102
| | |
* | | When skipping data, track the position in the bytestream correctly.kientzle2006-08-291-1/+2
| | | | | | | | | | | | | | | | | | | | | Without this, tar -r breaks badly; new entries overwrite the middle of the archive instead of being added at the end. Thanks to: Chris Spiegel
* | | Ooops m->md.pvh_attrs can't be used to know if the page is writeable, becausecognet2006-08-281-4/+1
| | | | | | | | | | | | | | | | | | it only remembers if the page is modified or referenced. Bad review from: cognet
* | | Relocate the vector page for AT91, to work around bugs with the LOW_VECTORcognet2006-08-283-9/+13
| | | | | | | | | | | | code.
* | | This commit was generated by cvs2svn to compensate for changes in r161701,imp2006-08-282-4/+4
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import on vendor branch two files that have been tweaked to unbreakimp2006-08-282-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the build. The openbsm folks are free to fix it in any other way they see fit once they resurface. Basically, make everything always be const char **, even though const char ** usually should be 'const char * const *' in most cases. This makes the three different definitions consistant and allows world to build.
* | | | FREE -> freessouhlal2006-08-281-2/+2
| | | | | | | | | | | | | | | | Submitted by: rdivacky
* | | | MFi386 parts of rev 1.55 (modulo real MD parts):netchild2006-08-281-9/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - implement CLONE_PARENT semantic - lock proc in the currently disabled part of CLONE_THREAD Submitted by: rdivacky
OpenPOWER on IntegriCloud