summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow kernel dumps to be aborted with ctrl-C.marcel2002-10-141-3/+14
* Unconditionally restore the pointer to the saved Ethernet header aftercjc2002-10-141-4/+1
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-1433-158/+30
* o Comment out the symbol download code for 4.x.imp2002-10-144-6/+42
* Eliminate the unnecessary clearing of flag bits that are already clearalc2002-10-141-4/+1
* Add in the GEOM control module.phk2002-10-131-0/+1
* Add the outline of the "/dev/geom.ctl" handling code.phk2002-10-132-1/+201
* Compile in support for zipfs and bzipfs so we can load the gzipped mfsrootjake2002-10-132-0/+14
* Connect trm(4) to the build.cognet2002-10-134-0/+16
* Give GEOM modules a chance to specify their own init routine, in case theyphk2002-10-131-1/+4
* Import of the trm(4) driver (for Tekram DC395U/UW/F and DC315U SCSI adapters).cognet2002-10-132-0/+4352
* MODINFO_SIZE metadata has type size_t, not unsigned. This makes preloadedjake2002-10-131-1/+1
* Correctly account for MAXPARTITIONS in the CTASSERT() which protects thephk2002-10-131-1/+1
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-1311-21/+9
* - Remove a useless initialization for 'ronly', if it hadn't beenmux2002-10-131-2/+2
* Pass flags to VOP_CLOSE() corresponding to what was passed to VOP_OPEN().phk2002-10-131-0/+1
* struct ia64_fpreg needs to be available outside of the kernel formike2002-10-131-2/+4
* Remove <sys/_posix.h>; nothing uses it anymore.mike2002-10-131-84/+0
* Remove _KPOSIX_VERSION as a kernel option, nothing uses this any more.mike2002-10-133-10/+0
* Update a sysctl to use _POSIX_VERSION from <sys/unistd.h>, instead ofmike2002-10-131-2/+2
* Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, somike2002-10-131-0/+3
* #ifdef _KERNEL not #if _KERNEL.mike2002-10-131-1/+1
* Include <sys/_posix.h> directly instead of depending on <sys/proc.h>mike2002-10-131-0/+1
* Build the kernel with -mconstant-gp. This means that function calls,marcel2002-10-131-0/+2
* - Remove the do { } while(0) from the VOP lock assert macros. This wasjeff2002-10-131-7/+7
* ia64 specific CFLAGS change:marcel2002-10-131-1/+1
* o Fix a silly requirement for <machine/signal.h> to be included in themike2002-10-131-49/+70
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-137-30/+69
* Removed unused tl0_syscall.jake2002-10-121-84/+0
* o Fix typo in previous commit: s/sc-nsect/sc->nsect/marcel2002-10-121-2/+2
* Plug two holes where we returned to userland without restoringmarcel2002-10-122-0/+4
* whitespace fixes.alfred2002-10-121-2/+2
* Have the linker collect and combine all unwind_info and unwindmarcel2002-10-121-2/+2
* Polish previous commit:marcel2002-10-121-13/+18
* MFp4: Include machine/vmparam.h to pull in definition of IA64_RR_BASE.marcel2002-10-121-0/+1
* Make this compile on 64-bit architectures (e.g. ia64) by not assumingmarcel2002-10-122-4/+4
* Remove the dependency on ia64_cpu.h by not defining pmap_kextract()marcel2002-10-121-6/+1
* Fixed syntax errors and printf format errors.bde2002-10-121-3/+5
* o Add typedefs for size_t and ssize_t.mike2002-10-121-17/+100
* Increase the max dummynet hash size from 1024 to 65536. Default is stillseanc2002-10-122-2/+8
* Remove NO_GEOM option. No outstanding show-stoppers.phk2002-10-123-6/+0
* - kserunnable() is now sched_runnable() change instances of these wherejeff2002-10-122-4/+6
* - Create a new scheduler api that is defined in sys/sched.hjeff2002-10-1221-528/+774
* Register the machine check private state spinlock on ia64.peter2002-10-121-0/+3
* Know that a 10160 is the same as a 12160.mjacob2002-10-121-0/+2
* cut/paste the pmap_new_altkstack stuff from the other platforms.peter2002-10-111-3/+47
* Call uma_zalloc on pvzone with M_NOWAIT, just like i386 and alpha.peter2002-10-111-1/+1
* - Move the 'done1' label down below the unlock of the proc lock and movejhb2002-10-111-10/+9
* The CAM system has it's own ideas of what locks are to be held by whom.phk2002-10-111-19/+24
* s/modunload/kldunloadimp2002-10-111-1/+1
OpenPOWER on IntegriCloud