Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-08 | use the correct integer width in calls to AMSG_ISSET() | Alexandre Ratchov | |
2014-02-08 | style | Marc Espie | |
2014-02-08 | Fix REST (restart transfer) for offsets large than 2GB. OK okan@ | Todd C. Miller | |
2014-02-08 | Some (if not all) G5 systems use a different layout for the physical memory | Miod Vallat | |
information (property `reg' of the `/memory' node). Fortunately the available physical memory information still uses the same format, so this only affects the computation of physmem. Detect this case and parse the information correctly, converting to the format expected by pmap, ignoring physical memory beyond 4GB. Compute physmem from all the physical memory information, even memory not usable by the kernel. Let pmap not recompute physmem in pmap_bootstrap() if physmem is != 0 upon entry. This should allow G5 systems fitted with more than 2GB of physical memory to report the correct amount of memory, even though the kernel will only use the lower 2GB. Prompted by a dmesg@ submission by Greg Marsh, owner of a 3.5GB G5 help and tweaks kettenis@, ok mpi@ | |||
2014-02-08 | don't allow unsigned packages by default. | Marc Espie | |
as kettenis@ says "test it now", always possible to revert if we don't want it for the release. | |||
2014-02-08 | also limit the number of currently opened packages locally: each uncompress | Marc Espie | |
gobbles memory. (this was probably already an issue with external gunzip, but not THAT visible because of separate processes). | |||
2014-02-08 | Initializing the time from an uninitialized variable isn't a very good idea. | Mark Kettenis | |
While there, afnsify the inittodr() prototype. | |||
2014-02-08 | Don't unmask interrupts that should be left blocked because we're at a | Mark Kettenis | |
higher spl. Fixes booting my n1200 with a usb disk plugged in. | |||
2014-02-08 | fudge verbose state so that makewhatis is only verbose if pkg_add/delete -vv | Marc Espie | |
or more. | |||
2014-02-08 | Add option MIPS_PTE64 to IP27/IP35 kernels, and no longer ignore memory | Miod Vallat | |
beyond 16GB physical. | |||
2014-02-08 | Allow page table entries to be either 32 bits wide (the existing state of the | Miod Vallat | |
code), or 64 bits wide, if option MIPS_PTE64. 64-bit ptes allow for physical memory beyond 16GB (34 bits) to be addressable by the pmap code. | |||
2014-02-08 | document -Dunsigned | Marc Espie | |
2014-02-08 | only copy wmesg if wchan, after chatting with guenther and millert. | Ted Unangst | |
(and no need to copy empty string, it's already been zero filled.) | |||
2014-02-07 | Initializing the time from an uninitialized variable isn't a very good idea. | Mark Kettenis | |
While there, fix some indentation and adjust things for 64-bit time_t. | |||
2014-02-07 | make sure a free bpf exists before dhclient is run, and remove some | Alexander Hall | |
prior workarounds until we have clonable bpfs ok rpe@ krw@ | |||
2014-02-07 | Fix remote printing; broken in rev 1.50. OK guenther@ stsp@ | Todd C. Miller | |
2014-02-07 | Make carp send IPv6 neighbour advertisements with the 'router' flag | Stefan Sperling | |
if we're acting as router. Otherwise clients lose the default route learned from router advertisements during carp failover. Patch by Ole Myhre; ok bluhm@ | |||
2014-02-07 | Update to sendmail 8.14.8. This touches a lot of files due to the | Todd C. Miller | |
Sendmail, Inc -> Proofpoint name change. See RELEASE_NOTES for actual changes. | |||
2014-02-07 | -Wold-style-declaration is not supported by gcc 3. | Miod Vallat | |
2014-02-07 | Create -L leases files with the same 0000 permissions as regular | Kenneth R Westerback | |
leases.IF files. Inconsistency pointed out by Jiri B. | |||
2014-02-07 | When using SM_PATH, fetch the SHA256 file only once since we will not be | Antoine Jacoutot | |
using multiple repos. ok rpe@ | |||
2014-02-07 | Log failures to fchmod() or fchown() the file written in | Kenneth R Westerback | |
priv_write_file(). | |||
2001-09-11 | sendmail 8.12.0 with $Id tags converted to $Sendmail | Todd C. Miller | |
2014-02-07 | reclaim: we don't need to keep tracking temporary files/directories we | Marc Espie | |
removed. | |||
2014-02-07 | add qla; ok dlg | Jason McIntyre | |
2014-02-07 | Nuke unused #define CLIENT_PATH. A remnant of dhclient-script. | Kenneth R Westerback | |
2014-02-07 | history | David Gwynne | |
2014-02-07 | don't store full terminal, we just need a few control sequences | Marc Espie | |
2014-02-07 | Borrow the sparc installboot a.out nlist code, for /usr/mdec/bootxx is still | Miod Vallat | |
built as an a.out binary. | |||
2014-02-07 | drivers need manpages | David Gwynne | |
2014-02-07 | Fix inet6_opt_init() to only check extlen when extbuff is not NULL | Martin Pieuchot | |
as per RFC 3542, from DragonFlyBSD via Eitan Adler. ok bluhm@ | |||
2014-02-07 | remove some logging that makes ssh debugging output very verbose; | Damien Miller | |
ok markus | |||
2014-02-06 | http 404 is definitive, so treat it like 550 ftp. | Marc Espie | |
2014-02-06 | in ssh_create_socket(), only do the getaddrinfo for BindAddress when | Damien Miller | |
BindAddress is actually specified. Fixes regression in 6.5 for UsePrivilegedPort=yes; patch from Corinna Vinschen | |||
2014-02-06 | missing define for qla2100 support | Jonathan Matthew | |
2014-02-06 | Oops, pax -x and cpio -H need to set frmt | Philip Guenther | |
Add 'break' accidentally removed by previous commit and future-proof format listing by cpio -H problem noted by naddy@ ok halex@ naddy@ | |||
2014-02-06 | style | Marc Espie | |
2014-02-06 | don't store full directory objects if they're not "special", just knowing | Marc Espie | |
there's a directory that should stay around is enough. shaves on the number of shared directories for shared items quite a lot. | |||
2014-02-06 | reference ubcmtp(4) | joshua stein | |
2014-02-06 | revert some HID changes that broke on older models | joshua stein | |
discussed with mpi@ and jung@ | |||
2014-02-06 | add some more bufbackoff calls. uvm_wait optimistically (?), uvm_wait_pla | Ted Unangst | |
after analysis and testing. when flushing a large mmapped file, we can eat up all the reserve bufs, but there's a good chance there will be more clean ones available. ok beck kettenis | |||
2014-02-06 | parenthesis to make the math right. ok beck kettenis | Ted Unangst | |
2014-02-06 | sync | Miod Vallat | |
2014-02-06 | Almost-working QLA2100 support. This appears to be the best I can do for | Jonathan Matthew | |
now. The one 2100 card I have doesn't work at all with isp(4). I can get it to see devices on the fabric, but it can't log in to them, and it can't see loop devices at all. | |||
2014-02-06 | Fix an MP race in the fpu context saving code; from NetBSD. | Miod Vallat | |
2014-02-05 | Don't segfault on IPv6 NFS traffic; found the hard why by matthieu@. | Florian Obser | |
Fix inspired by what upstream is doing. Tested by me and matthieu@. Input^WHand holding and OK guenther@ | |||
2014-02-05 | Allow libfuse to compile with WARNINGS=yes. No functional change. | Sylvestre Gallon | |
ok tedu@ | |||
2014-02-05 | Remove unnecessary stdio.h include. | Stefan Sperling | |
Patch by Jean-Philippe Ouellet ; ok krw@ | |||
2014-02-05 | make pax cope with a stripped down format list, e.g. when compiled | Alexander Hall | |
with -DNOCPIO - ignore empty entries (millert@, halex@) - replace bsort with linear scan (guenther@) ok millert@ guenther@ | |||
2014-02-05 | check return values in libfuse. | Sylvestre Gallon | |
inputs from stsp@. ok stsp@. |