summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2008-11-02rcs tagsJonathan Gray
2008-11-02Remove second commented out call to ether_ifdetach() inJonathan Gray
2008-11-02- Use CMSG_DATA(), to correctly to get a descriptor, fixingThordur I. Bjornsson
2008-11-02Remove duplicate call to ether_ifdetach() in axe_detach()Jonathan Gray
2008-11-02Remove the M_ANYCAST6 mbuf flag by doing the detection all in ip6_input().Claudio Jeker
2008-11-02introduce a macro for max file size, instead of hardcoding it; okOtto Moerbeek
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-02Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-02Disable portalfs until it is fixed, okay deraadt@.Pedro Martelletto
2008-11-01Add sensorsMarco Peereboom
2008-11-01Grab a reference to the trace vnode of the process when traversing thePedro Martelletto
2008-11-01Fix bogus shift.Marco Peereboom
2008-11-01change vrele() to return an int. if it returns 0, it can gaurantee thatTheo de Raadt
2008-11-01Start updating isp. Just new defines, comments, whitespace, anything thatKenneth R Westerback
2008-11-01Oops forgot .h part.Marco Peereboom
2008-11-01Add disk. This makes bio mostly done however to make it pretty we needMarco Peereboom
2008-11-01Introduced Uniform Model for TTL handling.Michele Marchetto
2008-11-01new workq_create interface. discovered by Vladimir KirillovTed Unangst
2008-11-01set the appropriate value (0, not emulated) in the flags field ofJacob Meuser
2008-11-01change all callers of enterpgrp() to pre-allocate a pgrp or session ifTheo de Raadt
2008-10-31clean up error messages as suggested by jakemsrTheo de Raadt
2008-10-31Generalize function to obtain all details to do bio stuff. This is inMarco Peereboom
2008-10-31Add opcodeMarco Peereboom
2008-10-31Be way more strict in the number of packets allowed to be queued in theClaudio Jeker
2008-10-31Remove the vblank_pipe member of the softc and noop the ioctl that setsOwain Ainsworth
2008-10-31Remove another interface (this one for ARB_Occlusion_Query) that we'veOwain Ainsworth
2008-10-31Do not assume that a pointer to another process will live over a set ofTheo de Raadt
2008-10-31Revert last commit; mbuf leaks are not solved by double-freeing mbuf chainsBret Lambert
2008-10-31Do not assume that a pointer to another process will live over a set ofTheo de Raadt
2008-10-31accidental commit ... backoutTheo de Raadt
2008-10-31accidental commit ... backoutTheo de Raadt
2008-10-31kern_sysctl.cTheo de Raadt
2008-10-31checkdirs() walks allproc and calls sleeping functions if directories haveTheo de Raadt
2008-10-31Handle "jack sense" hp/speaker switching by polling for an interruptJacob Meuser
2008-10-31Support for converter groups where members support non-identical sampleJacob Meuser
2008-10-31some leftover bits from r1.32 that should have been removed inJacob Meuser
2008-10-30reintroduce mutexes to workqs for locking.David Gwynne
2008-10-30regenBrad Smith
2008-10-30Add the PCI id for the Promise PDC42819 chipset.Brad Smith
2008-10-30Initialize random seed for secondary processors.Miod Vallat
2008-10-30Give the dummy struct cpu_info used for secondary processor early bootstrap,Miod Vallat
2008-10-30In cpu_switchto(), always pmap_deactivate() the process being switched out,Miod Vallat
2008-10-30Bunch of cleanup. Kill some dead variables and some stupid code.Owain Ainsworth
2008-10-30Fix building with !INET6 kernels.Brad Smith
2008-10-30Fix bug that when there are no volumes but there are hot spares it wouldMarco Peereboom
2008-10-30Use msleep() in the reaper to make it not lose events. Based on discussionTheo de Raadt
2008-10-30Arpresolve could loose few packets during resolving an ethernetJoerg Goltermann
2008-10-30From Jeremy Morse via NetBSD:Marcus Glocker
2008-10-30ugh, typo fix, committed previous from the wrong treeTodd T. Fries