summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regen.marcel2001-10-073-7/+4
* Fix the NODEF entry for setpgid() so that it matches the NODEFmarcel2001-10-071-1/+1
* Make this compile again after the changes to make bridge kld'ableluigi2001-10-071-3/+3
* Fix breakage caused by previous commit. The lkmnosys and lkmressysmarcel2001-10-071-5/+8
* Misunderstanding documentation caused me to try and set 1Gbps/2Gps/Automjacob2001-10-062-14/+21
* Whups- remember to zero the isr pointer arg.mjacob2001-10-061-1/+3
* Respect QLogic's errata- read BIU_ISR even on the 2300mjacob2001-10-061-0/+2
* - Moved the bus_dma declarations from bus_{at386,pc98}.h into bus_dma.h.nyan2001-10-069-3830/+11
* Move console probes until after we set boothowto so that 'boot -h' works.dfr2001-10-061-7/+7
* Assume round-to-nearest mode for floating point.dfr2001-10-061-5/+1
* Enable console. There are far too many 'ifdef __i386__' in this file.dfr2001-10-061-7/+7
* Put the label at the same place as i386 for compatibility.dfr2001-10-063-0/+15
* Update with latest ATA/ATAPI ver 6 rev 2 items.sos2001-10-068-365/+403
* Delete legacy pcib code - we can't possibly work without acpi on ia64.dfr2001-10-061-570/+0
* Remove nexus_pcib.c.dfr2001-10-061-1/+0
OpenPOWER on IntegriCloud