summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-28When IPsec UDP encapsulation is used for IPv6, the stack shouldMike Belopuhov
2016-02-28remove mention of Linux and FreeBSD binary emulation; pointed out by jmc@Christian Weisgerber
2016-02-28drop the support for Linux emulation; ok guenther@ visa@Christian Weisgerber
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-28fruncate() returns EFBIG when length exceeds the max file size.natano
2016-02-28Repair the namegen function to make ffs regress useful again.natano
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-28Add back undocumented -h switch defaulting to usage().tb
2016-02-28In emit_insxl() force the first operand of the insbl or inswl patternJonathan Gray
2016-02-27pakets -> packetsmmcc
2016-02-27Remove a couple malloc casts. No functional change.mmcc
2016-02-27Add documentation for the APM_IOC_HIBERNATE ioctl.natano
2016-02-27Move mnt_maxsymlink from struct mount to struct ufsmount.natano
2016-02-27Fix STANDARDS: use the appropriate .St argument and add the informationIngo Schwarze
2016-02-27If an incomplete character is passed to mbtowc(3), set errno to EILSEQ.Ingo Schwarze
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-27Untangle a mess of nested ternary operators.tb
2016-02-27Cleanup the list of usernames that are rejected during installation.Robert Peichaer
2016-02-27Shorter version that does the same.Robert Peichaer
2016-02-26there 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 anywaymestre
2016-02-26Fix negation of POSIX character classes; passed new regress test.Todd C. Miller
2016-02-26Add a test for negated POSIX characer classes.Todd C. Miller
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-26sys/signal.h -> signal.hJeremie Courreges-Anglas
2016-02-26Unused variable.Jeremie Courreges-Anglas
2016-02-26GC remnants of the Router Renumbering code; ok florian@Jeremie Courreges-Anglas
2016-02-26Remove #if'0ed code that uses a deprecated ioctl; ok florian@Jeremie Courreges-Anglas
2016-02-26Kill some useless members of struct rainfo; ok florian@Jeremie Courreges-Anglas
2016-02-26- Convert atoi(3) to strtonum(3)mestre
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-25Xr biosboot and describe more precisely how this versatile programtb
2016-02-25corrects a misleading comment about SS_DNS (and adjust tab)Sebastien Marie