summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Install the userland signal trampoline when sigaction is first called,jake2002-09-032-1/+50
* In the kernel code, we have the tsleep() call with the PCATCH argument.davidxu2002-09-034-13/+93
* Remove a debug printf.phk2002-09-031-2/+2
* Drop another cookie to wet Warners appetite:phk2002-09-031-0/+6
* Fix interrupt registration:phk2002-09-031-10/+3
* Style: fix a function whitespace stuff-up. Remove a debugging printf.phk2002-09-031-2/+3
* Style: move a global variable up to the top of the file.phk2002-09-031-3/+2
* Don't probe the interrupt on puc(4) attached devices.phk2002-09-031-1/+1
* Suggest -p instead of -o /dev/stdout.fanf2002-09-031-1/+1
* Remove spurious whitespacefanf2002-09-031-8/+6
* - Improve AC97 presence check and move it from fm801_attach() to fm801_probe();sobomax2002-09-031-14/+93
* When installing package from a local file assume that all subsequentsobomax2002-09-031-2/+6
* gcc 3.2imp2002-09-031-0/+9
* Prevent ps(1) from doing idiotic munging of things in a -ofmt= string.jmallett2002-09-031-1/+8
* Fix a nasty bug exposed by mktime() when time_t is significantly biggerpeter2002-09-031-0/+6
* Turn off usage of SMP style locking until we sort out CAM.mjacob2002-09-032-21/+72
* Make this compilepeter2002-09-031-1/+3
* Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64mjacob2002-09-031-0/+10
* Set errno to EILSEQ when invalid multibyte sequences are detectedtjr2002-09-033-3/+14
* Modified release notes: Remote note about enabling rnNG (it's now onbmah2002-09-032-24/+8
* New release notes: ng_l2tp(4) (+MFC), ifconfig(8) promisc (+MFC),bmah2002-09-032-6/+30
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-037-325/+2
* Remove an unneeded PROC_LOCK, which caused lock recursion panics.jake2002-09-021-1/+1
* Use the new kern_*() functions to avoid using the stack gap iniedowse2002-09-022-90/+49
* Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most othermike2002-09-021-2/+2
* Split up __getcwd so that kernel callers of the internal versioniedowse2002-09-022-18/+32
* Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most othermike2002-09-021-2/+2
* Split fcntl() into a wrapper and a kernel-callable kern_fcntl()iedowse2002-09-022-65/+84
* We don't use single_mountd_enable anymore. It's just mountd_enable. I mustgordon2002-09-021-1/+1
* Only install the scripts that actually used on FreeBSD.gordon2002-09-021-15/+12
* Commit a revised sendmail script that works the same way as rc.sendmail.gordon2002-09-021-30/+43
* Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy.brooks2002-09-022-0/+4
* Make SCSI_DELAY setable at boot time and runtime via thebrooks2002-09-026-25/+89
* Don't initialise policy, v4bind and v6bind where the variables aredwmalone2002-09-021-3/+10
* tpc -> tcp in an error message.dwmalone2002-09-021-2/+2
* Clear up a few warnings (unused variable, rpc versions are usigned so use %u,dwmalone2002-09-021-8/+7
* Switch over to the new EA manipulation utilities.phk2002-09-027-467/+1
* Grammer cleanupdillon2002-09-021-2/+2
* Turn rc_ng on by default now, it's time has come. While we are at it, I'dgordon2002-09-021-1/+1
* Unbreak -DNOINET6brian2002-09-021-0/+2
* cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses itspeter2002-09-022-2/+2
* Fix a cvs server bug introduced in 1.11.2, in the words of the author:peter2002-09-021-2/+3
* fix bogus CTR3 message.davidxu2002-09-021-1/+1
* Repo copy these files to the bmake area, these are not part of thepeter2002-09-022-112/+0
* Remove these files from the vendor branch, they are no longer in 1.11.2peter2002-09-022-87/+0
* version.h is now autogenerated in 1.11.2, not version.cpeter2002-09-021-4/+5
* Update for 1.11.1p1 -> 1.11.2 importpeter2002-09-022-2/+32
* It seems CVSvn.texi isn't used anymore.peter2002-09-021-11/+0
* Minor updates after 1.11.2 importpeter2002-09-021-4/+3
* Initial merge of 1.11.1p1 -> 1.11.2 changes onto mainlinepeter2002-09-0219-700/+1082
OpenPOWER on IntegriCloud