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