summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-21Allow dhclient.conf to specify 'fixed-address', 'next-server',Kenneth R Westerback
'filename' and 'server-name'. dhclient.conf can now override anything in an offer or saved lease when creating the effective lease.
2014-01-21Instead of maintaining a completely separate list of crypto work units,Joel Sing
simply allocate larger work units and include the normal work unit struct in the top of the crypto work unit struct. This greatly simplifies the code and removes possible failure cases. Discussed with dlg@ ok krw@
2014-01-21Use ARRAY_SIZE() instead of nitems() to reduce diffs with Linux.Mark Kettenis
2014-01-21Allow for variable sized work units.Joel Sing
ok krw@
2014-01-21syncTodd T. Fries
2014-01-21Use a TAILQ for tracking work units, rather than an array. This will allowJoel Sing
for variable size work units. While here, remove some pointless checks. ok krw@
2014-01-21dtucker@ pointed out i suck at grep.David Gwynne
fix ncr53c9x fallout.
2014-01-21Stop bzeroing the work unit when it is initialised. Rather, only initialiseJoel Sing
the specific fields that are either not persistent for the life of the workunit and/or not reinitialised in sr_wu_release_ccbs. This is also necessary for upcoming changes. ok krw@
2014-01-21Add all the Intel KT's which got missed.Theo de Raadt
2014-01-21Remove pointless validation - these cases cannot be hit as they haveJoel Sing
already been checked in sr_crypto_alloc_resources and sr_validate_io. Also document the known issue with per-block key selection. ok krw@
2014-01-21Factor out and fix the RAID5 write functionality.Joel Sing
In particular, change the parity calculation algorithm so that we do not need to scrub the volume. Also handle the different cases that we can encounter when operating in online and degraded mode. This allows writes to continue to function correctly even when a chunk is lost. ok krw@
2014-01-21obvious .Pa fixes; found with mandocdb(8)Ingo Schwarze
2014-01-21Update the names of the DIOCXBEGIN ruleset types.Lawrence Teo
Also tweak the text a little bit to make it clear that this is the complete list of ruleset types. ok henning@ jmc@
2014-01-21Add parsing for options 121 (classless-static-routes) and 249Kenneth R Westerback
(classless-ms-static-routes). dhcpd can now specify and serve these options and dhclient can recognize and use supersede, etc. statements on them. Based on a diff from Stefan Rinke. Thanks!
2014-01-21Update gcc-local(1) with recent changes to the toolchain:Martynas Venckus
- i386 is now PIE - -Wbounded is enabled by default - -Wbounded recognizes new attribute __wcstring__ - -fstack-protector-strong is supported
2014-01-21Add support for ISP2200 based adapters.Jonathan Matthew
This involves a bit of a hack in the interrupt processing path, where we ignore the interrupt status if we're expecting a mailbox command to complete, but we don't have the mailbox semaphore and the response ring hasn't moved. Typically next time through, the interrupt status is the same and we have the semaphore so we can read the results.
2014-01-21The semaphore register does need to be cleared when clearing interrupts,Jonathan Matthew
but only for interrupts that return information through mailbox registers.
2014-01-21Stop using 23xx-specific interrupt status codes everywhere. Instead, classifyJonathan Matthew
into one of 4 types in qla_read_isr.
2014-01-21document how any matches any non-loopback interface, ok bennoHenning Brauer
2014-01-21if_item can be "any" now.Henning Brauer
allows things like block out on $someif received-on any to prevent packets to get forwarded to $someif
2014-01-21introduce a way to match "any" interface, excluding loopback ones.Henning Brauer
pfi_kif_get annotates the kif with a flag indicating it is the "any" match pfi_kif_match obeys that flag ok benno
2014-01-21bzero -> memsetTed Unangst
2014-01-21naughty guenther didn't compileTed Unangst
2014-01-20Remove an unneeded #ifndef bot radix.h and radix_mpath.h protect themselfClaudio Jeker
from multiple inclusion. OK mpi@
2014-01-20Try to be more consistent in how various variables are setup and named.Claudio Jeker
Also remove a memset that is already happeing because we use PR_ZERO on the allocation. Move two memmove to memcpy because the addrs can not overlap. Make some simple helper functions static __inline and remove one of the explicit rn_search inlines. OK mpi@
2014-01-20Fix an obvious .Fn/.Fa typo, found while testing mandocdb(8).Ingo Schwarze
2014-01-20Get rid of the old routing message version 4 transition code beforeAlexander Bluhm
5.5 release. OK claudio@
2014-01-20Add sdmmc support to the install media, as proposed by Florian StinglmayrTheo de Raadt
2014-01-20Do not use .Ar for fixed strings, it is intended for argument placeholders.Ingo Schwarze
We could switch to .Cm, but jmc@ thinks that just removing the markup from the algorith names is better in this case. Otherwise, the total amount of markup could be considered excessive.
2014-01-20With 2K login firmware, the login option bits are in mbox register 10.Jonathan Matthew
These need to be explicitly set to 0, otherwise the firmware might not do the process login and so leave us unable to talk to the device.
2014-01-20P_NOZOMBIE and P_STOPPED are PS_* process flags nowPhilip Guenther
2014-01-20Threads can't be zombies, only processes, so change zombproc to zombprocess,Philip Guenther
make it a list of processes, and change P_NOZOMBIE and P_STOPPED from thread flags to process flags. Add allprocess list for the code that just wants to see processes. ok tedu@
2014-01-20for the SHA256 file, output checksums in base64; ok espie@Christian Weisgerber
2014-01-20The strings "1" and "2" are not placeholders for arguments,Ingo Schwarze
but have to be given verbatim on the command line, so use .Cm. Found while testing mandocdb(8), ok jmc@.
2014-01-20add HISTORY and AUTHORS; triggered by a much shorter patchIngo Schwarze
from Donovan Watteau <tsoomi at gmail dot com>; ok florian@
2014-01-20Fix the .Xr macros such that we get nice clickable links on the web.Ingo Schwarze
While here, fix the wording og the eqn(7) entry, too. OK jmc@.
2014-01-20Use SEEK_SET instead of hardcoded 0.Tobias Stoeckmann
ok millert@
2014-01-20Fix race condition during symlink check. If there was no symbolic linkTobias Stoeckmann
requested, use O_NOFOLLOW, otherwise make sure afterwards that the correct file has been referenced (device/inode supplied by 'S' line). diff basically from and ok millert@, ok guenther@
2014-01-20call usbd_deactivate() for DVACT_DEACTIVATEjoshua stein
also check usbd_is_dying() when checking sc_status requested by mpi@
2014-01-20add ubcmtp, a USB driver for Broadcom multitouch trackpads found onjoshua stein
newer Apple MacBook laptops enabling two-finger scrolling and other multi-finger gestures with the synaptics(4) driver mostly done at the t2k13 hackathon input from and ok mpi@
2014-01-20define UIPROTO_BOOT_MOUSEjoshua stein
ok mpi@
2014-01-20bcopy to memcpyChris Cappuccio
ok mikeb@
2014-01-20bcmp to memcmpChris Cappuccio
ok mikeb@
2014-01-20bzero to memsetChris Cappuccio
ok mikeb@
2014-01-20Do not complain if release is not implemented in fuse client.Sylvestre Gallon
ok millert@.
2014-01-20Include fuse_opt.h in fuse.h.Sylvestre Gallon
Reported by Helg Bredow (xx404 AT msn DOT com), thanks ! ok millert@
2014-01-20Better explanation what slowcgi(8) is for.Florian Obser
Room for improvements pointed out by deraadt@ Tweaks/OK jmc@ OK deraadt@
2014-01-20hook mknod() if create() implementation is not present.Sylvestre Gallon
from Derrik Pates (daemon AT now DOT ai), thanks! ok guenther@
2014-01-20Keep words after .Ic together in a single argument.Ingo Schwarze
This doesn't hurt normal manual display and makes the mandocdb(8) database more useful.
2014-01-20Return a user friendly error if we ever encounter an unknown cryptoJoel Sing
algorithm.