summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prevent a superuser inside a jail from modifying the dedicatedbz2009-04-281-0/+9
* - Change some softc members to be unsigned where more appropriate.marius2009-04-281-16/+14
* - xref ndp(8)danger2009-04-281-1/+2
* - fix path for locale.aliasdanger2009-04-281-1/+1
* Change the test at the beginning of strncmp(), from being if (len - 1) < 0cognet2009-04-281-4/+4
* acpi: do not run resume/backout code when entering S0/S5 statesavg2009-04-281-73/+66
* Use the acquired reference to the vmspace instead of direct dereferencingkib2009-04-281-1/+1
* Fix typo.kib2009-04-281-2/+2
* Don't require packet to match a route (any route; this information wasn'ttrasz2009-04-282-1/+22
* Added (pre|post)(start|stop) jail hooks. These can be used to runru2009-04-282-5/+180
* MFC of tzdata2009g:edwin2009-04-281-2/+41
* fix typo in conditionalkmacy2009-04-271-1/+1
* collapse the two em_start_locked routines in to onekmacy2009-04-272-48/+24
* simplify by removing dead codekmacy2009-04-271-49/+4
* remove dead code with reference to IFQ_HANDOFFkmacy2009-04-271-26/+0
* replace IFQ_ENQUEUE + if_start with if_transmitkmacy2009-04-271-14/+2
* replace IFQ_HANDOFF with if_transmitkmacy2009-04-271-1/+1
* remove gratuitous memory barrier, a remnant of unified L2 / L3kmacy2009-04-271-1/+0
* remove call to IFQ_HANDOFF is it called by if_transmit in the default casekmacy2009-04-271-1/+1
* Document the liblzma support.kientzle2009-04-271-0/+3
* use if_transmit intead of direct frobbing of the if_snd q; this is nosam2009-04-271-11/+2
* Use cached progif instead of reading it again.jkim2009-04-271-1/+1
* - Give generic AHCI driver lower priority than device-specific drivers.jkim2009-04-272-5/+5
* key_gettunnel() has been unsued with FAST_IPSEC (now IPSEC).bz2009-04-272-0/+6
* Symlink some additional man page entries.kientzle2009-04-271-0/+7
* Merge r991 from libarchive.googlecode.com: Various updateskientzle2009-04-271-8/+55
* Merge r990,r1044 from libarchive.googlecode.com:kientzle2009-04-277-2/+292
* Reduce code duplication and excessive pci_get_slot() calls.jkim2009-04-271-10/+10
* Merge r1061,r1062,r1063 from libarchive.googlecode.com:kientzle2009-04-274-1/+70
* Merge r1034 from libarchive.googlecode.com:kientzle2009-04-272-25/+25
* Merge r1058 from libarchive.googlecode.com: Require that eachkientzle2009-04-272-7/+13
* ino_t varies across platforms; casting (int) here avoidskientzle2009-04-271-2/+3
* Merge r1032 from libarchive.googlecode.com:kientzle2009-04-272-12/+16
* Merge r1054,r1060 from libarchive.googlecode.com:kientzle2009-04-272-6/+19
* Correct fat finger mistakejfv2009-04-271-1/+1
* Merge r1021 from libarchive.googlecode.com:kientzle2009-04-272-2/+14
* Merge r1052,r1055 from libarchive.googlecode.com:kientzle2009-04-274-0/+5
* Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com:kientzle2009-04-276-48/+314
* Reduce excessive pci_get_devid() and pci_get_revid() callsjkim2009-04-271-4/+8
* Merge r988,r1064 from libarchive.googlecode.com:kientzle2009-04-272-12/+24
* Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will besam2009-04-272-0/+11
* Optimize packet flow: if net.inet.ip.fw.one_pass != 0 and packet wasoleg2009-04-272-14/+13
* igb_txeof also has a case where the watchdog may notjfv2009-04-271-9/+8
* - Always force AHCI mode on a ATI/AMD SB600/700/800 SATA controller. Thesejkim2009-04-273-8/+77
* Fix build: Make forgotten IFNET_MULTIQUEUE to IFNET_BUF_RINGgallatin2009-04-271-1/+1
* Thanks for Michael Tuexen for tracking down a path wherejfv2009-04-271-14/+21
* fix various build errors (missing or wrong return types forluigi2009-04-271-16/+22
* Change the semantics of i_modrev/va_filerev to what is required forrmacklem2009-04-273-6/+6
* Start to convert this over to the new tty layer. These changes allowambrisko2009-04-273-188/+125
* Updates to mxge for multiple tx/rx rings:gallatin2009-04-272-41/+333
OpenPOWER on IntegriCloud