aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the G_CLASS_INITIALIZER, we do not need it anymore.Poul-Henning Kamp2003-05-3114-22/+2
* Fix systematic off-by-one errors in unit number range checks.Poul-Henning Kamp2003-05-316-11/+11
* Use symbolic constants instead of "4".Poul-Henning Kamp2003-05-313-15/+10
* "break" rather than fall through to a break in the default clause.Poul-Henning Kamp2003-05-311-0/+1
* Don't use return(foo(...)); in function returning void.Poul-Henning Kamp2003-05-311-1/+1
* Use le_uuid_dec() since GPT UUID's are always in LE format.Poul-Henning Kamp2003-05-311-2/+4
* Introduce {be,le}_uuid_{enc,dec}() functions for explicitly encodingPoul-Henning Kamp2003-05-312-0/+84
* The IO_NOWDRAIN and B_NOWDRAIN hacks are no longer needed to preventPoul-Henning Kamp2003-05-317-27/+7
* Don't use return(foo(...)); in a function returning void.Poul-Henning Kamp2003-05-311-6/+8
* Man, I'm not on the ball. 4th does not need to escape '\' chars. ThisScott Long2003-05-311-8/+8
* Flag when ACPI has been disabled by the user so that sysinstall can doScott Long2003-05-311-0/+2
* Add acpi to the build. Remove the hack from machdep.c that lies to thePeter Wemm2003-05-312-3/+7
* Have hammer_time() return the proc0 stack location, and have locorePeter Wemm2003-05-312-25/+17
* Regenerate.Peter Wemm2003-05-312-0/+894
* Make this compile with WITNESS enabled. It wants the syscall names.Peter Wemm2003-05-316-5/+9
* Port acpica to amd64.Peter Wemm2003-05-312-5/+8
* Add the MD ifdefs for amd64 to point to the IO space bustag/handle.Peter Wemm2003-05-311-0/+4
* With the help of jhb, fix the ACPI_ACQUIRE_GLOBAL_LOCK() macros andPeter Wemm2003-05-311-28/+9
* Add __amd64__ to the ifdefs that introduce the "pcicfg" spinlock toPeter Wemm2003-05-311-1/+1
* Enable the new bootloader for i386 only. The new loader.rc is will onlyScott Long2003-05-312-1/+21
* Fix interrupt assignment for non-builtin PCI devices on e450s.Thomas Moestl2003-05-3010-45/+168
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-307-9/+8
* rpc.lockd stability workaround: remove PCATCH from the tsleep() inRobert Watson2003-05-301-1/+1
* Make sure all character pointers are properly initialized; this wasRobert Watson2003-05-301-4/+5
* Add a new bootloader menu. Pull in screen.4th and frames.4th from theScott Long2003-05-304-0/+333
* Add support for the upcoming 2410SA card.Scott Long2003-05-301-0/+2
* aic79xx.c:Scott Long2003-05-301-2/+2
* Fix a reported case of severe data corruption:Scott Long2003-05-302-42/+45
* Update the kernel compile flags inside the .if ${MACHINE_ARCH} == "amd64"Peter Wemm2003-05-301-1/+2
* Add ddb machdep bits.Peter Wemm2003-05-302-0/+9
* Nasty 'make it compile' port to amd64. Note that it needs some otherPeter Wemm2003-05-301-38/+40
* Initial port to amd64 after repocopy from i386. Note that thePeter Wemm2003-05-303-170/+180
* Add setjmp/longjmp for ddbPeter Wemm2003-05-301-0/+35
* Correct the fix in rev 1.70Bernd Walter2003-05-291-5/+6
* Use strsep() in preference to manual string parsing for Biba and MLSRobert Watson2003-05-292-97/+80
* When loading a module that contains a sysctl which is already compiledMaxime Henrion2003-05-291-1/+24
* Add an INVARIENTS only check to make sure Giant is held if mbufDavid Malone2003-05-291-0/+2
* Grab giant in sendit rather than kern_sendit because sockargs mayDavid Malone2003-05-291-4/+6
* Completely disable interrupts (not just raise %pil) when calculating theThomas Moestl2003-05-291-4/+5
* Move the sysctls of the misalignment handler to where they belongMarcel Moolenaar2003-05-293-26/+18
* Fix what I think is a cut-n-paste bug: use OID_AUTO for theMarcel Moolenaar2003-05-291-1/+1
* This commit was generated by cvs2svn to compensate for changes in r115367,Nate Lawson2003-05-281-2/+2
|\
| * Revert to using TABLE_ID_DSDT as the default. It looks like the dynamicNate Lawson2003-05-281-2/+2
* | In cluster_wbuild(), initialise b_iocmd to BIO_WRITE before callingIan Dowse2003-05-281-1/+3
* | Replace a handrolled defrag function with m_defrag. The handrolledMike Silbersack2003-05-281-22/+15
* | Update AMD Features vector to include NX (page table entry no-execute bit)Peter Wemm2003-05-271-5/+5
* | Fix support for 256 MB aperture sizes on chipsets such as the 845 andJohn Baldwin2003-05-272-10/+32
* | Grr, fix compile. The bane of trying to split out patches into twoJohn Baldwin2003-05-272-0/+2
* | This commit was generated by cvs2svn to compensate for changes in r115351,Nate Lawson2003-05-272-4/+44
|\|
| * Fix false AE_NOT_FOUND messages, reported in NetBSD port-i386/20897.Nate Lawson2003-05-272-4/+44