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