summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Style: don't mix decimal and hex values in the same file (convert all tosobomax2001-11-141-10/+10
* fix ukrainian translation of 'Norwegian' wordphantom2001-11-141-5/+5
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededjhb2001-11-143-11/+1
* o Modify nfslockdans() to accept a thread reference instead of a procrwatson2001-11-143-14/+16
* The new libedit from a while back depends on ncurses, so put -ledit beforejhb2001-11-144-4/+4
* Fix the type of the NULL arg to execl().obrien2001-11-141-1/+1
* "make cleandir" before building a kernel and modules.matusita2001-11-141-1/+1
* Cross-reference the fdopen and fileno manpages.murray2001-11-142-1/+3
* Oops, when trying the dirhash sequential-access optimisation,iedowse2001-11-141-1/+1
* After further discussion on -CURRENT, some people (jhb) do not likecjc2001-11-141-2/+2
* If the mask length is zero, there is no need to convert it to aps2001-11-141-1/+4
* Avoid unnecessary calls to expr(1) by using standard shell arithmeticsheldonh2001-11-1413-13/+13
* remove holdfp()dillon2001-11-145-118/+176
* Rework the utmp(5) page:yar2001-11-141-16/+67
* The interrupt nesting level is per-thread not per-CPU on FreeBSD.jhb2001-11-142-2/+0
* Fix a typo in rev 1.30 that broke the release: s/-dlint/-Dlint/jhb2001-11-141-1/+1
* Create a mutex pool API for short term leaf mutexes.dillon2001-11-138-74/+162
* Replace use of "0" constraints in inline asm with "+" constraints,keramida2001-11-131-4/+4
* sysinstall complains about creating acd0t* devices while all dists arematusita2001-11-131-1/+1
* - Modify to make the generated device driver code work with current.arr2001-11-132-10/+11
* Never added my entry which the committers guide says is aarr2001-11-131-0/+1
* Cleanups after previous change:jhb2001-11-132-18/+4
* As a followup to the previous fixes to inferior, revert some of thejhb2001-11-131-6/+3
* Set full-path of cvsup.matusita2001-11-131-1/+1
* Add yet another VIA ATA100 southbridge.sos2001-11-132-0/+2
* Fix bogon, free() the right memory type.sos2001-11-131-1/+1
* Turn on NO_WERROR and set WARNS to 1.alfred2001-11-135-20/+27
* Have rpcgen output the prototypes for the dispatch tablesalfred2001-11-131-0/+19
* NFS split forgot to prototype nfsclnt() syscall, do it.alfred2001-11-131-0/+1
* Update the KLD examples so they will work with current.arr2001-11-132-4/+10
* Better error message when cardtype is not recognizedimp2001-11-131-1/+1
* The kernel already fixes up %eax for parents that return from fork, sojhb2001-11-136-110/+4
* Fix a signed bug in the crashdump code for systems with > 2GB of ram.ps2001-11-137-8/+8
* Now it gets interesting...des2001-11-131-17/+88
* Don't enable FP in the kernel. It is not needed when -msoft-float is used.mp2001-11-132-2/+0
* Use a slightly less predictable temp file name, remove a stale list of PRsdes2001-11-131-22/+2
* This is a PR statistics-gathering script I wrote a while ago. It currentlydes2001-11-121-0/+302
* Change constraints to use "+" in inline asm instead of mapping inputkeramida2001-11-122-2/+2
* Remove EOL whitespace.keramida2001-11-121-8/+8
* Make KASSERT's print the values that triggered a panic.keramida2001-11-121-2/+3
* Clean up breakage in inferior() I introduced in 1.92 of kern_proc.c:jhb2001-11-122-9/+10
* Use newer constraints for atomic_cmpset().jhb2001-11-122-22/+18
* Add the ability to distinguish between compile environments thatmike2001-11-121-0/+5
* Use newer constraints for inline assembly for an operand that is both anjhb2001-11-122-42/+42
* fix parameters to lock_answer().alfred2001-11-121-1/+1
* Fixup for WARNS.alfred2001-11-121-6/+9
* Use make_dev_alias() instead of call make_dev() twice.nyan2001-11-121-4/+8
* Fix a typo:joe2001-11-121-1/+1
* -msoft-float must always be turned on when compiling the PowerPC kernel.benno2001-11-121-1/+3
* Implement eficlock_set() to set hardware clock.peter2001-11-121-1/+13
OpenPOWER on IntegriCloud