| Commit message (Expand) | Author | Age | Files | Lines |
* | Use a jump table (a la Solaris) for pthread routines with default | deischen | 2002-11-13 | 4 | -401/+230 |
* | Remove a commented out #include "opt_pci.h", it doesn't | mux | 2002-11-13 | 1 | -1/+0 |
* | The pam_krb5 module stored a reference to a krb5_ccache structure as | nectar | 2002-11-13 | 1 | -20/+42 |
* | Remove opt_pci.h from SRCS, it doesn't exist anymore. | mux | 2002-11-13 | 2 | -2/+2 |
* | Use `krb5_get_err_text' instead of `error_message' so that instead of | nectar | 2002-11-13 | 1 | -24/+47 |
* | Remove opt_pci.h from SRCS. | mux | 2002-11-13 | 1 | -1/+1 |
* | Remove a bunch of #include "opt_pci.h". | mux | 2002-11-13 | 14 | -14/+0 |
* | Unbreak kernel build. | mux | 2002-11-13 | 1 | -1/+0 |
* | Add ia64 documents to RELNOTESng snapshot. | bmah | 2002-11-13 | 1 | -1/+1 |
* | Don't set atime / mtime if we don't have an output file, which can happen | des | 2002-11-13 | 1 | -2/+2 |
* | Introduce a condition variable to avoid returning EBUSY when | rwatson | 2002-11-13 | 9 | -261/+468 |
* | Add support for the C99 %t format modifier. | mux | 2002-11-13 | 1 | -2/+11 |
* | Add the sys/stddef.h header, so that we can have ptrdiff_t | mux | 2002-11-13 | 1 | -0/+43 |
* | Take __FreeBSD_version into account when BOOTSTRAPPING. | ru | 2002-11-13 | 8 | -18/+28 |
* | Actually check if stdbool.h exists when BOOTSTRAPPING. | ru | 2002-11-13 | 2 | -2/+2 |
* | mtree(8) wasn't a bootstrap tool since 2000/07/23 (Makefile.inc1,v 1.161). | ru | 2002-11-13 | 1 | -5/+0 |
* | Bootstrapping aid for 4.0-RELEASE. | ru | 2002-11-13 | 4 | -0/+17 |
* | Fix a constant in the standard namespace not to depend on another | mike | 2002-11-13 | 1 | -2/+2 |
* | Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger than | maxim | 2002-11-13 | 1 | -1/+6 |
* | Document loader tunables hw.pci.enable_io_modes and | mdodd | 2002-11-13 | 2 | -0/+24 |
* | Convert kernel compile option PCI_ALLOW_UNSUPPORTED_IO_RANGE to | mdodd | 2002-11-13 | 2 | -36/+49 |
* | Staticize local variable. | mdodd | 2002-11-13 | 1 | -1/+1 |
* | Loader tunable 'machdep.disable_mtrrs'. | mdodd | 2002-11-13 | 4 | -2/+20 |
* | Also test for type efi everywhere we currently test for type fat. | marcel | 2002-11-13 | 10 | -12/+22 |
* | Move pmap_collect() out of the machine-dependent code, rename it | alc | 2002-11-13 | 11 | -154/+37 |
* | Handle EFI partitions the same as regular FAT partitions. The only | marcel | 2002-11-13 | 2 | -0/+4 |
* | Major #46 was also MIA. | peter | 2002-11-13 | 1 | -0/+1 |
* | Put echo on a diet, removing unnecessary use of stdio and getopt. | njl | 2002-11-13 | 1 | -9/+8 |
* | Note that 101 is unused, rather than leave it out of the file. | peter | 2002-11-13 | 1 | -1/+4 |
* | Add LOGIN_SETMAC to the list of flags that can't be set without class | rwatson | 2002-11-12 | 1 | -1/+1 |
* | Use a clean flags variable when creating chunks from scripts instead of | jhb | 2002-11-12 | 2 | -6/+4 |
* | Fix a "bug" in sysctl(8). Limit the length when we print a string from | peter | 2002-11-12 | 1 | -1/+1 |
* | Remove a line that set the status to success. We already do that at the | jhb | 2002-11-12 | 2 | -4/+2 |
* | Try to cleanup the non-interactive disk labeling code a bit. Rework | jhb | 2002-11-12 | 2 | -98/+78 |
* | Do a bit of cleanup. new_part() basically ignored the passed in size | jhb | 2002-11-12 | 2 | -38/+22 |
* | Turn off duplicate lock checking for inp locks because udp_input() | hsu | 2002-11-12 | 1 | -1/+1 |
* | Doh, fix a bug in previous commit. The default is to newfs for new | jhb | 2002-11-12 | 2 | -2/+2 |
* | When setting the mountpoint name, remember any previous setting of the | jhb | 2002-11-12 | 2 | -4/+14 |
* | Make 'agp', 'tun', and 'if_txp' be modules on the mfsroot floppy instead of | jhb | 2002-11-12 | 3 | -6/+3 |
* | Fix bogus return values from libc_r's writev() routine in situations where | archie | 2002-11-12 | 1 | -6/+21 |
* | release.9 for ia64 cannot be currently cross-built -- gpt(8) | ru | 2002-11-12 | 1 | -0/+2 |
* | [DAIVD O'BRIEN's OPINION] | obrien | 2002-11-12 | 2 | -7/+4 |
* | - Add fwmem_xfer_req() and use this in other functions. | simokawa | 2002-11-12 | 1 | -51/+47 |
* | - Remove unused code. | simokawa | 2002-11-12 | 1 | -183/+21 |
* | fix wording. | simokawa | 2002-11-12 | 1 | -1/+1 |
* | Split userland services to fwdev.c. | simokawa | 2002-11-12 | 5 | -880/+925 |
* | Fix XSI (X/Open) namespace support. | mike | 2002-11-12 | 1 | -11/+18 |
* | o Fix usage(). | maxim | 2002-11-12 | 1 | -5/+20 |
* | Use struct fw_device in fwmem.c | simokawa | 2002-11-12 | 4 | -31/+97 |
* | Add a prototype for suspend/resume. | simokawa | 2002-11-12 | 1 | -0/+16 |