Age | Commit message (Collapse) | Author |
|
OK nicm@
|
|
deadlock for ckuethe@
"if you have to revert, you have to revert" deraadt@
|
|
things that should be defined here and remove a silly
comment.
|
|
|
|
That way, memory exhaustion simply cannot be reported because it would
require to... allocate memory.
Instead, really use a statical buffer as it is advertised in the manual.
"looks good" millert@
|
|
ok oga@
'dance for me' blambert@
|
|
|
|
ok marco@
|
|
Code is now enabled and ready for general testing.
|
|
|
|
|
|
|
|
is active on, save a curpmap pointer in cpu_info. This lets us simplify
a few things and do lazy context switching from a user process to a
kernel thread. There's a new IPI introduced for forcing a cr3 reload
when we're tearing down a dead pmap.
kettenis@ ok (after I polished a few minor things)
|
|
From a least of details by sobrado@; input by jmc@ who still isn't happy.
|
|
time. Beginning of refactoring cpu identification.
ok kettenis@
|
|
except thinkpads, they will use the acpithinkpad driver. The driver is
also hooked into wsconsole. So brightness can be adjusted via:
$ wsconsctl display.brightness=<percentage>
This is very helpfull on some laptops that have a nasty bios and get two
steps instead of one when pressing the brightness button.
Tested on various dell, fujitsu, acer, samsung and other laptops.
Okay marco@, miod@. Suggestions from kettenis@.
Lots of reviews and help from miod@, thanks!
|
|
restarting. No need to ask for verbose umount output since we send
it all to /dev/null. Make sure we start in '/', lest we were restarted
while exploring the installed/upgraded filesystems.
|
|
|
|
ok marco@
|
|
OK blambert@
FreeBSD commit message:
Refactor the NFS over UDP retransmit timeout estimation logic to allow
the estimator to be more easily tuned and maintained.
There should be no functional change except there is now a lower limit
on the retransmit timeout to prevent the client from retransmitting
faster than the server's disks can fill requests, and an upper limit
to prevent the estimator from taking to long to retransmit during a
server outage.
|
|
- Further simplify the re(4) receive filter handling and
have everything taken care of in re_iff(), eliminating
a bit of code from re_init().
- Remove unused if_flags field.
|
|
ok marco@
|
|
ok marco@
|
|
ok marco@
|
|
restarted installs/upgrades. They should just work the same as first
attempts except for presenting some remembered info as default
answers.
ok deraadt@
|
|
curlen -= curlen % mps;
can for very large transfers result in an intermediate variable growing
larger than it should. Probably can't really happen in the real world.
Do the same u_int repairs to the other matching drivers
ok blambert kjell miod kettenis
|
|
fixes. Required to be changed at the same time.
|
|
fails spectacularly on (at least) sparc64, so disable it for now. Thanks to
naddy and Josh Elsasser for help and testing.
|
|
of request_rec from long to off_t, which makes it 64bit on i386.
This allows files bigger than 2gig to be correctly served on arches
where long is only 32bits.
Warning: this introduces an ABI break, and hence some third party
apache modules will need to be rebuilt to correctly link to this new
apache.
ok miod@, deraadt@
|
|
just store the maximun amount of rexmits in one place and
cleanup. Also make sure this only effects soft mounts.
OK blambert@
|
|
the need for casts when calling tsleep(), msleep(), and wakeup().
"I guess so" oga@ "it's masturbation" art@
|
|
ok marco@, mlarkin@
|
|
global lock, switch the uvm object pages to being kept in a per-object
RB_TREE. Right now this is approximately the same speed, but cleaner.
When biglock usage is reduced this will improve concurrency due to lock
contention..
ok beck@ art@. Thanks to jasper for the speed testing.
|
|
able to detect added/deleted interfaces.
Tweak vlan handling. No longer delete interfaces as they are
configured so you can choose to reconfigure them.
ok deraadt@, ksh tweaks from halex@
|
|
OK millert
|
|
OK millert otto deraadt
|
|
OK millert otto
|
|
configuration reloading without killing active sessions; ok jacekm@
|
|
nitems() in two places instead of coding the array size and fix a
spot of whitespace.
ok miod@ blambert@
|
|
ok pyr@
|
|
to set-fill-column was garbage. (common, since they keystroke is
so close to find-file). Fix!
|
|
|
|
ok pyr@
|
|
report id and the data to report is too long (this should probably
use dynamic allocation for large reports).
|
|
to be redistributed even though they point to 127.0.0.1. OK michele@
|
|
ok krw@
|
|
been found and corrected.
|
|
and tdb_hash is only used in ip_ipsp.c, so there's no need to declare
it as extern in ip_ipsp.h
ok claudio@ henning@
|
|
of the previous diff so macppc is stable again. found/ok maja@
|
|
From beck with lots of squealing and ear bleeds.
Issue originally reported by todd.
ok beck
|