summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 10 born in France now!nsouch2004-08-071-0/+1
* The whitespace crusader strikes!des2004-08-072-95/+95
* Don't forget to allocate space for the terminating NUL when converting todes2004-08-071-1/+1
* Acquire vr lock before entering vr_setcfg() in vr_miibus_statchg(),rwatson2004-08-072-0/+4
* Add --totals option. Unlike gtar, this reports the bytes actuallykientzle2004-08-074-3/+25
* Split archive_{read,write}_finish into separate "close" (finish the archivekientzle2004-08-076-22/+67
* Don't forget to count the end-of-file padding as part of the finishedkientzle2004-08-072-0/+2
* Having implemented read support for it, I now know how to document thekientzle2004-08-071-3/+13
* Linux port corrections:kientzle2004-08-073-5/+6
* Correct an mdoc error; add a sentence about tar's ancestors "tp" and "tap."kientzle2004-08-071-1/+6
* Revert unintended commit that came in with 3rd clause removalimp2004-08-071-67/+12
* Due to popular demand, hook up geom_vinum to the build.le2004-08-072-0/+2
* Add a way to force 1:1 mode for libpthread. To do this, definedeischen2004-08-0710-84/+82
* Fix syntax error introduced in the last commit.le2004-08-071-2/+2
* We're not yet ready to assert !Giant in kern_fcntl(), as it's calledrwatson2004-08-071-5/+4
* Correct the last commit so it works in error situations as well.sos2004-08-071-1/+1
* Add altq(9) explaining about the IFQ_* and IFQ_DRV_* macros in if_var.h andmlaier2004-08-072-0/+599
* Remove extra "*/".simokawa2004-08-071-2/+0
* Add another UPDATING entry about recompiling modules implementing networkmlaier2004-08-071-0/+5
* Add a "void *if_carp" placeholder to struct ifnet with prospect to bring inmlaier2004-08-071-0/+1
* Document the remove command.marcel2004-08-071-1/+37
* Implement a remove command. The remove command iterates the GPTmarcel2004-08-075-3/+217
* Assign the result of getopt() to an int rather than to a char.stefanf2004-08-071-2/+1
* Fix the calculation of the most negative int64_t value, whichkientzle2004-08-072-3/+3
* Use __FBSDID.marcel2004-08-077-14/+21
* Move the definition of M_MEMDESC to a non-optional file. This allowsscottl2004-08-072-5/+5
* o Save the partition number (=index) in the internal map. The indexmarcel2004-08-076-34/+75
* Remove dead code. A vm_map's first_free is never NULL (even if the map isalc2004-08-071-7/+2
* It appears that cdevsw_add/remove were removed quite a while ago, soimp2004-08-073-132/+0
* Expand indirect reference to copyright file to the portion of that fileimp2004-08-074-12/+88
* Eliminate a variable that became unused in the i386 to amd64 conversion.alc2004-08-071-2/+0
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley derived softwareimp2004-08-0766-273/+95
* Per letter dated July 22, 1999, delete clause 3 from code directlyimp2004-08-0717-68/+0
* Since we upgraded compilers, and the kernel build to match, we can't buildimp2004-08-071-0/+5
* Create an EFI partition when the user wants auto defaults. There'smarcel2004-08-072-0/+44
* Add "make distfile" capabilities to bsdtar, including informationalkientzle2004-08-077-50/+251
* libarchive now has two complete build systems. The usual "Makefile"kientzle2004-08-0711-506/+444
* Pass the pointy hat, please: Don't blow away the high-orderkientzle2004-08-071-3/+3
* Beef up the "cannot archive this" error message with thekientzle2004-08-072-2/+4
* o Save pointers to the chunks for root, home, swap, usr, var and tmp inmarcel2004-08-078-314/+298
* Pickup Giant in ath_rx_proc and when handling a beacon miss in order tosam2004-08-071-0/+6
* Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EEgrehan2004-08-071-1/+1
* As SLIP directly accesses the tty code from its if_start() routine,rwatson2004-08-061-1/+3
* Use the new prototype for the zone constructor.cognet2004-08-061-2/+3
* Flag a broad range of VFS operations as GIANT_REQUIRED in order torwatson2004-08-061-2/+24
* Fix a panic in ata_generic_transaction(). The DMA pointer of the channelnjl2004-08-061-1/+1
* In thread_exit(), include more information about the thread/processrwatson2004-08-061-1/+2
* Push UIDINFO_UNLOCK() slightly earlier in chgsbize(), as it's notrwatson2004-08-061-2/+2
* Avoid acquiring Giant for some common light-weight or already MPSAFErwatson2004-08-061-2/+31
* Generate KTR trace records for syscall enter and exit in i386 systemrwatson2004-08-061-0/+6
OpenPOWER on IntegriCloud