summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-12sync with v4 route socket changes. ok deraadt@Stuart Henderson
2011-02-11Fix typo, setreseuid -> setresuidPaul de Weerd
ok otto@, jmc@
2011-02-11Regenerate.Paul Irofti
2011-02-11Add linux_mprotect() syscall. Okay otto@.Paul Irofti
2011-02-11Port over a fix from Chris Wilson to poke the 855GM GWB/HIC bit.Marco Pfatschbacher
(https://bugs.freedesktop.org//attachment.cgi?id=41531) Fixes the heavy rendering errors and crashes that made the intel driver unusable on my 865G since 4.8 (kernel/6517) OK matthieu, oga.
2011-02-11In ip_forward() free the mbuf chain mcopy with m_freem() insteadAlexander Bluhm
of m_free(). The was no leak before as m_copym() and m_pullup() are always called with the same length. But it is better to use the correct function anyway. ok henning@ mpf@ markus@
2011-02-11Make "crontab -l" not crash on crontab files that don't have thePhilip Guenthe
expected three lines of comments. Factor out the "copy a crontab" logic and merge it into ignore_comments(). ok miod@
2011-02-10fix for CVE-2011-0014 "OCSP stapling vulnerability";Damien Miller
ok markus@ jasper@ miod@ AFAIK nothing in base uses this, though apache2 from ports may be affected.
2011-02-10Put a limit on recursion during matching, and reject input of size greaterStefan Sperling
or equal PATH_MAX. Based on similar fix made in NetBSD. ok miod@ millert@
2011-02-10now that usb_wait_task() is back, bring back recently revertedJacob Meuser
changes: * use usb_ref_{incr,decr,wait}() to avoid detaching the driver while a process is still using the hardware. * don't add timeout(9)s if the device is detached. * add checks to see if the device has been detached before running ioctls, timeouts, and tasks. * use usb_wait_task() to wait for tasks to complete. ok damien@
2011-02-10Clarify how the -c and -w options interact. OK tedu@ jmc@Todd C. Miller
2011-02-10Size on split-window is -l not -s. Doh.Nicholas Marriott
2011-02-10Regenerate.Paul Irofti
2011-02-10Add time related syscalls clock_gettime() and clock_getres().Paul Irofti
Okay miod@.
2011-02-10fix manual page description; replace .Pa -> .Nm in synopsis.Igor Sobrado
ok schwarze@
2011-02-10Tbl code maintenance by kristaps@.Ingo Schwarze
- Remember the line-number of a tbl_span, and use it in messages. - Put *_span_alloc() functions right into the *_addspan() ones, since these are the only places they are called from.
2011-02-09Clean up the COMPATIBILITY section;Ingo Schwarze
heavily based on a patch from kristaps@ with some tweaks by me. - Also talk about -Tps and -Tpdf. - Use the same list style as in the other mandoc manuals. - Replace a few macros by ones better suited. - Some improvements of wording. ok jmc@ kristaps@
2011-02-09Set SO_KEEPALIVE on sockets. OK miod@. Also tested by landry@Todd C. Miller
"Makes sense" markus@ and "i don't see a reason not to" henning@
2011-02-09bring back changes in usb.c revision 1.73Jacob Meuser
date: 2011/02/04 08:21:39; author: jakemsr; state: Exp; lines: +85 -34 * merge 'onqueue' and 'running' members of struct usb_task into a new member, 'state'. * add new function 'usb_wait_task()', which waits for queued or running usb_tasks to complete. * in the USB_DEVICEINFO ioctl, fill struct usb_device_info in a usb_task, thereby avoiding races against driver attach/detach. but this time make the state a bitmask, since it is valid to be added to the task queue while the task is running. also be more careful about waking up the task when state changes. ok miod@
2011-02-09fix an unbalanced parenthesis in a comment; while here, split the commentIgor Sobrado
in a better place to make it more readable. ok jmc@ and miod@
2011-02-09- move ypldap to the conditional YP blockJasper Lievisse Adriaanse
from dinar talypov ok miod@
2011-02-09revert usb.c to r1.72, and all subsequent changes that depend on it.Jacob Meuser
this is causing problems with suspend/resume for some people.
2011-02-08Log the time taken for all types of check, not just tcp checks.Stuart Henderson
ok pyr@
2011-02-07Use absolute path to the temporary hosts file; causes /etc/hosts to be correctlyMiod Vallat
populated upon installation again.
2011-02-07Update to tzdata2011b from elsie.nci.nih.govTodd C. Miller
2011-02-07Between groff-1.15 and groff-1.20.1, the .Ns macro was changed to noIngo Schwarze
longer suppress spacing when used at the beginning of an input line, and mandoc now follows the same behaviour as new groff. Thus, sweep the tree and remove useless .Ns. Most places found by jmc@; ok jmc@ kristaps@.
2011-02-06cap the max size of the eeprom to 16k, as per the linux and freebsdDavid Gwynne
drivers. fix found by jonathan matthew and tested on an "Intel PRO/1000 (82576)" rev 0x01 which didnt work before this change. tested by jsg on the following chips: "Intel PRO/1000MT (82540EP)" rev 0x03 "Intel PRO/1000MT (82541GI)" rev 0x05 "Intel PRO/1000 MT (82574L)" rev 0x00 "Intel EP80579 LAN" rev 0x01 "Intel PRO/1000 PT (82572EI)" rev 0x06 "Intel PRO/1000 (82576)" rev 0x01 "Intel 82578DM" rev 0x06 "Intel I340-T4 (82580)" rev 0x01 some style issues are still being discussed which can be fixed in tree if necessary. ok jsg@
2011-02-06pf_translate() may be called from pflog_packet(). Make sure thatAlexander Bluhm
IPv4-ICMP6 and IPv6-ICMP packets are not rewritten in case they are dropped and logged. spotted by mikeb@; ok henning@
2011-02-06Do not break the line between the arguments of .Bsx .Dx .Fx .Nx .Ox .Ux.Ingo Schwarze
Original patch from kristaps@, but i fixed a regression regarding .Bk.
2011-02-06Some pre-handlers produce output, so reorder the code to set upIngo Schwarze
keep flags before they are called. Without this bugfix, .Bk was ineffective in some cases. "looks reasonable" kristaps@
2011-02-06Do 1.22 correctly, to let IP30 systems pick the mp kernel if applicable.Miod Vallat
Noticed by jasper@
2011-02-06Embed the hash of bsd.rd.IP30 as well.Miod Vallat
2011-02-06- nm -s omitted the symbol list for first object file in an archive. fix thisJasper Lievisse Adriaanse
by forcing show_symtab() to restore its original file offset after processing. fix from pr #6385. ok miod@
2011-02-06If .Ns is specified on its own line, ignore it, like groff does;Ingo Schwarze
from kristaps@.
2011-02-06Fix NULL dereference with "sudo -g group" when the sudoers rule hasTodd C. Miller
no runas user or group listed.
2011-02-06another test found in yet another tree;Ingo Schwarze
no more working, but uncommitted tests lying around now
2011-02-06pf_test() and pf_test6() drop IPv4-ICMP6 and IPv6-ICMP packets. DoAlexander Bluhm
not do the same check in pf_test_rule() again. ok henning
2011-02-06Remove duplicated prototypes.lum
ok miod@
2011-02-06more tests found in my other treeIngo Schwarze
2011-02-05another test found in my treeIngo Schwarze
2011-02-05some more tests found in my treeIngo Schwarze
2011-02-05* use usb_ref_{incr,decr,wait}() to avoid detaching the driver while aJacob Meuser
process is still using the hardware. * don't add timeout(9)s if the device is detached. * add checks to see if the device has been detached before running ioctls, timeouts, and tasks. * use usb_wait_task() to wait for tasks to complete. ok damien@
2011-02-05When a packet with an unusual protocol number got rewritten, theAlexander Bluhm
header lenght was uninitialized. This resulted in a panic in m_clget(). Initialize hdrlen with 0 and call m_copyback() only if necessary. ok henning@
2011-02-04* merge 'onqueue' and 'running' members of struct usb_task intoJacob Meuser
a new member, 'state'. * add new function 'usb_wait_task()', which waits for queued or running usb_tasks to complete. * in the USB_DEVICEINFO ioctl, fill struct usb_device_info in a usb_task, thereby avoiding races against driver attach/detach. ok miod@
2011-02-04openssh-5.8Damien Miller
2011-02-04fix uninitialised nonce variable; reported by Mateusz KocielskiDamien Miller
2011-02-03LC_TYPE -> LC_CTYPE; from Alexander PolakovJason McIntyre
2011-02-03Initialize stack memory before use. Found with clang.Matthew Dempsky
ok dlg@
2011-02-03Don't require -d with -x or -y since it could be in the config file.Nicholas Marriott
2011-02-03syncMiod Vallat