summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use the correct object's backing_object_offset while calculating offsets.csjp2005-10-041-1/+4
* Remove duplicate entry for DDB.cognet2005-10-042-2/+0
* Really detect if DDB is enabled.cognet2005-10-041-1/+4
* Make arm/disassem.c depends on DDBcognet2005-10-041-3/+3
* Fix build when DDB isn't defined.cognet2005-10-041-0/+2
* Standard Giant push down operations for the Mandatory Access Control (MAC)csjp2005-10-043-102/+81
* Conditionally pickup Giant in mac_cred_mmapped_drop_perms_recurse socsjp2005-10-041-2/+6
* Rename net.isr.enable to net.isr.dispatch.rwatson2005-10-041-5/+5
* For some utterly bizarre reason, sparc64 coerces PAGE_SIZE to be a longscottl2005-10-041-2/+3
* Oops, left a compile option enabled that should not be enabled.scottl2005-10-041-1/+1
* Add missing word to comment.truckman2005-10-041-1/+1
* Bring in the good version of this file.cognet2005-10-031-44/+2
* Initialize the inode i_flag field in ffs_valloc() to clean up anytruckman2005-10-031-0/+1
* Use the constants for the syscall names from syscall.h rather thanjhb2005-10-031-3/+4
* - Use if_printf() and device_printf() and axe lge_unit from the softc.jhb2005-10-032-58/+41
* - Use PCIR_BAR().jhb2005-10-031-5/+2
* Add dma and aau.cognet2005-10-031-0/+2
* Import dummy drivers for the i80321 DMA controller and AAU.cognet2005-10-035-2/+628
* Make mem.c know about the pages allocated with ARM_USE_SMALL_ALLOC.cognet2005-10-031-2/+12
* Export the variables needed for the copy/zero API.cognet2005-10-031-0/+5
* Make sure the interrupt is masked before processing it, or bad thingscognet2005-10-031-3/+3
* If a thread already tries to allocate a new memory range, wait for itcognet2005-10-031-7/+22
* Provide a dump_avail[] variable, which contains the page ranges to becognet2005-10-033-14/+39
* o Move a lot of parameter checking from netisr_poll() toglebius2005-10-031-68/+119
* - Provide the kernel l1pt physical address, for userland.cognet2005-10-031-13/+54
* Add a new API to let platform-specific ports provide functions for bigcognet2005-10-034-0/+159
* Export the virtual and physical address in which the kernel was loaded,cognet2005-10-031-2/+9
* Makefile magic for the ELF trampoline.cognet2005-10-031-0/+9
* Import a small ELF trampoline, in which the kernel is embedded, and thatcognet2005-10-032-0/+233
* *blush*cognet2005-10-031-4/+47
* Only save the registers that are used.cognet2005-10-031-2/+2
* asm versions of in_cksum_hdr() and in_pseudo().cognet2005-10-032-14/+80
* Define KERNELDUMP_ARM_VERSION.cognet2005-10-031-0/+1
* Implement savectx().cognet2005-10-031-0/+15
* Kernel dump for arm, ripped from the ia64/amd64 version.cognet2005-10-031-15/+353
* If sufficiently bad things happen during a call to kern_execve(), it iscperciva2005-10-031-0/+8
* Unlock Giant symmetrically with respect to lock acquire order as that'srwatson2005-10-031-1/+1
* Acquire Giant conditionally in in_addmulti() and in_delmulti() based onrwatson2005-10-031-0/+9
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsscottl2005-10-036-0/+8744
* make saved cpu level stackable.ume2005-10-031-30/+53
* Improve handling flags that must be propagatedyar2005-10-031-37/+84
* Clean up consistency checks in if_setflag():yar2005-10-031-18/+11
* Log a message about entering or leaving permanently promiscuous mode,yar2005-10-031-6/+10
* Always wire the sysctl output buffer in sysctl_kern_proc() beforetruckman2005-10-021-95/+113
* - Call db_setup_paging() for traceall.cognet2005-10-022-5/+13
* Do not packet filter in the bridge_start() routine, locally generated packetsthompsa2005-10-021-20/+9
* * Fixed rate operation for es1370 chip to solve conflictingnetchild2005-10-021-118/+222
* Emulate pcm mixer controller for any uaudio device without it.netchild2005-10-021-0/+9
* The cmi9739_patch function which is referenced by ac97.c (rev. 1.56) now...netchild2005-10-022-0/+11
* sys/dev/sound/pcm/sndstat.c:netchild2005-10-023-51/+42
OpenPOWER on IntegriCloud