summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/diffreg.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-09-11For STAC9221 Macs, create master volume and mute controls by bindingdeanna1-4/+54
the DAC volumes. Tested by otto@, ajacoutot@, merdeley@ and Darrin Chandler.
2007-09-11sort #includestevesk1-2/+3
2007-09-11henric, tsk tsk, you missed stuff related to cryptosoftderaadt1-3/+3
2007-09-10Remove the ipq locking, it isn't strictly needed right nowthib1-44/+1
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@
2007-09-10Remove unused "extern" declaration.henric1-2/+1
ok tom@
2007-09-10Use M_ZERO.deanna2-27/+14
ok dlg@
2007-09-10fix uninitialized linked list headratchov1-1/+2
ok jakemsr@
2007-09-10Make the hmac ipad/opad globals "const" and fixup the crypto functionshenric6-27/+27
to match. ok deraadt@
2007-09-10Fix a copy/pasto from last year. CMI9880 should work now.deanna1-2/+1
ok brad (copy/pasto-er)
2007-09-10Missing $OpenBSD$ tag.kettenis1-0/+1
2007-09-10IPI implementation. Bits and pieces from NetBSD, but the interface has beenkettenis3-13/+226
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.
2007-09-10When selecting cylinder groups as candidates for new directory creationthib1-18/+9
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@
2007-09-10Lock the vnode in ffs_unmount() before passing it too vinvalbuf()thib1-2/+3
and VOP_CLOSE() since both of them expected it too be locked. ok art@
2007-09-10point to new 2.14.1.15 firmware (-current only).damien1-5/+6
2007-09-10fix boot code maximum size.damien1-2/+2
2007-09-10fix interrupts processing and scan command + cleanupdamien2-9/+20
2007-09-10- add support for 802.11 headers with various sizes (will be requireddamien2-125/+42
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.
2007-09-10Pass a real ipl level to add_nubus_intr(), and make sure the interruptmiod7-45/+54
handler is invoked with spl raised to the given level, otherwise all nubus interrupts are processed at level 2.
2007-09-10more MALLOC/FREE -> malloc/free and M_ZERO changesgilles12-54/+42
ok pyr@
2007-09-10Use erealloc3() in more_aliases() instead of malloc/realloc.millert1-17/+5
2007-09-10remove my addition of portnumber for rsh in CVSROOT.joris3-12/+5
while it sounds like a "good" idea some people convinced me otherwise. mostly because this breaks compat with GNU cvs.
2007-09-10Introduce a md pmap hook, pmap_remove_holes(), which is supposed to markmiod21-37/+107
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.
2007-09-10if more than 5 consecutive beacons are lost, reinitialize sensitivitydamien2-2/+26
state machine.
2007-09-10only send a sensitivity update command when the settings have changed.damien1-15/+27
2007-09-10cleanup. no binary change.damien1-58/+59
2007-09-10Make function pointer calls look all alike; from Holger Mikolon.miod2-4/+4
No change in generated code.
2007-09-10Make sure we don't skip the code which sends the QUIT command to the CDDBcloder1-2/+2
server and validates the returned track names. Unreachable code spotted by lint. OK krw@, deraadt@, espie@
2007-09-10more M_ZERO usage.fgsch2-6/+4
2007-09-10Proper use of fseek/fseeko macros.tobias18-57/+59
OK joris@, otto@
2007-09-10Allow port specification in our CVSROOT which is used for ourjoris3-5/+12
ssh connection to our server. Example: joris@somehost.com:2222:/cvs OK tobias@
2007-09-10add support for relaying DNS traffic (with a little bit of packetreyk12-44/+1208
header randomization). this adds an infrastructure to support UDP-based protocols. ok gilles@, tested by some
2007-09-10Properly display list of commands in default 80 column terminal.tobias1-2/+2
OK joris@
2007-09-10typo in message, from Mark Lumsden.otto1-2/+2
2007-09-10Fixed segmentation fault that occured during .cvsrc parsing if an invalidtobias1-11/+11
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@
2007-09-10optional flags must be sorted and enclosed in single brackets,sobrado1-10/+15
as style(9) suggests; usage() should be a function; minor KNF fix ok otto@
2007-09-10Fix setting up the multicast filter. Fixes PR 5474.kettenis1-8/+9
"looks right" deraadt@
2007-09-10If 44.1kHz sample rate isn't supported, use 48kHz instead.deanna2-4/+14
2007-09-10initialize sc_outports->master and sc_inports->master. Fixes "set failed"ratchov1-1/+3
errors when running audioctl(1) on devices without master controls ok jakemsr@
2007-09-10Add command verbs, a mixer target and mixer controls for EAPD control.deanna2-2/+54
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
2007-09-10Some pin widgets default to off, so make sure they're all enabled, notdeanna1-1/+25
just the bidirectional ones. This could fix some no-sound problems on codecs using the generic functions. Code from kent@netbsd
2007-09-10Set bidirectional pins to output, ignoring what the codec says isdeanna1-16/+3
their purpose, since that's often incorrect. This should solve some no-sound problems for codecs using the generic functions. From kent@netbsd
2007-09-09use strcspn to properly overwrite '\n' in fgets returned bufferchl2-4/+4
ok moritz@ gilles@
2007-09-09Make sure ptrace(2) cannot change any priviliged bits in the Machine Statekettenis1-1/+4
Register. Fixes PR 5574. From Stefan Kempf. ok deraadt@
2007-09-09Added support for checkout -p with local repository.tobias3-11/+32
OK joris@
2007-09-09Add lint stubs for the longjmp family of functions which are defined inotto5-3/+66
assembly on all platforms. ok deraadt@
2007-09-09Silence erroneous "environ used, but not defined" lint warning byotto2-3/+10
providing a stub. ok deraadt@
2007-09-09add string length arguments to some functions, and do not copy a stringderaadt1-27/+31
buffer to itself; checked by jsg and kettenis and others
2007-09-09Add firmware control block structure.marco2-5/+206
2007-09-09From Pierre Riteau:ray1-3/+8
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.
2007-09-09Mention -q in compatibility section.ray1-4/+4
OK jmc.