Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-11 | Add missing .Fn markup to in() and out(); found with mandoc -Tlint. | Ingo Schwarze | |
Delete useless \*(Gt and \*(Lt while here. | |||
2017-06-11 | Continue the flattening of the pledge logic started in r1.184 and place | Theo Buehler | |
a blank space somewhere else. suggested by and ok jsing | |||
2017-06-08 | Start with a clean /var/account/acct accounting file and turn on | Alexander Bluhm | |
process accounting with accton(8). Each test executes a command with a unique name and checks the flags in the lastcomm(1) output. Run tests with fork, su, core, xsig, pledge, trap accounting. | |||
2017-06-11 | Do not issue the message "no blank before trailing delimiter" for .No. | Ingo Schwarze | |
In practice, that message only matters inside .Bf, and even there, it can occasionally be a false positive. In all other cases, it usually is a false positive, so it is better to drop it outright. Suggested by jmc@. | |||
2017-06-11 | make two macros more semantic | Ingo Schwarze | |
2017-06-11 | Simple style(9) fixes from Juuso Lapinlampi, mostly whitespace and | Theo Buehler | |
omitting parentheses in return statements. Binary change because of return instead of exit(3) from main and because help() is now __dead. ok awolk | |||
2017-06-11 | Define register_splx_handler() in one place. | Visa Hankala | |
2017-06-11 | Fix TLB size computation on OCTEON II and III. The CPUs have utilized | Visa Hankala | |
the whole TLB space even before this. However, TLB initialization on boot and TLB flush on ASID wraparound have been incomplete. These have caused crashes of processes. | |||
2017-06-11 | Add a memory barrier to ensure that stores become visible | Visa Hankala | |
in a proper order. | |||
2017-06-11 | integer overflow for two range checks | Theo de Raadt | |
fix from C Turt, ok miod | |||
2017-06-10 | If -P and -c were given, a second pledge call tried to add "rpath" to the | Theo Buehler | |
first pledge promises, so nc exited with EPERM. To fix this, merge the pledge of the Pflag && usetls case into the first pledge block. This allows us to get rid of the second pledge block and thus to simplify the logic a bit. While there, add a missing blank to an error string. Joint effort by the #openbsd-daily code reading group, problem found and initial patch by <rain1 openmailbox org>. ok awolk | |||
2017-06-10 | Nuke unused field bootp_policy and associated enum{}. | Kenneth R Westerback | |
2017-06-10 | Nuke unused global warnings_occurred. | Kenneth R Westerback | |
2017-06-10 | Reduce false positives for the "no blank before trailing delimiter" message. | Ingo Schwarze | |
This brings us down to one false positive for about every 18 pages. | |||
2017-06-10 | minor markup simplifications | Ingo Schwarze | |
2017-06-10 | improve semantic markup for __attribute__ | Ingo Schwarze | |
2017-06-10 | missing blank before full stop, found with mandoc -Tlint | Ingo Schwarze | |
2017-06-10 | add missing blanks before several delimiters; found with mandoc -Tlint | Ingo Schwarze | |
2017-06-10 | missing space before trailing punctuation; found with mandoc -Tlint | Ingo Schwarze | |
2017-06-10 | remove lots of bogus escaping, some of which even broke the output; | Ingo Schwarze | |
found with mandoc -Tlint | |||
2017-06-10 | fix imprecise .Fa markup; found with mandoc -Tlint | Ingo Schwarze | |
2017-06-10 | Fix broken markup of function pointer invocations; found | Ingo Schwarze | |
with mandoc -Tlint. While here, delete .Tn macros. | |||
2017-06-10 | fix broken markup of callback arguments; found with mandoc -Tlint | Ingo Schwarze | |
2017-06-10 | Fix broken escaping: "\." is almost never what you want; found with | Ingo Schwarze | |
mandoc -Tlint. While here, make macro usage more consistent. | |||
2017-06-10 | fix a sentence that used unusual terminology, the wrong macro, | Ingo Schwarze | |
and broken delimiter syntax; found with mandoc -Tlint | |||
2017-06-10 | repair broken markup of callback argument; found with mandoc -Tlint | Ingo Schwarze | |
2017-06-10 | Pass M_CANFAIL to malloc(9) calls which use M_WAITOK but are tested | Kevin Lo | |
for failure. ok armani@ | |||
2017-06-10 | Use software interrupt to process TX/RX data between sio and tty(4) | Kenji Aoyama | |
layer. This is a straightforwad port of current NetBSD/luna68k implementation by Izumi Tsutsui. Tested on both LUNA-88K and LUNA-88K2. | |||
2017-06-10 | Report processes that were killed due to pledge or memory access | Alexander Bluhm | |
violations in the daily mail. OK millert@ jmc@ | |||
2017-06-10 | perl(1)'s ... | Marc Espie | |
2017-06-10 | use mandoc annotations for flags and such | Marc Espie | |
2017-06-10 | Don't describe AppleTalk's output format and bugs. | Michal Mazurek | |
OK claudio@ jmc@ doesn't object | |||
2017-06-10 | print '?' instead of incorrect link count (that the protocol doesn't | Damien Miller | |
provide) for remote listings. bz#2710 ok dtucker@ | |||
2017-06-10 | implement sorting for globbed ls; bz#2649 ok dtucker@ | Damien Miller | |
2017-06-10 | style message about missing blank before trailing delimiter; | Ingo Schwarze | |
inspired by mdoclint(1), and jmc@ considers it useful | |||
2017-06-10 | do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its arguments | Ingo Schwarze | |
2017-06-09 | Fill RX ring during init and bail early on send if OACTIVE is set | Mike Belopuhov | |
or IFF_RUNNING is not. | |||
2017-06-09 | - pfsync_input() must grab PF_LOCK | Alexandr Nedvedicky | |
reported and patch tested by Hrvoje Popovski O.K. bluhm@ | |||
2017-06-09 | mention that the config file is created at first run, since it doesn't | Ted Unangst | |
exist on a default install (thus making it impossible to read and study) | |||
2017-06-09 | Extend filters (f key) to buffer and client mode and add -f flag to | Nicholas Marriott | |
specify to command. | |||
2017-06-09 | Correct number of players, the program enforces a range from 2 to 9. | Frederic Cambus | |
OK tb@, jmc@ | |||
2017-06-09 | Add -O option to choose-* to set initial sort order. | Nicholas Marriott | |
2017-06-09 | Default sort for buffer mode should be time not name. | Nicholas Marriott | |
2017-06-09 | Remove a WAITOK that has sneaked in | Mike Belopuhov | |
2017-06-09 | Convert to ifq_dequeue and perform m_defrag if the mbuf doesn't fit | Mike Belopuhov | |
With suggestions from and OK dlg | |||
2017-06-09 | Use brackets around prompts which looks better and matches the other modes. | Nicholas Marriott | |
2017-06-09 | Introduce iwm_nic_assert_locked() to verify that the driver has correctly | Stefan Sperling | |
requested MAC access before accessing certain registers, as required by the hardware. Use it to assert that hardware is still in an accessible state before reading or writing such a register. For now, panic if that check fails. The long term goal is to make this a non-fatal error and handle it properly in all code paths that end up reading or writing such a register. Fix a missing NIC lock on 8000 hardware, found by this new assertion. Also, grab the NIC lock early during hardware init and keep it until init is done. The previous code relinquished and reacquired the NIC lock several times during the init sequence. It seems this is what was causing some random errors when the interface was brought up, such as "could not enable Tx queue", "could not add aux station", and "could not add phy context". For some reason, bsd.rd kernels were suffering particularly hard from such problems, to the point where some machines could not be upgraded over iwm(4). This change does not eliminate such problems entirely but is a step forward. Prodded by deraadt@ This change has already been in snaps for a while. | |||
2017-06-09 | Fix the resume code path in iwm(4) to no longer call iwm_stop() before | Stefan Sperling | |
initializing the hardware. Prevents "acquiring device failed" messages during resume. Also, start the hardware up in DVACT_RESUME already and verify that it has started by the time we reach DVACT_WAKEUP, before scheduling the iwm_init_task which loads firmware etc. With help from deraadt@ test & ok tb@ | |||
2017-06-09 | If we receive a router solicitation with a source link-layer address | Florian Obser | |
option respond with a unicast advertisement. This improves air time on wireless networks and reduces energy consumption on battery powered devices. For details see RFC 7772 "Reducing Energy Consumption of Router Advertisements" aka BCP 202. Input & OK bluhm@ | |||
2017-06-09 | Replace rtrequest(RTM_DELETE...) rtrequest_delete() and do not even | Martin Pieuchot | |
try to remove a route from the table if it is and invalid cache. This is a step towards decoupling code dealing with userland and kernel inserted routes. ok bluhm@ |