summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* add zydsam2007-10-311-1/+2
* Fix locking issue in ng_btsocket_l2cap_ctloutput()emax2007-10-311-2/+4
* Add CPU_ARM9Ekevlo2007-10-311-0/+1
* Don't define get_cachetype() for CPU_ARM9E unless it's going to be used.kevlo2007-10-311-1/+1
* If we're on an SMP kernel and there is more than 1 CPU, reject any attemptsnjl2007-10-301-1/+17
* Split agp_generic_detach() up into two routines: agp_free_cdev() destroysjhb2007-10-3022-76/+78
* Apply a few changes from ipfilter-current:darrenr2007-10-307-44/+69
* Correct a copy and paste'o in phys_pager.c, we are talking about phys hereremko2007-10-301-1/+1
* - Change the Time Wait of vtags value to match the cookie-liferrs2007-10-307-22/+78
* Setting sc->mii_anegticks to MII_ANEGTICKS_GIGE in rgephy_attach()yongari2007-10-301-1/+0
* Implement per-object type consistency checks for labels passed torwatson2007-10-301-20/+65
* Move nvram out of DEFAULTS. There really isn't a lot of justificationpeter2007-10-294-2/+6
* - Remove MIIF_NOISOLATE; there's generally no reason to let gentbi(4)marius2007-10-291-2/+1
* kill commented out line of code.imp2007-10-291-1/+0
* fix typo in code normally not compiled in.julian2007-10-291-1/+1
* Allow RFCOMM servers to bind to a ''wildcard'' RFCOMM channelemax2007-10-291-31/+53
* Merge OpenBSM 1.0 changes to src/sys/bsm:rwatson2007-10-291-39/+1
* Replace use of AU_NULL with 0 when no audit classes are in use; thisrwatson2007-10-292-4/+4
* Canonicalize names of local variables.rwatson2007-10-291-66/+66
* Merge Neterion if_nxge driver version 2.0.9.11230 with the followingrwatson2007-10-2942-13250/+12171
* Resort TrustedBSD MAC Framework policy entry point implementations andrwatson2007-10-299-4684/+4744
* Add 88E1116/88E1116R PHY support code that takes the PHY out ofyongari2007-10-292-0/+15
* Add a newer RTL8211B(L) PHY.yongari2007-10-291-2/+2
* Add support for RealTek RTL8211B(L) PHY. It's based on the patchyongari2007-10-292-28/+99
* o RTL8169S/8110S integrated PHY and RTL8211B are gigabit PHYs so setyongari2007-10-291-7/+14
* Fix typo in code obviously not being compiled on any of my machines.julian2007-10-281-1/+1
* - Make failure to route a ISA interrupt non fatal. Apparently themarius2007-10-281-14/+16
* - Add constants for the different memory types in the SMAP table.jhb2007-10-287-38/+37
* Add missing mac_test labeling and sleep checks for the syncache.rwatson2007-10-281-0/+48
* Minor debug message fix.mav2007-10-281-1/+1
* Garbage collect mac_mbuf_create_multicast_encap TrustedBSD MAC Frameworkrwatson2007-10-288-87/+0
* Continue to move from generic network entry points in the TrustedBSD MACrwatson2007-10-2812-90/+159
* Move towards more explicit support for various network protocol stacksrwatson2007-10-2817-87/+421
* Perform explicit label type checks for externalize entry points, rather thanrwatson2007-10-281-10/+70
* Make sure we are incrementing the read count for each audit pipe read.csjp2007-10-271-0/+1
* Don't return an error from resume() if execution of _DIS fails for somejhb2007-10-271-3/+4
* Change the roundrobin implementation in the 4BSD scheduler to trigger ajhb2007-10-271-29/+8
* Make the examine command honor db_pager_quit so you can use 'q' or 'x'jhb2007-10-271-1/+1
* Add a comment explaining why disc(4) bears the IFF_LOOPBACK flag.yar2007-10-271-0/+10
* if_loop doesn't need to keep the list of lo(4) interfaces. Todayyar2007-10-271-12/+0
* Add the following mount options to the nfs_opts array:rodrigc2007-10-271-1/+4
* Remove duplicate "union" from ext2_opts.rodrigc2007-10-271-1/+1
* In nmount(), if MNT_ROOT is in the mount flags, filter itrodrigc2007-10-271-4/+13
* fix buildsam2007-10-271-0/+1
* Don't destroy an ACPI device_t for a PCI device and reassign the ACPIjhb2007-10-271-2/+13
* Don't test the APIC flag in the cpuid features for amd64 to see if ajhb2007-10-271-4/+0
* Don't always re-route IRQs on resume. If this link hasn't been used, thenjhb2007-10-271-1/+16
* Give each posixsem MAC Framework entry point its own counter and test caserwatson2007-10-271-9/+74
* Add support for the pre-exisiting module shutdoen handshake.julian2007-10-271-7/+6
* rename the process to 'idle' and 'intr' as per jhb.julian2007-10-272-4/+4
OpenPOWER on IntegriCloud