summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add boundary checks against IP options.jlemon2000-06-023-3/+12
* Apply a number of fixes for the Alpha platform.dcs2000-06-027-57/+21
* fix KASSERT usagemjacob2000-06-021-1/+1
* When attempting to transmit a packet, if the system fails to allocatejlemon2000-06-021-0/+4
* Add something that was missing from the original 2.04 distribution.dcs2000-06-021-0/+148
* Use "nm | awk ..." instead of genassym(1) to generate symbol value headers.bde2000-06-028-31/+80
* Update the comment for fdesc_setattr to reflect that we no longerchris2000-06-022-2/+2
* - Do not allow VOP_SETATTR to modify underlying vnodes at all. This causedchris2000-06-024-12/+0
* parityrebuild: write the parity block back to the correct subdisk.grog2000-06-021-2/+2
* Remove an incorrect comment, adjust white space.grog2000-06-021-2/+1
* Add 'dumpconfig' keyword.grog2000-06-022-1/+3
* Remove a redundant statement.grog2000-06-021-2/+1
* open_drive: Recognize "wd" device type. This is going away, but it'sgrog2000-06-021-7/+6
* give_sd_to_plex: Initialize sd->plexno correctly. Previously this wasgrog2000-06-021-3/+4
* Darn it... left if_aue.c out of the last commit. (Fix watchdog timeoutwpaul2000-06-011-5/+24
* Handle watchdog timeouts better. We can't really call the foo_init()wpaul2000-06-012-8/+20
* Don't panic if ifpromisc() returnes ENXIO, it's probably just an pccardphk2000-06-011-2/+7
* ed_ioctl() can be called from ifpromisc() after the card has been removed,phk2000-06-011-1/+1
* Add "int" sized manipulation words.dcs2000-06-014-14/+58
* With this evil hack the DS1 driver works on our Intel desktoppeter2000-06-011-2/+14
* if a device has no play or no record channels, set its simplex flag.cg2000-06-011-0/+3
* Fix bug where receive statistics for the bundle were not getting updated.archie2000-06-011-0/+4
* if we get bad values for playctrlsize, the firmware may not have initialisedcg2000-06-011-1/+11
* Further fixes for multiple-IO-APIC systems from Tor Egge:msmith2000-05-3111-49/+35
* add a bit more diagnostic info for the bus_dmamap_load failure casecg2000-05-311-5/+8
* Bump the default NBUS value to 8.msmith2000-05-315-8/+8
* Bump the default NBUS value to 8, in lieu of actually sizing itmsmith2000-05-311-1/+1
* Pack the SWI bits to save some time and space.bde2000-05-319-38/+18
* Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use abde2000-05-3113-28/+28
* Update of isa drivers using compatability shims to use COMPAT_ISA_DRIVER().nyan2000-05-314-5/+33
* Sync with sys/isa/ppc.c revision 1.27.nyan2000-05-312-12/+22
* Removed ICMP_BANDLIM option. It no longer exists.nyan2000-05-311-1/+0
* Fixed most disordering.nyan2000-05-311-54/+54
* Sync with sys/i386/include/bus_at386.h revision 1.9.nyan2000-05-311-4/+15
* Rework the support for the internal autonegotiation on the 21143 andwpaul2000-05-316-150/+118
* yamaha ds1/ds1e pci sound driver - work in progress, mixer and playback only.cg2000-05-314-0/+2523
* Change sl(4) configuration lines to reflect its new dynamic nature.green2000-05-309-9/+9
* Make sl(4) SLIP devices dynamically expansible. Yay! =)green2000-05-302-116/+170
* Style fixes.dfr2000-05-301-31/+33
* Add support for the modem side of the 56k combo card.imp2000-05-301-77/+77
* This is a cleanup patch to Peter's new OBJT_PHYS VM object typedillon2000-05-2910-47/+118
* Fix a panic resulting from an obvious null pointer deref.guido2000-05-291-1/+4
* Declare splsoftqtassert().dfr2000-05-291-0/+1
* Add SWI_TQ_MASK to imask definition.dfr2000-05-298-8/+8
* Brucify the pmap_enter_temporary() changes.dfr2000-05-296-24/+22
* Fix the TAB not cause scrolling when entered at the end of the last line.ache2000-05-291-3/+8
* Sync with the following changes.nyan2000-05-297-384/+323
* Add more ESS1869 PnP Sound Card PnPid.kuriyama2000-05-291-0/+1
* ICMP_RATELIM is no longer an option.imp2000-05-291-1/+0
* Add ACTIONTECH #define for plug and play. Also add PnP support to NEWCARDimp2000-05-293-1/+3
OpenPOWER on IntegriCloud