summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-22Slowly start implementing tagging support for man(7) pages, evenIngo Schwarze
2019-07-21While -n is now the default, it's been useful since 1996. Keep it for compat.Jeremie Courreges-Anglas
2019-07-21Restructure parse_semi() so it resembles the other parse_*Kenneth R Westerback
2019-07-21Replace malloc()/memcpy() with strdup() in parse_string(). Nuke 'len' parameterKenneth R Westerback
2019-07-21tweak register a bit... END {} code is obviously the problemMarc Espie
2019-07-21Amend comment: entering the root password won't unlock the terminalJeremie Courreges-Anglas
2019-07-21gc old functions, that part is clean as well...Marc Espie
2019-07-21start re-adding the non-broken changes:Marc Espie
2019-07-21Grab the vnode lock in vn_seek(). Consensus has emerged around using theanton
2019-07-21add a panel orientation quirk for Kogan Atlas 2-in-1 D300Jonathan Gray
2019-07-21apply backpressure when ifiq says the stack is getting busyDavid Gwynne
2019-07-21In 2004, we upgraded to binutils 2.14 with did -zcombreloc by default.Philip Guenther
2019-07-20Get rid of `ddb_is_active' instead use `db_active'.Martin Pieuchot
2019-07-20Increment `db_active' before entering db_trap() like other archs do.Martin Pieuchot
2019-07-20When multiple ports share the same MAC, pick the physical one for delivery.Martin Pieuchot
2019-07-20Use same 'switch (token) ...' idiom in parse_lease_decl() andKenneth R Westerback
2019-07-20Sort TOK_USELEASE case into proper alphabetic location inKenneth R Westerback
2019-07-201. Correct the description of the g command to match POSIX and ourIngo Schwarze
2019-07-20Correct misleading description of -S;Ingo Schwarze
2019-07-20Missed a free.Mark Lumsden
2019-07-20Remove the sleeps and thus races from the forwarding test. They wereDarren Tucker
2019-07-20Allow SLEEPTIME to be overridden.Darren Tucker
2019-07-20Move sleep time into a variable so that we can increase it for platformsDarren Tucker
2019-07-20Move a bit of code to where it is called only if needed.Mark Lumsden
2019-07-20generate the actor info per port to send to userland.David Gwynne
2019-07-20just use LINK_STATE_IS_UP to see if a port has link.David Gwynne
2019-07-20ping(8): don't round inter-packet delay up to HZcheloha
2019-07-19#define a handful of constant strings to reduce the diff to -portable;Ingo Schwarze
2019-07-19Nuke a bunch of 'name' parameters that haven't been used sinceKenneth R Westerback
2019-07-19In the synopsis, put options that take no arguments before those that do.Ingo Schwarze
2019-07-19If no tags were generated at all, unlink(2) the empty tags file asIngo Schwarze
2019-07-19Update POSIX reference to the 2008 version and correct the list ofIngo Schwarze
2019-07-19lock(1): remove default timeoutcheloha
2019-07-19Previously I left the ')' on the end of a list to indicate the end.Mark Lumsden
2019-07-19Make systat flushing output after a page display in rawmode (flags -b or -B)solene
2019-07-19Adapt to POSIX realpath(3); if it returns NULL, use the mount path as-is.Todd C. Miller
2019-07-19i8254_delay(): simplify tick computationcheloha
2019-07-19Keep dhclient.leases.<if> O_EXLOCK file descriptor open for theKenneth R Westerback
2019-07-19After the kernel has reached the sysclt kern.maxclusters limit,Alexander Bluhm
2019-07-19When allocating socketpair() increase their send and receive buffers toClaudio Jeker
2019-07-19Add a few vi(1) key aliases, from D Ben Knoble.Nicholas Marriott
2019-07-19More man page fixes from lacygoill at lacygoill dot me, GitHub issueNicholas Marriott
2019-07-19try to notify the partner when the port is going away or down.David Gwynne
2019-07-19add "slow" to the list of ethernet protocol names.David Gwynne
2019-07-19default (ie, reset) the partner info when a ports link goes down.David Gwynne
2019-07-19export all the partner info to userland, not just what ifconfig prints.David Gwynne
2019-07-19add regression tests for scp for out-of-destination path file creationDamien Miller
2019-07-19Accept the verbose flag when searching for host keys in known hostsDamien Miller
2019-07-19vwaitforio(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha
2019-07-19getblk(9): tsleep(9) -> tsleep_nsec(9); ok visa@cheloha