summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Makes contigalloc[1]() create the vm_map / underlying wired pages in thedillon2001-10-131-4/+12
* Add memory disk support to allow the boot process to proceed a bit further.mp2001-10-121-0/+4
* Modify a virtual address check to allow use of the openfirmware callbackmp2001-10-122-2/+2
* Add standard calls to device_add_child() and root_bus_configure().mp2001-10-121-0/+4
* Finally fix the VM bug where a file whos EOF occurs in the middle of a pagedillon2001-10-121-3/+21
* Traverse the list of network interfaces rather than use if_index- if_index ismjacob2001-10-121-3/+1
* Correct the input/output/clobber specifications for the cpuidjdp2001-10-122-16/+6
* Add inthand_add() and inthand_remove() for use by the MD bus code andtmm2001-10-124-1/+197
* Fix some warnings.tmm2001-10-121-2/+2
* Save the floating point context to the right pcb in cpu_fork(), and addtmm2001-10-122-1/+9
* Make the NTOHL, NTOHS, HTONL and HTONS macros (which are nops ontmm2001-10-121-4/+4
* Implement DELAY() using the %tick register.tmm2001-10-122-2/+20
* Add pmap_kenter_flags(), which is used by MD bus code that will betmm2001-10-122-4/+49
* Pass the correct trapframe pointer to fork_exit - sp is trapframe-16.dfr2001-10-121-1/+1
* If the faulting instruction is a cmpxchg, then isr.w and isr.r will bothdfr2001-10-121-3/+3
* Set ulptusein = 0 so that the machine doesn't hang solid after aphk2001-10-121-1/+1
* Remove the panic when trying to register a sysctl with an oid too high.roam2001-10-121-2/+6
* roll out last changemjacob2001-10-122-4/+0
* - Catch up to the new ucred API.jhb2001-10-111-18/+24
* Change the kernel's ucred API as follows:jhb2001-10-1121-106/+85
* Whitespace fixes.jhb2001-10-111-2/+2
* Rework some code to be a bit simpler by inverting a few tests and usingjhb2001-10-111-22/+12
* Fix declaration disagreement.mjacob2001-10-111-2/+2
* Remove the hiding of some prototype declarations.mjacob2001-10-111-4/+0
* remove unused variable declarationmjacob2001-10-111-1/+1
* We use proc_rwmem (with the correct number of args) rather than procfs_domemobrien2001-10-111-2/+2
* Fix the ``WARNING: Driver mistake: repeat make_dev'', caused by usingjlemon2001-10-111-2/+3
* Note that PROCFS is mandatory at this time- until we fix themjacob2001-10-112-0/+4
* Oops, these already included sys/lock.h, they just did so afterjhb2001-10-114-4/+0
* Add missing includes of sys/ktr.h.jhb2001-10-119-0/+9
* Add missing includes of sys/lock.h.jhb2001-10-1115-0/+15
* Fix typo in comment.dfr2001-10-111-1/+1
* Implement MCOUNT hook for assembler. Probably doesn't work right.dfr2001-10-111-3/+1
* Implement mcount trampoline (untested).dfr2001-10-111-114/+64
* * Change the calling convention for execve so that it conforms to normaldfr2001-10-111-11/+19
* Documentation nitpick. IPFIREWALL_VERBOSE logging really has nothingcjc2001-10-112-4/+2
* Update comments regarding the transient nature of k_kproc and u_mdpeter2001-10-111-6/+1
* Fix SysV Semaphore Handling.mr2001-10-112-42/+75
* Move device nodes into a /dev/net/ directory, to avoid conflict withjlemon2001-10-111-8/+61
* takashi shibagaki-san posted a similar patch to nomads. It seems thatimp2001-10-111-1/+6
* Set if_type and if_addrlen before calling if_attach(), so the values arejlemon2001-10-111-1/+1
* Use the NetBSD init code for the TOPIC parts as a more complete basisimp2001-10-112-13/+77
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-1026-48/+98
* Add a temporary hack that will go away with the ucred API update to bzerojhb2001-10-101-0/+1
* Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) myjhb2001-10-103-3/+3
* Move setregs() out from under the PROC_LOCK so that it can use functionsdfr2001-10-101-4/+4
* Fix bug that cheated hook names out of the last 2 bytes.archie2001-10-101-2/+2
* Let "raw" mean IPPROTO_RAW instead of IPPROTO_IP.archie2001-10-101-1/+1
* use pcm_getbuffersize()orion2001-10-105-20/+39
* Added used includes. <sys/_lock.h> is a prerequisite for <sys/_mutex.h>,bde2001-10-101-0/+2
OpenPOWER on IntegriCloud