summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Do not export AT_CLKTCK when emulating Linux kernel priordchagin2009-05-104-3/+36
* Introduce linux_kernver() interface which is intended for an exactdchagin2009-05-102-17/+62
* Rework r189362, r191883.dchagin2009-05-104-3/+9
* Eliminate stale comments.alc2009-05-102-10/+1
* PowerPC does not, in general, have ISA sound devices or an ISA bus,nwhitehorn2009-05-101-1/+1
* - Fix build with INVARIANTS enabled.stas2009-05-101-2/+2
* - Fix multicast operation that I broke in previous commit.stas2009-05-101-16/+44
* - Fix promisc/multicast/broadcast parameters setting by introducing thestas2009-05-101-12/+53
* Abort any scan on a fatal firmware. ic_scan_curchan is overridden to performthompsa2009-05-104-0/+12
* Cancel the scan when going to INIT state. Should do this for other states herethompsa2009-05-101-0/+2
* - Use "device\t" and "options \t" for consistency.kuriyama2009-05-1039-406/+406
OpenPOWER on IntegriCloud