summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-09-16Import of Less 444Alexandr Shadchin
ok nicm@
2010-01-15NSD v3.2.4Jakob Schlyter
2003-04-13Stock less-390 with some unneeded DOS/Windoze files removedTodd C. Miller
1996-09-21Import of unmolested less-290.etheisen
2015-11-05simplify: use one stylesheet rather than two; from bentley@Ingo Schwarze
2015-11-05List the Huawei Mobile K4511; OK mpi@Tim van der Molen
2015-11-05allow "kill" from top, by using proc instead of idMarc Espie
(event though the documentation does not yet state that proc allows setpriority for renice) Problem found by me, tweak suggested by theo buehler Committed prompted by deraadt@
2015-11-05Update the internal wcwidth(3) table of tmux(1) to match the dataIngo Schwarze
in /usr/src/share/locale/ctype/en_US.UTF-8.src, with one single exception: Keep U+00AD SOFT HYPHEN at width 1 rather than moving it to width 0, a tradition already observed in the old https://www.cl.cam.ac.uk/~mgk25/ucs/wcwidth.c . While here, manually rebalance the btree for optimal lookup speed. OK nicm@
2015-11-05Fix the example "ls . |more"; from Frederic Nowak <fnwk at mailbox dot org>.Ingo Schwarze
While here, make it clear that `-' and `|' are only special in local, not in remote filenames. Probably, `|' support should be removed from ftp(1), but let's fix one thing at a time. OK jmc@
2015-11-05there is a retry path in here which contains rename() and fchown().Theo de Raadt
Use a slightly larger pledge, earlier on. from gregor best
2015-11-05for mice with wheels, check for W direction at AC Pan input used inJoshua Stein
some newer mice ok miod
2015-11-05revert sys/kern/kern_pledge.c 1.103 and reenable pledge in pwd_mkdbSebastien Marie
ok deraadt@
2015-11-05quick fix for a regression introduced by sys/kern/kern_pledge.c 1.103Sebastien Marie
ok benno phessler
2015-11-05tweak dependencies handling, might fix some infrequent bugs including theMarc Espie
infamous cups bug. - look for candidates in the whole new set first. Yep, that includes kept packages (should make things slightly faster, I expect) - correctly remove caching of list of installed packages outsides of old packages from the current set each time we revisit the set (looking at the old behavior this actually sounds very likely).
2015-11-05palmpilot should have gone when palm was added, it is redundant.Nicholas Marriott
2015-11-05Replace a sudo with ${SUDO}.Alexander Bluhm
2015-11-05Link arp regress into build.Alexander Bluhm
2015-11-05document the net.inet6.ip6.ifq variables in sysctl(3) as well, referring backStuart Henderson
to the 'struct ifqueue' description for net.inet.ip.ifq to reduce chance of them getting out of sync. ok logan, ok/tweak mikeb
2015-11-05document the other two net.inet6.ip6.ifq variables, ok logan mikebStuart Henderson
2015-11-05In in_arpinput() replace the loops over the interface addressesAlexander Bluhm
with route lookups. Check wether ARP sender or target protocol address is a local IP address. Remove the loop that checks wether any IPv4 address is configured on the receiving interface. input, test, OK mpi@
2015-11-05replace u_char and u_int* with standard stdint.h types to ease portable versionJoerg Jung
also remove trailing whitespaces while here no binary change ok sunil millert gilles
2015-11-05Correct my mistake in the previous patch:Loganaden Velvindron
net.inet6.ip6.ifq -> net.inet6.ip6.ifq.len Pointed out by Mike Belopuhov
2015-11-05Print unsigned integers as unsigned integers, kill inconsistent casts.Jeremie Courreges-Anglas
Initial diff by Kevin Reay.
2015-11-05Cap the GRE packet len to tcpdump's snap len, fixes a segfault.Jeremie Courreges-Anglas
From Kevin Reay, ok sthen@
2015-11-05When fetching the GRE version, use GRE_VERS and not a naked "7" as mask.Jeremie Courreges-Anglas
From Kevin Reay
2015-11-05Add an entry for net.inet6.ip6.ifq that dlg@ committed a while ago.Loganaden Velvindron
OK dlg@
2015-11-05Pass through right click if mouse is on, from Patrick Palka.Nicholas Marriott
2015-11-05apply some knf.David Gwynne
ok many no objections from anyone
2015-11-05spelling; from tjJason McIntyre
while here, knock out a double rcs id
2015-11-05spelling; from tjJason McIntyre
2015-11-05spelling; from tjJason McIntyre
2015-11-05Remove xfree(), like already done for RCS. From Michael W Bombardieri,Nicholas Marriott
ok mmcc
2015-11-05"commandline" -> "command line", since there are so few examplesJason McIntyre
of the former in the pages, so many of the latter, and in some of these pages we had multiple spellings; prompted by tj
2015-11-05Implement smtpctl uncorrupt <msgid>Sunil Nimmagadda
"uncorrupt" moves envelopes from corrupt bucket back to the queue for further discovery by the daemon. After correcting the corrupt envelopes, admin could now... # smtpctl uncorrupt msgid # smtpctl discover msgid to schedule the messages. Ok gilles@
2015-11-05Do not terminate message walk on a corrupt envelope.Sunil Nimmagadda
Ok gilles@
2015-11-05when a message consists solely of headers and does not end them with anGilles Chehade
empty line, the message parser gets confused, and forgets to flush last header to message file. detect if we're still in headers when hitting EOM, and flush if that is the case. reported by Philipp Takacs <philipp@bureaucracy.de> ok millert@, jung@, sunil@, eric@
2015-11-05ctype functions take unsigned char values.Philip Guenther
Fix redrawing of the challenge cube (-c option) when <esc>word is used. ok mmcc@
2015-11-05Add regression tests for the ARP implementation in the kernel. SendAlexander Bluhm
multiple ARP packets to a remote machine with Scapy. Check ARP replies, table entries and log messages. All log messages in in_arpinput() are generated. Proxy ARP is also tested.
2015-11-05Remove an alias for a macro.mmcc
ok nicm@
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04pledge_ioctl only takes files, adjust prototype. ok semarieTed Unangst
2015-11-04replace setbuf with setvbuf, from Frederic NowakTed Unangst
2015-11-04Change cron from including all headers in every file to only includingTodd C. Miller
what each .c file needs. I have not removed cron.h since it will be used in a future clean up of the cron's .h files. OK nicm@
2015-11-04Simplify packet option handling since we are only setting one optionFlorian Obser
these days.
2015-11-04dead store; pointed out by llvmFlorian Obser
2015-11-04Generating the self-signed syslogd test certificate does not dependAlexander Bluhm
on the CA certificate. Found by Jan Klemkow.
2015-11-04allow km(4) to match the temperature sensor in GX-412TC SOC (as used on APU2)Stuart Henderson
tested by nothingness at citycable.ch, ok bmercer@
2015-11-04move /etc/spwd.db blacklist outside PLEDGE_GETPW check.Sebastien Marie
so that all pledged programs would get it instead of only ones with PLEDGE_GETPW. ok deraadt@
2015-11-04Fix inverted pledge requests, from Frederic NowakJeremie Courreges-Anglas
2015-11-04Bump distribution tarball versions.mmcc