summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Sync usb.h with NetBSD, apart from usb_device_info.speed, whichjoe2002-01-025-73/+155
* 1. Implement an optimization for pmap_remove() and pmap_protect(): if atmm2002-01-024-48/+143
* Revert part of the last commit. UIPROTO_MASS_BBB was renamed tojoe2002-01-022-4/+4
* Sync with NetBSD:joe2002-01-0211-84/+106
* Correct the defintion of struct ofw_upa_regs, and use it instead oftmm2002-01-026-61/+82
* Close a window of time during early boot in which an interrupt wouldtmm2002-01-021-18/+18
* Remove the special casing for NetBSD and OpenBSD now that theyjoe2002-01-021-4/+0
* NetBSD have introduced usb_proc_ptr for us (they'll be needing it soon too)joe2002-01-029-67/+78
* Fix some places where the macro L0IFPIUNIT was used instead of the correctgj2002-01-022-7/+7
* If the CLK_VAL register is 0 bits wide, the system does not supportmsmith2002-01-021-10/+12
* i4bisppp also needs net/if_spppsubr.c.gj2002-01-021-0/+1
* o Properly check the file descriptor passed to aio_cancel(2). (Previously,alc2002-01-021-14/+3
* Permit NFS filesystems to be forcibly unmounted when the server isiedowse2002-01-023-7/+52
* Print parm6 too in the !KTR_EXTEND case.jake2002-01-011-1/+1
* 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4.jake2002-01-011-2/+2
* Correctly identify the cpu in certain ultra 1s.jake2002-01-011-0/+1
* Define __ASM__ so that libc will know not to define C things.jake2002-01-011-0/+2
* Add a define for the fp restore soft trap type.jake2002-01-011-1/+2
* Add constants needed by user trap code.jake2002-01-011-0/+6
* Enable virtual caching for kernel pages. When we enabled virtual cachingjake2002-01-011-3/+3
* Add some more info to traces.jake2002-01-012-38/+26
* Ensure that the syscall trap vector is properly aligned.jake2002-01-012-0/+2
* Implement sysarch(SPARC_UTRAP_INSTALL).jake2002-01-011-0/+69
* Implement user trap delivery as specified by the sparc abi. This providesjake2002-01-016-4/+189
* Add a panic stack, which is used as a known good stack when there isjake2002-01-016-9/+244
* Add a soft trap for restoring the fpu registers from the pcb.jake2002-01-012-0/+24
* Fix long lines in the trap table due to the abi specificied trap typesjake2002-01-012-258/+260
* Update of the VIA 82c686b southbridge data corruption fix, alsosos2002-01-011-15/+19
* o Remove an errant ';' introduced in the last revision.alc2002-01-011-2/+1
* - Do not uiomove with a mutex locked.tanimura2002-01-0115-425/+387
* o Remove premature use of nmp->nm_cred, it hasn't been initialized yet.rwatson2002-01-011-1/+1
* This file does not need to include procfs.h. This fixes a bunch of warnings.des2002-01-011-1/+0
* Add support for Nikon Coolpix E775 and E885 cameras.jedgar2002-01-011-2/+9
* Welcome 2002. Happy new year.imp2002-01-011-2/+2
* Add the nullmodem devicejulian2002-01-012-0/+2
* o Some style(9)-motivated changes to white space.alc2002-01-012-15/+15
* Save stack space by converting areq in sc->areq.ambrisko2001-12-311-88/+84
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-313-42/+722
* o Pass td into nfs_mountroot() to eliminate an XXX'd curthread use.rwatson2001-12-312-4/+3
* o Remove premature leakage of use of td_ucred from base source tree:rwatson2001-12-311-3/+3
* Grrr. The tlb code is strewn over 3 files and I misread it. Revertdillon2001-12-312-16/+0
* o Add missing #include's of sys/proc.h, missed in merge, required torwatson2001-12-312-0/+2
* You know those 'XXX what about SMP' comments in pmap_kenter()? Well,dillon2001-12-312-6/+20
* Spelling fixes.bp2001-12-316-14/+14
* o Make the credential used by socreate() an explicit argument torwatson2001-12-3113-21/+42
* Remove unused includes.joerg2001-12-311-7/+0
* Disabled the olpt driver temporarily to avoid 'repeat make_dev' panic.nyan2001-12-311-1/+1
* When the old nfsm_adv() macro was moved to nfsm_adv_xx(), a '>='iedowse2001-12-311-1/+1
* o Correct an off-by-one error in aio_suspend(2).alc2001-12-311-1/+1
* o Use "td->td_proc" instead of "curproc" where possible.alc2001-12-311-10/+8
OpenPOWER on IntegriCloud