Age | Commit message (Expand) | Author |
2013-06-04 | Use a simpler typedef to avoid depending upon <sys/types.h>; repairs librthread | Miod Vallat |
2013-06-04 | Update pathconf handling for -current.. | Brad Smith |
2013-06-04 | Add support for virtual consoles, based on previous work done by kettenis@ | Martin Pieuchot |
2013-06-04 | Remove unused includes, constify cfattach and other small cleanings. | Martin Pieuchot |
2013-06-04 | Since we now have shm_{open,unlink}(), add the S_TYPEIS{MQ,SEM,SHM}() | Philip Guenther |
2013-06-04 | Move function declaration where they belong. | Martin Pieuchot |
2013-06-04 | Do not pretend mapping the MMIO region when in fact we don't and | Martin Pieuchot |
2013-06-04 | Spacing. | Martin Pieuchot |
2013-06-04 | Add RCS ids. | Paul Irofti |
2013-06-03 | There's no reason to have a separate structure to hold and duplicate | Martin Pieuchot |
2013-06-03 | remove unless lines | Yojiro Uo |
2013-06-03 | When creating a thread, don't add it to the process's thread list | Philip Guenther |
2013-06-03 | Define some more DCSR/DCTL bits; ok kettenis | Mike Belopuhov |
2013-06-03 | vmxnet3_load_mbuf() could replace the mbuf but did not return the new | Reyk Floeter |
2013-06-03 | Be coherent when printing irq numbers. | Martin Pieuchot |
2013-06-03 | Correctly return the error code if uvm_km_kmemalloc() fails. | Martin Pieuchot |
2013-06-03 | Rework the logic for matching the boot device to allow for root on | Martin Pieuchot |
2013-06-03 | Get rid of SYSCALL_G7RFLAG. It's been deprecated for a long time already, | Mark Kettenis |
2013-06-03 | more fuse in more places. credit: miod | Ted Unangst |
2013-06-03 | fix typo in comment | YASUOKA Masahiko |
2013-06-03 | Link pf states and socket inpcbs together more tightly. The linking | Alexander Bluhm |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-03 | Update o[sd]port whenever n[sd]port is changed. This fixes a | Alexander Bluhm |
2013-06-03 | rcsid | Ted Unangst |
2013-06-03 | i missed a file | Ted Unangst |
2013-06-03 | Correctly increment the refcounter when trying to open a non connected | Martin Pieuchot |
2013-06-03 | tabs after defines, not spaces | Ted Unangst |
2013-06-03 | changes for isc fuse support. not enabled. ok beck deraadt. | Ted Unangst |
2013-06-03 | add a bunch of files for ISC-licensed FUSE support. ok beck deraadt | Ted Unangst |
2013-06-03 | Use IF_POLL to check for available transmit descriptors before IF_DEQUEUE. | Reyk Floeter |
2013-06-03 | put back the match member to the anchor stack struct - userland (pfctl) | Henning Brauer |
2013-06-03 | Merge the duplicate IPv4 and IPv6 checksum checking code in tcp_input() | Alexander Bluhm |
2013-06-03 | Replace "hot" bcopy() calls in ether_output() with memcpy(). This tells the | Mark Kettenis |
2013-06-03 | sprinkle $OpenBSD$, pointed out by pedro | Marc Espie |
2013-06-03 | fix an oft copied typo that i'm tired of looking at | Ted Unangst |
2013-06-03 | fix anchor quick with nested anchors. we lost the quick flag as soon as | Henning Brauer |
2013-06-02 | increase heat in the hackathon room by making sure everybody has to recompile | Henning Brauer |
2013-06-02 | set up osport and odport (original src/dst port) in pf_setup_pdesc instead | Henning Brauer |
2013-06-02 | Start working on hibernate support for Loongson | Paul Irofti |
2013-06-02 | Revert previous: libsa/ufs.c was fixed to not use big types when not | Philip Guenther |
2013-06-02 | Use long long and %lld for printing tv_sec values | Philip Guenther |
2013-06-02 | move octeonreg.h to a more generic location and add multiple inclusion | Jasper Lievisse Adriaanse |
2013-06-02 | compile with -fno-builtin-exit | Jasper Lievisse Adriaanse |
2013-06-02 | remove unneeded octeonreg.h include | Jasper Lievisse Adriaanse |
2013-06-02 | - remove double rcs ids | Jasper Lievisse Adriaanse |
2013-06-02 | Fix a bug where the calibration loop could show wrong CPU frequencies. | Gerhard Roth |
2013-06-02 | support aml_store to a method object to override it | joshua stein |
2013-06-02 | Hide members of __va_list in the implementation namespace | Philip Guenther |
2013-06-02 | Fix descriptions of structures | Philip Guenther |
2013-06-02 | Coredumping is now single-threaded, so update comment about locking | Philip Guenther |