| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge kld access control checks from the MAC tree: these access control | rwatson | 2002-11-19 | 16 | -0/+488 |
* | Add a sysctl to control the generation of source quench packets, | silby | 2002-11-19 | 1 | -2/+20 |
* | correct function declarations of stubs used for building w/o device bpf | sam | 2002-11-19 | 1 | -4/+4 |
* | We leaked a process lock reference in the event an RFTHREAD process | rwatson | 2002-11-18 | 1 | -1/+2 |
* | Make sure only update wall clock at upcall time, slightly reformat | davidxu | 2002-11-18 | 2 | -26/+26 |
* | - Wakeup the correct address when a zone is no longer full. | jeff | 2002-11-18 | 1 | -1/+1 |
* | Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS, | jake | 2002-11-18 | 1 | -6/+15 |
* | Move SHOW_BUSYBUFS and PANIC_REBOOT_WAIT_TIME into the MI options file, since | jmallett | 2002-11-18 | 8 | -17/+2 |
* | Setup a default tty mode even if the device is not the console. Don't | jake | 2002-11-18 | 1 | -10/+4 |
* | Remove vm_page_protect(). Instead, use pmap_page_protect() directly. | alc | 2002-11-18 | 5 | -30/+8 |
* | Remove some unnecessary code. Make the device description nicer. Add a | jake | 2002-11-18 | 1 | -66/+31 |
* | Run configure at SI_SUB_THIRD instead of SI_SUB_ANY like other | jake | 2002-11-18 | 1 | -1/+1 |
* | During shutdown explain what the numbers following the 'syncing | alfred | 2002-11-18 | 1 | -1/+1 |
* | 1. Support versioning and wall clock in kse mailbox, | davidxu | 2002-11-18 | 5 | -18/+231 |
* | MFi386 r1.369 | alc | 2002-11-18 | 1 | -1/+5 |
* | include smp.h. | julian | 2002-11-17 | 2 | -0/+2 |
* | MFi386 r1.369 | alc | 2002-11-17 | 1 | -0/+3 |
* | Replace m_copy() with m_copypacket() where applicable. | luigi | 2002-11-17 | 1 | -24/+16 |
* | Fix function headers, remove 'register' from variable declarations. | luigi | 2002-11-17 | 1 | -11/+5 |
* | Fix function headers and remove 'register' variable declarations. | luigi | 2002-11-17 | 1 | -29/+23 |
* | Move the ip_fragment code from ip_output() to a separate function, | luigi | 2002-11-17 | 2 | -143/+170 |
* | 1. Hide the internals of struct fd_set in standard namespaces. | mike | 2002-11-17 | 1 | -5/+15 |
* | Minor documentation changes and indentation fix. | luigi | 2002-11-17 | 1 | -37/+26 |
* | Cleanup some of the comments, and reformat long lines. | luigi | 2002-11-17 | 1 | -29/+27 |
* | - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way to | jake | 2002-11-17 | 1 | -21/+103 |
* | Apply some fixups in the driver_t's. | joe | 2002-11-17 | 3 | -3/+3 |
* | Use a sysctl for controlling the debugging output. | joe | 2002-11-17 | 1 | -6/+19 |
* | Save a slice name on the disk and print it at g_pc98_dumpconf(). | nyan | 2002-11-17 | 1 | -14/+26 |
* | Fix a typo in a console message. | joe | 2002-11-17 | 1 | -1/+1 |
* | 1.Add sysctls to control KSE resource allocation. | davidxu | 2002-11-17 | 2 | -16/+60 |
* | Rework last exiting thread in kse_release(), wait a signal and then | davidxu | 2002-11-17 | 2 | -4/+22 |
* | - Release the imgp vnode prior to freeing exec_map resources to avoid | jeff | 2002-11-17 | 1 | -4/+4 |
* | DETACH_FORCE was removed recently. Remove it here, even though this | imp | 2002-11-17 | 1 | -7/+5 |
* | Rework the sysconf(3) interaction with aio: | alfred | 2002-11-17 | 5 | -7/+49 |
* | MFi386: revision 1.550. | nyan | 2002-11-17 | 2 | -2/+4 |
* | Merged from sys/isa/fd.c revision 1.242. | nyan | 2002-11-17 | 2 | -4/+4 |
* | MFi386 r1.369. Clear the PG_WRITEABLE flag in pmap_clear_write; return | jake | 2002-11-17 | 1 | -1/+3 |
* | Regenerate after adding syscalls. | deischen | 2002-11-16 | 9 | -12/+39 |
* | - Don't forget the flags value when using boot pages. | jeff | 2002-11-16 | 1 | -0/+1 |
* | Add *context() syscalls to ia64 32-bit compatability table as requested | deischen | 2002-11-16 | 3 | -0/+9 |
* | Now that pmap_remove_all() is exported by our pmap implementations | alc | 2002-11-16 | 7 | -22/+22 |
* | Export the values for _SC_AIO_MAX and _SC_AIO_PRIO_DELTA_MAX via the p1003b | alfred | 2002-11-16 | 1 | -0/+4 |
* | Regenerate after adding system calls. | deischen | 2002-11-16 | 5 | -7/+32 |
* | Add getcontext, setcontext, and swapcontext as system calls. | deischen | 2002-11-16 | 22 | -55/+371 |
* | Call 'p31b_setcfg(CTL_P1003_1B_AIO_LISTIO_MAX, AIO_LISTIO_MAX)' | alfred | 2002-11-16 | 1 | -0/+3 |
* | headers should not really include "opt_foo.h" (in this case opt_posix.h). | alfred | 2002-11-15 | 6 | -4/+8 |
* | Massive cleanup of the ip_mroute code. | luigi | 2002-11-15 | 8 | -888/+596 |
* | Do not assume that time_t is an int. | peter | 2002-11-15 | 2 | -3/+3 |
* | Test the water. Make time_t long (64 bit) on ia64 since we do not have | peter | 2002-11-15 | 1 | -1/+1 |
* | Back out rev 1.150; things are more complicated than this. | sam | 2002-11-15 | 1 | -1/+1 |