summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2013-06-05- add missing SUBDIRJasper Lievisse Adriaanse
2013-06-05Implement hibernate_flush.Paul Irofti
2013-06-05Move FHASLOCK from f_flag to f_iflags, freeing up a bit for passingPhilip Guenther
2013-06-05ditch local ld.script and use conf/ld.script instead, and adjust entryJasper Lievisse Adriaanse
2013-06-05add WIP second stage bootloader for octeon; far from working and contains man...Jasper Lievisse Adriaanse
2013-06-05after the pf_test_state folding, in pf_test in the proto switch, theHenning Brauer
2013-06-05factor out pid allocation to functions. add a small cache of recentlyTed Unangst
2013-06-05Keep things sane in the apm ioctl handler.Paul Irofti
2013-06-05blow up sooner rather than later for double pool_putTed Unangst
2013-06-04Make apm aware of the APM_IOC_HIBERNATE command.Paul Irofti
2013-06-04even better now text now.Ted Unangst
2013-06-04sentence explaining sched_lock is not a simplelock should be a sentence.Ted Unangst
2013-06-04comment fix: actually called __cpu_simple_lock_tTed Unangst
2013-06-04Support for the SS10/SS20 NVSIMM as block devices; tested by nick@Miod Vallat
2013-06-04delete a printf, from sylvestreTed Unangst
2013-06-04Disable parity on the PCI bus; according to Linux, some lca-based systems hitMiod Vallat
2013-06-04Implement pf divert-to and divert-reply also for IPv6 raw sockets.Alexander Bluhm
2013-06-04Prevent panic'ing on alpha after ifconfig'ing up an unplugged de interface,Miod Vallat
2013-06-04fold pf_test_state_{tcp,udp,other} into one pf_test_state.Henning Brauer
2013-06-04add a pointer to the protocol checksum header field to pf_pdesc and setHenning Brauer
2013-06-04make pf_change_ap() usable without a port. if the port pointer is NULL,Henning Brauer
2013-06-04can't use PAGE_SIZE for array sizes. it's not always a constant.Ted Unangst
2013-06-04remove orphaned macrosMiod Vallat
2013-06-04Remove remaining references to HIBERNATE_COPY_PAGE. It was effectivelyMike Larkin
2013-06-04Cpu topology for AMD64.Christiano F. Haesbaert
2013-06-04A couple of style/comment fixes from FreeBSD, with input fromMike Belopuhov
2013-06-04Substitute a couple of magic numbers with newly added PCIEMike Belopuhov
2013-06-04Substitute a couple of magic numbers with newly added PCIEMike Belopuhov
2013-06-04restore code commented out while debugging. From pedroMarc Espie
2013-06-04fix include guard locations (from pedro)Marc Espie
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