Age | Commit message (Collapse) | Author |
|
|
|
and is actually wrong in some cases, since we can enter
functions without taking the lock because the return value
of ipq_lock() isn't checked properly.
However, this needs to be revisited when we start calling
ip_drain() from the pool code when we are running out of
memory, but this isn't done currently.
OK art@, henning@
|
|
ok tom@
|
|
ok dlg@
|
|
ok jakemsr@
|
|
to match.
ok deraadt@
|
|
ok brad (copy/pasto-er)
|
|
|
|
changed to free up another 64-bit word in the interrupt transaction. This
means we have two 64-bit words available for arguments, which means we
probably don't need to pass arguments through structures.
|
|
make sure that theres a minimum amount of free blocks in that cylinder
group by tweaking the minbfree calculation. Without this, cylinder groups
with no free blocks could be chosen which resaults in expensive searches
for free blocks each time a new file is created in the directory.
Tweak the calculation of minifree (minimum free inodes) in the same
way. Also decrease the maxcontigdirs as the file system fills up to
lessen the chance of directory clusters overflowing the available
space in the cylinder group.
From FreeBSD (Rev 1.116 of sys/ufs/ffs/ffs_alloc.c);
ok miod@
|
|
and VOP_CLOSE() since both of them expected it too be locked.
ok art@
|
|
|
|
|
|
|
|
for EDCA support).
- remove an unused function.
- fix scan command.
- detect if the hardware radio switch is on instead of failing in the
calibration of the thermal sensor with an obscure message.
|
|
handler is invoked with spl raised to the given level, otherwise all nubus
interrupts are processed at level 2.
|
|
ok pyr@
|
|
|
|
while it sounds like a "good" idea some people convinced me otherwise.
mostly because this breaks compat with GNU cvs.
|
|
the holes a MMU may have from a given vm_map. This will be automagically
invoked for newly created vmspaces.
On platforms with MMU holes (e.g. sun4, sun4c and vax), this prevents
mmap(2) hints which would end up being in the hole to be accepted as valid,
causing unexpected signals when the process tries to access the hole
(since pmap can not fill the hole anyway).
Unfortunately, the logic mmap() uses to pick a valid address for anonymous
mappings needs work, as it will only try to find an address higher than the
hint, which causes all mmap() with a hint in the hole to fail on vax. This
will be improved later.
|
|
state machine.
|
|
|
|
|
|
No change in generated code.
|
|
server and validates the returned track names. Unreachable code spotted
by lint.
OK krw@, deraadt@, espie@
|
|
|
|
OK joris@, otto@
|
|
ssh connection to our server.
Example: joris@somehost.com:2222:/cvs
OK tobias@
|
|
header randomization). this adds an infrastructure to support
UDP-based protocols.
ok gilles@, tested by some
|
|
OK joris@
|
|
|
|
cvs command has been specified.
Spotted by Mathias De Belder <mathias at woei dot be> who also supplied a
patch, although I took his second suggestion.
OK joris@
|
|
as style(9) suggests; usage() should be a function; minor KNF fix
ok otto@
|
|
"looks right" deraadt@
|
|
|
|
errors when running audioctl(1) on devices without master controls
ok jakemsr@
|
|
Some codecs, like the AD1984 found in x60s, need this in order for the
speakers to work.
New mixer items with names *.eapd will show up for codecs that need it
and that are using the generic functions.
From kent@netbsd
|
|
just the bidirectional ones.
This could fix some no-sound problems on codecs using the generic
functions.
Code from kent@netbsd
|
|
their purpose, since that's often incorrect.
This should solve some no-sound problems for codecs using the generic
functions.
From kent@netbsd
|
|
ok moritz@ gilles@
|
|
Register. Fixes PR 5574. From Stefan Kempf.
ok deraadt@
|
|
OK joris@
|
|
assembly on all platforms. ok deraadt@
|
|
providing a stub. ok deraadt@
|
|
buffer to itself; checked by jsg and kettenis and others
|
|
|
|
Sync ident behavior with GNU RCS:
- return 1 to the shell if any file could not be opened.
- print an empty line after processing a file unless we couldn't
open it (and not for the last one).
OK niallo.
|
|
OK jmc.
|
|
appropriate checks, changing sscanf to strtonum in the process.
Initial diff from Charles Longeau.
OK moritz and chl.
|
|
Don't mention -q flag, which is there for compatibility.
From Pierre Riteau.
OK joris for first part, OK niallo and jmc for second.
|