| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
Add TI4451 as well.
These are untested since I don't have the hardware to test against.
Also, some O2Micro devices are #define w/o numbers as place holders so that
I can encourage people to submit them when they appear in the channels.
Notes:
svn path=/head/; revision=75645
|
| |
|
|
|
|
|
|
|
| |
the map is never locked.
Submitted by: tegge
Notes:
svn path=/head/; revision=75644
|
| |
|
|
|
|
|
| |
Submitted by: Martin Nilsson <martin@svenskabutiker.se>
Notes:
svn path=/head/; revision=75643
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove some horrible code that faked a "struct addrinfo" to be
later passed to freeaddrinfo(). Instead, add a new group type
"GT_DEFAULT" used to denote that the filesystem is exported to the
world, and treat this case separately.
- Don't clear the AI_CANONNAME flag in a struct addrinfo returned
by getaddrinfo. There's still a bit more struct addrinfo abuse
left in here.
- Simplify do_mount() slightly by using an addrinfo pointer to keep
track of the current address.
Notes:
svn path=/head/; revision=75641
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75639
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75638
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
parts. This is based on the newcard code that turns it off :-). We
can now reboot after NEWCARD or Windows and have OLDCARD work. Add
support for the RL5C466 while I'm at it.
Treat TI1031 the same as the CLPD6832. It doesn't work yet, but sucks
less than it did before.
Also add a few #defines for other changes in the pipe.
Notes:
svn path=/head/; revision=75637
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Revert del_mlist() to its pre-tirpc prototype. Unlike NetBSD's version,
ours lets the caller generate any syslog() messages, so that it
can include the service name in the message.
- Initialise a few local variables to clarify the logic and avoid some
compiler warnings.
- Remove a few unused functions and local variables, and fix some
whitespace issues.
- Reinstate the logic for avoiding duplicate host entries that got
removed accidentally in revision 1.41 (added in r1.5). This bit
was submitted in a slightly different form by Thomas Quinot.
Submitted by: Martin Blapp <mb@imp.ch>,
Thomas Quinot <quinot@inf.enst.fr>
PR: bin/26148
Notes:
svn path=/head/; revision=75635
|
| |
|
|
|
|
|
| |
Reviewed by: brian
Notes:
svn path=/head/; revision=75633
|
| |
|
|
|
|
|
| |
Submitted by: Terry Lambert <terry@lambert.org>
Notes:
svn path=/head/; revision=75632
|
| |
|
|
|
|
|
|
| |
Obtained from: BSD/os
Import Ok'd by: mckusick, jkh, motd on builder.freebsd.org
Notes:
svn path=/head/; revision=75631
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75629
|
| |
|
|
|
|
|
| |
New release notes: TCP ISS randomization, groff-1.17.
Notes:
svn path=/head/; revision=75626
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/head/; revision=75624
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75623
|
| |
|
|
|
|
|
|
|
|
| |
completely on lazy floating point state saving. This is needed for the
SMP case since processes can migrate to other CPUs.
Submitted by: dfr
Notes:
svn path=/head/; revision=75622
|
| |
|
|
|
|
|
|
|
| |
why I changed it to const.
Noticed by: David Wolfskill <david@catwhisker.org>
Notes:
svn path=/head/; revision=75621
|
| |
|
|
|
|
|
|
|
| |
in the TCP_COMPAT_42 case (e.g. choosing '1' as the initial sequence
number at boot-time, instead of randomizing it). TCP_COMPAT_42 is the
repository for old security holes, too :-)
Notes:
svn path=/head/; revision=75620
|
| |
|
|
|
|
|
|
| |
Obtained from: OpenBSD
Reviewed by: jesper, peter, -developers
Notes:
svn path=/head/; revision=75619
|
| |
|
|
|
|
|
|
|
|
|
|
| |
and __i386__ are defined rather than if SMP and BETTER_CLOCK are defined.
The removal of BETTER_CLOCK would have broken this except that kern_clock.c
doesn't include <machine/smptests.h>, so it doesn't see the definition of
BETTER_CLOCK, and forward_*clock aren't called, even on 4.x. This seems to
fix the problem where a n-way SMP system would see 100 * n clk interrupts
and 128 * n rtc interrupts.
Notes:
svn path=/head/; revision=75616
|
| |
|
|
|
|
|
| |
Approved by: jkh
Notes:
svn path=/head/; revision=75614
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75613
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75612
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75609
|
| |
|
|
|
|
|
| |
Submitted by: gshapiro
Notes:
svn path=/head/; revision=75608
|
| |
|
|
|
|
|
| |
Submitted by: kris
Notes:
svn path=/head/; revision=75606
|
| |
|
|
|
|
|
|
|
| |
are.
submitted by: jhb
Notes:
svn path=/head/; revision=75605
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
and AS4100s into single user mode. This work was done jointly by jhb and
myself, and builds on dfr's earlier work.
smp_init_secondary() / smp_start_secondary()
- use the uniq val to pass the globalp (me)
- fancy footwork to take any pending machine checks (me)
- doing things the FreeBSD way and getting the per-cpu idleproc created
correctly, and synchronizing the startup of secondaries (jhb)
mp_start()
- better recognition of available cpus (jhb)
smp_rendezvous()
- if smp hasn't started, only run the rendezvous function on the current
cpu. Sleuthing and (prior) incorrect fix by me, correct fix by jhb
smp_handle_ipi()
- more verbose handling of console messages (jhb)
- grab sched lock around setting PS_ASTPENDING (jhb)
forward_*clock()
- commented out. Joint decision by dfr, jhb and myself
General synchronization improvements (more mb()s, etc) (jhb)
Printf cleanups (joint)
Whitespace cleanups (jhb)
Notes:
svn path=/head/; revision=75604
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75602
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75601
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- don't do the stack overflow sanity check on MP systems -- p->p_addr
will be malloc'ed memory (not K0SEG) and the check will fail.
- don't ignore clock interrupts on secondaries. Alphas apparently
roundrobin clock interrupts to all cpus, so we're going to take clock
interrupts on all CPUS and not forward them.
Notes:
svn path=/head/; revision=75600
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- use the unique value to save the per-cpu globalp struct like the
comment says
- don't lower the ipl to ALPHA_PSL_IPL_HIGH: we may have a pending machine
check to take and we're not prepared for that yet, as we haven't setup
our interrupt entry points. (this may only happen on sable/lynx)
- indicate the fact that the working version of smp_init_secondary() doesn't
return (this is tied up in other changes and hasn't yet been committed).
Notes:
svn path=/head/; revision=75599
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75598
|
| |
|
|
|
|
|
|
| |
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua>
Reviewed by: ache, phantom, ru, sobomax
Notes:
svn path=/head/; revision=75597
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75596
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75595
|
| |
|
|
|
|
|
| |
mdoc.samples(7) is superseded by mdoc(7).
Notes:
svn path=/head/; revision=75594
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75593
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75592
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75591
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75590
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75589
|
| |
|
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=75588
|
| |
|
|
| |
Notes:
svn path=/head/; revision=75587
|
| |\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=75585
|
| | |
| |
| |
| | |
Notes:
svn path=/vendor/groff/dist/; revision=75584
|
| | |
| |
| |
| |
| |
| |
| | |
Submitted by: Olexander Kunytsa <kunia@istc.kiev.ua> (author of translation)
Notes:
svn path=/head/; revision=75583
|
| | |
| |
| |
| |
| |
| |
| | |
Call cdevsw_remove when we unload.
Notes:
svn path=/head/; revision=75582
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
group file. Because of the way the group sorting works while printing
out the new file it's not possible at this time to restore comments
in other locations, but at least they won't just disappear altogether.
Notes:
svn path=/head/; revision=75581
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
VOP_BWRITE() was a hack which made it possible for NFS client
side to use struct buf with non-bio backing.
This patch takes a more general approach and adds a bp->b_op
vector where more methods can be added.
The success of this patch depends on bp->b_op being initialized
all relevant places for some value of "relevant" which is not
easy to determine. For now the buffers have grown a b_magic
element which will make such issues a tiny bit easier to debug.
Notes:
svn path=/head/; revision=75580
|