summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Catch this file up with ufs/ffs/fs.h.trhodes2003-04-221-95/+104
* | Revision 1.246 should have also includedalc2003-04-221-1/+2
* | chdir(1) into a source directory before attempting to determine theru2003-04-221-1/+2
* | IP addresses can be up to 15 characters long, not 12.mike2003-04-221-2/+2
* | Comment out firewire devices.nyan2003-04-221-3/+3
* | Axe CXXINCLUDES from CXXFLAGS, it serves no useful purpose anymore.ru2003-04-221-1/+1
* | Add Vladimir Ulyanov's birthday.grog2003-04-221-0/+1
* | Bump document date for previous revision.ru2003-04-221-16/+36
* | Move down intr level testing code a bit, cpu_switch_load_gs fault can be atdavidxu2003-04-222-6/+6
* | add FireWire drivers.simokawa2003-04-222-0/+8
* | Fix some problems for cpu_switch_load_gs. when fault address is atdavidxu2003-04-222-2/+14
* | Remove unused declarations.alc2003-04-221-4/+0
* | Revision 1.52 of vm/uma_core.c has led to UMA's obj_alloc() beingalc2003-04-221-3/+2
* | Fix compilation errors.phk2003-04-221-2/+1
* | FreeBSD has no systrace(1), and our rc.subr does not support it.dougb2003-04-221-12/+0
* | Add VM_OBJECT_LOCKED().alc2003-04-221-0/+1
* | add scbus for FireWire.simokawa2003-04-221-0/+7
* | Document device_set_driver(9)imp2003-04-222-1/+57
* | Document device_printf(9).imp2003-04-222-1/+59
* | Document device_set_ivars(9) as well.imp2003-04-222-2/+20
* | Remove single threading detecting code, these code really should bedavidxu2003-04-225-45/+0
* | Set the local bus address in xfer->dst.simokawa2003-04-221-2/+2
* | Don't use the tpa instruction to implement pmap_kextract. The tpamarcel2003-04-222-8/+26
* | man page for device_get_parent.imp2003-04-222-1/+50
* | device_is_alive already was documented in device_get_state, so remove theimp2003-04-224-102/+12
* | Add man page for device_get_name and device_get_nameunit.imp2003-04-221-0/+55
* | Don't use UFS2 by default during the install process on PC98, as therwatson2003-04-214-22/+36
* | Now that all uses of this file use explicit encoding/decoding, removephk2003-04-211-36/+12
* | Use explicit encoding/decoding funtions for sunlabel data structures.phk2003-04-212-34/+29
* | Update libdisk to use the explicing encoding function for sunlabel dataphk2003-04-212-11/+13
* | Add minimal regression test for hotspot handling of the sunlabel.phk2003-04-211-0/+114
* | Implement a hotspot for the sunlabel.phk2003-04-211-3/+38
* | - Don't highlight options APIC_IO at the top since it only applies to i386jhb2003-04-211-3/+15
* | Update GEOM::SUN to use the decoding functions in geom_sunlabel_enc.cphk2003-04-213-45/+18
* | Use #defines from <sys/sun_disklabel.h> instead of private ones.phk2003-04-211-8/+4
* | Add defines for number of partitions, raw partition index and size ofphk2003-04-211-1/+4
* | Add prototypes for sunlabel_dec() and sunlabel_enc().phk2003-04-211-0/+3
* | Removed mount_devfs from progs since there is no "mount_devfs"ru2003-04-215-5/+5
* | Grammar and spelling fixes, improved the wording a bitbrueffer2003-04-211-37/+38
* | Functions to encode and decode Sun Microsystems disk partitioning dataphk2003-04-211-0/+131
* | Use newly minted device_is_attached rather than device_is_alive to seeimp2003-04-2117-17/+17
* | Xref these two functions, since they are similar enough to cause confusion.imp2003-04-212-0/+2
* | Simple man page for new device_is_attached.imp2003-04-212-1/+50
* | Add a man page for device_is_alive.imp2003-04-212-1/+50
* | Create a new function, device_is_attached(), that is likeimp2003-04-212-0/+7
* | Regen.takawata2003-04-212-6/+20
* | Add another product ID for if_axe and correct vendor ID descriptiontakawata2003-04-212-2/+5
* | Kill debug printf that crept in my last commitimp2003-04-211-1/+0
* | Force output of jail ID (if necessary) before excuting the command,mike2003-04-211-1/+3
* | Add FireWire drivers to GENERIC.simokawa2003-04-217-0/+35
OpenPOWER on IntegriCloud