Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-30 | Sort includes. From Vladimir Tamara Patino <vtamara@pasosdeJesus.org> | Stefan Sperling | |
2013-05-30 | typo: thing -> thin provisioning | Ted Unangst | |
2013-05-30 | tiny change to support two poison values based on page addr | Ted Unangst | |
2013-05-30 | in the brave new world of void *, we don't need caddr_t casts | Ted Unangst | |
2013-05-30 | Use adjustname() for the dired-copy-file and dired-rename-file | lum | |
commands. | |||
2013-05-30 | CD 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-30 | Even though we reserve 3 pages for the amd64 hibernate stack, we set the | Mike 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-30 | correct some lies | Ted Unangst | |
2013-05-30 | UVM_UNLOCK_AND_WAIT no longer unlocks, so rename it to UVM_WAIT. | Ted Unangst | |
2013-05-30 | Fix column padding of inode numbers and block counts >2^32, as well as | Philip Guenther | |
display of directory block totals >2^32 ok tedu@ | |||
2013-05-30 | remove lots of comments about locking per beck's request | Ted Unangst | |
2013-05-30 | Fix 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-30 | Stop trying to send hello messages if the interface is down. | Claudio Jeker | |
Diff from Renato Westphal [renatowestphal at gmail.com] | |||
2013-05-30 | If ACPI is not compiled in, pci_min_powerstate() has no facts to support | Theo de Raadt | |
is should return D3. It should return the current power state. ok kettenis mlarkin | |||
2013-05-30 | Enforce 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-30 | Simplify hello holdtime calculation and stop the timeout timer if the | Claudio Jeker | |
holdtime is "infinite". Diff from Renato Westphal [renatowestphal at gmail.com] | |||
2013-05-30 | Add lists for beagle. | Florian Obser | |
OK patrick@, jasper@, bmercer@ | |||
2013-05-30 | Comment a KASSERT whose purpose wasn't immediately apparent | Mike Larkin | |
2013-05-30 | fix typos in some comments | Mike Larkin | |
2013-05-30 | There is no boot on beagle. | Florian Obser | |
OK patrick@, jasper@, bmercer@ | |||
2013-05-30 | This might be useful on beagle, too. | Florian Obser | |
OK patrick@, jasper@, bmercer@ | |||
2013-05-30 | Improve sanity checks on received UDP messages | Claudio 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-30 | Do 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-30 | Switch to using unhyphenated VIA padlock mnemonics. VIA abandoned the | Matthew 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-30 | Do not allow SIOCSIFADDR on AF_INET6 sockets. The ioctl is handled down | Claudio Jeker | |
to the driver where uninitialized data will be accessed. Problem reported by hugh@, OK and input deraadt@, henning@ | |||
2013-05-30 | remove simple_locks from uvm code. ok beck deraadt | Ted Unangst | |
2013-05-30 | tedu unused header. okay krw@ | Kurt Miller | |
2013-05-30 | Make mkuboot install into the path so we can use it during builds. | Brandon Mercer | |
OK jasper@ | |||
2013-05-30 | uncomment a block as the installer has been taking care of that for a while now. | Jasper Lievisse Adriaanse | |
ok bcallah@ | |||
2013-05-30 | Add partial support to bgpd for the ttl hack with ipv6. This sends the correct | Stuart 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-30 | remove 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-30 | Use adjustname() before trying to use the path to be dired. | lum | |
ok jasper@ | |||
2013-05-30 | Reuse the makedir() function in dir.c for dired's | lum | |
dired-create-directory command. ok jasper@ | |||
2013-05-30 | Reject non-printable characters found in the input stream even when | Ingo 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-30 | Remove useless include. | Antoine Jacoutot | |
ok millert@ | |||
2013-05-30 | sync with pkg-config -r1.80 wrt to the output for empty files. | Jasper Lievisse Adriaanse | |
2013-05-30 | adjust 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-29 | regen | Yojiro Uo | |
2013-05-29 | add ASIX AX88179 | Yojiro Uo | |
2013-05-29 | add another pid of Centrino Advanced-N 6235. | Yojiro Uo | |
2013-05-29 | regen | Yojiro Uo | |
2013-05-29 | Trivial sync to bsd.lv: | Ingo Schwarze | |
Kristaps changed the size member of struct manpaths from int to size_t. No functional change. | |||
2013-05-29 | add another pid for Intel Centrino Advanced-N 6235 | Yojiro Uo | |
2013-05-29 | uvm_loan has not (ever) been compiled or used. | Ted Unangst | |
2013-05-29 | I 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-29 | Add PMAP_PA_MASK to mips64. Needed for loongson hibernate. | Paul Irofti | |
Okay miod@. | |||
2013-05-29 | sync | Miod Vallat | |
2013-05-29 | Make 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-29 | remove non-existing kernel configurations | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2013-05-29 | PHY 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 |