summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add PAO devices supported by drivers.alex2000-08-132-40/+62
* Fix off by one error in track# calculation.sos2000-08-131-4/+4
* Include machine/cputypes.h so we get the cpu_class variable. This is neededjhb2000-08-132-0/+2
* resolve conflictsdarrenr2000-08-1318-182/+712
* Fixed null pointer panic for accessing "meminfo" when there is no swap.bde2000-08-123-6/+21
* Make compilable with -DIPFILTER.ume2000-08-122-2/+7
* Merged from sys/boot/i386/Makefile.inc revision 1.2.kato2000-08-121-0/+1
* Merged from sys/i386/i386/machdep.c revision 1.400.kato2000-08-122-0/+38
* Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstandpeter2000-08-112-0/+4
* Oops, forgot this file. Log message for completeness:peter2000-08-111-7/+7
* Fix a bug brought to light by the people working on SMPng. I don't quitewpaul2000-08-112-2/+22
* Fix indentation ruined by previous commit.n_hibma2000-08-111-10/+10
* Define get_memory_offset methodimp2000-08-111-0/+7
* backout ND6_USE_RTSOCK change in previousitojun2000-08-111-0/+2
* avoid duplicated rtfree() on default router list change (could cause panic).itojun2000-08-111-6/+9
* Backout the tsleep on probe, it breaks in resume mode as tsleepsos2000-08-111-4/+1
* Add missing "is".dcs2000-08-111-1/+1
* Add support for accessing individual tracks on a CD.sos2000-08-111-5/+31
* Clean up some low level bootstrap code:peter2000-08-1121-335/+143
* Add support to send the string 'PXEClient' as the Vendor classps2000-08-113-2/+6
* Pass along the interesting variables we were given from DHCP so weps2000-08-111-0/+6
* Oops, previous commit fixed a bug that was already fixed before.archie2000-08-101-2/+0
* Add new control message to atomically get and clear statistics.archie2000-08-101-24/+37
* 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
OpenPOWER on IntegriCloud