summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-02remove the Linux emulation code, no longer referenced by anythingChristian Weisgerber
2016-03-02Disentangle the Zaurus bootstrap from compat/linux and move theChristian Weisgerber
2016-03-02DDB_REGS -> ddb_regs in db_regs[], no reason to be different.Martin Pieuchot
2016-03-02Claim to be more versions of windows for _OSI checks.Jonathan Gray
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-01guard macro args with parensmmcc
2016-03-01Copy the stackgap_init() and stackgap_alloc() functions fromChristian Weisgerber
2016-03-01Support for running Linux binaries under emulation is going away.Christian Weisgerber
2016-03-01DB_SYM_NULL -> NULL.Martin Pieuchot
2016-03-01enm_ac in ether_multi is set but never used. so we dont need it.David Gwynne
2016-02-29delete the kern.emul/KERN_EMUL sysctl bits since there are noChristian Weisgerber
2016-02-28Remove USB_SET_IMMED ioctl and corresponding code and manpage bits.Stefan Kempf
2016-02-28When IPsec UDP encapsulation is used for IPv6, the stack shouldMike Belopuhov
2016-02-28Support for running Linux binaries under emulation is going away.Christian Weisgerber
2016-02-28fix a typoed ioctl name; ok millert@ deraadt@Christian Weisgerber
2016-02-28Remove leftovers from mutliple symbol tables support.Martin Pieuchot
2016-02-28Convert FDT values from big endian to host endian.Martin Pieuchot
2016-02-28Remove useless code, from Patrick Wildt.Martin Pieuchot
2016-02-28Rename ddb_trap_glue() to db_trap_glue().Martin Pieuchot
2016-02-28Remove SIOCSIFALIFETIME_IN6 ioctl, as NetBSD did.Stefan Kempf
2016-02-27pakets -> packetsmmcc
2016-02-27Remove a couple malloc casts. No functional change.mmcc
2016-02-27Move mnt_maxsymlink from struct mount to struct ufsmount.natano
2016-02-27Remove the "symbol table" argument of the functions dealing withMartin Pieuchot
2016-02-27Rename kdb_trap() into db_ktrap().Martin Pieuchot
2016-02-26Remove support for multiple symbol tables in ddb(4), we only have one.Martin Pieuchot
2016-02-26Prevent memory leak when the ldc gets reset.Mark Kettenis
2016-02-26Rename and move x86 calllframe definitions in <machine/frame.h> to useMartin Pieuchot
2016-02-26Remove stale RAIDframe entries from chrtoblktbl.natano
2016-02-26Convert mnt_maxsymlinklen to unsigned.natano
2016-02-26L2 entries are always in the first table of a routing domain, this fixesTheo de Raadt
2016-02-26pctr.h is not used here, so no need to include it.Mike Larkin
2016-02-26SYMTAB_SPACE is no longer used (last used with a.out ddb)Mike Larkin
2016-02-26Make alpha and sh 2038-safe. Now that we have 64-bit time_t, we don'tmmcc
2016-02-25activate POOL_DEBUG during -current; miodTheo de Raadt
2016-02-25Replace a usage of ROOTINO ((ufsino_t)2 with FUSE_ROOTINO ((ino_t)1).natano
2016-02-25fuse doesn't support NFS; prevent a uvm fault caused by claiming otherwisenatano
2016-02-25Move misplaced cdev_ipmi_init() back into within #ifdef _KERNEL.Masao Uebayashi
2016-02-25corrects a misleading comment about SS_DNS (and adjust tab)Sebastien Marie
2016-02-25we are now hacking on 5.9-currentTheo de Raadt