Age | Commit message (Expand) | Author |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-06-05 | m_defrag(9) wasnt documented. | David Gwynne |
2013-06-05 | remove unused function | Jasper Lievisse Adriaanse |
2013-06-05 | add XXX comment for delay_changed, untill we figure out what it actually does. | Jasper Lievisse Adriaanse |
2013-06-05 | remove ugly hack we couldn't figure out what it was used for, only that it | Jasper Lievisse Adriaanse |
2013-06-05 | When running sshd -D, close stderr unless we have explicitly requesting | Darren Tucker |
2013-06-05 | Calculate ICMP checksums with in4_cksum() which lets us get rid of the | Lawrence Teo |
2013-06-05 | fix leaks in mux error paths, from Zhenbo Xu, found by Melton. bz#1967, ok djm | Darren Tucker |
2013-06-05 | tweak vmxnet3_load_mbuf to use m_pulldown to safely reach into the mbuf for | David Gwynne |
2013-06-05 | Unbreak the kernel to userspace SADB_X_EXT_TAG message. | Reyk Floeter |
2013-06-05 | Some places used PATH_MAX from <limits.h>, some MAXPATHLEN from <sys/param.h>. | Ingo Schwarze |
2013-06-05 | Remove unused variables. | Paul Irofti |
2013-06-05 | whitespace | Jasper Lievisse Adriaanse |
2013-06-05 | - add missing SUBDIR | Jasper Lievisse Adriaanse |
2013-06-05 | Implement hibernate_flush. | Paul Irofti |
2013-06-05 | Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passing | Philip Guenther |
2013-06-05 | ditch local ld.script and use conf/ld.script instead, and adjust entry | Jasper Lievisse Adriaanse |
2013-06-05 | add WIP second stage bootloader for octeon; far from working and contains man... | Jasper Lievisse Adriaanse |
2013-06-05 | after the pf_test_state folding, in pf_test in the proto switch, the | Henning Brauer |
2013-06-05 | factor out pid allocation to functions. add a small cache of recently | Ted Unangst |
2013-06-05 | Keep things sane in the apm ioctl handler. | Paul Irofti |
2013-06-05 | blow up sooner rather than later for double pool_put | Ted Unangst |
2013-06-04 | Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_ope... | Brad Smith |
2013-06-04 | Make apm aware of the APM_IOC_HIBERNATE command. | Paul Irofti |
2013-06-04 | do not go into upper to lower case translation mode when a all-caps | Sebastian Benoit |
2013-06-04 | even better now text now. | Ted Unangst |
2013-06-04 | sentence explaining sched_lock is not a simplelock should be a sentence. | Ted Unangst |
2013-06-04 | comment fix: actually called __cpu_simple_lock_t | Ted Unangst |
2013-06-04 | tabs are not so expensive we can't intent this file properly | Ted Unangst |
2013-06-04 | tweak the headers header too | Ted Unangst |
2013-06-04 | not sure who uses the "alternate" display, but the columns look like ass | Ted Unangst |
2013-06-04 | Support for the SS10/SS20 NVSIMM as block devices; tested by nick@ | Miod Vallat |
2013-06-04 | Add support for static routes option (33) and classless static | Kenneth R Westerback |
2013-06-04 | fix readdir, from sylvestre | Ted Unangst |
2013-06-04 | delete a printf, from sylvestre | Ted Unangst |
2013-06-04 | Make sftp's libedit interface marginally multibyte aware by building up the | Darren Tucker |
2013-06-04 | Replace old-fashioned .Fd by new-fangled .In for #include lines. | Ingo Schwarze |
2013-06-04 | Disable parity on the PCI bus; according to Linux, some lca-based systems hit | Miod Vallat |
2013-06-04 | use MAXPATHLEN for buffer size instead of fixed value. ok markus | Darren Tucker |
2013-06-04 | Implement pf divert-to and divert-reply also for IPv6 raw sockets. | Alexander Bluhm |
2013-06-04 | Prevent panic'ing on alpha after ifconfig'ing up an unplugged de interface, | Miod Vallat |
2013-06-04 | fold pf_test_state_{tcp,udp,other} into one pf_test_state. | Henning Brauer |
2013-06-04 | add a pointer to the protocol checksum header field to pf_pdesc and set | Henning Brauer |
2013-06-04 | classify_integer(): test whether the value can be built using the `set' | Miod Vallat |
2013-06-04 | make pf_change_ap() usable without a port. if the port pointer is NULL, | Henning Brauer |
2013-06-04 | Add "length" attribute to "weird" class instructions of small length: user | Miod Vallat |
2013-06-04 | Add handling for keyboard layouts which break modhex (like dvorak and many | Ryan Thomas McBride |
2013-06-04 | Do not feed UTF-8 input into mandoc or nroff | Ingo Schwarze |
2013-06-04 | fusebufsize update | Ted Unangst |
2013-06-04 | can't use PAGE_SIZE for array sizes. it's not always a constant. | Ted Unangst |