summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* FA, FB and FC are lead bytes according to recent Microsoft documentation.tjr2002-10-141-1/+1
* Style changes. Mainly removing excessive whitespace and parens.tjr2002-10-141-24/+29
* Eliminate the unnecessary clearing of flag bits that are already clearalc2002-10-141-4/+1
* Add Big5, MSKanji and UTF-8 to the list of supported encodings.tjr2002-10-141-10/+29
* Clarify that a number of incidents relate to Germany.grog2002-10-141-15/+14
* Take a guess at what WARNS level will make this compile on ia64.obrien2002-10-141-1/+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
* Add beginnings of sparc64 release magic.jake2002-10-133-0/+105
* 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 root from the kmem, sys, tty, and staff groups in the defaultrwatson2002-10-131-4/+4
* Remove the P1003_1B kernel option; it is no longer used.mike2002-10-1311-21/+9
* For consistency with other entries in group, don't put the daemon orrwatson2002-10-131-2/+2
* - 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-132-2/+4
* #ifdef _KERNEL not #if _KERNEL.mike2002-10-131-1/+1
* Oops, missed that in rev. 1.35.ru2002-10-131-1/+0
* Include <sys/_posix.h> directly instead of depending on <sys/proc.h>mike2002-10-131-0/+1
* Don't call report() without a format string.kris2002-10-131-1/+1
* Mark the logerr() function __printflike().kris2002-10-131-1/+1
* Use strlcpy instead of incorrectly using strncpy.kris2002-10-131-1/+1
* Dump in $TMPDIR if !setugid, and use mode 0644 instead of 0666.kris2002-10-131-7/+11
* Ignore TMPDIR if the application is setugid.kris2002-10-131-1/+2
* FreeBSD's libedit does not include NetBSD's readline emulation code.tjr2002-10-131-4/+3
* Support FreeBSD versions starting from 4.0-RELEASE.ru2002-10-131-0/+10
* 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-132-2/+2
* Prevent stack-smashing buffer overflows in -D and -r options by usingkris2002-10-132-6/+10
* MFS: Fix smrsh bypass bug.gshapiro2002-10-131-0/+35
* 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
* Assume POSIX/XSI is always visible in the __BSD_VISIBLE case. Fix amike2002-10-131-5/+8
* 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
OpenPOWER on IntegriCloud