summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-25Ignore author-specified indentation for .RS; it harms responsiveIngo Schwarze
design. Use the existing @media-dependent indent instead. This removes the last style= attribute from man(7) output.
2018-06-25Delete support for the style=text-indent attribute, which is no longer used.Ingo Schwarze
2018-06-25For -man -Thtml, ignore author-specified .HP widths because theyIngo Schwarze
harm responsive design; use @media-dependent defaults instead.
2018-06-25OO version of atendMarc Espie
2018-06-25special case: @tag found in self may have NO parameters and just be usedMarc Espie
as a placeholder to tell WHEN you need to run the at-end tag
2018-06-25Remove unused fbuf parameter from fuse_device_cleanup().helg
ok mpi@
2018-06-25Assert that the NET_LOCK() is held when iterating over `ipsec_acquire_head'.Martin Pieuchot
ok visa@ as part of a larger bigger diff
2018-06-25Push the NET_LOCK() down in pfkeyv2_send().Martin Pieuchot
While here document which field of the PCB is protected by which lock. ok visa@
2018-06-25Factorize MPLS setup/teardown into two functions.Martin Pieuchot
ok claudio@
2018-06-25Push the NET_LOCK() down in rtm_output().Martin Pieuchot
ok tb@, visa@
2018-06-25Introduce fnew(), a function to initialize a `struct file'.Martin Pieuchot
Commiting now to help refactoring of DRI3 and diskmap rewrite. ok visa@, kettenis@ as part of a larger diff.
2018-06-25Add a regression test for running jot without any arguments.Theo Buehler
2018-04-19Create two gif(4) interfaces in different routing domains. TestAlexander Bluhm
encapsulating IPv4 and IPv6 packets in IPv4 and IPv6 gif tunnels.
2018-06-25syncTheo de Raadt
2018-06-24Save all mixer elements in the suspend/resume array instead of onlyAlexandre Ratchov
enum, sets, and values. This is simpler and less error prone. This fixes the record.enable elements replacing the last few hardware mixer controls. Help from Laurence Tratt, tested by landry@
2018-06-24Minor cosmetic improvement from KOIE Hidetaka.Nicholas Marriott
2018-06-24tags should work more like other errors. In particular, avoid infiniteMarc Espie
loop if tag not found...
2018-06-24Fix a quirk noticed by espie@: let "jot" without any argument do theIngo Schwarze
same as "jot -", to match the description in the manual page. Very similar patch independently developed by tb@. OK tb@ espie@
2018-06-24document that %D is localbase in define-tagMarc Espie
2018-06-24get ready to reuse verify_tagMarc Espie
2018-06-24implement tag checking during normal solvingMarc Espie
also keep going after first tag check fail, so that we get maximal checks
2018-06-24fix need_paramsMarc Espie
2018-06-24fw_update not fwupdate, from weerd@Stuart Henderson
2018-06-24Add support for parsing XSDT tables. Add support for arm64.Mark Kettenis
ok deraadt@
2018-06-24If ACPI tables are present, set a global variable to point at theirMark Kettenis
(physical) address such that acpidump(8) can read it and dump the tables on arm64 systems. ok deraadt@
2018-06-24styleMarc Espie
2018-06-24Use atomic operations for updating `numfiles'. This makes the file countVisa Hankala
tracking work without locks. OK kettenis@, deraadt@
2018-06-24Move signal generation from fputrap() to where it's called in trap()Philip Guenther
2018-06-23Small wording tweak which is slightly closer to the ever elusive truth.rob
Ok tb@
2018-06-23define-tag can't use normal destate, because it migrates before any cwdMarc Espie
so cheat and use localbase directly
2018-06-23solve_tags not yet functional, I'll reactivate the checks during creationMarc Espie
when it's cleaned up
2018-06-23Save and restore FPU registers around signal handlers.Mark Kettenis
Fixes the random crashes in sh(1). ok guenther@
2018-06-23Add -z notext and -z norelro to prevent fatal warnings with ld.lld(1).Mark Kettenis
ok guenther@
2018-06-23well, when we read the plist from the ports tree, we need to registerMarc Espie
the tag info similarly to registering libraries
2018-06-23prelink only also needs define-tag, unbreaks pkg_create with run-dependsMarc Espie
when the package is not installed
2018-06-23Replace value with a constantdenis
OK bluhm@, jca@
2018-06-23PkgCreate has no business knowing details of define-tagMarc Espie
2018-06-23do some more basic checking of tags vs define-tag so that parameter usageMarc Espie
is handled more gracefully
2018-06-23Improve the consistency of variable naming in unp_externalize().Visa Hankala
Rename the int array `fdp' to `fds', and use the name `fdp' for a variable that points to the filedesc struct of the current process. This use of `fdp' puts unp_externalize() in line with filesystem code. OK millert@, kettenis@
2018-06-23document @define-tag and @tag.Marc Espie
*please do not use yet* there may be bugs, let me iron these out
2018-06-23Fix a segfault when inserting the same prefix multiple timesdenis
OK bluhm@, jca@, kn@
2018-06-23have a default tag value of empty, because.Marc Espie
2018-06-22move the tag base code into SolverBase, and use it in PkgCreate, so thatMarc Espie
we refuse to create packages with tags without reachable definitions
2018-06-22as discussed with aja@, some commands must be run once for every distinctMarc Espie
path :/ Not 100% happy with it, but easy enough to do
2018-06-22Move up the setting of pcb_tf, refreshcreds(), and stack check so thatPhilip Guenther
we can be sure signals posted from userret() are based on the correct information ok kettenis@
2018-06-22Updating md_astpending in ast() creates a race, update the variable in asmDale Rahn
before calling ast(). Pointed out by Gunther after I had a fix. ok guenther@
2018-06-22set I2C_F_POLL when acquiring the iic bus in an interrupt handlerJoshua Stein
found by witness, reported and tested by bentley
2018-06-22Add --dry-run as synonym to -C/--check.Vadim Zhukov
FreeBSD and NetBSD has this for a while, and GNU patch got it even earlier than we got -C. input from sthen@ & jca@; okay sthen@, jca@ and deraadt@.
2018-06-22Update the pointer to the trapframe in the PCB when handling an AST.Mark Kettenis
From drahn@, ok guenther@
2018-06-22Update the pointer to the trapframe in the PCB when handling an AST.Mark Kettenis
From drahn@, ok guenther@