summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-28Don't use sigreturn(2) in longjmp(3). Instead use a similar approach as inMark Kettenis
2016-04-28Partially sync magdir/sniffer from the file distribution on astron.com,Stuart Henderson
2016-04-28Fix fsck'ing. ext2fs_dinode grew extra bits to support ext4Kenneth R Westerback
2016-04-28Initialize the search buffer.Ingo Schwarze
2016-04-28Experiment on matching on the daemon_user is over. It needs more work.Antoine Jacoutot
2016-04-28remove duplicate strrchr.c entry in SRCSJonathan Gray
2016-04-28Add a better implementation of iwn's update_htprot callback which usesStefan Sperling
2016-04-28Reduce block ack gap timeout to 300 msec in order to reduce Rx latency.Stefan Sperling
2016-04-28memmove() the right size when expanding tree.Nicholas Marriott
2016-04-28After unlock, Update activity time after recalculate_sizes() so that theNicholas Marriott
2016-04-28set progname to doas so users can't create bizarro fake logsTed Unangst
2016-04-28correctly set up byteswapping so this chip works on big endian archsDavid Gwynne
2016-04-27factor out ipsec into ip6_output_ipsec_{lookup,send}(); ok mpi@, naddy@Markus Friedl
2016-04-27sysmerge(8) is the bastard child of ksh and perl, so just call it a "utility".Antoine Jacoutot
2016-04-27Revert the revert and match on the daemon_user again.Antoine Jacoutot
2016-04-27Override each and every rc.d functions to be able to match on the user.Antoine Jacoutot
2016-04-27Apply backspace check after working out the actual key, so that M-BSpaceNicholas Marriott
2016-04-27Try again with keys parsing, tidy up further and fix single Escape press.Nicholas Marriott
2016-04-27Expand and remove macro OCTEON_ETH_TAP.Visa Hankala
2016-04-27minor spacing nitMike Larkin
2016-04-27rc.firsttime -> rc.sysmerge for running sysmerge(8) after an upgrade.Antoine Jacoutot
2016-04-27We want to run sysmerge(8) a bit earlier in the boot process so that it has aAntoine Jacoutot
2016-04-27Remove unused arguments from rt_checkgate().Martin Pieuchot
2016-04-27cidr permitted for {allow,deny}users; from lars noodenJason McIntyre
2016-04-27unbreak pledge/generic test (breaked since ?)Sebastien Marie
2016-04-27whitespace fixes, no functional changeDavid Gwynne
2016-04-27Revert matching on the daemon user for now; it breaks sndiod handling whichAntoine Jacoutot
2016-04-27align rx buffers so ip packets will be aligned correctly for the stackDavid Gwynne
2016-04-27tweak some command list handlingDavid Gwynne
2016-04-27Do not handle echo "`echo \"hi\"`" in POSIX mode differently than inChristian Weisgerber
2016-04-27mbuf tags are in an SLIST, so we need queue.h after all.David Gwynne
2016-04-27Make netstat -W show new 802.11n counters. Requires a new kernel.Stefan Sperling
2016-04-27Add some stat counters for events related to 802.11n.Stefan Sperling
2016-04-27Pad struct ext2fs out to 1024 (a.k.a. ext2fs SBSIZE) bytes. SatisfiesKenneth R Westerback
2016-04-27G/C DDB_REGS.Martin Pieuchot
2016-04-27Stop using DDB_REGS.Martin Pieuchot
2016-04-27Simplify overengineered and buggy code that looked like as if it didIngo Schwarze
2016-04-27Remove pledge(2)'s that are called before chroot(2) since in the near futureRicardo Mestre
2016-04-27Remove pledge(2)'s that are called before chroot(2) since in the near futureRicardo Mestre
2016-04-27typo: wil -> willAntoine Jacoutot
2016-04-27Add next/previous paragraph, from J Raynor.Nicholas Marriott
2016-04-27Loads of platforms appear to have old or broken Unicode character typeNicholas Marriott
2016-04-27Use 'sort -V' which is actually meant to sort version numbers.Robert Peichaer
2016-04-27Tweak command line processing vs pledge logic to make things nicer. NoKenneth R Westerback
2016-04-27minor cleanup;Jason McIntyre
2016-04-27adjust yyerror() to precede with "progname: " the error message stringGleydson Soares
2016-04-26Print tcps_noport with netstat -s like it is already done for udp.Alexander Bluhm
2016-04-26Simplify next key matching and fix problems with meta and Unicode keys.Nicholas Marriott
2016-04-26Add missing "tty" promise to the pledge(2) callRicardo Mestre
2016-04-26Remove predefined strings from libm pages.Theo Buehler