summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added necessary include for pc98.nyan2001-01-252-0/+2
* Remove CV_DECLARE(), which serves no useful purpose.jasone2001-01-251-4/+0
* Add some description and clarification as to the use of the tdfx device.cokane2001-01-252-0/+18
* Pass up errors returned by dummynet. The same should be done withluigi2001-01-251-3/+3
* Disable cy - it is now completely broken and needs non-trivial work.peter2001-01-254-24/+14
* - Doh, lock faultin() with proc lock in scheduler().jhb2001-01-251-0/+6
* Back out over-aggressive locking of p->p_cred.jhb2001-01-251-16/+3
* Remove prototype for child_return().jhb2001-01-241-1/+0
* - Change fork_exit() to take a pointer to a trapframe as its 3rd argumentjhb2001-01-2410-49/+24
* Don't crash the kernel if the user tries to load a netgraphjulian2001-01-241-4/+10
* DEVFS cloning for if_tap.phk2001-01-241-5/+47
* - Remove some unused and unneeded atomic operations sitting in mp_machdep.cjhb2001-01-242-61/+13
* Newbusify ar(4).jhay2001-01-247-640/+1166
* Change cpuno to cpuid.dfr2001-01-244-32/+32
* Fix typo.dfr2001-01-242-1/+2
* Correct a comment.wollman2001-01-242-2/+2
* Oops, when converting if (foo) panic() to a KASSERT(), you have to invertjhb2001-01-241-3/+4
* Bump FreeBSD version to reflect changes to libc and libc_r.deischen2001-01-241-1/+1
* Add a new item to kinfo_proc: ki_sflag to mirror p_sflag.jhb2001-01-242-1/+3
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-2456-1373/+615
* Argh, I didn't get this test right when I converted it. Break this upjhb2001-01-241-10/+9
* - Catch up to proc flag changes.jhb2001-01-242-11/+21
* Add mtx_assert()'s to verify that kmem_alloc() and kmem_free() are calledjhb2001-01-241-0/+3
* - Catch up to proc flag changes.jhb2001-01-241-27/+43
* - Catch up to proc flag changes.jhb2001-01-243-5/+15
* - Catch up to proc flag changes.jhb2001-01-241-2/+3
* - Catch up to proc flag changes.jhb2001-01-241-4/+18
* - Catch up to proc flag changes.jhb2001-01-241-14/+35
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
* - Catch up to proc flag changes.jhb2001-01-241-25/+29
* - Proc locking.jhb2001-01-241-13/+20
* - Add a mtx_assert() for sched_lock in calcru().jhb2001-01-241-0/+3
* - Proc locking.jhb2001-01-241-31/+36
* - Don't use a union and fun tricks to shave one extra pointer off of structjhb2001-01-244-256/+230
* - Catch up to proc flag changes.jhb2001-01-241-3/+6
* - Catch up to proc flag changes.jhb2001-01-241-4/+79
* Catch up to P_FOO -> PS_FOO changes in proc flags.jhb2001-01-241-16/+15
* - Proc locking.jhb2001-01-241-7/+20
* - Catch up to p_sflag changes.jhb2001-01-241-20/+11
* - Proc locking.jhb2001-01-241-2/+6
* - Proc locking.jhb2001-01-241-41/+59
* - Proc locking.jhb2001-01-242-5/+32
* - Proc locking.jhb2001-01-241-22/+27
* - Proc locking around the vinumdaemon dinking with its flags.jhb2001-01-241-1/+6
* Make mp_machdep.c be an optional file conditional on SMP.jhb2001-01-241-1/+1
* Proc locking.jhb2001-01-244-6/+36
* Use queue macros.jhb2001-01-241-2/+1
* Add a prototype for isa_irq_mask() to quiet a warning.jhb2001-01-241-0/+1
* Wrap the IPI definitions and function prototypes in #ifdef SMP.jhb2001-01-241-0/+2
* - Rename the gd_cpuno member of struct globaldata to gd_cpuid.jhb2001-01-244-16/+24
OpenPOWER on IntegriCloud