John Baldwin
9555b0e2fc
Just foward declare 'struct adapter' instead of declaring an actual
...
'adapter' structure.
2006-08-31 18:50:16 +00:00
John Baldwin
7f0875cc0f
Compare the correct field against NULL when determining whether or not to
...
do bus_teardown_intr().
2006-08-31 18:49:41 +00:00
David E. O'Brien
aec047da48
Re-add lukemftpd. It has: PAM, MAC, per-class nologin files,
...
login.conf resource limits and features.
2006-08-31 17:15:10 +00:00
David E. O'Brien
d808b43a01
Not needed any more, vendor sources have PAM support.
2006-08-31 17:12:33 +00:00
David E. O'Brien
67f52b8478
Pull vendor file to HEAD.
2006-08-31 17:11:46 +00:00
David E. O'Brien
c731f591cc
Merge in OPIE support, and MAC support.
...
Our PAM and LOGIN_CAP support is now in the stock sources.
2006-08-31 17:08:21 +00:00
David E. O'Brien
1908c0576c
Catch up with the import of ftpd.c rev 1.1.1.6.
2006-08-31 17:02:05 +00:00
David E. O'Brien
f83e9e84cc
FreeBSD doesn't have the simple pidfile(3), so craft it using FreeBSD's
...
primitives.
2006-08-31 16:57:46 +00:00
John Hay
1c31b456b9
Recognise IPv6 PIM packets.
...
MFC after: 1 week
2006-08-31 16:56:45 +00:00
David E. O'Brien
0b2314893a
This commit was generated by cvs2svn to compensate for changes in r161764,
...
which included commits to RCS files with non-trunk default branches.
2006-08-31 16:55:08 +00:00
David E. O'Brien
a5a1d5d318
Import of LukeM's ftpd taken from the NetBSD CVS repo on 31-Aug-2006.
...
+ 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.
2006-08-31 16:55:08 +00:00
Ruslan Ermilov
bfad8c3c1c
Document the undocumented change in OpenBSD: the ${raisechar}
...
is no longer set to ^A by default, it's unset.
Reported by: imp, sam
2006-08-31 16:40:30 +00:00
Ruslan Ermilov
a9f118adfd
Actually merge OpenBSD changes and local changes (a diff should
...
be viewed relative to revision 1.24).
2006-08-31 16:26:50 +00:00
Bruce A. Mah
b92c93f2e9
New release notes: freebsd-update(8), tip from OpenBSD 20060831,
...
nanobsd(8) manpage.
MFCs noted: net.inet.portrange.reserved{high,low} for IPv6, netcat
from OpenBSD 3.9.
2006-08-31 14:47:47 +00:00
Ruslan Ermilov
2a98f027e5
Remove some dust.
2006-08-31 14:14:57 +00:00
Ruslan Ermilov
fa92e8831d
Resolve merge conflicts.
2006-08-31 14:14:30 +00:00
Ruslan Ermilov
24ede41b96
This commit was generated by cvs2svn to compensate for changes in r161751,
...
which included commits to RCS files with non-trunk default branches.
2006-08-31 14:12:22 +00:00
Ruslan Ermilov
d391708c06
Import OpenBSD's tip(1) as of today
2006-08-31 14:12:22 +00:00
Pyun YongHyeon
73810ef739
Add PHY support for BCM5752.
...
Tested by: delphij, Ganbold < ganbold AT micom DOT mng DOT net >
2006-08-31 11:15:18 +00:00
Pyun YongHyeon
d58d1737d6
Add Broadcom BCM5752 PHY id.
2006-08-31 11:13:51 +00:00
Colin Percival
48ffe56ac5
Add FreeBSD Update 2.0 client code. The build code is in the projects
...
repository.
Sponsored by: FreeBSD security development fundraiser
2006-08-31 09:51:34 +00:00
Ralf S. Engelschall
43109e5833
Fix typos: s/rebulid/rebuild/
...
Submitted by: Christoph Schug <chris@schug.net>
2006-08-31 08:45:44 +00:00
David Xu
8a156460bf
Reorder some statments. Fix typo and remove stale comments.
2006-08-30 23:59:45 +00:00
Brooks Davis
0fffba68bd
When generating localhost entries in /etc/hosts, put localhost before
...
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.
2006-08-30 15:14:00 +00:00
Ruslan Ermilov
384555d978
- Remove yet another mention of minor number construction
...
which is not applicable today.
- Provide an example of how to lock a speed.
2006-08-30 14:38:42 +00:00
Søren Schmidt
4f991fd676
Properly initialize the nVidia MCP5X interrupts etc.
...
Suggested by: nVidia
2006-08-30 11:50:22 +00:00
Olivier Houchard
4731df1ee7
Remove dead code, already defined in sys/cdef.h
...
Spotted out by: bde
2006-08-30 11:45:07 +00:00
Olivier Houchard
d50cc5583f
Use ENTRY_NP for alternate entry points instead of ENTRY to avoid calling
...
mcount twice when profiling.
Spotted out by: bde
2006-08-30 11:44:37 +00:00
Xin LI
9dd54fbb7e
In rev. 1.2 we have introduced a fallback handler for files with unknown
...
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
2006-08-30 08:20:34 +00:00
Marcel Moolenaar
57c2251d5c
o Set TP using inline assembly to avoid dead code elimination.
...
o Eliminate _tcb.
2006-08-30 03:31:32 +00:00
Marcel Moolenaar
f3cec68877
Avoid dead code elimination of the assignment to TP by using inline
...
assembly.
2006-08-30 00:57:35 +00:00
Marcel Moolenaar
7d3f85133a
Prevent dead code elimination for the TP assignmient by using inline
...
assembly.
2006-08-30 00:39:07 +00:00
Olivier Houchard
1b980732bb
Use ENTRY instead of ALTENTRY, it doesn't exist on arm.
2006-08-29 23:53:34 +00:00
Bruce A. Mah
849e1dd201
New release note: SA-06:18.ppp (+MFC).
2006-08-29 22:25:22 +00:00
Mohan Srinivasan
6cd7078919
Fix for a deadlock triggered by a 'umount -f' causing a NFS request to never
...
retransmit (or return). Thanks to John Baldwin for helping nail this one.
Found by : Kris Kennaway
2006-08-29 22:00:12 +00:00
John Baldwin
fa4a2ffd58
The _sx_assert() prototype should exist if either of INVARIANTS or
...
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
2006-08-29 20:36:33 +00:00
Christian Brueffer
11936bfa24
Forced commit (a little late) to note that the last revision also
...
removed the references to the README. All information the references
refer to are actually more up to date in out manpages.
2006-08-29 19:15:59 +00:00
Xin LI
7af426fb39
Note less 394 MFC.
2006-08-29 18:47:09 +00:00
Jung-uk Kim
19a388e651
Restore Digital Outpur Register (DOR) for enhanced controller after reset.
2006-08-29 18:19:39 +00:00
Joseph Koshy
59b2dc9f8b
Manual page tweaks.
...
Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
2006-08-29 18:11:20 +00:00
David Xu
fd2b89c48c
Remove unused file.
2006-08-29 13:01:23 +00:00
Ruslan Ermilov
98374c9c79
Comment out lines that use example addresses and example.com names so
...
that local changes can be made more easily (without having to comment
these lines, and making the diff more readable).
2006-08-29 09:20:48 +00:00
Daniel Gerzo
129518b229
Add nanobsd(8) manual page.
...
Reviewed by: ru
Approved by: trhodes (mentor), keramida (mentor)
MFC after: 1 week
2006-08-29 09:12:48 +00:00
Ruslan Ermilov
ca7f20f57f
The kvm_mkdb(8) is long dead.
2006-08-29 08:49:58 +00:00
Ruslan Ermilov
8a4ebec273
Markup polishing.
2006-08-29 08:43:09 +00:00
Tim Kientzle
02a97525ef
When skipping data, track the position in the bytestream correctly.
...
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
2006-08-29 04:59:25 +00:00
Olivier Houchard
89413e6217
Ooops m->md.pvh_attrs can't be used to know if the page is writeable, because
...
it only remembers if the page is modified or referenced.
Bad review from: cognet
2006-08-28 21:43:34 +00:00
Olivier Houchard
f35ea630e9
Relocate the vector page for AT91, to work around bugs with the LOW_VECTOR
...
code.
2006-08-28 20:05:00 +00:00
Warner Losh
cd437e7ec6
This commit was generated by cvs2svn to compensate for changes in r161701,
...
which included commits to RCS files with non-trunk default branches.
2006-08-28 17:26:38 +00:00
Warner Losh
58178f6693
Import on vendor branch two files that have been tweaked to unbreak
...
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.
2006-08-28 17:26:38 +00:00