summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* - The pc98_ttspeedtab() function returns an error status instead of a divisor,nyan2002-03-082-32/+32
* MFi386: revision 1.125nyan2002-03-081-0/+20
* Support newer Highpoint BIOS's extended config.sos2002-03-082-23/+25
* cosmeticssos2002-03-081-1/+1
* Move the mount of the root filesystem to happen in the init process beforephk2002-03-084-10/+7
* Oops I mixed up the patch for -current & -stable, sorry ....sos2002-03-071-4/+4
* DBA update: used the wrong of several NAI DBAs.rwatson2002-03-071-1/+1
* Update DBA for NAI. We have several. We used the wrong one. :-)rwatson2002-03-071-1/+1
* Disable RIO (reduced interrupt operation) for 2200 boards- it seemed likemjacob2002-03-071-4/+25
* Minor cosmetic changes to minimise diffs for MFC.sos2002-03-075-15/+4
* Fix a couble of bugs in the rebuild code, return errors properly.sos2002-03-072-42/+49
* Add new errno ``ENOATTR''.green2002-03-073-30/+19
* Install the DSI and ISI trap handlers and their appropriate locations.benno2002-03-072-0/+4
* Copy the "implementation" of pmap_prefault from sparc64.benno2002-03-073-6/+12
* Move tunable initialisation so it can get access to physmem.benno2002-03-072-12/+12
* Calculate physmem.benno2002-03-073-3/+12
OpenPOWER on IntegriCloud