summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* Add convenience macros to extract the cc0 and cc1 from format 2 and 3tmm2002-03-111-0/+6
* Don't depend on ucred.h to include sys/queue.h for us.dd2002-03-111-0/+1
* Use the pci_enable_* functions instead of manually fiddling with thetmm2002-03-112-12/+8
* Don't assign strcmp to a variable called err and then compare itdwmalone2002-03-101-20/+12
* CG superfluous prototype.sobomax2002-03-101-1/+0
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-1024-427/+102
* Silence a warning when compile without atapi devices.sos2002-03-101-3/+4
* Add an implementation of cpu_throw() and make restorectx() simply branchdfr2002-03-102-77/+23
* Don't try to print the arguments if the value of bsp is outside thedfr2002-03-101-7/+9
* Export a (machine dependent) kernel variable bootdev asluigi2002-03-104-4/+8
* Fix a breakage introduced in rev.1.75 (supposedly style cleanup), which resultssobomax2002-03-101-6/+6
* Allow '.' in identifiers - some ia64 register names contain '.'.dfr2002-03-101-1/+1
* Use the right value for the region length in parse_spill_mask.dfr2002-03-101-4/+4
* Do not call a synthesizer with a sequencer lock held.tanimura2002-03-101-2/+12
* Add SONY VAIO psm controller ISA-PnP ID.takawata2002-03-102-0/+2
* Make the proposed name arg to dev_stdclone() const.phk2002-03-103-3/+3
* Fix one genuine bug and a potential one:luigi2002-03-101-2/+2
* Free allocated buffer at siodetach().nyan2002-03-102-0/+8
* o Add INET_ADDRSTRLEN and INET6_ADDRSTRLEN defines to <arpa/inet.h>mike2002-03-102-0/+4
* MFi386: revision 1.501nyan2002-03-102-2/+2
* Condition the compilation of trapwrite() on I386_CPU.alc2002-03-102-0/+8
* Increase VM_KMEM_SIZE to 16 megs from 12. Define VM_KMEM_SIZE_SCALE so thatjake2002-03-091-1/+10
* Remove __Palfred2002-03-091-6/+6
* Add a driver for the mem and kmem devices, based off the i386 version.tmm2002-03-092-0/+245
* Don't deref NULL mutex pointer when pipeclose()'ing a pipe that is notalfred2002-03-091-30/+51
* Set the interrupt map type accordingly if we need to fall back to usingtmm2002-03-091-0/+1
* Fix a warning by adding a missing include.tmm2002-03-091-0/+1
* Set the busmaster enable bit in the PCI command register, as the firmwaretmm2002-03-091-0/+9
* Fix some bugs in the handling of the case of not enough tx descriptorstmm2002-03-091-12/+14
* o Don't require long long support in bswap64() functions.mike2002-03-097-84/+163
* Delete "notyet" code before it becomes "ohh no" code.phk2002-03-091-8/+0
* Hide the DIOCGPART ioctl from userland where it has no decent use.phk2002-03-093-0/+12
* Revert change in revision 1.53 and add a small comment to protecttegge2002-03-091-0/+12
* after joerg's recent merge of i4b's sppp with the main sppp, removehm2002-03-091-253/+0
* remove BSD/OS specific ppp-interface file since the FreeBSD-BSD/OS mergerhm2002-03-091-562/+0
* After joergs merge of i4b's sppp with the main sppp, remove obsolete file.hm2002-03-091-4687/+0
* Enable DEVICE_POLLING in LINT now that it is safe to compile it there.luigi2002-03-092-4/+2
* Make the DEVICE_POLLING code compile with -Werror and in LINTluigi2002-03-092-2/+8
* Even more Highpoint RAID support.sos2002-03-085-111/+117
* make pcvt compile again without "options XSERVER".hm2002-03-081-2/+5
* Note that several of the recently documented clock-related kernel optionsrwatson2002-03-082-0/+6
* - Use a MI critical section in witness_sleep() and witness_list() as theyjhb2002-03-081-6/+9
* Read KTR_CPU into a temporary variable so that we use a consistent valuejhb2002-03-081-7/+4
* Apply a bit more of the patch from conf/35674: document the variousrwatson2002-03-082-2/+12
* Apply part of the patch from conf/35674 to move the PFIL_HOOKS optionrwatson2002-03-082-4/+10
* Remove the #if __FreeBSD_version glue now that the puc driver is part ofjhay2002-03-082-11/+0
* Synchronize NOTES with -STABLE LINT with respects to the placementrwatson2002-03-082-6/+18
* #include <machine/smp.h> in the SMP case.phk2002-03-082-2/+2
* vhold() our vnode while checking the remote side.phk2002-03-081-0/+3
* Add pc98 support.nyan2002-03-081-0/+3
OpenPOWER on IntegriCloud