summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-111/+52
* For consistency's sake, on command failure, throw 1, not -1.grog2003-05-011-39/+36
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-5/+5
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-31/+37
* Terminate a comment.grog2003-05-011-2/+2
* Don't make definition of kw_debug dependent on VINUMDEBUG. Ingrog2003-05-011-3/+1
* Use strrchr, not rindex. This is for compatibility with othergrog2003-05-011-8/+8
* #ifdef VINUMDEBUG, not #if VINUMDEBUG.grog2003-05-011-2/+2
* Don't make definition of kw_debug dependent on VINUMDEBUG. It's onlygrog2003-05-011-3/+1
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-325/+329
* Use microtime, not getmicrotime, for timing debug entries.grog2003-05-011-63/+49
* Remove "to do" comments.grog2003-05-012-44/+46
* Rewrite minor number decoding. Now we have only three types ofgrog2003-05-011-130/+110
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-0192-15867/+3160
* KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if theypeter2003-05-011-3/+0
* Kill MID_MACHINE, its a.out specific, the only platform that supportsmarcel2003-04-301-1/+0
* Repocopy from x86_64/... to amd64/...peter2003-04-301-8/+7
* Add AMD64 hookspeter2003-04-301-0/+9
* Add support for IC Book Ironclad Pro/Lite 8-port cards.sobomax2003-04-302-2/+36
* We use i386 boot code on AMD64.peter2003-04-301-0/+5
* Fix transcription error. Use == NULL, not != NULL. Fortunately thispeter2003-04-303-3/+3
* Use the 64 bit sized struct kinfo_proc for AMD64.peter2003-04-301-1/+2
* Look for an elf32 kernel (powerpc) and elf64 kernel (sparc64) as wellpeter2003-04-303-3/+9
* ACPI will always be present on AMD64 - it will never be an autodetectpeter2003-04-301-0/+3
* Also look for an "elf64 kernel" (for sparc64) and "elf32 kernel" (forpeter2003-04-303-3/+9
* AMD64 uses the new-style cpu_switch()/cpu_throw() calling conventions.peter2003-04-305-6/+6
* Create a 'legacy' node for AMD64 as well as i386. While we'll neverpeter2003-04-301-1/+1
* Eliminate a compiler warning with gcc3.3 on AMD64, where speed ispeter2003-04-301-1/+5
* Style fixes to struct sigacts member comments. Sort function prototypes.jhb2003-04-301-12/+12
* Forgot to remove Giant around call to kern_sigaction() injhb2003-04-301-4/+1
* Axe a stale comment.jhb2003-04-301-2/+0
* Increase the scope of the vm_object lock in vm_map_delete().alc2003-04-301-12/+13
* Range check the syscall number before looking it up in the syscallnames[]jhb2003-04-307-8/+8
* Use %j instead of %q in printf to unbreak sparc64.phk2003-04-301-3/+4
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-3028-32/+28
* Warns fixing. Protect against inappropriate linting, and markmarkm2003-04-302-2/+16
* Help out with linting. Print the ${LINT} command line. This makesmarkm2003-04-301-1/+1
* Make bitfields plain old u_int. u_int16_t makes no sense.markm2003-04-301-6/+6
* Release devq before detach.simokawa2003-04-301-0/+3
* Set status to FWDEVINVAL if probe failed.simokawa2003-04-301-6/+7
* o Don't announce that the timer is good when in fact it isn't timingmarcel2003-04-301-22/+43
* Fix tpyo in last commit.imp2003-04-301-1/+1
* Eliminate an unused parameter from vm_pageout_object_deactivate_pages().alc2003-04-301-6/+5
* Get rid of the redundant 'gone' field, and overload suspend instead.imp2003-04-302-13/+12
* Increase some default values.davidxu2003-04-302-4/+4
* Add vm_object locking to vmspace_swap_count().alc2003-04-301-5/+6
* Add support to CAM for devices with more than 2^32 blocks. (2TB if you'reken2003-04-304-88/+347
* Add missing crom_next() in the previous revision.simokawa2003-04-291-1/+3
* Add definitions for IN6ADDR_LINKLOCAL_ALLMDNS_INIT and INADDR_ALLMDNS_GROUP.mdodd2003-04-292-0/+4
* IP_RECVTTL socket option.mdodd2003-04-294-1/+20
OpenPOWER on IntegriCloud