summaryrefslogtreecommitdiff
path: root/sys/dist
AgeCommit message (Expand)Author
2010-01-23Fix a typo introduced by the bpf linkage change.minskim
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-30Replace uidinfo.h with kauth.h, should fix problems observed by tron@.elad
2009-12-30Use the right member to store gid in the non-NetBSD case.elad
2009-12-30Get uid/gid from the socket's credentials.elad
2009-12-06If pfi_address_add() has to extend the buffer, copy the data in thedsl
2009-11-22more s/the the/the/mbalmer
2009-10-05Attach the listener in the correct "attach" function.elad
2009-10-03Move firewall/NAT policy back to respective subsystems (pf, ipf).elad
2009-09-14Import pfsync support from OpenBSD 4.2degroote
2009-08-19build fix: caddr_t -> void *cegger
2009-08-19Update head to version 4.1.33 from vendor branchdarrenr
2009-08-18acpica has been moved to src/sys/external/intel-public/acpicajmcneill
2009-08-17Apply fix from upstream:cegger
2009-07-28Remove LKM code from pf.minskim
2009-06-16Reduce diff with OpenBSD. No functional change.minskim
2009-05-08Don't call callout_stop() without callout_init()kefren
2009-04-19Fix harmless merge botch.tsutsui
2009-04-18Pull a fix for ipnat from upstream as per info from darrenr@:tsutsui
2009-04-13Fix http://www.securityfocus.com/archive/1/502634, from OpenBSD.christos
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-03-14Fix build on ia64, from kiyohara@kk.iij4u.or.jpjmcneill
2009-02-17PR# port-i386/40676: ACPI Exception AE_AML_NO_OPERAND when booting on VAIO Pjmcneill
2009-02-12When IPFilter 4.1.29 has been imported, the mbuf argument to nd6_output()bouyer
2009-01-11make this compilecegger
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-12-19pass M_NOWAIT instead of M_DONTWAIT to malloc.cegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-07*** Summary ***dyoung
2008-11-0638456 ipf mostly ignores locking in NetBSDdarrenr
2008-11-0638456 ipf mostly ignores locking in NetBSDdarrenr
2008-11-04wakeup is not the macro WAKEUP everywheredarrenr
2008-10-11Move uidinfo to its own module in kern_uidinfo.c and include in rump.pooka
2008-07-30Allow $arch/stand to use dist/acpica/acpica.hcherry
2008-07-262020447 IPFilter's NAT can undo name server random port selectiondarrenr
2008-07-242020447 IPFilter's NAT can undo name server random port selectiondarrenr
2008-06-22Wrap definition of pfil6_wrapper in #ifdef INET6.peter
2008-06-19remove pf42 branch's todo.yamt
2008-06-18merge yamt-pf42 branch.yamt
2008-06-08Use of kernel malloc to record what memory ipfilter was using was brokendarrenr
2008-06-01Prior import mismerged changes already in NetBSD with those coming in fromdarrenr
2008-05-24MI implementation of AcpiAcquireGlobalLock and AcpiReleaseGlobalLock.jmcneill
2008-05-20Pullup IPFilter 4.1.29 from the vendor branch to HEAD.darrenr
2008-05-10Hide a harmless warning about optional fields having zero address or lengthsjmcneill
2008-05-03fix ACPI_DEBUG_PRINT debug level parametermlelstv
2008-04-24Define ACPI_THREAD_ID as uintptr_t, and return curlwp instead ofjmcneill
2008-04-22Print table header information with ACPI_DEBUG_PRINT instead of ACPI_INFO.jmcneill
2008-04-21Patch from Intel that addresses an issue with implicit returns when thejmcneill
2008-04-15Make ip6 and icmp6 stats per-cpu.thorpej
2008-04-14Update ACPICA changelog.jmcneill