summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* | Added a sysctl "kern.timecounter.hardware" for selecting the hardwarebde1999-07-184-20/+98
* | fix comment re: RST received in TIME_WAIT to match the code.jmb1999-07-182-6/+6
* | Use the vn_todev() function, rather than VOP_GETATTRphk1999-07-184-54/+10
* | Introduce the vn_todev(struct vnode*) function, which returns the dev_tphk1999-07-183-3/+28
* | Reset SA_NOCLDWAIT on exec().peter1999-07-181-1/+5
* | - Clear relevant variables when the keyboard is not available.yokota1999-07-181-8/+18
* | - Move the `return' statement the correct place so that the keyboardyokota1999-07-182-10/+10
* | Remove a duplicate comment.jdp1999-07-181-7/+1
* | Remove four no-op casts.jdp1999-07-182-10/+10
* | Centralize dumpdev handling.phk1999-07-175-183/+61
* | Reverse the sense of a test, dev2udev() will be much cheaper thanphk1999-07-171-3/+3
* | Add a field to struct swdevt to avoid a bogus udev2dev() call.phk1999-07-173-6/+9
* | Fix 2nd arg to udev2dev() call in ccd.cphk1999-07-172-4/+4
* | Use 256 as magic in bmaj2cmaj[]. Treat BLK/CHR dev_t more correctly.phk1999-07-171-6/+14
* | Fix 2nd arg to udev2dev().phk1999-07-172-4/+4
* | I have not one single time remembered the name of this function correctlyphk1999-07-1714-35/+35
* | An SMP-specific change: eliminate another check on bsp_apic_ready.alc1999-07-171-10/+1
* | slight change in the way we hi-jack the wd drivers cdevsw.phk1999-07-171-8/+4
* | Implementation of TCXONC.marcel1999-07-174-6/+76
* | Handle R_ALPHA_NONE relocations in KLD.dfr1999-07-162-2/+8
* | * Restore register correctly.simokawa1999-07-162-7/+27
* | Remove vm_object::last_read. It is used by the old swap pager, butalc1999-07-163-6/+3
* | Add support for multiple PCI busses directly connected to the nexus.msmith1999-07-1611-124/+1144
* | The boot countdown timer says it will boot in 1 seconds,n_hibma1999-07-151-2/+4
* | Make a few other cleanups while I'm in the area. Typo in comment, unusedwpaul1999-07-144-20/+8
* | Revert some changes I had made to try and cut down on the number of TX EOFwpaul1999-07-142-22/+18
* | Oops, missed out one chunk of the last patch. (*blush*)peter1999-07-141-2/+2
* | The following patch will remove a hack introduced inyokota1999-07-141-13/+1
* | Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-138-39/+51
* | dont allow open if no device was found.phk1999-07-131-1/+5
* | Move the xe0 driver back where it was. It was misleading where it was as itobrien1999-07-132-4/+6
* | Commit the correct patch, i.e., the one that actually correspondsalc1999-07-132-70/+110
* | Changed the implementation of the primitives to guarantee atomicityalc1999-07-132-44/+84
* | Correct a mistake in so_cred changes. In practice, I don't think that itgreen1999-07-121-2/+2
* | Bug fixesroger1999-07-124-1254/+2592
* | Improve Logitech MouseMan+ protocol support.yokota1999-07-125-41/+214
* | Correct a couple of spelling errors in comments.kris1999-07-123-8/+8
* | Implement a kludge for some wheeled mice for which infamous "psmintr:yokota1999-07-122-4/+32
* | remove a set_cpl which survived last change.phk1999-07-121-2/+1
* | We may have three ways to generate the SPL functions, but one tablephk1999-07-111-54/+25
* | Use the fsid from the superblock, unless it looks bogus or has alreadyphk1999-07-111-6/+6
* | Two new sysctls: net.inet.tcp.getcred and net.inet.udp.getcred. These takegreen1999-07-113-3/+99
* | Cleanup OBJ_ONEMAPPING management.alc1999-07-112-15/+5
* | Add wb0 to GENERIC now that it actually does work on alpha. (Forgot thiswpaul1999-07-112-2/+4
* | Add a hook for a bus to detect child devices which didn't find drivers.dfr1999-07-114-6/+56
* | disable tag queing for the MICROP 4421-07 drive. It's an old 2gig drive.jmg1999-07-111-2/+8
* | Make the Winbond ethernet driver work on FreeBSD/alpha. Also addedwpaul1999-07-112-51/+78
* | An SMP-specific change: eliminate a check on bsp_apic_readyalc1999-07-101-11/+5
* | Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenpeter1999-07-102-800/+340
* | Change the data type used to represent page color in the vm_objectalc1999-07-101-2/+2
OpenPOWER on IntegriCloud