Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-02 | Update the fuse_opt to have option like -h working. | Sylvestre Gallon | |
ok ajacoutot@ | |||
2013-11-02 | fix some comments | Theo de Raadt | |
2013-11-02 | finish xref linking clock_gettime and getitimer | Ted Unangst | |
2013-11-02 | Begin conversion of USB stack to return int instead of usbd_status, | Jeremy Evans | |
starting with usbd_endpoint_count and usbd_interface_count. usbd_status should only be used to indicate the status of a USB transfer, it should not be used for generic error codes. Idea from and much hand-holding by mpi@ OK mpi@ | |||
2013-11-02 | Some more aggressive CR3 whacking is needed on some machines to completely | Mike Larkin | |
flush the inflate page TLB entry. | |||
2013-11-02 | do not export speclisth to userland | Theo de Raadt | |
2013-11-02 | No need to cast constants or simple variables to (daddr_t). Use | Kenneth R Westerback | |
(u_int64_t) instead of (daddr_t) when casting a variable in an expression passed to DL_SETDSIZE(). Change a variable counting open files from daddr_t to int64_t. ok deraadt@ with the tweak to fix that pesky expression. | |||
2013-11-01 | Document the stupid behaviour of older PROM which fail to load binaries | Miod Vallat | |
past 3MB but fail to abort with an error message, and instead spin until ^Ced. This should only affect netbooting bsd.rd; explain lightly how to use the boot loader and load the kernel from NFS. | |||
2013-11-01 | Provide -I's to reach the gdtoa directory for .h files | Theo de Raadt | |
2013-11-01 | push the queues every 1/HZ using timeout(9) | pelikan | |
This is a modified version of oldtbr_timeout() with a timeout for each HFSC enabled interface. We can now safely include <sys/timeout.h> in net/hfsc.h without breaking the build. tested by naddy, ok henning claudio deraadt | |||
2013-11-01 | keep net/hfsc.h away from userspace, except in pfctl | pelikan | |
tested by naddy, ok deraadt | |||
2013-11-01 | Drop zsaddr[NZS] and the need for zs to be needs-count. zsaddr[] is no longer | Miod Vallat | |
necessary now that each zs device registers its own interrupt handler, and zshard() does not need to walk all zs chips, which has been the case for years. | |||
2013-11-01 | adds a few modules used by upcoming drivers, and support for disabling | aalm | |
modules. ok jasper@ | |||
2013-11-01 | sync | Jasper Lievisse Adriaanse | |
2013-11-01 | missing regen after gpio(4) got added | Jasper Lievisse Adriaanse | |
2013-11-01 | hookup sunxi bits for miniroot and ramdisk, tested on pcduino. | Jasper Lievisse Adriaanse | |
note that on boards without ahci you will need to install to usb and still boot of sd, at least until there's support for the sd slot. ok patrick@ | |||
2013-11-01 | Use %lu to print u_long, not %lld. | Kenneth R Westerback | |
2013-11-01 | crank MINIROOTSIZE needed so the ramdisks will fit again | Jasper Lievisse Adriaanse | |
ok patrick@ | |||
2013-11-01 | when we fail to power up the AHCI phy don't bother trying to make | Jasper Lievisse Adriaanse | |
things work; just fail. committing on behalf of aalm@ | |||
2013-11-01 | The old routing messages compatibility code did not work on strict | Alexander Bluhm | |
alignment architectures. Use m_copydata() instead of mtod(). OK deraadt@ | |||
2013-11-01 | update currency exchange rates; | Jason McIntyre | |
2013-11-01 | Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly | Philip Guenther | |
ok deraadt@ | |||
2013-11-01 | oaic can be booted off. | Miod Vallat | |
2013-11-01 | sync | Theo de Raadt | |
2013-11-01 | Link the pf_divert regression test to the build again as it does | Alexander Bluhm | |
not fail anymore if propper setup is missing. | |||
2013-11-01 | Add missing bitfields needed by gvfs. | Sylvestre Gallon | |
Bump pkg_config version to 2.8.0 ok ajacoutot@ | |||
2013-11-01 | Add a check-setup target. This allows to find setup errors more | Alexander Bluhm | |
easily. A remote machine with correct addresses, routes and pf rules is needed for the test. | |||
2013-11-01 | silence warning | Marc Espie | |
okay guenther@ | |||
2013-11-01 | Spacing. | Martin Pieuchot | |
2013-11-01 | Sprinkle (long long) casts where %lld is being used to print daddr_t | Kenneth R Westerback | |
variables. Some random whitespace/knf repairs encountered on the way. ok miod@ on inspection, feedback & more suggestions from millert@ | |||
2013-11-01 | Reduce the differences with ehci(4)'s transfer decriptors. This is a | Martin Pieuchot | |
first step to merge the code of our controllers that deal with usbd transfers. Tested with miod@ | |||
2013-11-01 | another annoying %i | Theo de Raadt | |
2013-11-01 | there is no need to expose "struct vops" to userland | Theo de Raadt | |
2013-11-01 | reduce use of <sys/user.h> | Theo de Raadt | |
ok guenther millert | |||
2013-11-01 | Fix endianess for big endian architecture. | Sylvestre Gallon | |
Works with macppc. ok miod@ | |||
2013-11-01 | Send pflow(4) packets in the correct rdomain. | Florian Obser | |
From Anders Berggren (anders AT halon DOT se), thanks. OK henning, benno | |||
2013-11-01 | enable fuse. | Sylvestre Gallon | |
ok deraadt@ | |||
2013-11-01 | There is only one Germany nowadays. s/Germany, Fed. Rep. of/Germany/ | Alexander Bluhm | |
OK miod@ deraadt@ | |||
2013-11-01 | rewrite omdog somewhat and hook it into the watchdog framework. | Federico G. Schwindt | |
tested by syl@ and myself. syl@ ok. | |||
2013-11-01 | kill a.out reference. | Federico G. Schwindt | |
deraadt@ miod@ ok. | |||
2013-11-01 | Do not abuse the stack of the current process to prepend a report ID | Martin Pieuchot | |
to the report request, use malloc(9) with the appropriate size like it is done in the synchronous version. ok miod@ | |||
2013-11-01 | Move the abort_task storage to the generic USB xfer structure instead | Martin Pieuchot | |
of defining it in every controller specific structure. | |||
2013-11-01 | move fd(4) from directly using disksort to using bufqs. | David Gwynne | |
tested by me and rapha@ | |||
2013-11-01 | altq -> new queue in examples | Henning Brauer | |
From: Arto Jonsson <ajonsson at kapsi.fi> | |||
2013-11-01 | not just altq queues, queues | Henning Brauer | |
From: Arto Jonsson <ajonsson at kapsi.fi> | |||
2013-11-01 | s/£/GBP/ which several people pointed out in my previous diff (many were | Stuart Henderson | |
already present in the file so doing this as a separate commit). | |||
2013-11-01 | - update UK dialling codes from ofcom information | Stuart Henderson | |
- add 970 (Palestine) | |||
2013-11-01 | Better report of the system type, to match the OMRON spelling; aoyama@ | Miod Vallat | |
2013-11-01 | get rid of pmap_pdp_cache_generation. it cannt change between where it is | David Gwynne | |
set and where it is tested again. instead of using pool ctors, just init the memory out of pool_get. ive been running this on a variety of amd64s without issue for a while now. deraadt also had no problems running it. | |||
2013-11-01 | replace bare use of disksort with bufqs. | David Gwynne | |
tweaks and ok jmatthew@ testing and ok bcallah@ |