summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Account for packets we clean out when we disconnect.phk2000-07-031-1/+3
* Add device_set_softc() which does the obvious.phk2000-07-033-7/+23
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-0363-135/+135
* Instead of just blindly setting -rw-rw-rw-:chris2000-07-021-2/+11
* - Various comment fixes and additions.groudier2000-07-022-267/+62
* Report -rw-rw-rw file access modes in soo_stat.chris2000-07-021-1/+2
* This is the patch to make my soundcard, a Creative Ensoniq AudioPCI (anroberto2000-07-021-3/+6
* Modify ktrace's general I/O tracing, ktrgenio(), to use a struct uio *green2000-07-026-69/+108
* Fix my own style bugs (use of spaces instead of tabs for indentation).bsd2000-07-013-54/+54
* Previous commit didn't work; this time really fix it.archie2000-06-301-14/+0
* Provide forward declarations for struct ifnet and struct mbufarchie2000-06-291-0/+3
* Fix kernel build breakage when 'device ether' was not included.archie2000-06-293-13/+3
* Move the securelevel check before loading KLD's into linker_load_file(),archie2000-06-293-12/+10
* - MSDOSFS can do both FAT _and_ FAT32. Since the name "MSDOS" might bealex2000-06-292-6/+6
* Move #ifdef to the right place.bp2000-06-291-1/+1
* Change the fault message to say 'BTX halted' isntead of 'System halted' tojhb2000-06-292-2/+2
* Only try to detect Linksys PCMCIA cards when we are in a pccardps2000-06-293-22/+18
* Increment __FreeBSD_version to mark perl5 upgrade in -current. (Iasami2000-06-291-1/+1
* Add randomdev_load="NO"ache2000-06-291-0/+1
* If kernel compiled with INVARIANTS:bp2000-06-291-0/+24
* remove breakage that snuck in with my last commitgallatin2000-06-291-1/+0
* Rework the detecting of the rdmsr and wrmsr instructions in the v86jhb2000-06-292-14/+14
* Fix memory leakage on module unload.bp2000-06-296-2/+24
* Fix memory leakage on module unload.bp2000-06-296-2/+24
* Add device_identify methods so that we do not need thepeter2000-06-282-36/+43
* Fix incorrectly implemented receive ACK timeout algorithm:archie2000-06-281-14/+20
* fdesc_getattr:chris2000-06-282-12/+4
* Report a file type (S_IFIFO) in kqueue_stat().chris2000-06-281-0/+1
* Staticize a variable.markm2000-06-282-2/+2
* Update to driver 2.14. Adds new Tuner types for Hauppauge WinTV cardsroger2000-06-284-77/+126
* Disabled ida, amr and mlx devices.kato2000-06-281-3/+3
* Merged from sys/i386/i386/userconfig.c revision 1.181.kato2000-06-281-1/+1
* Merged from sys/i386/isa/spkr.c revision 1.47.kato2000-06-281-0/+45
* Merged from sys/i386/isa/npx.c revision 1.83.kato2000-06-281-1/+5
* Merged from sys/i386/isa/isa_dma.c revision 1.6.kato2000-06-282-2/+98
* Merged from sys/i386/isa/clock.c revision 1.152.kato2000-06-283-0/+144
* Merged from sys/i386/conf/GENERIC revisions 1.261 and 1.262.kato2000-06-281-0/+2
* don't panic the system when fpathconv is called on an unsupported filetype.alfred2000-06-271-1/+1
* by changing the logic here we can support dynamic additions of newalfred2000-06-272-38/+24
* use warningsalfred2000-06-271-5/+18
* if there are leading zeros fail the lookupalfred2000-06-272-0/+10
* - Don't blindly assume that there are 8 hard drives installed. Instead,jhb2000-06-271-10/+37
* Fix usage of DELAY (SYS_DELAY is the platform independent localmjacob2000-06-271-469/+382
* Add in the enabling of interrupts (to isp_attach). Clean up a bustedmjacob2000-06-271-34/+93
* Clean up private storage so that we can use the spriv_field0 tomjacob2000-06-271-12/+33
* Add 8 bits of volatile mailbox busy mask- this will be the bitmask ofmjacob2000-06-271-3/+5
* Add mailbox bitmask macros (numbers of available mailbox registersmjacob2000-06-271-1/+9
* Add an isp_handle_index function- this is prepatory to loading more intomjacob2000-06-271-3/+15
* remove crufty exec stuff, perl is in the base systemalfred2000-06-272-54/+78
* Fixed PunchFWHole():ru2000-06-271-2/+3
OpenPOWER on IntegriCloud