summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add another pnpid for the AWE64George C A Reid2001-09-291-0/+1
* Add various file relating to firmware interfaces and make SKI supportDoug Rabson2001-09-292-5/+13
* Support for SKI is now an option.Doug Rabson2001-09-291-0/+1
* Make sio0 a console device.Doug Rabson2001-09-291-1/+1
* Add a couple of arguments to ia64_init. I'll use them later to improveDoug Rabson2001-09-291-1/+1
* Various changes to use the firmware on a real machine.Doug Rabson2001-09-292-46/+166
* * Read parameters for ptc.e instruction from PAL Code.Doug Rabson2001-09-291-10/+42
* Fake PAL Code for SKI.Doug Rabson2001-09-291-0/+58
* Start hooking up devices.Doug Rabson2001-09-295-0/+1304
* Add pmap_unmapdev().Doug Rabson2001-09-291-0/+1
* Fill out the firmware interfaces somewhat.Doug Rabson2001-09-293-583/+46
* Add code to initialise firmware resources (and to fake them if we areDoug Rabson2001-09-293-0/+344
* Add shims for calling PAL Code in physical mode.Doug Rabson2001-09-292-6/+244
* Add some move definitions.Doug Rabson2001-09-291-0/+5
* Call cpu_boot from cpu_reset.Doug Rabson2001-09-291-1/+2
* Give up on the backtrace if the calculated pc isn't in region 7.Doug Rabson2001-09-291-1/+1
* Use PAGE_SHIFT instead of a hardcoded constant for log2(PAGE_SIZE).Doug Rabson2001-09-292-6/+6
* * Preserve ar.rsc in ia64_change_mode.Doug Rabson2001-09-292-6/+120
* Change END(locorestart) to END(__start).Doug Rabson2001-09-292-4/+2
* release isa dma channels on unload.Cameron Grant2001-09-291-3/+7
* allow the hardware buffer size to be controlled with hintsCameron Grant2001-09-295-96/+123
* Make the INADDR_TO_IFP macro use the IP address hash lookup instead ofJonathan Lemon2001-09-291-1/+1
* Introduce network device nodes. Network devices will now automaticallyJonathan Lemon2001-09-292-63/+158
* Change sysctl_iflist() so it has a single point of return. This willJonathan Lemon2001-09-291-3/+4
* Use in_ifaddrhashtbl instead of in_ifaddrhead to look up IP address.Jonathan Lemon2001-09-291-5/+1
* Add support for 28800 baud to sio.Jonathan Lemon2001-09-292-0/+2
* Add a hash table that contains the list of internet addresses, and useJonathan Lemon2001-09-296-63/+113
* Centralize satosin(), sintosa() and ifatoia() macros in <netinet/in.h>Jonathan Lemon2001-09-295-11/+6
* Pseudofs take 2:Dag-Erling Smørgrav2001-09-293-54/+170
* Add a couple of API functions I need for my pseudofs WIP. DocumentationDag-Erling Smørgrav2001-09-292-1/+54
* Set the 'no pseudo header checksum' option for RX checksums, otherwiseBill Paul2001-09-281-3/+3
* The previous commit introduced some references to "curproc" which should haveDag-Erling Smørgrav2001-09-281-2/+2
* Unwind some more macros. NFSMADV() was kinda silly since it was rightPeter Wemm2001-09-2810-207/+175
* Oops. I forgot to cvs rm this before. There is a common nfsproto.h.Peter Wemm2001-09-281-439/+0
* Remove linux_getpgid(). We map the syscall natively now.Marcel Moolenaar2001-09-281-21/+0
* o Remove the linux_setpgid() stub.Marcel Moolenaar2001-09-284-30/+8
* Stop using linux_getpgid(). The implementation at this time isMarcel Moolenaar2001-09-281-2/+2
* Regen: Stop using linux_getpgid(). Use the native getpgid()Marcel Moolenaar2001-09-283-9/+5
* Stop using linux_getpgid(). The implementation at this time isMarcel Moolenaar2001-09-281-1/+1
* Make the NODEF type usable. A syscall of type NODEF will onlyMarcel Moolenaar2001-09-281-1/+2
* Swap the src and dst arguments of the bcopy added in theMarcel Moolenaar2001-09-281-1/+1
* namei.h: move "struct componentname" definition outside "struct nameidata",Luigi Rizzo2001-09-283-19/+30
* Remove a couple unintentional mentions of Ethernet that crept in fromBrooks Davis2001-09-281-2/+2
* Add device driver support for the Broadcom BCM570x family of gigabitBill Paul2001-09-277-0/+4850
* Two main changes here:Luigi Rizzo2001-09-277-254/+335
* Make nfsm_dissect() have an obvious return value.Peter Wemm2001-09-279-166/+157
* Add the new ng_gif, ng_gif_demux, and ng_ip_input nodes to NOTES so theyBrooks Davis2001-09-272-0/+6
* Add ng_ip_input. A new netgraph node for queuing IP packets into theBrooks Davis2001-09-276-0/+227
* - Fix some minor whitespace nits.John Baldwin2001-09-271-4/+4
* Restore this file to style(9). Mostly consists of whitespace fixes in theJohn Baldwin2001-09-271-127/+126