summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Increase the maximum allowable datagram length.archie2000-08-101-1/+1
* "u_int32_t" should have been "int32_t".archie2000-08-101-2/+2
* Use a bigger buffer for NGM_BINARY2ASCII conversion, to handle reallyarchie2000-08-101-1/+1
* - Add new control message NGM_VJC_GET_CONFIGarchie2000-08-102-7/+177
* Take advantage of the new unsigned and hex integer types.archie2000-08-1010-95/+95
* - Make statistics unsigned.archie2000-08-101-4/+5
* - Add new unsigned and hex integer parse typesarchie2000-08-101-2/+16
* - Add new unsigned and hex integer parse types; this allows simplifyingarchie2000-08-101-41/+146
* Make ip6fw zero work.ume2000-08-101-1/+1
* RFC 1661 requires that all LCP packets are sent with no address andarchie2000-08-101-0/+14
* Add some infrastructure support for dealing with large attributeimp2000-08-102-5/+61
* Don't skip IOAPIC id conflict detection when only one pci bus is present.tegge2000-08-107-42/+28
* Fix the ICH2 ATA100 support, and proberly downgrade the chip setup whensos2000-08-101-13/+10
* In a struct sockaddr, sa->sa_len can be zero if uninitialized.archie2000-08-091-1/+1
* Missed a step when activating the solo driver.nsayer2000-08-091-1/+1
* change irq handling slightlycg2000-08-091-11/+4
* MFS: module macro changescg2000-08-091-8/+0
* Finally got my brain around what a SIM UNIT number is and how it differsn_hibma2000-08-091-2/+7
* Avoid a '"fd" is usurping ...' message.n_hibma2000-08-092-2/+10
* - Do not modify Peer's Call ID in outgoing Incoming-Call-Connectedru2000-08-091-18/+25
* A couple of cosmetic fixes, plus a biggie: When checking the DMAnsayer2000-08-091-3/+18
* Don't set flags on the mount structure before all permission checks havetegge2000-08-092-8/+38
* Fix bug where bundle-level receive statistics were not getting updated.archie2000-08-091-0/+2
* MFS: sync with peter's isadma fixupcg2000-08-091-4/+6
* activate via82c686 audio drivercg2000-08-093-3/+5
* new driver: via 82c686 chipset audiocg2000-08-093-0/+770
* warn if hwptr goes backwardscg2000-08-092-1/+8
* Initialize *countp to 0 in stub for softdep_flushworklist().tegge2000-08-091-0/+1
* MF4: fix style(9) whitespace breakage.peter2000-08-081-3/+3
* Don't attempt to actually read SAF-TE temperature objects- nobody seemsmjacob2000-08-081-19/+21
* o Add POSIX1E_CAPABILITY_EXTATTR_NAME, a string constant for therwatson2000-08-081-3/+6
* o Introduce vn_extattr_{get,set}, wrapper routines for VOP_GETEXTATTRrwatson2000-08-082-0/+78
* Fix braino in the tsleep call, ata_delayed_attach might be a NULLsos2000-08-081-1/+1
* Merged from sys/i386/conf/GENERIC revisions 1.266 and 1.267.nyan2000-08-081-5/+5
* Merged from sys/i386/conf/GENERIC.hints revision 1.3.nyan2000-08-081-1/+1
* Changed default cursor shape to non-blink mode.nyan2000-08-084-6/+12
* Fixed PC-9821 NOTE supports with LINE30 mode.nyan2000-08-084-6/+32
* Fix the comments to properly document the PQ_MEDIUMCACHE andkbyanc2000-08-082-4/+4
* Typo/spelling fixes.rnordier2000-08-081-4/+4
* The Yamaha CDR100 doesn't seem to like multi-LUN probing.ken2000-08-081-0/+4
* This is an overhaul of the mode page handling in camcontrol as well askbyanc2000-08-081-1/+7
* Fix a bug where we were accessing already free'd memory during node shutdown.archie2000-08-071-1/+1
* Add three new control messages to the ng_ether(4) netgraph node type:archie2000-08-072-4/+83
* Fix some warnings. Here are more part-time volatiles - ie: data thatpeter2000-08-071-3/+3
* Make the kqueue socket read filter honor the SO_RCVLOWAT value.jlemon2000-08-071-1/+1
* Close PR 20438. Make fix for preserving LED settings conditional onwpaul2000-08-072-6/+14
* Fix bug with timeout; previously, when attempting to poll the kqueue byjlemon2000-08-071-14/+22
* Adjust TCP checksum rather than compute it afresh.ru2000-08-071-4/+8
* Back this one out until I can fix _all_ of the headers. The headers suregreen2000-08-072-2/+2
* Add workaround for livelock problem when starting APs.tegge2000-08-072-0/+8
OpenPOWER on IntegriCloud