Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
ok dtucker@ | |||
2013-04-17 | it is better if we always start addr at something reasonable, and | Ted Unangst | |
then move it up. previous revision would leave addr uninitialized. pointed out by oga at nicotinebsd.org | |||
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 | |
creating objects with a .plt (either shared libraries or dynamic binaries). These tags contain the start and end address of the plt, relative to the beginning of the object. This will (eventually) allow ld.so to find the area spanned by the plt more easily, and also matches what SVR4/m88k does. | |||
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 | |
ok miod | |||
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 | |
Use timegm() because all the dates are in UTC and the 'standard' routines can't handle the truth. Remove some 'time_t is 32bits' assumptions. Print 'UTC' at the end of dates in the leases file, rather than mentioning that all dates are UTC in a comment at the top of the file. Feedback and suggestions from guenther@, kettenis@, otto@, tedu@, deraadt@. | |||
2013-04-17 | check return value of strdup(), fix mem leak in error path and take | Otto Moerbeek | |
into account that asr_use_resolver() can return NULL; ok tedu@ eric@ | |||
2013-04-17 | surround the error strings with quotes to clarify exactly which strings | Ted Unangst | |
the function is going to return. | |||
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 | |
Prevents strange hang-ups during reboot. Joint work with hshoexer@. ok mikeb@, mlarkin@, miod@, deraadt@ | |||
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 | |
allocations have been made, open it up. this is a variation on a previous change that was lost in the great uvm map rewrite. allows some platforms, notably i386, to fully utilize their address space. | |||
2013-04-17 | check that the pool we are about to init isn't already on the list in | Ted Unangst | |
order to detect double init mistakes. add a similar check and rearrange pool_destory to detect the opposite mistake. | |||
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 | |
useless fashion. | |||
2013-04-17 | add some prototypes, casts, includes, parenthesis, and whatnot to | Ted Unangst | |
silence some warnings. | |||
2013-04-17 | silence some warnings by adding prototypes, casts, and headers as | Ted Unangst | |
appropriate. in regex, stop using the struct hack for a fixed size array | |||
2013-04-17 | pretty | Theo de Raadt | |
2013-04-17 | Unbreak and cleanup diskless swap automount. | Florian Obser | |
Initial diff to replace unclear short variable name "nd" by "nfs_diskless" and to display the real nfs path to swap in pstat -s by deraadt@ Testing by me revealed diskless swap automount was broken since some time. Fix this by passing and using the correct vnode in nfs_diskless to swapmount(). Lots of input / help deraadt@, tweaks by deraadt@ OK deraadt@ | |||
2013-04-17 | Adapt cron and at for future large time_t and tv_sec types. These were some | Theo de Raadt | |
of the harder programs to adapt, so let me know if problems happen. tested by guenther, gilles, chl, others | |||
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 | |
bits. Mark it with XXX 2038. I think it is poor style to create a "marshalling layer" which throws away information someone might need. ok nicm, who will pass the news upstream and ask for them to fix it | |||
2013-04-17 | (long long) and %lld for big time_t | Theo de Raadt | |
ok nicm, who will pass it upstream | |||
2013-04-17 | large time_t problems | Theo de Raadt | |
ok gilles | |||
2013-04-17 | variety of fixes to correct large time_t code. it is quite broken upstream. | Theo de Raadt | |
ok chl | |||
2013-04-17 | (long long) and %lld for time_t output | Theo de Raadt | |
ok nicm | |||
2013-04-17 | Replace some casts by ifatoia() and sintosa(). | Martin Pieuchot | |
ok krw@, mikeb@ | |||
2013-04-17 | Add new ioctl command USB_DEVICE_GET_DDESC to usb(4) to retrieve the | Marcus Glocker | |
device descriptor. Help and ok mpi@ | |||
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 | |
viariables. ok mikeb@ | |||
2013-04-17 | ext2fs has a 32-bit time fields. store a u_int32_t of the real time_t -- | Theo de Raadt | |
that should tide us over for a long time. ok guenther | |||
2013-04-17 | use CLOCK_MONOTONIC, and repair future time_t overflow | Theo de Raadt | |
ok millert guenther | |||
2013-04-17 | mention that the tga driver is specifically for the DECchip 21030 | Jonathan Gray | |
ok miod@ | |||
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 | |
2013-04-16 | handle large time_t types; ok millert | Theo de Raadt | |
2013-04-16 | an acceptable time_t truncation (binding cannot take that long) | Theo de Raadt | |
ok matthew | |||
2013-04-16 | sync | Theo de Raadt | |
2013-04-16 | time(NULL) looks better than time(0) | Theo de Raadt | |
2013-04-16 | spelling errors; Diego Casati | Theo de Raadt | |
2013-04-16 | handle long long tv_sec; ok millert | Theo de Raadt | |