summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-03Remove WSDISPLAY_COMPAT_SYSCONS. We no longer run FreeBSD binary X11Christian Weisgerber
2016-03-03syncTheo de Raadt
2016-03-03Improve SWIDTH of some unicode charactersAndrew Fresh
2016-03-03show-* and set-* need to handle a missing target.Nicholas Marriott
2016-03-03Accept clients as sessions in cmd_find_get_session.Nicholas Marriott
2016-03-03RGB colours shouldn't be mixed up with aixterm colours, return beforeNicholas Marriott
2016-03-03Kill IPv6 prefix and router renumbering ioctls.Jeremie Courreges-Anglas
2016-03-03Delete all traces of SIOCSIF(ADDR|DSTADDR|NETMASK)_IN6Jeremie Courreges-Anglas
2016-03-03Unwind the trapframe correctly when a breakpoint is set on `syscall'.Martin Pieuchot
2016-03-03Remove option USER_LDT and everything depending on it.Christian Weisgerber
2016-03-03Kill db_x86_64_regop() to unify how db_regs[] is defined between archs.Martin Pieuchot
2016-03-03Kill BPTTRAP() and reduce some differences betwen i386 and amd64 trapMartin Pieuchot
2016-03-03prototype vlan_inject()David Gwynne
2016-03-03Restore assignment of ic_curmode that was accidentally removed whenGerhard Roth
2016-03-03When a physical address is needed to flush the secondary cache useJonathan Gray
2016-03-03factor out the injection of a vlan shim into an ethernet frameDavid Gwynne
2016-03-03Move fdt to a more centralized location so it can be used by arm as well. Dif...Brandon Mercer
2016-03-03Look back 3 lines for possible error messages. Changes to the code meanDarren Tucker
2016-03-03replace the XXX next to setting link_maxhdr with an explanationDavid Gwynne
2016-03-03bump link_maxhdr up from 16 to 64David Gwynne
2016-03-02set armv7 callbacks for cortex a53/a52/a72Jonathan Gray
2016-03-02fix the name of the define for the a72 maskJonathan Gray
2016-03-02synTheo de Raadt
2016-03-02Improve accuracy of reported transfer speeds by waiting for the ack fromDarren Tucker
2016-03-02Improve precision of progressmeter for sftp and scp by storing sub-secondDarren Tucker
2016-03-02syncTheo de Raadt
2016-03-02repair for ramdisk buildsTheo de Raadt
2016-03-02Fix score file nameTim van der Molen
2016-03-02remove the Linux emulation code, no longer referenced by anythingChristian Weisgerber
2016-03-02Handle wcwidth() and mbtowc() failures in better style and dropNicholas Marriott
2016-03-02Limit x, y and b to 0x7ff for UTF-8 mouse input, suggested by schwarze@.Nicholas Marriott
2016-03-02Disentangle the Zaurus bootstrap from compat/linux and move theChristian Weisgerber
2016-03-02remove the remaining mentions of sys/compat/*; ok deraadt@ millert@ jmc@Christian Weisgerber
2016-03-02fix the rest of the read_ledword() calls used as lengths to be bounded.Bob Beck
2016-03-02Stop mentioning /emul/ in hier(7), naddy@ agrees.Stuart Henderson
2016-03-02DDB_REGS -> ddb_regs in db_regs[], no reason to be different.Martin Pieuchot
2016-03-02Add bounds checking for BN_hex2bn/BN_dec2bn.Doug Hogan
2016-03-02Claim to be more versions of windows for _OSI checks.Jonathan Gray
2016-03-02bound lengths coming out of a pem file to something like realityBob Beck
2016-03-02Detect and only enable the port that is actually used.Can Erkin Acar
2016-03-02provide generic ioctls for managing an interfaces parentDavid Gwynne
2016-03-01Set IFF_MULTICAST flag on tun(4) interfaces so IPv6 addresses can be assigned.Stefan Sperling
2016-03-01db_sym_numargs() has always been defined to FALSE so nuke it with allMartin Pieuchot
2016-03-01Make db_value_of_name() call db_elf_sym_lookup() in order to killMartin Pieuchot
2016-03-01Kill never called db_find_trace_symbols().Martin Pieuchot
2016-03-01*** empty log message ***natano
2016-03-01Rectify line numbers for s/.// commands in ed-style diffs.natano
2016-03-01fatal("malloc") -> fatal(NULL)Jeremie Courreges-Anglas
2016-03-01KNF this file; OK stsp@Todd C. Miller
2016-03-01guard macro args with parensmmcc