Age | Commit message (Expand) | Author |
2014-02-08 | Stop disablng/enabling interrupts in the interrupt handler for | Chris Cappuccio |
2014-02-08 | more Va -> Cm fixes from Jan Stary <hans at stare.cz>, thanks! | Alexandre Ratchov |
2014-02-08 | copy the correct number of channels in join/expand | Alexandre Ratchov |
2014-02-08 | remove debug bits: dont fill with junk unused channels | Alexandre Ratchov |
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 |
2014-02-08 | don't allow unsigned packages by default. | Marc Espie |
2014-02-08 | also limit the number of currently opened packages locally: each uncompress | Marc Espie |
2014-02-08 | Initializing the time from an uninitialized variable isn't a very good idea. | Mark Kettenis |
2014-02-08 | Don't unmask interrupts that should be left blocked because we're at a | Mark Kettenis |
2014-02-08 | fudge verbose state so that makewhatis is only verbose if pkg_add/delete -vv | Marc Espie |
2014-02-08 | Add option MIPS_PTE64 to IP27/IP35 kernels, and no longer ignore memory | Miod Vallat |
2014-02-08 | Allow page table entries to be either 32 bits wide (the existing state of the | Miod Vallat |
2014-02-08 | document -Dunsigned | Marc Espie |
2014-02-08 | only copy wmesg if wchan, after chatting with guenther and millert. | Ted Unangst |
2014-02-07 | Initializing the time from an uninitialized variable isn't a very good idea. | Mark Kettenis |
2014-02-07 | make sure a free bpf exists before dhclient is run, and remove some | Alexander Hall |
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 |
2014-02-07 | Update to sendmail 8.14.8. This touches a lot of files due to the | Todd C. Miller |
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 |
2014-02-07 | When using SM_PATH, fetch the SHA256 file only once since we will not be | Antoine Jacoutot |
2014-02-07 | Log failures to fchmod() or fchown() the file written in | Kenneth R Westerback |
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 |
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 |
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 |
2014-02-07 | remove some logging that makes ssh debugging output very verbose; | Damien Miller |
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 |
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 |
2014-02-06 | style | Marc Espie |
2014-02-06 | don't store full directory objects if they're not "special", just knowing | Marc Espie |
2014-02-06 | reference ubcmtp(4) | joshua stein |
2014-02-06 | revert some HID changes that broke on older models | joshua stein |
2014-02-06 | add some more bufbackoff calls. uvm_wait optimistically (?), uvm_wait_pla | Ted Unangst |
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 |
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 |