Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-24 | Here comes the easter bunnytils 2.17 (the last version released against a | Miod Vallat | |
licence mere mortals can understand the terms of); will be connected to the build on an arch-by-arch basis. Testsuites and generated files have been intentionnaly omitted from this import. Peer pressure and ok from at least drahn@ pirofti@ deraadt@ | |||
2004-05-17 | import binutils 2.14 (excluding testsuites, .info files, and .po files) | Dale Rahn | |
2013-04-19 | sprinkle ifdef MP to disable cpu migration code when not needed. | Ted Unangst | |
ok deraadt | |||
2013-04-19 | Log (at LOG_INFO) which interfaces dhcpd listens to and (as suggested by | Stuart Henderson | |
krw) their address. As dhcpd uses BPF, it's not possible to find this information out from fstat/netstat. ok krw@ | |||
2013-04-19 | Make -n the default and add -o flag for the old RFC 868 time protocol | Todd C. Miller | |
(which uses a 32-bit value for its wire protocol). OK deraadt@ ian@ | |||
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 | |
used uninitialized... clean up time related variables too for 2038++ ok millert | |||
2013-04-19 | for datagrams, assume other protocols should fail | Theo de Raadt | |
ok millert | |||
2013-04-19 | handle long long time_t | Theo de Raadt | |
ok millert tedu | |||
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 | |
Adding more powerful checking is too difficult. We'll fix this problem by moving to 64-bit time_t.. and once we do, we don't want this code to falsely trigger. ok millert | |||
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 | |
range of i_num correctly, and now handles files > 4GB in size on 32-bit machines. ok otto millert | |||
2013-04-19 | sw_vp is now in struct nfs_diskless. | Florian Obser | |
input/ok deraadt@, ok miod@ | |||
2013-04-19 | sw_vp is now in struct nfs_diskless, remove it from struct swdevt. | Florian Obser | |
This needs a change in config(8) to be commited shortly. input/ok deraadt@, ok miod@ | |||
2013-04-19 | match behavior of current sendmail-based vacation: eliminate the concept that | Okan Demirmen | |
an interval (-r) of 0 indicates sending a reply to every message (per sender), but rather match the 'non-numeric' case where only one reply will be sent (per sender). default remains unchanged. vacation database should be reinitalized sometime before 2038. removes the need for time_t casts. discussed with deraadt; ok millert | |||
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 | |
are only used as wrappers around usb_{alloc,free}mem(). ok deraadt@, mglocker@ | |||
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 | |
algorithms to ssh. Includes some refactoring of KEX and key type handling to be table-driven; ok markus@ | |||
2013-04-19 | reintroduce 1.262 without the connection-killing bug: | Damien Miller | |
fatal() when ChrootDirectory specified by running without root privileges; ok markus@ | |||
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 | |
ok dtucker@ markus@ | |||
2013-04-18 | Use __guard_local as the stack protector canary symbol, as already done in | Miod Vallat | |
gcc 4. | |||
2013-04-18 | Lower boot blocks load address, so that they fit within 8MB. Step 1 of many | Miod Vallat | |
towards getting Angelfire boards (MVME180/181) running. | |||
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 | |
was certain we were doing this already, but it turns out no... | |||
2013-04-18 | - use FD_CLOEXEC instead of 1 | Okan Demirmen | |
- use O_CLOEXEC with open() instead of open/fcntl from David Hill ok otto@ | |||
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 | |
there. Some spacing while here. Suggested and ok mpi@ | |||
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 | |