Age | Commit message (Collapse) | Author |
|
|
|
|
|
a device. This should be removed once all the drivers attaching to
uhidev(4) are converted.
ok andre@, sthen@
|
|
|
|
|
|
|
|
--
Sync timestamp changes for inodes of special files to disk as late
as possible (when the inode is reclaimed). Temporarily only do
this if option UFS_LAZYMOD configured and softupdates aren't enabled.
UFS_LAZYMOD is intentionally left out of /sys/conf/options.
This is mainly to avoid almost useless disk i/o on battery powered
machines. It's silly to write to disk (on the next sync or when the
inode becomes inactive) just because someone hit a key or something
wrote to the screen or /dev/null.
--
Made lazy syncing of timestamps for special files non-optional.
--
Also, include support in 'pstat -v' to display the IN_LAZYMOD flag.
ok tedu@ millert@
|
|
increase root to 9(+1).
ok deraadt (and a thank you to miod for helping to reduce the set of
architectures harmed by this)
|
|
|
|
|
|
OK and additional changes from espie@
|
|
of unix arcana, we will not condescend to tell you how. why spoil the fun?
|
|
macro which is unaware that stacks may need larger alignment. This may
mean that some workarounds in crt0 can go away (here's looking at you
mips64..)
Tested on about half the architectures (the most special cases), so let's
see what happens.
with tobiasu
|
|
supposed to be outside the clipping region, not inside (i.e. there was an
off-by-one everywhere).
- Add colormap support, by programming the RAMDAC palette registers at init
time, and also implement the colormap ioctls.
|
|
solves, and hopefully timeouts won't happen anymore now that we clear
interrupts before checking the response in pointer. Fixes problems on my
alpha where spinning up one of the disks takes longer than the timeout value.
|
|
this hardware alive is becoming increasingly difficult, and I should heed the
message sent by the three disks which have died on me over the last few days.
Noone sane will mourn these ports anyway. So long, and thanks for the fish.
|
|
we block all interrupts that can grab the kernel lock. The simplest way to
achieve this is to make sure mutexes always raise the ipl to the highest
level that has interrupts that grab the kernel lock. This will allow us
to have "mpsafe" interrupt handlers at lower priority levels.
No change for non-MULTIPROCESSOR kernels.
ok miod@
|
|
(and if you're wondering about the unused extra parameter, this is
designed to allow a new makewhatis that shares more code with pkg_create)
|
|
|
|
/usr/mdec/mbr. Only one instruction changes, a 'cli' becomes 'sti'.
ok deraadt@ tedu@
|
|
ok miod@
|
|
|
|
that might fail.
* Keep the build log clean.
* Make sure syntax checks run again when doing: make clean; make
ok espie@
|
|
|
|
okay guenther@
|
|
us time and if the sets are signed we can assume they are legit (yes, I am
an assumer).
|
|
stdin.
OK benno
man page tweak and OK sthen
|
|
Note that I missed two of these in the diff shown initially, thx
to the atrocious Makefile rule...
okay millert@, sthen@, basically
|
|
|
|
|
|
Not due to testing... but because they can't fit side by side.
ok kettenis
|
|
permission on the databases, as requested by espie@ quite some time ago.
But make sure to not slow database generation down when you do have write
permission, and to not delay error reporting in -Q mode.
|
|
block of code to run on both father&child sides, thus making our system
more useful around pipes...
Also zap two "my $_" on while(<>) to prepare for new perl.
|
|
creating temporary files.
for checking, use the "embedded sig" format to avoid writing to two
distinct pipes from the same process (tedu@ reluctantly agrees)
|
|
forget to update the Endpoint Context with the last valid endpoint
and free the device resources, including its slot, when the default
pipe is closed.
Device addresses can now be reused and I should be done with
descriptor leaks.
|
|
|
|
discussed with claudio@ at n2k14, ok mpi
|
|
suggested by miod@
|
|
ok syl@, bmercer@, jasper@
|
|
Previously "arp -V 1 -d 10.0.0.1" would hang forever since while the
target rdomain was passed in the rtm, the AF_ROUTE socket was always
created in the rdomain 0. Due to the logic in route_input (rtsock.c)
route socket's rdomain is compared against the target rdomain of the
request and reply is generated only when they match. In our case
rdomains were different which cased arp(8) to hang waiting for the
reply that would never be sent.
ok deraadt
|
|
|
|
data twice.
From rivo nurges ris _AT_ estpak _DOT_ ee, thanks!
OK sthen
|
|
|
|
coherent with the existing rtable_* functions and document it.
While here fix some other manpage glitches pointed out by jmc@.
|
|
OK benno
|
|
While there drop the !nflag check as it's never called with nflag set,
simplify the code a bit and adapt style from traceroute.
OK benno
|
|
OK benno
|
|
only if we have at least one unreachable; from traceroute
OK benno
|
|
OK lteo, benno
|
|
set rcvhlim to zero.
OK lteo, benno
|