summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* 1. Support versioning and wall clock in kse mailbox,davidxu2002-11-185-18/+231
* MFi386 r1.369alc2002-11-181-1/+5
* include smp.h.julian2002-11-172-0/+2
* MFi386 r1.369alc2002-11-171-0/+3
* 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
* 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
* 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
* - Release the imgp vnode prior to freeing exec_map resources to avoidjeff2002-11-171-4/+4
* DETACH_FORCE was removed recently. Remove it here, even though thisimp2002-11-171-7/+5
* Rework the sysconf(3) interaction with aio:alfred2002-11-175-7/+49
* 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
* Add *context() syscalls to ia64 32-bit compatability table as requesteddeischen2002-11-163-0/+9
* Now that pmap_remove_all() is exported by our pmap implementationsalc2002-11-167-22/+22
* Export the values for _SC_AIO_MAX and _SC_AIO_PRIO_DELTA_MAX via the p1003balfred2002-11-161-0/+4
* Regenerate after adding system calls.deischen2002-11-165-7/+32
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-1622-55/+371
* Call 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LISTIO_MAX)'alfred2002-11-161-0/+3
* headers should not really include "opt_foo.h" (in this case opt_posix.h).alfred2002-11-156-4/+8
* Massive cleanup of the ip_mroute code.luigi2002-11-158-888/+596
* Do not assume that time_t is an int.peter2002-11-152-3/+3
* Test the water. Make time_t long (64 bit) on ia64 since we do not havepeter2002-11-151-1/+1
* Back out rev 1.150; things are more complicated than this.sam2002-11-151-1/+1
* if_attach should not sleep; change malloc's M_WAITOK to M_NOWAITsam2002-11-151-1/+1
* Catch up with sam's changes to network interfaces.mux2002-11-151-2/+1
* Return EWOULDBLOCK for last thread in kse_release().davidxu2002-11-152-0/+2
* network interface and link layer changes:sam2002-11-1523-161/+102
* track changes to ethernet input handling to no longer strip the Ethernet headersam2002-11-141-48/+55
* network interface driver changes:sam2002-11-1460-694/+352
OpenPOWER on IntegriCloud