Age | Commit message (Expand) | Author |
2013-04-18 | "160 chars ought to be enough for everybody" | Mark Kettenis |
2013-04-18 | pin the acpi thread to the BSP, because AML and SMI cannot be trusted. I | Theo de Raadt |
2013-04-18 | - use FD_CLOEXEC instead of 1 | Okan Demirmen |
2013-04-18 | improve time_t handling here, too | Theo de Raadt |
2013-04-18 | improve time_t printing; ok claudio | Theo de Raadt |
2013-04-18 | Move over function prototypes from ubsdi.h to usb.c which just get used | Marcus Glocker |
2013-04-18 | test sshd ChrootDirectory+internal-sftp; feedback & ok dtucker@ | Damien Miller |
2013-04-18 | struct timezone is so 1980 | Theo de Raadt |
2013-04-18 | struct timezone is so 1980 | Theo de Raadt |
2013-04-18 | make "sftp -q" do what it says on the sticker: hush everything but errors; | Damien Miller |
2013-04-17 | it is better if we always start addr at something reasonable, and | Ted Unangst |
2013-04-17 | Also accelerate scrolling backwards. | Mark Kettenis |
2013-04-17 | Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags when | Miod Vallat |
2013-04-17 | Crank MAXPAGESIZE from 4KB to 64KB to match what SVR4/m88k and DG/UX do. | Miod Vallat |
2013-04-17 | Handle greater time_t, so that .a files work after 2038. | Theo de Raadt |
2013-04-17 | Add support for 16bpp mode to code that interfaces with the rasops(9) code. | Mark Kettenis |
2013-04-17 | Another round of reducing diffs with Linux code. | Mark Kettenis |
2013-04-17 | Replace hand-rolled date printing/parsing code with strftime()/strptime(). | Kenneth R Westerback |
2013-04-17 | check return value of strdup(), fix mem leak in error path and take | Otto Moerbeek |
2013-04-17 | surround the error strings with quotes to clarify exactly which strings | Ted Unangst |
2013-04-17 | the tiniest of style tweaks | Ted Unangst |
2013-04-17 | Don't set the frequency of the statclock if we don't have one. | Gerhard Roth |
2013-04-17 | uvm_extern.h not uvm.h | Ted Unangst |
2013-04-17 | do not permanently avoid the BRKSIZ gap in the heap for mmap. after some | Ted Unangst |
2013-04-17 | check that the pool we are about to init isn't already on the list in | Ted Unangst |
2013-04-17 | zlib info header is 32-bit; handle for localtime() call; ok millert | Theo de Raadt |
2013-04-17 | do not mix concepts of gettimeofday(), tv_sec, and localtime() in a | Theo de Raadt |
2013-04-17 | add some prototypes, casts, includes, parenthesis, and whatnot to | Ted Unangst |
2013-04-17 | silence some warnings by adding prototypes, casts, and headers as | Ted Unangst |
2013-04-17 | pretty | Theo de Raadt |
2013-04-17 | Unbreak and cleanup diskless swap automount. | Florian Obser |
2013-04-17 | Adapt cron and at for future large time_t and tv_sec types. These were some | Theo de Raadt |
2013-04-17 | first few large time_t changes; more might be required -- still digging. | Theo de Raadt |
2013-04-17 | evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the high | Theo de Raadt |
2013-04-17 | (long long) and %lld for big time_t | Theo de Raadt |
2013-04-17 | large time_t problems | Theo de Raadt |
2013-04-17 | variety 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 output | Theo de Raadt |
2013-04-17 | Replace some casts by ifatoia() and sintosa(). | Martin Pieuchot |
2013-04-17 | Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve the | Marcus Glocker |
2013-04-17 | revert rev 1.262; it fails because uid is already set here. ok djm@ | Darren Tucker |
2013-04-17 | %zu format for size_t. | Nicholas Marriott |
2013-04-17 | Simplify the check to call in_ifinit() by merging two conditional | Martin Pieuchot |
2013-04-17 | ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t -- | Theo de Raadt |
2013-04-17 | use CLOCK_MONOTONIC, and repair future time_t overflow | Theo de Raadt |
2013-04-17 | mention that the tga driver is specifically for the DECchip 21030 | Jonathan Gray |
2013-04-17 | give a timespec a name that is easier to verify | Theo de Raadt |
2013-04-17 | remove time_t cast not needed; ok guenther | Theo de Raadt |
2013-04-17 | handle large tv_sec | Theo de Raadt |
2013-04-17 | handle large time_t | Theo de Raadt |