summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Save the AP wake-up vector from the SAL descriptor under SMP.marcel2001-10-201-5/+25
* Make this compile under option SMP.marcel2001-10-202-6/+9
* - Make the sio_inited handling more properly MP safe.jhb2001-10-202-4/+12
* Assert that a ucred is unshared before we remap its ids.jhb2001-10-201-0/+2
* Make the flag field in the ps output one char wider to account for recentjhb2001-10-201-6/+13
* apparently EV5 2x00s have their t2 CSRs where I'd expect to findgallatin2001-10-201-1/+4
* The mtx_init() and sx_init() functions bzero'd locks before handing themjhb2001-10-203-3/+9
* Drop support for x87 emulation. Any CPU one would dare to run 5-CURRENTobrien2001-10-202-2/+0
* Tweak the way we determine if an interface needs to have its name translated.des2001-10-202-22/+62
* Add a sysctl for preventing the sync() in panic() recovery. This canpeter2001-10-191-0/+6
* Fix includes based on recent changes to lock.h, mutex.h and ktr.h.mp2001-10-198-7/+10
* Add unaligned.c and delete commented out entry for userconfig.cdfr2001-10-191-1/+1
* Make a start at an unaligned trap handler. Only integer loads and storesdfr2001-10-192-76/+619
* Make override of nm consistent across all platforms and sort the overrides.mp2001-10-196-11/+16
* Translate various userland traps into SIGBUS (instead of just panicing).dfr2001-10-191-0/+10
* Fix the typedef of va_list.ru2001-10-191-1/+3
* Try two on the preprocessing logic.ru2001-10-191-1/+1
* Try two on the preprocessing logic.obrien2001-10-195-6/+6
* - Move the definition of LOCK_DEBUG back to sys/lock.h from sys/_lock.h.jhb2001-10-193-23/+20
* Remove unneeded sys/mutex.h includes.jhb2001-10-199-9/+0
* Move sys/mutex.h include after sys/lock.h to ensure we use the properjhb2001-10-191-1/+1
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.obrien2001-10-195-5/+5
* Fix this so it compiles cleanly for alpha. Tried to do some minimal testing.mjacob2001-10-192-11/+12
* Argh! I updated the version number in the MODULE_DEPEND() thingamagook butdes2001-10-191-1/+1
* Cleanup of the stdarg code.mp2001-10-192-54/+11
* Fix the le driver - it has been broken for a while and these fixes havejlemon2001-10-191-27/+21
* Make an ATAPI CD device appear as /dev/acdN and the individualsos2001-10-192-14/+8
* MFi386: sys/i386/isa/npx.c revisions from 1.114 to 1.116nyan2001-10-191-161/+56
* Fixed style bugs from revisions 8.1 (CSRG), 1.14, 1.19 and 1.22.ru2001-10-191-7/+7
* Changed IO_NPXSIZE to 8nyan2001-10-192-2/+2
* MFi386: sys/i386/isa/clock.c revision 1.177nyan2001-10-193-12/+0
* MFi386: sys/i386/isa/pcaudio.c revision 1.63nyan2001-10-191-6/+0
* Merged from sys/isa/sio.c revisions from 1.344 to 1.347nyan2001-10-192-6/+20
* MFi386: sys/i386/conf/GENERIC revision 1.320nyan2001-10-191-1/+1
* MFi386: options.i386 revision 1.158nyan2001-10-191-0/+2
* Rework pmap so that it separates the PTE structure from the pv_entrydfr2001-10-192-334/+511
* Build the linux module on Alpha again. Note that the linux modulemarcel2001-10-191-1/+2
* After removing the bogus differences, any real incompatibilitiesmarcel2001-10-191-452/+0
* Fix Alpha related brokenness. We used to have a MD linux_ioctl.hmarcel2001-10-192-8/+209
* Linux compiles broken on alpha again. Remove.mjacob2001-10-191-2/+2
* Add entry for the PRO/1000.jlemon2001-10-193-0/+5
* Hook the gx module up to the build.jlemon2001-10-192-0/+9
* Add a driver for the Intel PRO/1000 Gigabit Ethernet boards.jlemon2001-10-193-0/+2317
* #if 0 out some code that depends on other uncommitted patches.des2001-10-191-0/+2
* Adapt to pseudofs changes (dynamic initialization, not static).des2001-10-191-67/+60
* Switch to dynamic rather than static initialization.des2001-10-193-62/+288
* Add support for the "device private" ioctls soon to be used by the an driver.des2001-10-192-16/+76
* Add two "device private" ioctls needed by the Aironet (an) driver.des2001-10-191-5/+8
* Whitespace fix.des2001-10-191-1/+1
* Use normal CWARNFLAGS and defines when compiling on FreeBSD.mp2001-10-191-2/+6
OpenPOWER on IntegriCloud