| Commit message (Expand) | Author | Age | Files | Lines |
* | Add g_concat.h and g_gate.h to be installed in | pjd | 2004-04-30 | 1 | -0/+4 |
* | Spring cleanup of macros | sos | 2004-04-30 | 11 | -100/+45 |
* | GEOM Gate network daemon. | pjd | 2004-04-30 | 3 | -0/+774 |
* | GEOM Gate network client and control utility. | pjd | 2004-04-30 | 3 | -0/+708 |
* | GEOM Gate local control utility. | pjd | 2004-04-30 | 3 | -0/+497 |
* | Stuff shared between ggate utilities. | pjd | 2004-04-30 | 2 | -0/+473 |
* | Makefile for building ggate utilities: ggatel(8), ggatec(8), ggated(8). | pjd | 2004-04-30 | 1 | -0/+5 |
* | Makefile for geom_gate.ko. | pjd | 2004-04-30 | 1 | -0/+8 |
* | Kernel bits of GEOM Gate. | pjd | 2004-04-30 | 2 | -0/+775 |
* | Remove the EBUS_DEBUG and IOMMU_DEBUG options, which are not used any | tmm | 2004-04-30 | 1 | -3/+0 |
* | Remove the separate kernel option for Sun APB PCI-PCI bridges and make | marius | 2004-04-30 | 3 | -3/+1 |
* | Enable _KPOSIX_PRIORITY_SCHEDULING by default, it works fine on sparc64. | marius | 2004-04-30 | 1 | -1/+1 |
* | Update the reference to the FreeBSD sparc64 mailing list, its name has | marius | 2004-04-30 | 1 | -1/+1 |
* | Sorry for doing this backwards, but as with most release related stuff | kensmith | 2004-04-30 | 2 | -4/+30 |
* | New release note: | hrs | 2004-04-30 | 2 | -2/+34 |
* | Allow disks with a GPT to be used on big-endian machines. The GPT is | marcel | 2004-04-30 | 1 | -39/+48 |
* | Create missing directories when extracting hardlinks and symlinks. | kientzle | 2004-04-30 | 1 | -9/+39 |
* | Check that specified in the command line path is actually a directory, | sobomax | 2004-04-30 | 1 | -0/+9 |
* | Convert block comments into C-style that is understood by cpp(1). | ru | 2004-04-29 | 1 | -204/+210 |
* | Revert previous change to this file because it breaks some | bmilekic | 2004-04-29 | 1 | -9/+2 |
* | Add the commented out rue(4) entry. | nyan | 2004-04-29 | 1 | -0/+1 |
* | Add more .Dv markup. | smkelly | 2004-04-29 | 1 | -2/+5 |
* | Add missing .Dv markup and a comma. | smkelly | 2004-04-29 | 1 | -2/+4 |
* | MFi386: revisions from 1.15 to 1.17. | nyan | 2004-04-29 | 1 | -8/+2 |
* | MFi386: revisions from 1.16 to 1.18. | nyan | 2004-04-29 | 1 | -8/+2 |
* | Fix grammar to make it correctly wrong. | cperciva | 2004-04-29 | 1 | -1/+1 |
* | -U is now implemented. (It's been recognized by bsdtar for a while; | kientzle | 2004-04-29 | 1 | -1/+4 |
* | Implement ARCHIVE_EXTRACT_UNLINK for regular files. This supports the | kientzle | 2004-04-29 | 1 | -7/+49 |
* | Add a new fortune from petef. | smkelly | 2004-04-29 | 1 | -0/+2 |
* | Don't do malloc(M_WAITOK) for sound buffers while locks are held. | green | 2004-04-29 | 1 | -1/+1 |
* | Fix a memory leak in ng_get_string_token. A dynamically-allocated | jdp | 2004-04-29 | 1 | -0/+1 |
* | Bump manual page date for last update. | simon | 2004-04-28 | 1 | -1/+1 |
* | Spelling: s/Unlinke/Unlike/ | trhodes | 2004-04-28 | 1 | -1/+1 |
* | Fix up a little language. Remove reference to sysctl(9). Fix reference to | smkelly | 2004-04-28 | 1 | -5/+4 |
* | Thanks to David's patches, we can now simplify these makefiles | ru | 2004-04-28 | 5 | -18/+14 |
* | Properly merge boot0sio.s and boot0.s into boot0.S. | ru | 2004-04-28 | 1 | -1/+2 |
* | Switch to using C99 comments in assembler preprocessed with cpp(1). | ru | 2004-04-28 | 1 | -414/+414 |
* | - Properly merge boot0sio.s and boot0.s into boot0.S. | ru | 2004-04-28 | 3 | -666/+167 |
* | Keep track of threads waiting in kse_release() to avoid a race | deischen | 2004-04-28 | 4 | -33/+85 |
* | Refuse to extract entries with '..' in pathname. | kientzle | 2004-04-28 | 1 | -7/+40 |
* | Remove code that fiddles with Giant in ndis_ticktask() that snuck in | wpaul | 2004-04-28 | 1 | -4/+0 |
* | Temporary precaution measure until repocopy requests are | ru | 2004-04-28 | 1 | -5/+7 |
* | o Add a missed description for m_free(9). | maxim | 2004-04-28 | 1 | -0/+3 |
* | After talking to Bruce Evans and reading more standards specs, | ru | 2004-04-28 | 6 | -1601/+1606 |
* | Remove the EBus stopgap of r1.248; a proper fix is in place now. | tmm | 2004-04-28 | 1 | -8/+0 |
* | Protect som cross-script invocations by checks to see that the target | phk | 2004-04-28 | 2 | -4/+10 |
* | Initdiskless must run before ipfw, or people will not be able to | phk | 2004-04-28 | 2 | -0/+2 |
* | Fix the EBus driver to work with the new PCI code. Unlike other PCI | tmm | 2004-04-28 | 4 | -111/+202 |
* | Sheesh... | phk | 2004-04-28 | 1 | -7/+7 |
* | MFi386: Use C (and CPP) style comments for assembler-with-cpp | ru | 2004-04-28 | 2 | -290/+290 |