Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-25 | Ignore author-specified indentation for .RS; it harms responsive | Ingo Schwarze | |
design. Use the existing @media-dependent indent instead. This removes the last style= attribute from man(7) output. | |||
2018-06-25 | Delete support for the style=text-indent attribute, which is no longer used. | Ingo Schwarze | |
2018-06-25 | For -man -Thtml, ignore author-specified .HP widths because they | Ingo Schwarze | |
harm responsive design; use @media-dependent defaults instead. | |||
2018-06-25 | OO version of atend | Marc Espie | |
2018-06-25 | special case: @tag found in self may have NO parameters and just be used | Marc Espie | |
as a placeholder to tell WHEN you need to run the at-end tag | |||
2018-06-25 | Remove unused fbuf parameter from fuse_device_cleanup(). | helg | |
ok mpi@ | |||
2018-06-25 | Assert 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-25 | Push 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-25 | Factorize MPLS setup/teardown into two functions. | Martin Pieuchot | |
ok claudio@ | |||
2018-06-25 | Push the NET_LOCK() down in rtm_output(). | Martin Pieuchot | |
ok tb@, visa@ | |||
2018-06-25 | Introduce 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-25 | Add a regression test for running jot without any arguments. | Theo Buehler | |
2018-04-19 | Create two gif(4) interfaces in different routing domains. Test | Alexander Bluhm | |
encapsulating IPv4 and IPv6 packets in IPv4 and IPv6 gif tunnels. | |||
2018-06-25 | sync | Theo de Raadt | |
2018-06-24 | Save all mixer elements in the suspend/resume array instead of only | Alexandre 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-24 | Minor cosmetic improvement from KOIE Hidetaka. | Nicholas Marriott | |
2018-06-24 | tags should work more like other errors. In particular, avoid infinite | Marc Espie | |
loop if tag not found... | |||
2018-06-24 | Fix a quirk noticed by espie@: let "jot" without any argument do the | Ingo Schwarze | |
same as "jot -", to match the description in the manual page. Very similar patch independently developed by tb@. OK tb@ espie@ | |||
2018-06-24 | document that %D is localbase in define-tag | Marc Espie | |
2018-06-24 | get ready to reuse verify_tag | Marc Espie | |
2018-06-24 | implement tag checking during normal solving | Marc Espie | |
also keep going after first tag check fail, so that we get maximal checks | |||
2018-06-24 | fix need_params | Marc Espie | |
2018-06-24 | fw_update not fwupdate, from weerd@ | Stuart Henderson | |
2018-06-24 | Add support for parsing XSDT tables. Add support for arm64. | Mark Kettenis | |
ok deraadt@ | |||
2018-06-24 | If ACPI tables are present, set a global variable to point at their | Mark Kettenis | |
(physical) address such that acpidump(8) can read it and dump the tables on arm64 systems. ok deraadt@ | |||
2018-06-24 | style | Marc Espie | |
2018-06-24 | Use atomic operations for updating `numfiles'. This makes the file count | Visa Hankala | |
tracking work without locks. OK kettenis@, deraadt@ | |||
2018-06-24 | Move signal generation from fputrap() to where it's called in trap() | Philip Guenther | |
2018-06-23 | Small wording tweak which is slightly closer to the ever elusive truth. | rob | |
Ok tb@ | |||
2018-06-23 | define-tag can't use normal destate, because it migrates before any cwd | Marc Espie | |
so cheat and use localbase directly | |||
2018-06-23 | solve_tags not yet functional, I'll reactivate the checks during creation | Marc Espie | |
when it's cleaned up | |||
2018-06-23 | Save and restore FPU registers around signal handlers. | Mark Kettenis | |
Fixes the random crashes in sh(1). ok guenther@ | |||
2018-06-23 | Add -z notext and -z norelro to prevent fatal warnings with ld.lld(1). | Mark Kettenis | |
ok guenther@ | |||
2018-06-23 | well, when we read the plist from the ports tree, we need to register | Marc Espie | |
the tag info similarly to registering libraries | |||
2018-06-23 | prelink only also needs define-tag, unbreaks pkg_create with run-depends | Marc Espie | |
when the package is not installed | |||
2018-06-23 | Replace value with a constant | denis | |
OK bluhm@, jca@ | |||
2018-06-23 | PkgCreate has no business knowing details of define-tag | Marc Espie | |
2018-06-23 | do some more basic checking of tags vs define-tag so that parameter usage | Marc Espie | |
is handled more gracefully | |||
2018-06-23 | Improve 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-23 | document @define-tag and @tag. | Marc Espie | |
*please do not use yet* there may be bugs, let me iron these out | |||
2018-06-23 | Fix a segfault when inserting the same prefix multiple times | denis | |
OK bluhm@, jca@, kn@ | |||
2018-06-23 | have a default tag value of empty, because. | Marc Espie | |
2018-06-22 | move the tag base code into SolverBase, and use it in PkgCreate, so that | Marc Espie | |
we refuse to create packages with tags without reachable definitions | |||
2018-06-22 | as discussed with aja@, some commands must be run once for every distinct | Marc Espie | |
path :/ Not 100% happy with it, but easy enough to do | |||
2018-06-22 | Move up the setting of pcb_tf, refreshcreds(), and stack check so that | Philip Guenther | |
we can be sure signals posted from userret() are based on the correct information ok kettenis@ | |||
2018-06-22 | Updating md_astpending in ast() creates a race, update the variable in asm | Dale Rahn | |
before calling ast(). Pointed out by Gunther after I had a fix. ok guenther@ | |||
2018-06-22 | set I2C_F_POLL when acquiring the iic bus in an interrupt handler | Joshua Stein | |
found by witness, reported and tested by bentley | |||
2018-06-22 | Add --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-22 | Update the pointer to the trapframe in the PCB when handling an AST. | Mark Kettenis | |
From drahn@, ok guenther@ | |||
2018-06-22 | Update the pointer to the trapframe in the PCB when handling an AST. | Mark Kettenis | |
From drahn@, ok guenther@ |