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