summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make metadata.c shared across all platforms using U-Boot.raj2008-09-033-3/+4
* Move U-Boot compatibility library to WARNS=2 level.raj2008-09-038-40/+49
* Fix the sysctl function parameters. We were only querying Sensor 0.rpaulo2008-09-031-2/+2
* When calling extattr_check_cred, use V{READ,WRITE}, not I{READ,WRITE}.trasz2008-09-032-7/+7
* Fix a bug, when a specially crafted ICMPV6 MLD packet could leadbz2008-09-031-4/+4
* Style nit. Continued lines are indented 2 spaces in this file.imp2008-09-031-4/+4
* enable the xen_guest string so that the freebsd xen kernel willkmacy2008-09-031-2/+1
* Indicate at probe time if device can do offload and which revision it iskmacy2008-09-021-1/+4
* ahc(4) work better in Sparc64 with AHC_ALLOW_MEMIO.obrien2008-09-021-0/+1
* MFsparc64: r177642marius2008-09-021-9/+0
* Resurrect clock.c from r164371.marius2008-09-021-0/+67
* - USIII-based machines can consist of CPUs having different cachemarius2008-09-029-67/+85
* Bypass isa_probe_children(9) and directly call bus_generic_attach(9)marius2008-09-021-1/+7
* - When executing FreeBSD/amd64 binaries from FreeBSD/i386 or Linux/i386kib2008-09-023-2/+20
* Use size_t to store the return value of ttydisc_getc().ed2008-09-021-4/+3
* Remove XXXRW in soreceive_dgram that proves unnecessary.rwatson2008-09-021-5/+0
* Import ioctl updates for latest rev of cxgbtoolkmacy2008-09-023-244/+247
* free ifp allocated at ieee80211_vap_setup.weongyo2008-09-021-0/+2
* Accomodate the fact that the number of l1 pages varies with the size of the ...kmacy2008-09-021-5/+8
* Fix a multiple locking bug in bm(4) that could cause panics on a WITNESS-enab...nwhitehorn2008-09-021-1/+1
* Fix problem with large memory configuration by ensuring that all NKPTkmacy2008-09-021-0/+7
* Per email to arch@ a little while ago (that was greeted with silence),imp2008-09-0137-66/+65
* Wrap an 81 column SYSCTL_NODE decleration.brooks2008-09-011-1/+2
* Remove unneeded D_NEEDMINOR from cpuctl(4).ed2008-09-011-1/+0
* Wrap a line that became too long with the addition of V_.brooks2008-09-011-1/+2
* In rev. 1.17 (r33548) of msdosfs_fat.c, relative cluster numbers werekib2008-09-011-2/+2
* When setting error to EINVAL in 'fvp == tdvp' case, jump to out label,pjd2008-09-011-1/+3
* Don't check if an interface can do tcp offload if there are no offload device...kmacy2008-09-013-1/+9
* Trace interrupts with KTR_INTR.marcel2008-08-311-0/+2
* Remove redundant KTR statements.marcel2008-08-311-6/+0
* Trace all PMAP calls using KTR_PMAP.marcel2008-08-311-2/+92
* fix tiny nti in commentjulian2008-08-311-1/+1
* Use a locally assigned address rather than stealing Atmel's whichimp2008-08-311-4/+6
* Decontextualize vfs_busy(), vfs_unbusy() and vfs_mount_alloc() functions.attilio2008-08-3111-62/+55
* In UDPv6, reduce scope of global udbinfo lock during append to lastrwatson2008-08-311-3/+1
* Disable processing of output data after disabling scroll lock by force.ed2008-08-311-0/+9
* - Fix comment.stas2008-08-311-3/+3
* Make uipaq's ucom callbacks easier to read while I'm hear looking forimp2008-08-311-8/+1
* All the other routines returned EIO from the param routine. Return itimp2008-08-312-2/+2
* Ioctls that aren't handled by this layer need to return ENOIOCTL, notimp2008-08-311-9/+7
* Kill dead code. This has been a 'todo' item for a long time and theimp2008-08-312-68/+2
* Remove restore_intr(). We have intr_restore()...marcel2008-08-311-7/+0
* Improve the entropy of the source port randomization for network addresscsjp2008-08-301-6/+6
* In db_show_mdpcpu(), print MD fields.marcel2008-08-301-0/+4
* Whitespace fixes.marcel2008-08-301-12/+12
* Call powerpc_sync() instead of using an asm statement.marcel2008-08-301-1/+1
* Add powerpc_sync() as an inline function.marcel2008-08-301-0/+7
* Don't clear PSL_RI. Disabling external interruptsmarcel2008-08-301-1/+1
* opt_bus.h isn't needed here anymore. It never was really needed,imp2008-08-301-1/+1
* opt_bus.h isn't needed here. It is supposed to be for subr_bus.c only.imp2008-08-302-4/+0
OpenPOWER on IntegriCloud