Age | Commit message (Expand) | Author |
2013-04-19 | Make -n the default and add -o flag for the old RFC 868 time protocol | Todd C. Miller |
2013-04-19 | Rename usbd_fill_*_task() to usb_fill_*_task(). | Marcus Glocker |
2013-04-19 | remove comment about "make gcc happy" for variables which WERE being | Theo de Raadt |
2013-04-19 | for datagrams, assume other protocols should fail | Theo de Raadt |
2013-04-19 | handle long long time_t | Theo de Raadt |
2013-04-19 | Add support for printing long long (%lld). OK deraadt@ | Todd C. Miller |
2013-04-19 | Constrain the 2038 check to only when sizeof(time_t) == sizeof(int). | Theo de Raadt |
2013-04-19 | comment incorrect; rdate has -n support now too | Theo de Raadt |
2013-04-19 | add clock_gettime to see also. i think guenther was ok with this. | Ted Unangst |
2013-04-19 | handle large numbers. this fixes time_t beyond 2038, constrains the | Theo de Raadt |
2013-04-19 | sw_vp is now in struct nfs_diskless. | Florian Obser |
2013-04-19 | sw_vp is now in struct nfs_diskless, remove it from struct swdevt. | Florian Obser |
2013-04-19 | match behavior of current sendmail-based vacation: eliminate the concept that | Okan Demirmen |
2013-04-19 | make sure the fs blocksize doesn't get too big; ok krw@ | Otto Moerbeek |
2013-04-19 | remove duplicated list entry pointed out by naddy@ | Damien Miller |
2013-04-19 | add -Q to usage; reminded by jmc@ | Damien Miller |
2013-04-19 | Remove allocm() and freem() from the USB bus interface now that they | Martin Pieuchot |
2013-04-19 | Remove unused usbd_get_buffer() function. | Martin Pieuchot |
2013-04-19 | print tv_sec properly | Theo de Raadt |
2013-04-19 | add the ability to query supported ciphers, MACs, key type and KEX | Damien Miller |
2013-04-19 | reintroduce 1.262 without the connection-killing bug: | Damien Miller |
2013-04-19 | fix some memory leaks; bz#2088 ok dtucker@ | Damien Miller |
2013-04-19 | document the requirment that the AuthorizedKeysCommand be owned by root; | Damien Miller |
2013-04-18 | Use __guard_local as the stack protector canary symbol, as already done in | Miod Vallat |
2013-04-18 | Lower boot blocks load address, so that they fit within 8MB. Step 1 of many | Miod Vallat |
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 |