summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - Combine kern.ps_showallprocs and kern.ipc.showallsockets intorwatson2001-10-098-49/+26
* Remove the Xresume* labels from the i386 interrupt handlers; theiedowse2001-10-0910-13/+4
* Clarify a comment.dfr2001-10-091-1/+3
* Update to using the pcm_getbuffersize() method.scottl2001-10-091-9/+12
* proces -> process in a comment.jhb2001-10-091-1/+1
* o Recent addition of (p1==p2) exception in p_candebug() permittedrwatson2001-10-091-2/+9
* Use crhold() instead of crdup() since we aren't modifying the cred butjhb2001-10-091-1/+2
* Use crhold() instead of crdup(). The md(4) driver doesn't modify the ucredjhb2001-10-091-1/+2
* Remove an unneeded variable declaration and statement.robert2001-10-095-10/+0
* Added Logitec LHA-301 pnp id.nyan2001-10-091-0/+1
* Don't include isavar.h - we don't need it.dfr2001-10-091-1/+0
* Add a minimalist kernel config which can run inside SKI.dfr2001-10-091-0/+87
* Bump for switch to XFree86 4.x.obrien2001-10-091-1/+1
* The kernel doesn't have <stdio.h> or <string.h>. Remove these.jlemon2001-10-091-2/+0
* Make this compile after last commit. It should be:peter2001-10-091-1/+1
* Note that this driver is soon to be deprecated and removed from FreeBSD.mjacob2001-10-093-1/+14
* Don't dereference td if it's NULL.julian2001-10-081-1/+2
* Don't attempt to initialize the pcaudio device on open. The attach routinejhb2001-10-081-6/+0
* Replace 'curproc' with 'td->td_proc'.jhb2001-10-081-7/+8
* Allow atomic ops to be somewhat safely used in userland. We always usejhb2001-10-082-6/+14
* Make printtrap() more informative.dfr2001-10-081-5/+98
* WS Cleanupdillon2001-10-081-4/+0
* Page align the data segment.mp2001-10-081-3/+2
* use pcm_getbuffersize()cg2001-10-081-82/+110
* use pcm_getbuffersize()cg2001-10-081-14/+22
* use pcm_getbuffersize()cg2001-10-086-26/+48
* s/alpha/${MACHINE_ARCH}/gmarcel2001-10-082-2/+2
* Add a call to init_param() to initialize some necessary variables.mp2001-10-082-0/+6
* Remove panics for rename() race conditions. The panics are inappropriatedillon2001-10-081-1/+16
* * register the correct number of channelscg2001-10-071-3/+3
* use mixer channel numbers, not channel masks- this should fix sb/sbpro mixercg2001-10-071-10/+10
* Implement inline versions of ntohl etc.dfr2001-10-071-3/+33
* Dissociate ptrace from procfs.des2001-10-0713-424/+234
* Always succeed if the target process is the same as the requesting process.des2001-10-071-0/+3
* These flags aren't just for procfs - in fact, these days theye are primarilydes2001-10-071-3/+3
* Remove some useless preprocesor paranoia.des2001-10-071-4/+0
* In procfs_readdir(), when the directory being read was a process directory,des2001-10-071-1/+3
* * Use srlz.i to serialise changes to psr.icdfr2001-10-072-12/+20
* Add some somewhat vague documentation for this driver and a listmjacob2001-10-072-0/+938
* Make the interrupt routing a bit less chatty unless bootverbose is set.dfr2001-10-072-6/+10
* Some patches from Doug for ia64 support- the principle one being themjacob2001-10-072-2/+6
* Export interrupt statistics via sysctl.luigi2001-10-074-0/+24
* Mention that ed requires miibus.iedowse2001-10-072-0/+2
* Fix a typo in do_sigaction() where sa_sigaction and sa_handler wereiedowse2001-10-071-3/+3
* Remove bogus include.dfr2001-10-071-1/+0
* Whitespace fixes.benno2001-10-072-5/+4
* Add new files needed by previous commit.benno2001-10-072-0/+221
* Mega-patch for OpenFirmware loader support.benno2001-10-0713-55/+135
* Rewrite the pc98 bus_space stuff.nyan2001-10-0716-1386/+4060
* o Introduce an 'options REGRESSION'-dependant sysctl namespaces,rwatson2001-10-071-0/+19
OpenPOWER on IntegriCloud