summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-24Here comes the easter bunnytils 2.17 (the last version released against aMiod 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-17import binutils 2.14 (excluding testsuites, .info files, and .po files)Dale Rahn
2013-04-19sprinkle ifdef MP to disable cpu migration code when not needed.Ted Unangst
ok deraadt
2013-04-19Log (at LOG_INFO) which interfaces dhcpd listens to and (as suggested byStuart Henderson
krw) their address. As dhcpd uses BPF, it's not possible to find this information out from fstat/netstat. ok krw@
2013-04-19Make -n the default and add -o flag for the old RFC 868 time protocolTodd C. Miller
(which uses a 32-bit value for its wire protocol). OK deraadt@ ian@
2013-04-19Rename usbd_fill_*_task() to usb_fill_*_task().Marcus Glocker
2013-04-19remove comment about "make gcc happy" for variables which WERE beingTheo de Raadt
used uninitialized... clean up time related variables too for 2038++ ok millert
2013-04-19for datagrams, assume other protocols should failTheo de Raadt
ok millert
2013-04-19handle long long time_tTheo de Raadt
ok millert tedu
2013-04-19Add support for printing long long (%lld). OK deraadt@Todd C. Miller
2013-04-19Constrain 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-19comment incorrect; rdate has -n support now tooTheo de Raadt
2013-04-19add clock_gettime to see also. i think guenther was ok with this.Ted Unangst
2013-04-19handle large numbers. this fixes time_t beyond 2038, constrains theTheo de Raadt
range of i_num correctly, and now handles files > 4GB in size on 32-bit machines. ok otto millert
2013-04-19sw_vp is now in struct nfs_diskless.Florian Obser
input/ok deraadt@, ok miod@
2013-04-19sw_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-19match behavior of current sendmail-based vacation: eliminate the concept thatOkan 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-19make sure the fs blocksize doesn't get too big; ok krw@Otto Moerbeek
2013-04-19remove duplicated list entry pointed out by naddy@Damien Miller
2013-04-19add -Q to usage; reminded by jmc@Damien Miller
2013-04-19Remove allocm() and freem() from the USB bus interface now that theyMartin Pieuchot
are only used as wrappers around usb_{alloc,free}mem(). ok deraadt@, mglocker@
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
algorithms to ssh. Includes some refactoring of KEX and key type handling to be table-driven; ok markus@
2013-04-19reintroduce 1.262 without the connection-killing bug:Damien Miller
fatal() when ChrootDirectory specified by running without root privileges; ok markus@
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
ok dtucker@ markus@
2013-04-18Use __guard_local as the stack protector canary symbol, as already done inMiod Vallat
gcc 4.
2013-04-18Lower boot blocks load address, so that they fit within 8MB. Step 1 of manyMiod Vallat
towards getting Angelfire boards (MVME180/181) running.
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
was certain we were doing this already, but it turns out no...
2013-04-18- use FD_CLOEXEC instead of 1Okan Demirmen
- use O_CLOEXEC with open() instead of open/fcntl from David Hill ok otto@
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
there. Some spacing while here. Suggested and ok mpi@
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
ok dtucker@
2013-04-17it is better if we always start addr at something reasonable, andTed Unangst
then move it up. previous revision would leave addr uninitialized. pointed out by oga at nicotinebsd.org
2013-04-17Also accelerate scrolling backwards.Mark Kettenis
2013-04-17Define and fill machine-specific DT_88K_PLT{START,END} _DYNAMIC tags whenMiod 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-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
ok miod
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
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-17check return value of strdup(), fix mem leak in error path and takeOtto Moerbeek
into account that asr_use_resolver() can return NULL; ok tedu@ eric@
2013-04-17surround the error strings with quotes to clarify exactly which stringsTed Unangst
the function is going to return.
2013-04-17the tiniest of style tweaksTed Unangst