summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Include forgotten rtl80x9 file for ed.imp2005-10-051-0/+1
* - Locking improvements.netchild2005-10-053-22/+47
* Add a comment regarding problems with NForce 2 mainboards and add disablednetchild2005-10-051-0/+5
* Don't use the builtin vaalist for icc.netchild2005-10-051-6/+3
* - Don't pollute opt_global.h with DEVICE_POLLING and introduceglebius2005-10-0522-3/+75
* - Don't include opt_global.h, it is always included implicitly.glebius2005-10-052-2/+3
* Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when buildingglebius2005-10-052-2/+2
* Add if_ed_rtl80x9.cimp2005-10-051-1/+1
* Remove debug that crept in..imp2005-10-051-4/+0
* MFp4:imp2005-10-0510-67/+591
* Don't set segment registers via ptrace yet. Its not ready.peter2005-10-041-0/+4
* When data passed into devctl_notify is NULL, don't print (null). Insteadimp2005-10-041-2/+6
* Remove a never reached RET.cognet2005-10-041-1/+0
* strd needs the destination to be double-word aligned, but the pointer passedcognet2005-10-041-6/+0
* When bridging is enabled and an ARP request is recieved on a member interface,thompsa2005-10-041-1/+1
* Correct brainfart in SO_BINTIME test.andre2005-10-041-1/+1
* Make SO_BINTIME timestamps available on raw_ip sockets.andre2005-10-041-1/+1
* Re-order MAC and DAC checks in shmget() in order to give precedence torwatson2005-10-041-2/+4
* dump_avail has nothing to do with ARM_USE_SMALL_ALLOC, so move itscognet2005-10-041-1/+1
* Use FILEDESC_UNLOCK(fdp) after FILE_UNLOCK(p), not before to avoid LOR.rik2005-10-041-1/+3
* Protect PID initializations for statistics by the bpf descriptorcsjp2005-10-041-2/+6
* Update the vnode's access time after an mmap operation on it.dds2005-10-041-0/+12
* 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
OpenPOWER on IntegriCloud