| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't move NFSCLIENT. | nyan | 2002-11-18 | 1 | -1/+1 |
* | Catch up with The Great Perl Script Rewrite. | ru | 2002-11-18 | 1 | -1/+1 |
* | Install /usr/libexec/makewhatis.local and /usr/libexec/catman.local. | ru | 2002-11-18 | 6 | -877/+8 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 31 | -153/+107 |
* | Add several new real categories and virtual categories. | knu | 2002-11-18 | 1 | -2/+9 |
* | Create a link /boot -> /<efi>/boot, where <efi> is the mountpoint | marcel | 2002-11-18 | 2 | -0/+30 |
* | Add mount_msdosfs to the crunch-mix. We need to be able to mount | marcel | 2002-11-18 | 1 | -2/+2 |
* | - Wakeup the correct address when a zone is no longer full. | jeff | 2002-11-18 | 1 | -1/+1 |
* | This file has reincarnated as src/include/uuid.h with a whole new | marcel | 2002-11-18 | 1 | -59/+0 |
* | libc header files are normally in src/include. Therefore, uuid.h has | marcel | 2002-11-18 | 2 | -16/+10 |
* | Add BUGS section and note departure of actual implementation from what | imp | 2002-11-18 | 2 | -0/+6 |
* | 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 |
* | Everything in the disklabel is unsigned so make all the input routines | julian | 2002-11-18 | 2 | -114/+104 |
* | 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 |
* | Adjust code for new mailbox format. | davidxu | 2002-11-18 | 3 | -9/+9 |
* | 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 |
* | Flesh out the description of the uma_zcreate callback function arguements | alfred | 2002-11-18 | 1 | -0/+35 |
* | Deal with the possibility that time_t != int32_t. Otherwise ia64 thought | peter | 2002-11-17 | 1 | -2/+4 |
* | Oops. Some ut_time stuff slipped through the cracks. These turned out | peter | 2002-11-17 | 3 | -3/+6 |
* | include smp.h. | julian | 2002-11-17 | 2 | -0/+2 |
* | MFi386 r1.369 | alc | 2002-11-17 | 1 | -0/+3 |
* | Add ${DESTDIR} forgotten in the previous commit. | hrs | 2002-11-17 | 1 | -0/+5 |
* | Upgrade the root partition mount to r/w before trying to write to it. | luigi | 2002-11-17 | 1 | -0/+2 |
* | Add a new translation and activate it: | hrs | 2002-11-17 | 3 | -1/+431 |
* | 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 |
* | Update SYNOPSIS to reflect the standardized header. Add STANDARDS | mike | 2002-11-17 | 1 | -4/+13 |
* | 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 |
* | - Ease sanity check to get cylinders. | nyan | 2002-11-17 | 1 | -6/+12 |
* | Copy from ${EXTLOCALDIR} to ${CHROOTDIR}/usr/local if EXTLOCALDIR is defined. | nyan | 2002-11-17 | 1 | -0/+4 |
* | 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 |
* | Fix a typo. Add FreeBSD ID in a %% comment. | schweikh | 2002-11-17 | 1 | -1/+2 |
* | - Release the imgp vnode prior to freeing exec_map resources to avoid | jeff | 2002-11-17 | 1 | -4/+4 |
* | goto break; != break; | dougb | 2002-11-17 | 1 | -3/+3 |