summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add BUGS section and note departure of actual implementation from whatimp2002-11-182-0/+6
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,jake2002-11-181-6/+15
* Move SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME into the MI options file, sincejmallett2002-11-188-17/+2
* Setup a default tty mode even if the device is not the console. Don'tjake2002-11-181-10/+4
* Everything in the disklabel is unsigned so make all the input routinesjulian2002-11-182-114/+104
* Remove vm_page_protect(). Instead, use pmap_page_protect() directly.alc2002-11-185-30/+8
* Remove some unnecessary code. Make the device description nicer. Add ajake2002-11-181-66/+31
* Run configure at SI_SUB_THIRD instead of SI_SUB_ANY like otherjake2002-11-181-1/+1
* During shutdown explain what the numbers following the 'syncingalfred2002-11-181-1/+1
* Adjust code for new mailbox format.davidxu2002-11-183-9/+9
* 1. Support versioning and wall clock in kse mailbox,davidxu2002-11-185-18/+231
* MFi386 r1.369alc2002-11-181-1/+5
* Flesh out the description of the uma_zcreate callback function arguementsalfred2002-11-181-0/+35
* Deal with the possibility that time_t != int32_t. Otherwise ia64 thoughtpeter2002-11-171-2/+4
* Oops. Some ut_time stuff slipped through the cracks. These turned outpeter2002-11-173-3/+6
* include smp.h.julian2002-11-172-0/+2
* MFi386 r1.369alc2002-11-171-0/+3
* Add ${DESTDIR} forgotten in the previous commit.hrs2002-11-171-0/+5
* Upgrade the root partition mount to r/w before trying to write to it.luigi2002-11-171-0/+2
* Add a new translation and activate it:hrs2002-11-173-1/+431
* Replace m_copy() with m_copypacket() where applicable.luigi2002-11-171-24/+16
* Fix function headers, remove 'register' from variable declarations.luigi2002-11-171-11/+5
* Fix function headers and remove 'register' variable declarations.luigi2002-11-171-29/+23
* Update SYNOPSIS to reflect the standardized header. Add STANDARDSmike2002-11-171-4/+13
* Move the ip_fragment code from ip_output() to a separate function,luigi2002-11-172-143/+170
* 1. Hide the internals of struct fd_set in standard namespaces.mike2002-11-171-5/+15
* Minor documentation changes and indentation fix.luigi2002-11-171-37/+26
* Cleanup some of the comments, and reformat long lines.luigi2002-11-171-29/+27
* - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way tojake2002-11-171-21/+103
* Apply some fixups in the driver_t's.joe2002-11-173-3/+3
* Use a sysctl for controlling the debugging output.joe2002-11-171-6/+19
* Save a slice name on the disk and print it at g_pc98_dumpconf().nyan2002-11-171-14/+26
* - Ease sanity check to get cylinders.nyan2002-11-171-6/+12
* Copy from ${EXTLOCALDIR} to ${CHROOTDIR}/usr/local if EXTLOCALDIR is defined.nyan2002-11-171-0/+4
* Fix a typo in a console message.joe2002-11-171-1/+1
* 1.Add sysctls to control KSE resource allocation.davidxu2002-11-172-16/+60
* Rework last exiting thread in kse_release(), wait a signal and thendavidxu2002-11-172-4/+22
* Fix a typo. Add FreeBSD ID in a %% comment.schweikh2002-11-171-1/+2
* - Release the imgp vnode prior to freeing exec_map resources to avoidjeff2002-11-171-4/+4
* goto break; != break;dougb2002-11-171-3/+3
* DETACH_FORCE was removed recently. Remove it here, even though thisimp2002-11-171-7/+5
* Rework the sysconf(3) interaction with aio:alfred2002-11-176-13/+52
* MFi386: revision 1.550.nyan2002-11-172-2/+4
* Merged from sys/isa/fd.c revision 1.242.nyan2002-11-172-4/+4
* MFi386 r1.369. Clear the PG_WRITEABLE flag in pmap_clear_write; returnjake2002-11-171-1/+3
* Regenerate after adding syscalls.deischen2002-11-169-12/+39
* - Don't forget the flags value when using boot pages.jeff2002-11-161-0/+1
* Implement the lock with a cmpxchg instruction instead of a xchg.marcel2002-11-161-2/+3
* Enable selecting the type of partition menu on pc98.nyan2002-11-162-34/+34
* Add *context() syscalls to ia64 32-bit compatability table as requesteddeischen2002-11-163-0/+9
OpenPOWER on IntegriCloud