summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Correct a rare use-after-free error in pmap_copy(). This error wasalc2009-05-132-3/+7
* Eliminate page queues locking from bufdone_finish() through thealc2009-05-133-11/+82
* Fix copy-paste bug in NGM_NETFLOW_SETCONFIG argument size verification.mav2009-05-131-1/+1
* Eliminate duplicate error messages from "tar c".kientzle2009-05-131-0/+1
* Remove unused variables.brueffer2009-05-122-7/+1
* Remove unused variables.brueffer2009-05-121-4/+1
* - Resurrect the debug printf message I accidentally droppedstas2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storestas2009-05-121-16/+28
* Correct r190283 (partially reverting it) as on sparc64 BUS_DMA_NOCACHEmarius2009-05-121-5/+13
* Add -c option to summarize number of calls, errors, and system time.dds2009-05-1213-145/+247
* Remove unused variable.brueffer2009-05-121-3/+0
* Remove unused variable.brueffer2009-05-121-2/+0
* Add missing 'break' statement.trasz2009-05-121-0/+1
* Check return value of gctl_get_asciiparam().trasz2009-05-121-0/+4
* Remove dead code.trasz2009-05-121-4/+0
* Remove dead code.trasz2009-05-121-2/+0
* - Implement detach path.stas2009-05-121-82/+143
* Modify the experimental nfs server to use the new nfsd_nfsd_argsrmacklem2009-05-122-40/+39
* Add missing free(9) in error case.trasz2009-05-121-0/+1
* Add missing 'break' statements.trasz2009-05-121-0/+2
* Report all fdescfs vnodes as VCHR for stat(2). Fake the uniquekib2009-05-121-65/+20
* Return controlled EINVAL when the fdescfs lookup routine is given stringkib2009-05-121-2/+7
* This patch adds a host route to an interface address (that is assignedqingli2009-05-121-1/+47
* Eliminate gratuitous clearing of the page's dirty mask.alc2009-05-123-3/+6
* fix bug introduced by last changekmacy2009-05-121-1/+1
* connect upgt(4) to the build. It should work on all architectures.weongyo2009-05-121-1/+1
* Add WUSB54AG and XM142 entries for upgt(4)weongyo2009-05-121-0/+2
* don't acquire tty lock with console lock heldkmacy2009-05-112-1/+5
* xen console lock needs to be a spin lock in case it is acquired from an inter...kmacy2009-05-113-5/+16
* *sigh*, while the kernel built, userland C did not. Revert the previousjhb2009-05-111-4/+4
* Prevent overflow of uio_resid.kib2009-05-111-0/+3
* Change the name of the nfs server addsock structure from nfsd_argsrmacklem2009-05-112-2/+2
* Add macros around the sx operations in snp(4).ed2009-05-111-4/+15
* Modify nfsvno_fhtovp() to ensure that it always sets the credprmacklem2009-05-111-0/+1
* Always use __null to define NULL for GCC 4+. Use '0' rather thanjhb2009-05-111-4/+4
* Update a few XXX commentsimp2009-05-111-4/+4
* LFS cannot be loaded, compiled, torn, spindled or mutilated inimp2009-05-111-2/+1
* These are some cosmetic changes to improve the clarity of libthr's fork imple...green2009-05-111-9/+9
* Fix a kernel compilation error, introduced after r191990, by definingattilio2009-05-111-0/+3
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-1157-401/+412
* Translate l_timeval arg to native struct timeval indchagin2009-05-112-1/+41
* Add forgotten linux to bsd flags argument mapping into the linux_recv().dchagin2009-05-111-1/+1
* less has been updated to v429delphij2009-05-111-1/+1
* Revert CVS revision 1.94 (svn r16840). Current pmap implementations don'talc2009-05-111-5/+7
* Fix typo in bwi driver.imp2009-05-111-1/+1
* rename xdr support files to avoid conflicts when linking in to the kernelkmacy2009-05-114-3/+3
* ports upgt(4) driver for USB2.weongyo2009-05-113-0/+2896
* Just like in cpu_halt(), use cpu_shutdown() rather than ofw_exit()marius2009-05-101-1/+1
* - Fix style.marius2009-05-101-10/+18
* Change uses of the struct ccb_hdr timeout_ch missed when isp(4) wasmarius2009-05-101-2/+3
OpenPOWER on IntegriCloud