summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support to Sony Ericsson USB Cable(Susteen USB Data Cable)sanpei2004-08-083-0/+8
* It shouldn't be an error to specify the same mode twice: allow -cc but not -ct.kientzle2004-08-082-50/+38
* Another pointy-hat problem: PACKAGE_VERSION macro is set inkientzle2004-08-082-3/+0
* Bump __FreeBSD_version for vfs_mount signature change.alfred2004-08-081-1/+1
* rearange some code that handles the thread taskqueue so that it is morejmg2004-08-083-18/+44
* Oops. Use "unsigned long" instead of "int" for the intermediate variableskientzle2004-08-082-9/+7
* Minor portability fixes. bsdtar now compiles on Win32/cygwin, thoughkientzle2004-08-081-2/+18
* Assume a finger of regular width when no width value is reported byphilip2004-08-082-6/+20
* Add support AOpen VA1000 video capture cardsanpei2004-08-082-2/+15
* Use 'int' for certain wide-character conversions instead of wchar_t.kientzle2004-08-082-4/+8
* Update support for Synaptics Touchpads (Volume IV)philip2004-08-082-4/+4
* Update support for Synaptics Touchpads (Volume III)philip2004-08-082-0/+52
* Update support for Synaptics Touchpads (Volume II)philip2004-08-082-10/+52
* Update support for Synaptics Touchpads (Volume I)philip2004-08-082-106/+128
* The configure-built Makefile wasn't installing archive.hkientzle2004-08-081-2/+3
* If you don't need a header, don't bother including it.kientzle2004-08-081-1/+0
* With the advent of pmap locking it makes sense for pmap_copy() to be lessalc2004-08-082-6/+6
* Implement single stepping when we leave the kernel through the EPC syscallmarcel2004-08-082-4/+63
* Add support for Belkin F5U409 serial-usb adaptersanpei2004-08-073-1/+5
* Add man pages for the cimag(), conj() and creal() functions.stefanf2004-08-072-2/+107
* Oh yeah? 4 born in the Netherlands. Taken relative to the size ofmarcel2004-08-071-0/+1
* Push all changes to disk before downgrading a mount from rw to ro.phk2004-08-071-0/+3
* Slightly move labels around to make sure we call ast() on our way outmarcel2004-08-072-13/+5
* De-inline gdb_cpu_signal() because we need to convert the trap vectorsmarcel2004-08-072-7/+11
* 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
OpenPOWER on IntegriCloud