summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove unused local variables.phk2003-05-313-33/+7
* Introduce a init and fini member functions on a class.phk2003-05-313-40/+126
* Don't generate an ip_id for packets with the DF bit set; ip_id iswollman2003-05-311-4/+17
* Eliminate potential overflows by allocating softc dynamically,phk2003-05-315-34/+23
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.phk2003-05-3114-22/+2
* Fix systematic off-by-one errors in unit number range checks.phk2003-05-316-11/+11
* Use symbolic constants instead of "4".phk2003-05-313-15/+10
* "break" rather than fall through to a break in the default clause.phk2003-05-311-0/+1
* Don't use return(foo(...)); in function returning void.phk2003-05-311-1/+1
* Use le_uuid_dec() since GPT UUID's are always in LE format.phk2003-05-311-2/+4
* Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encodingphk2003-05-312-0/+84
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventphk2003-05-317-27/+7
* Don't use return(foo(...)); in a function returning void.phk2003-05-311-6/+8
* Man, I'm not on the ball. 4th does not need to escape '\' chars. Thisscottl2003-05-311-8/+8
* Flag when ACPI has been disabled by the user so that sysinstall can doscottl2003-05-311-0/+2
* Add acpi to the build. Remove the hack from machdep.c that lies to thepeter2003-05-312-3/+7
* Have hammer_time() return the proc0 stack location, and have locorepeter2003-05-312-25/+17
* Regenerate.peter2003-05-312-0/+894
* Make this compile with WITNESS enabled. It wants the syscall names.peter2003-05-316-5/+9
* Port acpica to amd64.peter2003-05-312-5/+8
* Add the MD ifdefs for amd64 to point to the IO space bustag/handle.peter2003-05-311-0/+4
* With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros andpeter2003-05-311-28/+9
* Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock topeter2003-05-311-1/+1
* Enable the new bootloader for i386 only. The new loader.rc is will onlyscottl2003-05-312-1/+21
* Fix interrupt assignment for non-builtin PCI devices on e450s.tmm2003-05-3010-45/+168
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-307-9/+8
* rpc.lockd stability workaround: remove PCATCH from the tsleep() inrwatson2003-05-301-1/+1
* Make sure all character pointers are properly initialized; this wasrwatson2003-05-301-4/+5
* Add a new bootloader menu. Pull in screen.4th and frames.4th from thescottl2003-05-304-0/+333
* Add support for the upcoming 2410SA card.scottl2003-05-301-0/+2
* aic79xx.c:scottl2003-05-301-2/+2
* Fix a reported case of severe data corruption:scottl2003-05-302-42/+45
* Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64"peter2003-05-301-1/+2
* Add ddb machdep bits.peter2003-05-302-0/+9
* Nasty 'make it compile' port to amd64. Note that it needs some otherpeter2003-05-301-38/+40
* Initial port to amd64 after repocopy from i386. Note that thepeter2003-05-303-170/+180
* Add setjmp/longjmp for ddbpeter2003-05-301-0/+35
* Correct the fix in rev 1.70ticso2003-05-291-5/+6
* Use strsep() in preference to manual string parsing for Biba and MLSrwatson2003-05-292-97/+80
* When loading a module that contains a sysctl which is already compiledmux2003-05-291-1/+24
* Add an INVARIENTS only check to make sure Giant is held if mbufdwmalone2003-05-291-0/+2
* Grab giant in sendit rather than kern_sendit because sockargs maydwmalone2003-05-291-4/+6
* Completely disable interrupts (not just raise %pil) when calculating thetmm2003-05-291-4/+5
* Move the sysctls of the misalignment handler to where they belongmarcel2003-05-293-26/+18
* Fix what I think is a cut-n-paste bug: use OID_AUTO for themarcel2003-05-291-1/+1
* This commit was generated by cvs2svn to compensate for changes in r115367,njl2003-05-281-2/+2
|\
| * Revert to using TABLE_ID_DSDT as the default. It looks like the dynamicnjl2003-05-281-2/+2
* | In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before callingiedowse2003-05-281-1/+3
* | Replace a handrolled defrag function with m_defrag. The handrolledsilby2003-05-281-22/+15
* | Update AMD Features vector to include NX (page table entry no-execute bit)peter2003-05-271-5/+5
OpenPOWER on IntegriCloud