aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFp4:Alexander Leidinger2006-12-312-67/+75
* Invert the logic inside of two KASSERTS which resulted in two kernel panicsChristian S.J. Peron2006-12-311-3/+2
* - Don't defer the removal of an 802.1q header for no real reason.Yaroslav Tykhiy2006-12-301-25/+16
* now that MFS_IMAGE is in the FULLKERNEL section, use FULLKERNEL instead ofJohn-Mark Gurney2006-12-301-4/+4
* Whitespace fix and remove an extra cast.John Baldwin2006-12-302-2/+4
* Be consistent with the spelling of "dependent" in user-visible places.Ceri Davies2006-12-301-1/+1
* Summer of Code 2005: improve libalias - part 2 of 2Paolo Pisati2006-12-295-2/+621
* a) macro-ization of all mbuf and random numberRandall Stewart2006-12-2917-1341/+1222
* Slightly resort functions in file so that no forward function prototypesRobert Watson2006-12-291-49/+46
* Re-add include of opt_mac.h in mac_framework.c, which was improperlyRobert Watson2006-12-291-0/+2
* Fix fat-fingering in previous commit.John Baldwin2006-12-294-5/+5
* Fix oops in previous commit.Bruce Evans2006-12-291-1/+1
* Fixed some style bugs (mainly assorted errors in comments, and inconsistentBruce Evans2006-12-292-49/+49
* Some whitespace nits and remove a few casts.John Baldwin2006-12-294-7/+11
* Fixed some style bugs (whitespace only).Bruce Evans2006-12-292-61/+65
* Various bpf(4) related fixes to catch places up to the new bpf(4)John Baldwin2006-12-2913-37/+33
* Work around a long standing LOR with user/group rules by doing the socketMax Laier2006-12-293-0/+17
* Try harder to garbage-collect the "LOCORE" (really asm) version ofBruce Evans2006-12-292-11/+11
* Build bits for ng_deflate(4) and ng_pred1(4).Gleb Smirnoff2006-12-296-0/+20
* Fix a group of typos:Yaroslav Tykhiy2006-12-293-3/+3
* - More search and replace prettying.Jeff Roberson2006-12-291-12/+12
* Remove two XXX comments that no longer apply.Robert Watson2006-12-291-5/+0
* Use p_cansee() to check that a target process for an audit stateRobert Watson2006-12-291-3/+9
* Add a witness sleep warning to canon_path(), which invokes vput() and henceRobert Watson2006-12-292-3/+3
* - Clean up a bit after the most recent KSE restructuring.Jeff Roberson2006-12-291-206/+201
* A node that implements Predictor-1 compression for PPP.Gleb Smirnoff2006-12-292-0/+781
* Piggyback watchdog timer handling with msk_tick which is called everyPyun YongHyeon2006-12-292-13/+9
* Fix interrupt handling on a dual port card. Previously it ignoredPyun YongHyeon2006-12-291-10/+6
* Fix MSI support. Now it correctly allocates SYS_RES_IRQ resourcesPyun YongHyeon2006-12-292-27/+55
* Regenerate.Robert Watson2006-12-293-17/+17
* Assign or clean up audit identifiers for a number of additional LinuxRobert Watson2006-12-291-18/+19
* In cpu_reset(), call OF_reboot() instead of OF_exit(). The latterMarcel Moolenaar2006-12-282-2/+4
* Add missing include guards to mac_internal.h, update include guards inRobert Watson2006-12-282-3/+8
* Update a number of comments:Robert Watson2006-12-284-23/+22
* Remove XXX comments about EA transaction support and provide a moreRobert Watson2006-12-281-6/+11
* Remove an inaccurate comment I added regarding storage for mbuf tagRobert Watson2006-12-281-7/+0
* In mac_inpcb_sosetlabel(), assert the socket lock rather than commentingRobert Watson2006-12-281-1/+1
* Update __FreeBSD_version check for pci_find_extcap() now that it isJohn Baldwin2006-12-281-1/+1
* Centralize definition of MAC_VERSION in mac_policy.h, as it defines theRobert Watson2006-12-283-6/+19
* Move mac_init_label() and mac_destroy_label() from mac_framework.c toRobert Watson2006-12-282-29/+31
* Trim unneeded includes.Robert Watson2006-12-282-48/+0
* Break contents of kern_mac.c out into two files following a repo-copy:Robert Watson2006-12-284-2503/+2
* Update MAC Framework general comments, referencing various interfaces itRobert Watson2006-12-283-36/+120
* A node that implements the Deflate sub-protocols of the Compression ControlGleb Smirnoff2006-12-282-0/+768
* Before this commit, if the compression is enabled the, ng_ppp(4)Gleb Smirnoff2006-12-282-48/+127
* Removed gratuitous cosmetic differences with the i386 version. ThisBruce Evans2006-12-281-7/+7
* Disable MSI on the Intel E7505 chipset. It is reported broken on a TyanJohn Baldwin2006-12-281-0/+6
* o unbreak rate set defaultingSam Leffler2006-12-281-5/+3
* Fix shared authentication mode.Jung-uk Kim2006-12-281-0/+8
* Avoid an instruction in atomic_cmpset_{int_long)() in most cases.Bruce Evans2006-12-272-21/+21