summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* catch forwarded ipv6 packets with pfil_hooks for outbound things toodarrenr2001-10-151-0/+34
* Add a hack to get around the fact that egcs 1.1.2 (which I'm using to buildbenno2001-10-151-0/+9
* Flesh out cpu_fork() and cpu_set_fork_handler(). This is a work in progress.benno2001-10-152-26/+122
* - Correct the type of the argument to delay() so as to not conflict withbenno2001-10-153-3/+4
* Make the ofw_reg structure and ofw_alloc_heap 64-bit save.robert2001-10-152-4/+4
* Add a Makefile for the sparc64 boot loader.robert2001-10-151-0/+76
* Do not include openfirm.h; it is now included by libofw.h.robert2001-10-151-1/+0
* - Use the cell_t type definition for Open Firmware arguments inrobert2001-10-151-247/+359
* Don't even attempt to clone host routes.ru2001-10-151-2/+4
* - Fill dummy functions with code to read from disk using Openrobert2001-10-152-6/+597
* - Include openfirm.h for phandle_t.robert2001-10-151-7/+10
* Add a function for parsing an Open Firmware boot path into therobert2001-10-151-3/+29
* - Add an ifdef guard.robert2001-10-151-3/+6
* When compiling with SKI support, create the fake memory regionsmarcel2001-10-151-1/+1
* Whack on this soon to be deprecated driver.mjacob2001-10-153-32/+153
* Add a quirk entry so that the Maxtor 3000LE USB drive will work.scottl2001-10-151-0/+7
* Fix typo.mp2001-10-153-3/+3
* Save WIP. Partial rewrite of cpu_switch() and savectx(). This makes it closermp2001-10-155-483/+76
* Change vmapbuf() to use pmap_qenter() and vunmapbuf() to use pmap_qremove().tegge2001-10-142-30/+48
* Reduce the number of TLB shootdowns caused by a call to pmap_qenter()tegge2001-10-142-8/+36
* Don't remove all mappings of a swapped out process if the vm map containedtegge2001-10-141-1/+5
* Fix locking violations during page wiring:tegge2001-10-141-3/+32
* bring in ARP support for variable length link level addressesfjoe2001-10-1410-107/+330
* Fix it so that it doesn't complain for compiles on alpha- that is, matchmjacob2001-10-141-4/+10
* Turn on the hardware volume buttons that are present on most laptops withscottl2001-10-141-4/+19
* Implement pmap_mapdev.benno2001-10-144-0/+82
* Remove another unneeded instance of -elf.benno2001-10-141-1/+1
* When casting from uid16/gid16 to uid/gid respectively, make suremarcel2001-10-141-14/+16
* Changes for both compilation on NetBSD (PPC) and cross-compilation on FreeBSD.mp2001-10-131-2/+5
* These files have been gone for a long time.des2001-10-131-4/+0
* o Update init_sysent.c and friends for allocation of afs_syscall.rwatson2001-10-135-6/+8
* o Reserve system call 377 for afs_syscall; by reserving a system callrwatson2001-10-131-0/+1
* Hack for the "out-of-sync" error.yokota2001-10-132-218/+304
* Regenerate syscall stuff.phk2001-10-132-303/+11
* Don't generate <sys/syscalls-hide.h> it has never had any users anywhere inphk2001-10-132-21/+1
* Only the first eight arguments can possibly be in stacked registers.dfr2001-10-131-2/+5
* attachobject: Return correct status after successfully attaching agrog2001-10-131-0/+1
* Fixed bitrot in a banal comment by removing the comment.bde2001-10-132-2/+2
* Backed out vestiges of the quick fixes for the transient breakage ofbde2001-10-1312-12/+0
* Backed out the quick fixes for the transient breakage of <sys/mount.h>bde2001-10-132-4/+4
* 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
OpenPOWER on IntegriCloud