summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add /* FALLTHROUGH */phk2003-05-312-0/+2
* We cannot use the normal strlen() and strcpy, but don't #define strlen andphk2003-05-311-14/+11
* Add missing break;phk2003-05-311-0/+1
* Protect macro with do { ... } while (0)phk2003-05-311-1/+2
* Remove unused variable.phk2003-05-311-3/+0
* Fix indentation.phk2003-05-312-3/+3
* Rewrite Biba and MLS label externalization code to use sbufs insteadrwatson2003-05-312-105/+99
* Fix off-by-one error in range check of VC index.phk2003-05-311-1/+1
* Add /* FALLTHROUGH */phk2003-05-311-0/+1
* Remove extra ';'phk2003-05-311-2/+2
* Hang softc from dev_tphk2003-05-311-6/+18
* Remove unused variable.phk2003-05-313-6/+1
* Fix off-by-one errors in range checks of state machine states & events.phk2003-05-312-8/+8
* Remove extra ';'phk2003-05-311-1/+1
* Use temporary variable to avoid double expansion of macro with side effects.phk2003-05-312-2/+7
* Remove unused variable.phk2003-05-313-6/+1
* Fix off-by-one error in drive number check.phk2003-05-311-3/+3
* Remove extra unused variable.phk2003-05-311-2/+0
* Remove extra ';'phk2003-05-312-2/+2
* Add GEOM module compilation shims.phk2003-05-319-0/+68
* Fix \ alignment in macro.phk2003-05-311-5/+1
* Add /* FALLTHROUGH */phk2003-05-312-0/+4
* 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
OpenPOWER on IntegriCloud