summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-30Sort includes. From Vladimir Tamara Patino <vtamara@pasosdeJesus.org>Stefan Sperling
2013-05-30typo: thing -> thin provisioningTed Unangst
2013-05-30tiny change to support two poison values based on page addrTed Unangst
2013-05-30in the brave new world of void *, we don't need caddr_t castsTed Unangst
2013-05-30Use adjustname() for the dired-copy-file and dired-rename-filelum
commands.
2013-05-30CD filesystems don't do inode numbers >2^32, so use a smaller type internally,Philip Guenther
only using ino_t in the VFS layer APIs: vget, readdir, getattr. ok matthew@
2013-05-30Even though we reserve 3 pages for the amd64 hibernate stack, we set theMike Larkin
resume time stack pointer to the first page reserved, effectively giving us only one page to work with. Found when I was debugging some unrelated stack issues in the resume code.
2013-05-30correct some liesTed Unangst
2013-05-30UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT.Ted Unangst
2013-05-30Fix column padding of inode numbers and block counts >2^32, as well asPhilip Guenther
display of directory block totals >2^32 ok tedu@
2013-05-30remove lots of comments about locking per beck's requestTed Unangst
2013-05-30Fix bug when starting ldpd with a configured interface in the down state.Claudio Jeker
If a given interface is down at startup, don't promote it to the ACTIVE state. Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30Stop trying to send hello messages if the interface is down.Claudio Jeker
Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30If ACPI is not compiled in, pci_min_powerstate() has no facts to supportTheo de Raadt
is should return D3. It should return the current power state. ok kettenis mlarkin
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
cleaning up some shutdown-hook related code on the way. (A few drivers related to sparc are still skipped at kettenis' request) ok kettenis mlarkin, tested by many others too
2013-05-30Simplify hello holdtime calculation and stop the timeout timer if theClaudio Jeker
holdtime is "infinite". Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30Add lists for beagle.Florian Obser
OK patrick@, jasper@, bmercer@
2013-05-30Comment a KASSERT whose purpose wasn't immediately apparentMike Larkin
2013-05-30fix typos in some commentsMike Larkin
2013-05-30There is no boot on beagle.Florian Obser
OK patrick@, jasper@, bmercer@
2013-05-30This might be useful on beagle, too.Florian Obser
OK patrick@, jasper@, bmercer@
2013-05-30Improve sanity checks on received UDP messagesClaudio Jeker
The actual meaning of the "PDU Length" field is the total length of the LDP PDU, excluding the "Version" and "PDU Length" fields (as per RFC 5036, section 3.1). Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30Do not use a carp address as ldp router id because it is not unique.Claudio Jeker
Pulled from ospfd. Diff from Renato Westphal [renatowestphal at gmail.com]
2013-05-30Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned theMatthew Dempsky
hyphen in their official programming guide sometime between 2003 and 2005, and Clang's integrated assembler does not support hyphenated mnemonics. ok jsg, deraadt
2013-05-30Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled downClaudio Jeker
to the driver where uninitialized data will be accessed. Problem reported by hugh@, OK and input deraadt@, henning@
2013-05-30remove simple_locks from uvm code. ok beck deraadtTed Unangst
2013-05-30tedu unused header. okay krw@Kurt Miller
2013-05-30Make mkuboot install into the path so we can use it during builds.Brandon Mercer
OK jasper@
2013-05-30uncomment a block as the installer has been taking care of that for a while now.Jasper Lievisse Adriaanse
ok bcallah@
2013-05-30Add partial support to bgpd for the ttl hack with ipv6. This sends the correctStuart Henderson
ttl on outgoing packets so peer sessions can come up correctly if both sides use ttl-security, but the kernel side is not yet implemented so incoming packets aren't verified (note added to manual for this). ok henning@
2013-05-30remove cmtime again, but with a proper test for nodes without children.Marc Espie
problem seen by aja, make pointed by matthieu, sleuthing by me, okay by millert (and you say OpenBSD developers don't work together)
2013-05-30Use adjustname() before trying to use the path to be dired.lum
ok jasper@
2013-05-30Reuse the makedir() function in dir.c for dired'slum
dired-create-directory command. ok jasper@
2013-05-30Reject non-printable characters found in the input stream even whenIngo Schwarze
preceded by a backslash; otherwise, the escape sequence would later be identified as invalid and the non-printable character would be passed through to the output backends, sometimes triggering assertions. Reported by Mike Small <smallm at panix dot com> on the mdocml discuss list.
2013-05-30Remove useless include.Antoine Jacoutot
ok millert@
2013-05-30sync with pkg-config -r1.80 wrt to the output for empty files.Jasper Lievisse Adriaanse
2013-05-30adjust error message for empty files to display the full path to the file,Jasper Lievisse Adriaanse
helps in case the file exists in multiple locations. this also matches fd.o.
2013-05-29regenYojiro Uo
2013-05-29add ASIX AX88179Yojiro Uo
2013-05-29add another pid of Centrino Advanced-N 6235.Yojiro Uo
2013-05-29regenYojiro Uo
2013-05-29Trivial sync to bsd.lv:Ingo Schwarze
Kristaps changed the size member of struct manpaths from int to size_t. No functional change.
2013-05-29add another pid for Intel Centrino Advanced-N 6235Yojiro Uo
2013-05-29uvm_loan has not (ever) been compiled or used.Ted Unangst
2013-05-29I had misgivings about that one, I was right. Missed an obvious testcases,Marc Espie
and my crash bunnies ARE a bunch of unreliable nitwits. thanks kili@
2013-05-29Add PMAP_PA_MASK to mips64. Needed for loongson hibernate.Paul Irofti
Okay miod@.
2013-05-29syncMiod Vallat
2013-05-29Make the mg dired commands:lum
dired-flag-file-deleted dired-backup-unflag dired-unflag behave more like emacs when the cursor stays on the first character of the file name.
2013-05-29remove non-existing kernel configurationsJasper Lievisse Adriaanse
ok miod@
2013-05-29PHY auto-polling mode should not be used for anything newer than BCM5705.Mike Belopuhov
Figured out by David Imhoff, checked against FreeBSD, Linux and official documentation. Fixes up link negotiation on BCM5719. Original diff by David, tweaked by me; tested on BCM5702X and BCM5761 by naddy@; BCM5714, BCM5719, BCM5720 and BCM5721 by dlg@, BCM5721 and BCM5719 by David and BCM5719 by me. ok dlg