Age | Commit message (Expand) | Author |
2016-02-28 | When IPsec UDP encapsulation is used for IPv6, the stack should | Mike Belopuhov |
2016-02-28 | remove mention of Linux and FreeBSD binary emulation; pointed out by jmc@ | Christian Weisgerber |
2016-02-28 | drop the support for Linux emulation; ok guenther@ visa@ | Christian Weisgerber |
2016-02-28 | Support for running Linux binaries under emulation is going away. | Christian Weisgerber |
2016-02-28 | fix a typoed ioctl name; ok millert@ deraadt@ | Christian Weisgerber |
2016-02-28 | Remove leftovers from mutliple symbol tables support. | Martin Pieuchot |
2016-02-28 | fruncate() returns EFBIG when length exceeds the max file size. | natano |
2016-02-28 | Repair the namegen function to make ffs regress useful again. | natano |
2016-02-28 | Convert FDT values from big endian to host endian. | Martin Pieuchot |
2016-02-28 | Remove useless code, from Patrick Wildt. | Martin Pieuchot |
2016-02-28 | Rename ddb_trap_glue() to db_trap_glue(). | Martin Pieuchot |
2016-02-28 | Remove SIOCSIFALIFETIME_IN6 ioctl, as NetBSD did. | Stefan Kempf |
2016-02-28 | Add back undocumented -h switch defaulting to usage(). | tb |
2016-02-28 | In emit_insxl() force the first operand of the insbl or inswl pattern | Jonathan Gray |
2016-02-27 | pakets -> packets | mmcc |
2016-02-27 | Remove a couple malloc casts. No functional change. | mmcc |
2016-02-27 | Add documentation for the APM_IOC_HIBERNATE ioctl. | natano |
2016-02-27 | Move mnt_maxsymlink from struct mount to struct ufsmount. | natano |
2016-02-27 | Fix STANDARDS: use the appropriate .St argument and add the information | Ingo Schwarze |
2016-02-27 | If an incomplete character is passed to mbtowc(3), set errno to EILSEQ. | Ingo Schwarze |
2016-02-27 | Remove the "symbol table" argument of the functions dealing with | Martin Pieuchot |
2016-02-27 | Rename kdb_trap() into db_ktrap(). | Martin Pieuchot |
2016-02-27 | Untangle a mess of nested ternary operators. | tb |
2016-02-27 | Cleanup the list of usernames that are rejected during installation. | Robert Peichaer |
2016-02-27 | Shorter version that does the same. | Robert Peichaer |
2016-02-26 | there is no emulation "bsd", our default is "native"; ok deraadt@ millert@ | Christian Weisgerber |
2016-02-26 | - Remove -h and -? from getopt(3), they weren't documented on manpage anyway | mestre |
2016-02-26 | Fix negation of POSIX character classes; passed new regress test. | Todd C. Miller |
2016-02-26 | Add a test for negated POSIX characer classes. | Todd C. Miller |
2016-02-26 | Remove support for multiple symbol tables in ddb(4), we only have one. | Martin Pieuchot |
2016-02-26 | Prevent memory leak when the ldc gets reset. | Mark Kettenis |
2016-02-26 | sys/signal.h -> signal.h | Jeremie Courreges-Anglas |
2016-02-26 | Unused variable. | Jeremie Courreges-Anglas |
2016-02-26 | GC remnants of the Router Renumbering code; ok florian@ | Jeremie Courreges-Anglas |
2016-02-26 | Remove #if'0ed code that uses a deprecated ioctl; ok florian@ | Jeremie Courreges-Anglas |
2016-02-26 | Kill some useless members of struct rainfo; ok florian@ | Jeremie Courreges-Anglas |
2016-02-26 | - Convert atoi(3) to strtonum(3) | mestre |
2016-02-26 | Rename and move x86 calllframe definitions in <machine/frame.h> to use | Martin Pieuchot |
2016-02-26 | Remove stale RAIDframe entries from chrtoblktbl. | natano |
2016-02-26 | Convert mnt_maxsymlinklen to unsigned. | natano |
2016-02-26 | L2 entries are always in the first table of a routing domain, this fixes | Theo de Raadt |
2016-02-26 | pctr.h is not used here, so no need to include it. | Mike Larkin |
2016-02-26 | SYMTAB_SPACE is no longer used (last used with a.out ddb) | Mike Larkin |
2016-02-26 | Make alpha and sh 2038-safe. Now that we have 64-bit time_t, we don't | mmcc |
2016-02-25 | activate POOL_DEBUG during -current; miod | Theo de Raadt |
2016-02-25 | Replace a usage of ROOTINO ((ufsino_t)2 with FUSE_ROOTINO ((ino_t)1). | natano |
2016-02-25 | fuse doesn't support NFS; prevent a uvm fault caused by claiming otherwise | natano |
2016-02-25 | Move misplaced cdev_ipmi_init() back into within #ifdef _KERNEL. | Masao Uebayashi |
2016-02-25 | Xr biosboot and describe more precisely how this versatile program | tb |
2016-02-25 | corrects a misleading comment about SS_DNS (and adjust tab) | Sebastien Marie |