summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Moved $FreeBSD$ to the beginning of the file.bde2003-11-141-6/+5
* Preemptively burn a bridges. The isa timer code is likely to bepeter2003-11-142-145/+0
* Minor source sync with amd64. Use int as the type for the widthpeter2003-11-142-4/+4
* Minor source sync with amd64. For %.*s printf formats, pass in anpeter2003-11-142-6/+10
* Convert a couple of pointers to integers for source compatability withpeter2003-11-142-8/+8
* Whitespace nit (sorry, couldn't help it)peter2003-11-142-2/+2
* Add the most vital piece of information WRT upgrading past themarcel2003-11-141-5/+11
* Remove the global one-level rtcache variable and associatedandre2003-11-146-244/+105
* Fix a typo in a comment: sysctl(1) should be sysctl(8).trhodes2003-11-141-1/+1
* Improve support for extended IRQ resources:jhb2003-11-142-77/+127
* Reduced prequisites by only using MALLOC_DECLARE() if it is defined.bde2003-11-141-0/+4
* University of Michigan's Citi NFSv4 userland client code.alfred2003-11-146-0/+1687
* Always install IDT entries for ATPIC interrupt sources. The APIC nojhb2003-11-142-20/+6
* Introduce ip_fastforward and remove ip_flow.andre2003-11-1414-460/+846
* Include <sys/malloc.h> for the declaration of malloc(), etc. insteadbde2003-11-141-3/+5
* If an interrupt source doesn't have an ithread, treat it as a strayjhb2003-11-142-2/+8
* Fix a bug whereby the physical endpoints of a gre(4) tunnel would notbms2003-11-142-2/+12
* University of Michigan's Citi NFSv4 kernel client code.alfred2003-11-1437-22/+11249
* basemem is in K, not bytes. I think I tricked jhb into making the samepeter2003-11-142-2/+2
* Fix more spammage with local changes. Didn't look at the diffs beforejake2003-11-141-10/+10
* Add a manual page for the IDT NICStAR driver, and hook it up to the build.bms2003-11-142-0/+61
* Fixed some style bugs (English errors and poor wording in comments,bde2003-11-141-11/+10
* "opt_auto_eoi.h" is not used here anymore. See atpic.c.peter2003-11-142-4/+0
* Replace magic numbers with macros for i8259A register constants. Stilljhb2003-11-142-18/+20
* - Bring in constants for 8259A registers from amd64 with some updatedjhb2003-11-141-2/+57
* Shuffle the APIC interrupt vectors around a bit:jhb2003-11-148-38/+54
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-1442-2/+123
* Fix a typo. We need opt_acpi.h not opt_apic.h for DEV_ACPI.jhb2003-11-141-1/+1
* Add the userland part of the NET_RT_IFMALIST sysctl MIB. A new function,bms2003-11-144-2/+331
* Better fix than my previous commit:cognet2003-11-142-8/+9
* Add a sysctl MIB, NET_RT_IFMALIST, to retrieve multicast group membershipsbms2003-11-142-1/+68
* Fix up the control word 3 bits. jhb discovered how much I screwed thispeter2003-11-141-4/+4
* fix comments.ume2003-11-141-5/+3
* u_int8_t cannot carry a number greater than 255.ume2003-11-141-3/+1
* - Code cleanuppdeuskar2003-11-144-105/+48
* - Remove use of Giant from uma_zone_set_obj().alc2003-11-141-7/+1
* - poll(2) support.ume2003-11-1410-757/+439
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-1422-78/+48
* - need_trigger/idx should be u_int, not ssize_t.ume2003-11-141-30/+34
* - interface minimum MTU = 1280 in IPv6.ume2003-11-141-8/+3
* our netstat is installed in /usr/bin.ume2003-11-141-1/+1
* Amplify the reboot requirementimp2003-11-141-5/+6
* Add a WITNESS_WARN() check to _STOPEVENT() since any _STOPEVENT() canjhb2003-11-141-0/+2
* Include opt_global.h in the modules build, when building from a normalgreen2003-11-142-0/+4
* Make this WARNS=2 clean byjohan2003-11-142-20/+22
* Make this WARNS=2 clean byjohan2003-11-143-5/+5
* Sync comment with code's reality.tobez2003-11-141-1/+1
* Add sbp_targ(4).simokawa2003-11-141-0/+1
* Fixed spurious syntax errors for including files that don't begin withbde2003-11-141-3/+4
* Remove duplicatejohan2003-11-145-15/+0
OpenPOWER on IntegriCloud