marcel
c088f26c25
Fix harmless bug: sizeof(tcb) equals sizeof(void*) not sizeof(struct tcb).
...
The argument is (currently) not used by _rtld_free_tls().
2006-08-31 19:06:30 +00:00
jhb
8f6bfd83f7
Just foward declare 'struct adapter' instead of declaring an actual
...
'adapter' structure.
2006-08-31 18:50:16 +00:00
jhb
4e7db0ae21
Compare the correct field against NULL when determining whether or not to
...
do bus_teardown_intr().
2006-08-31 18:49:41 +00:00
obrien
c3fa754b3f
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
obrien
c98a455106
Not needed any more, vendor sources have PAM support.
2006-08-31 17:12:33 +00:00
obrien
b606c5a704
Pull vendor file to HEAD.
2006-08-31 17:11:46 +00:00
obrien
05de6b8434
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
obrien
e2b445ed86
Catch up with the import of ftpd.c rev 1.1.1.6.
2006-08-31 17:02:05 +00:00
obrien
aeae00d8be
FreeBSD doesn't have the simple pidfile(3), so craft it using FreeBSD's
...
primitives.
2006-08-31 16:57:46 +00:00
jhay
a1d5a9ece3
Recognise IPv6 PIM packets.
...
MFC after: 1 week
2006-08-31 16:56:45 +00:00
obrien
7c9122279a
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
obrien
69d151f2f0
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
ru
64957841ba
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
ru
4acf62da69
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
bmah
b0c57c6ba4
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
ru
6c17f5c634
Remove some dust.
2006-08-31 14:14:57 +00:00
ru
37ec4940b5
Resolve merge conflicts.
2006-08-31 14:14:30 +00:00
ru
f4be069346
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
ru
a070a49867
Import OpenBSD's tip(1) as of today
2006-08-31 14:12:22 +00:00
yongari
80409385e4
Add PHY support for BCM5752.
...
Tested by: delphij, Ganbold < ganbold AT micom DOT mng DOT net >
2006-08-31 11:15:18 +00:00
yongari
6012ad6e4a
Add Broadcom BCM5752 PHY id.
2006-08-31 11:13:51 +00:00
cperciva
1caefdfb4b
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
rse
4b6df285e8
Fix typos: s/rebulid/rebuild/
...
Submitted by: Christoph Schug <chris@schug.net>
2006-08-31 08:45:44 +00:00
davidxu
14a4be51a4
Reorder some statments. Fix typo and remove stale comments.
2006-08-30 23:59:45 +00:00
brooks
a06320cbe1
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
ru
4c70accca4
- 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
sos
0387eca150
Properly initialize the nVidia MCP5X interrupts etc.
...
Suggested by: nVidia
2006-08-30 11:50:22 +00:00
cognet
56796490ea
Remove dead code, already defined in sys/cdef.h
...
Spotted out by: bde
2006-08-30 11:45:07 +00:00
cognet
192d7d2aa6
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
delphij
5ffbf296e8
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
4736b1fdce
o Set TP using inline assembly to avoid dead code elimination.
...
o Eliminate _tcb.
2006-08-30 03:31:32 +00:00
marcel
0b6bc8a47b
Avoid dead code elimination of the assignment to TP by using inline
...
assembly.
2006-08-30 00:57:35 +00:00
marcel
007866fe9c
Prevent dead code elimination for the TP assignmient by using inline
...
assembly.
2006-08-30 00:39:07 +00:00
cognet
8397e9dcdc
Use ENTRY instead of ALTENTRY, it doesn't exist on arm.
2006-08-29 23:53:34 +00:00
bmah
cd7c289ec7
New release note: SA-06:18.ppp (+MFC).
2006-08-29 22:25:22 +00:00
mohans
0b0d785f6a
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
jhb
94a898c189
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
brueffer
dd426758f6
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
delphij
09893b63ed
Note less 394 MFC.
2006-08-29 18:47:09 +00:00
jkim
6c8639b149
Restore Digital Outpur Register (DOR) for enhanced controller after reset.
2006-08-29 18:19:39 +00:00
jkoshy
51c4801eb7
Manual page tweaks.
...
Submitted by: Niclas Zeising <lothrandil at n00b.apagnu.se> on freebsd-doc
2006-08-29 18:11:20 +00:00
davidxu
37473cc569
Remove unused file.
2006-08-29 13:01:23 +00:00
ru
fbc656e8b0
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
danger
978dd12712
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
ru
8b1d56c480
The kvm_mkdb(8) is long dead.
2006-08-29 08:49:58 +00:00
ru
6cce3965d2
Markup polishing.
2006-08-29 08:43:09 +00:00
kientzle
0cfc107043
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
cognet
ecf44c474e
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
cognet
fa893a6f9c
Relocate the vector page for AT91, to work around bugs with the LOW_VECTOR
...
code.
2006-08-28 20:05:00 +00:00
imp
1b7c0c7165
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