summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-19Remove allocm() and freem() from the USB bus interface now that theyMartin Pieuchot
2013-04-19Remove unused usbd_get_buffer() function.Martin Pieuchot
2013-04-19print tv_sec properlyTheo de Raadt
2013-04-19add the ability to query supported ciphers, MACs, key type and KEXDamien Miller
2013-04-19reintroduce 1.262 without the connection-killing bug:Damien Miller
2013-04-19fix some memory leaks; bz#2088 ok dtucker@Damien Miller
2013-04-19document the requirment that the AuthorizedKeysCommand be owned by root;Damien Miller
2013-04-18Use __guard_local as the stack protector canary symbol, as already done inMiod Vallat
2013-04-18Lower boot blocks load address, so that they fit within 8MB. Step 1 of manyMiod Vallat
2013-04-18"160 chars ought to be enough for everybody"Mark Kettenis
2013-04-18pin the acpi thread to the BSP, because AML and SMI cannot be trusted. ITheo de Raadt
2013-04-18- use FD_CLOEXEC instead of 1Okan Demirmen
2013-04-18improve time_t handling here, tooTheo de Raadt
2013-04-18improve time_t printing; ok claudioTheo de Raadt
2013-04-18Move over function prototypes from ubsdi.h to usb.c which just get usedMarcus Glocker
2013-04-18test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@Damien Miller
2013-04-18struct timezone is so 1980Theo de Raadt
2013-04-18struct timezone is so 1980Theo de Raadt
2013-04-18make "sftp -q" do what it says on the sticker: hush everything but errors;Damien Miller
2013-04-17it is better if we always start addr at something reasonable, andTed Unangst
2013-04-17Also accelerate scrolling backwards.Mark Kettenis
2013-04-17Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags whenMiod Vallat
2013-04-17Crank MAXPAGESIZE from 4KB to 64KB to match what SVR4/m88k and DG/UX do.Miod Vallat
2013-04-17Handle greater time_t, so that .a files work after 2038.Theo de Raadt
2013-04-17Add support for 16bpp mode to code that interfaces with the rasops(9) code.Mark Kettenis
2013-04-17Another round of reducing diffs with Linux code.Mark Kettenis
2013-04-17Replace hand-rolled date printing/parsing code with strftime()/strptime().Kenneth R Westerback
2013-04-17check return value of strdup(), fix mem leak in error path and takeOtto Moerbeek
2013-04-17surround the error strings with quotes to clarify exactly which stringsTed Unangst
2013-04-17the tiniest of style tweaksTed Unangst
2013-04-17Don't set the frequency of the statclock if we don't have one.Gerhard Roth
2013-04-17uvm_extern.h not uvm.hTed Unangst
2013-04-17do not permanently avoid the BRKSIZ gap in the heap for mmap. after someTed Unangst
2013-04-17check that the pool we are about to init isn't already on the list inTed Unangst
2013-04-17zlib info header is 32-bit; handle for localtime() call; ok millertTheo de Raadt
2013-04-17do not mix concepts of gettimeofday(), tv_sec, and localtime() in aTheo de Raadt
2013-04-17add some prototypes, casts, includes, parenthesis, and whatnot toTed Unangst
2013-04-17silence some warnings by adding prototypes, casts, and headers asTed Unangst
2013-04-17prettyTheo de Raadt
2013-04-17Unbreak and cleanup diskless swap automount.Florian Obser
2013-04-17Adapt cron and at for future large time_t and tv_sec types. These were someTheo de Raadt
2013-04-17first few large time_t changes; more might be required -- still digging.Theo de Raadt
2013-04-17evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the highTheo de Raadt
2013-04-17(long long) and %lld for big time_tTheo de Raadt
2013-04-17large time_t problemsTheo de Raadt
2013-04-17variety of fixes to correct large time_t code. it is quite broken upstream.Theo de Raadt
2013-04-17(long long) and %lld for time_t outputTheo de Raadt
2013-04-17Replace some casts by ifatoia() and sintosa().Martin Pieuchot
2013-04-17Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve theMarcus Glocker
2013-04-17revert rev 1.262; it fails because uid is already set here. ok djm@Darren Tucker