Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-07 | sync | Theo de Raadt | |
2008-09-06 | match libc sha2(3) API changes for kernel; ok millert@ | Damien Miller | |
2008-09-06 | Fix comment to catch up with HPPA_PGALIAS change. | Mark Kettenis | |
2008-09-06 | Try to clean up the cross build environment, more of the tree cross builds now | Dale Rahn | |
ok miod@ | |||
2008-09-06 | Return EIO when the residual is > xs->datalen, even if SCSI_SILENT is | Kenneth R Westerback | |
set. SCSI_SILENT mediates printing error messages only. | |||
2008-09-06 | Something else that nothing calls. | Owain Ainsworth | |
2008-09-06 | remove duplicate definition of OPENSSL_DSA_MAX_MODULUS_BITS spotted | Damien Miller | |
by dtucker@ | |||
2008-09-06 | more removal of text relevant to the now-removed MALLOC() and FREE(), | Jason McIntyre | |
and some general tweaking; help/ok miod | |||
2008-09-06 | - don't list *.merged files in the "remaining for you to merge by hand" | Antoine Jacoutot | |
list, it's very confusing. ok sthen@ | |||
2008-09-06 | OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our | Damien Miller | |
replacement anymore | |||
2008-09-06 | adapt to API changes in OpenSSL 0.9.8h | Damien Miller | |
2008-09-06 | update for openssl-0.9.8h | Damien Miller | |
2008-09-06 | remerge local tweaks, update per-arch configuration headers, update | Damien Miller | |
Makefiles, crank shlib_version | |||
2008-09-06 | resolve conflicts | Damien Miller | |
2008-09-06 | import of OpenSSL 0.9.8h | Damien Miller | |
2008-09-06 | adapt to sha2(3) API changes; ok millert@ | Damien Miller | |
2008-09-06 | crank for sha2 changes | Damien Miller | |
2008-09-06 | Rename SHA256/384/512 API to avoid namespace collisions with | Damien Miller | |
forthcoming OpenSSL update. Function names lose their underscore (SHA256_Init => SHA256Init) and the various SHA256_CTX, SHA512_CTX are merged into a single SHA2_CTX that is used for all these hashes. ok millert@ manpage bits jmc@ "please commit" deraadt@ | |||
2008-09-06 | correct name. -moj | Mats O Jansson | |
2008-09-06 | Calling --help shouldn't be an error condition, so exit with status 0 | Simon Bertrang | |
instead of 1, and make it consistent with gnu. ok ckuethe@ | |||
2008-09-06 | Kill some more unused struct fields and the cases for them. | Owain Ainsworth | |
2008-09-06 | Kill the stats data structures and noop some other parts. Nothing in | Owain Ainsworth | |
userland asks for these stats, and we stopped recording anything interesting a while back. | |||
2008-09-05 | The code for cleaning up errored buffers and for cleaning up at the end | Owain Ainsworth | |
is the same. Factor them into one function. Saves another 450 bytes on amd64. | |||
2008-09-05 | The helper functions in this file are only used in one place and | Owain Ainsworth | |
relatively small, so inline them. This shrinks the kernel by about 500 bytes and saves a tree lookup. | |||
2008-09-05 | sync | Okan Demirmen | |
2008-09-05 | - clarify Radeon HD 2600 Pro entry | Okan Demirmen | |
- add Mobility Radeon HD 2600 found in a hp 8510p ok brad | |||
2008-09-05 | fix vblank interrupt mask. Unbreaks sync-to-vblank and anything that | Owain Ainsworth | |
needs the actual interrupts. Oops! | |||
2008-09-05 | Back out previous. Art realised a problem with it. | Owain Ainsworth | |
2008-09-05 | Don't overwrite the old ipl in msleep if PNORELOCK was set. | Artur Grabowski | |
2008-09-05 | When munging the WANTIPL of the mutex to prevent undoing the sched_lock, | Owain Ainsworth | |
use the constant for IPL_SCHED, and not splsched(), which doesn't do what we want. ok art@. Tested by Paul de Weerd. | |||
2008-09-05 | remove remaining MALLOC/FREE bits | Charles Longeau | |
spotted by jmc@ ok jmc@ | |||
2008-09-05 | ignore unknown SAFIs in the MP capabilities. used by some to distribute | Henning Brauer | |
some kind of VPN stuff | |||
2008-09-05 | get rid of the unneeded 'etc.' at the end of the list. | Felix Kronlage | |
also remove bogus '\&' escape. help and ok jmc@ | |||
2008-09-04 | sync | Theo de Raadt | |
2008-09-04 | mostly cosmetic. | Damien Bergamini | |
also, do not set the privacy bit in the capinfo field of (re)assoc requests, even for RSNA. | |||
2008-09-04 | +awk does not support {n,m} pattern matching | Jason McIntyre | |
noted by Vadim Zhukov, though slightly different (doc) fix committed; ok millert | |||
2008-09-04 | - make -ln and -nl combinations behave identically. currently -l overrides -n. | Jason McIntyre | |
behaviour now similar to netbsd/freebsd/solaris. - make -gn and -ng combinations behave identically: long listing, numeric group ID, no user ID. currently -g overrides -n. behaviour now similar to netbsd/solaris. - allow -m and -x to override -1Cgln (and each other) if specified last. currently -m and -x can be overriden even if they are specified last. behaviour now similar to netbsd/freebsd. fixes PR 5785 from Jacek Masiulaniec. - update man page to reflect reality. ls.c diff based on Jacek Masiulaniec's diff from PR 5785, and extended by sobrado. this work is really a joint effort from sobrado and myself. i don't know about igor, but this particular diff has nearly killed me... ok millert otto | |||
2008-09-04 | - document DIOCKILLSRCNODES; requested by Johan Strom | Jason McIntyre | |
- fix some line wrap in DIOCSETIFFLAG ok henning | |||
2008-09-04 | Use & not && to mask bits. | Jonathan Gray | |
Sendmail folks have been notified and are fixing this for the next release. | |||
2008-09-04 | Check for the correct ioctl failure case and reflect that | Jonathan Gray | |
in the return code of getdevicedesc in which it is called. ok yuo@ | |||
2008-09-04 | Change ISO generation to use the new -t option for vnconfig. | Joel Sing | |
2008-09-03 | Replace -s (sector size) option with more general -t (disktype) | Kenneth R Westerback | |
option which makes the vnd device emulate the geometry of the specified disktab(5) entry. No change in behaviour or geometry unless -t is used. API for vnd configuration ioctl (VNDIOCSET) changes, so mount_vnd must be in sync with kernel. Tested & ok jsing@ 'Lovely' deraadt@ | |||
2008-09-03 | Start with a max size tape buffer rather than one 1/2 the max (i.e. | Kenneth R Westerback | |
32K). This allows the automatic recognition of dumps written with 64K buffers. It also prevents alert scsi devices from complaining about read requests that provide only 1/2 the room needed for an actual tape record. Problem noted, fix tested & ok henning@ | |||
2008-09-03 | Provide our own calloc() since we provide our own malloc(), otherwise we won't | Miod Vallat | |
be able to link against libc_pic.a anyway. | |||
2008-09-03 | third parameter of ieee80211_get_assoc_req() is a management frame | Damien Bergamini | |
subtype, not a boolean indicating assoc or reassoc. rename the parameter and use if (type == IEEE80211_FC0_SUBTYPE_REASSOC_REQ) instead of if (reassoc). it worked only because IEEE80211_FC0_SUBTYPE_ASSOC_REQ is equal to 0. | |||
2008-09-03 | (Re)Association requests should contain a QoS Capability element, | Damien Bergamini | |
not an EDCA Parameter Set element (spotted by IEEE80211_STA_ONLY). | |||
2008-09-03 | redefine ic_send_mgmt() as a no-op instead of calling IF_PURGE in | Damien Bergamini | |
{ipw,iwi}_start which is wrong (node reference is not released). from pgt(4). | |||
2008-09-03 | In dc_setcfg() suppress printing a warning when forcing the receiver | Brad Smith | |
and transmitter to idle state times out for chips where the status bits in question never change (observed in detail with DM9102A) and therefore the warning would highly likely be a false positive. From FreeBSD | |||
2008-09-03 | remove now obsolete calloc implementation; prompted by miod | Otto Moerbeek | |
2008-09-03 | regen | Stuart Henderson | |