summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add address families AF_SLOW and AF_SCLUSTER. These are used by thegrog2001-04-232-3/+8
* Fix the `tape drive spinning indefinately upon mt stat' problem.joerg2001-04-221-2/+15
* Removed old version of vaccess_acl_posix1e() that snuck back in rev 1.146.obrien2001-04-221-2/+0
* Style(9) fixes:obrien2001-04-221-51/+53
* add MARVELL to the list of phys to go into miibusmjacob2001-04-211-1/+1
* o Remove comment indicating policy permits loop-back debugging, butrwatson2001-04-211-1/+0
* Block out all interrupts, even machine checks, for critical_enter()gallatin2001-04-212-1/+2
* Fix the cut'n'paste style bugs I introduced in rev 1.16jedgar2001-04-211-3/+3
* Upper limit of mousechar start is UCHAR_MAX - 3, not UCHAR_MAX - 4ache2001-04-211-2/+4
* My fix to NEWCARD for getting the function type broke oldcard due toimp2001-04-211-2/+2
* Set the device name for NEC PC98 PCMCIA Controller on boot.imp2001-04-211-18/+19
* Add accessor/ivar for the "function". This is so we can genericallyimp2001-04-212-1/+6
* Avoid divide-by-zero for devices that the adapter has not negotiated amsmith2001-04-211-1/+5
* Add entry for swdog, Sitara Networks' watchdog timer.grog2001-04-211-0/+1
* Only try to delete the resource if we actually got it.imp2001-04-211-2/+3
* Spelling nit: acquring -> acquiring.jhb2001-04-211-1/+1
* Assert that when using an interlock mutex it is not recursed when lockmgr()alfred2001-04-201-1/+3
* add a comment to note that a process's vmspace may change, but so faralfred2001-04-201-1/+3
* Say goodbye to TCP_COMPAT_42jesper2001-04-2010-84/+0
* Fix typo in previous commit.ume2001-04-201-1/+1
* Make the ap_boot_mtx mutex static.jhb2001-04-207-7/+7
* Split up the db_printf's for 'show pcpu' so that we only output at most onejhb2001-04-202-4/+8
* GC some debugging code that's been #if 0'ed since we got the file fromgallatin2001-04-201-8/+0
* - Fix to receive icmp6 echo reply within the host itself to ff02::1.ume2001-04-191-2/+32
* style(9) edit.obrien2001-04-191-40/+39
* o Document UFS_ACL optionjedgar2001-04-192-4/+16
* - Whoops, forgot to enable the clock lock in the spin order list on thejhb2001-04-191-4/+2
* Add power on to start sequence for 4.x kernels.orion2001-04-192-2/+12
* Don't unwrap the function descriptor used as the callout argument todfr2001-04-191-7/+2
* Don't take the Giant mutex for clock interrupts.dfr2001-04-191-2/+0
* vnode_pager_freepage() is really vm_page_free() in disguise,alfred2001-04-196-25/+17
* Indirect off cinfo rather than calling pcic_ functions directly. Thisimp2001-04-191-12/+12
* First cut at bringing NEC PC98 original pccard bridge code back intoimp2001-04-194-47/+372
* Fix inconsistency in setup of kernel_map: we need to make sure thatbmilekic2001-04-183-6/+8
* Check validity of signal callback requested via aio routines.alfred2001-04-183-2/+15
* Convert the protection of hte i8254 from critical_enter/exit like it isjhb2001-04-184-17/+21
* Back out 1.103. It wasn't approved by the owner of the file andimp2001-04-182-90/+90
* Protect pager object creation with sx locks.alfred2001-04-183-33/+43
* Back out the previous revision as it causes random sig 11's to userlandjhb2001-04-181-7/+3
* Don't panic when we try to modify the kernel pmap.dfr2001-04-181-2/+2
* Print an approximation of the function arguments in the stack trace.dfr2001-04-181-10/+25
* Implement a simple stack trace for DDB. This will have to be redonedfr2001-04-183-11/+68
* Record the right value for tf_ndirty for kernel interruptions so thatdfr2001-04-182-6/+6
* mdoc(7) police: fixed whatis(1) entry.ru2001-04-181-3/+0
* Reclaim directory vnodes held in namecache if few free vnodes aretanimura2001-04-184-2/+119
* NFS module now requires nfs_lock.calfred2001-04-183-3/+3
* bread() is a special case of breadn(), so don't replicate code.phk2001-04-181-23/+2
* Add some more O2Micro devices I gleened from the web site/linux pcmcia cs.imp2001-04-182-4/+13
* Fix the botched rev 1.59 where I made it such that without INVARIANTSalfred2001-04-181-2/+2
* Add support for the OZ6832.imp2001-04-182-0/+3
OpenPOWER on IntegriCloud