summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge r389 from libarchive.googlecode.com: Fix a memorykientzle2009-03-051-1/+6
* Some cleanups to the i386 FPU support:jhb2009-03-053-53/+36
* Merge r386,r395,r451 from libarchive.googlecode.com: On Windows, breakkientzle2009-03-051-0/+6
* libc_r_* library is no more required, so just axe it.attilio2009-03-056-563/+0
* Make pmap_copy() more TLB friendly. Specifically, make it use the kernel'salc2009-03-051-5/+4
* A few cleanups to the FPU code on amd64:jhb2009-03-053-33/+22
* Move the PCB flag macros up next to the 'pcb_flags' member in the struct.jhb2009-03-051-5/+6
* Add support for the single-port NetMos NM9835 serial adapter. The puc(4)jhb2009-03-052-0/+13
* SAs are valid (but dying) when they reached soft lifetime,vanhu2009-03-051-14/+7
* Add support for the UNION interface descriptor, used by Nokia phones.thompsa2009-03-051-27/+22
* At least one BIOS bogusly includes duplicate entries for I/O APICs. Thejhb2009-03-052-0/+8
* Always read/write the full 64-bit value of 64-bit BARs. Specifically,jhb2009-03-052-23/+34
* Honor the prefetchable flag in memory BARs by setting the RF_PREFETCHABLEjhb2009-03-051-2/+6
* Hopefully, improve the grammar and wording in the changes to shmctl(2)kib2009-03-052-8/+9
* Systematically use vm_size_t to specify the size of the segment for VM KPI.kib2009-03-051-6/+6
* Add a -o mountprog parameter to mount which explicitly allowsrodrigc2009-03-052-4/+39
* move a variable declaration to the beginning of the blockluigi2009-03-051-1/+1
* remove some signed/unsigned and one const/!const warningluigi2009-03-051-5/+5
* mark a function static, as it isluigi2009-03-051-1/+1
* Argh. r189389 was supposed to include r539 from libarchive.googlecode.comkientzle2009-03-053-6/+9
* Merge r551,r561 from libarchive.googlecode.com: Update gzip read filterkientzle2009-03-052-231/+218
* Merge r364, r378, r379, r393, and r539 from libarchive.googlecode.com:kientzle2009-03-057-613/+506
* Correct r189383, which mis-merged a change from libarchive.googlecode.com.kientzle2009-03-051-2/+2
* Our realloc(3) and reallocf(3) can handle NULL, which turns it into adelphij2009-03-054-21/+8
* Merge r356 and r358 from libarchive.googlecode.com: Remove a Windowskientzle2009-03-052-9/+8
* Merge r357 from libarchive.googlecode.com: bzip2 compressionkientzle2009-03-051-3/+3
* Merge r362 from libarchive.googlecode.com: Minor fix tokientzle2009-03-051-2/+3
* Merge r342 from libarchive.googlecode.com: Remove somekientzle2009-03-051-28/+1
* Merge r344 from libarchive.googlecode.com: __LA_INT64_T and __LA_SSIZE_Tkientzle2009-03-051-3/+6
* Merge r341,r345,r346,347 from libarchive.googlecode.com: Stylekientzle2009-03-056-29/+59
* add a sysctl to ena/dis frobbing ccasam2009-03-052-1/+22
* Now pci(4) handles PCIM_CMD_INTxDIS so there is no need to pokeyongari2009-03-051-10/+1
* add the desired channel to the scan list if not already present andsam2009-03-041-0/+27
* The recent PCI resource allocation fixes exposed a bug where the samejhb2009-03-041-1/+60
* - PR-SCTP bug, where the CUM-ACK was not being updatedrrs2009-03-043-16/+27
* Make IPXrouted compile using Clang by using ANSI function declarations.ed2009-03-041-22/+10
* Remove the local management of INTx as this is now taken care of by pci.rnoland2009-03-048-32/+0
* Extend the management of PCIM_CMD_INTxDIS.rnoland2009-03-041-18/+35
* Put the restrict qualifiers in the right place in the wcp[n]cpy prototypes.das2009-03-041-2/+2
* udf: use truly unique directory cookieavg2009-03-041-1/+1
* udf_strategy: remove redundant commentavg2009-03-041-4/+0
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichdchagin2009-03-046-51/+218
* Add wcpcpy(3) and wcpncpy(3).das2009-03-046-3/+110
* Add Mobile Action MA-620 Infrared Adapter.thompsa2009-03-043-0/+8
* In ip_output(), do not acquire the IN_MULTI_LOCK(),bms2009-03-041-17/+14
* Remove some unused vendor files.das2009-03-0439-16499/+0
* Add sysctl net.inet.ip.mcast.loop. This controls whether or notbms2009-03-041-1/+8
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),das2009-03-047-36/+218
* Add renameat to the POSIX.1-2008 namespace.das2009-03-041-1/+1
* Add *at to the POSIX.1-2008 namespace.das2009-03-041-1/+1
OpenPOWER on IntegriCloud