| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't probe the interrupt on puc(4) attached devices. | Poul-Henning Kamp | 2002-09-03 | 1 | -1/+1 |
| * | Suggest -p instead of -o /dev/stdout. | Tony Finch | 2002-09-03 | 1 | -1/+1 |
| * | Remove spurious whitespace | Tony Finch | 2002-09-03 | 1 | -8/+6 |
| * | - Improve AC97 presence check and move it from fm801_attach() to fm801_probe(); | Maxim Sobolev | 2002-09-03 | 1 | -14/+93 |
| * | When installing package from a local file assume that all subsequent | Maxim Sobolev | 2002-09-03 | 1 | -2/+6 |
| * | gcc 3.2 | Warner Losh | 2002-09-03 | 1 | -0/+9 |
| * | Prevent ps(1) from doing idiotic munging of things in a -ofmt= string. | Juli Mallett | 2002-09-03 | 1 | -1/+8 |
| * | Fix a nasty bug exposed by mktime() when time_t is significantly bigger | Peter Wemm | 2002-09-03 | 1 | -0/+6 |
| * | Turn off usage of SMP style locking until we sort out CAM. | Matt Jacob | 2002-09-03 | 2 | -21/+72 |
| * | Make this compile | Peter Wemm | 2002-09-03 | 1 | -1/+3 |
| * | Don't do transition locking (i.e., CAM->MPT->CAM)- Peter claimed that ia64 | Matt Jacob | 2002-09-03 | 1 | -0/+10 |
| * | Set errno to EILSEQ when invalid multibyte sequences are detected | Tim J. Robbins | 2002-09-03 | 3 | -3/+14 |
| * | Modified release notes: Remote note about enabling rnNG (it's now on | Bruce A. Mah | 2002-09-03 | 2 | -24/+8 |
| * | New release notes: ng_l2tp(4) (+MFC), ifconfig(8) promisc (+MFC), | Bruce A. Mah | 2002-09-03 | 2 | -6/+30 |
| * | Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on all | Mike Barcroft | 2002-09-03 | 7 | -325/+2 |
| * | Remove an unneeded PROC_LOCK, which caused lock recursion panics. | Jake Burkholder | 2002-09-02 | 1 | -1/+1 |
| * | Use the new kern_*() functions to avoid using the stack gap in | Ian Dowse | 2002-09-02 | 2 | -90/+49 |
| * | Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most other | Mike Barcroft | 2002-09-02 | 1 | -2/+2 |
| * | Split up __getcwd so that kernel callers of the internal version | Ian Dowse | 2002-09-02 | 2 | -18/+32 |
| * | Align _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ with most other | Mike Barcroft | 2002-09-02 | 1 | -2/+2 |
| * | Split fcntl() into a wrapper and a kernel-callable kern_fcntl() | Ian Dowse | 2002-09-02 | 2 | -65/+84 |
| * | We don't use single_mountd_enable anymore. It's just mountd_enable. I must | Gordon Tetlow | 2002-09-02 | 1 | -1/+1 |
| * | Only install the scripts that actually used on FreeBSD. | Gordon Tetlow | 2002-09-02 | 1 | -15/+12 |
| * | Commit a revised sendmail script that works the same way as rc.sendmail. | Gordon Tetlow | 2002-09-02 | 1 | -30/+43 |
| * | Hook up libkern/strlcpy.c and libkern/strlcat.c after repocopy. | Brooks Davis | 2002-09-02 | 2 | -0/+4 |
| * | Make SCSI_DELAY setable at boot time and runtime via the | Brooks Davis | 2002-09-02 | 6 | -25/+89 |
| * | Don't initialise policy, v4bind and v6bind where the variables are | David Malone | 2002-09-02 | 1 | -3/+10 |
| * | tpc -> tcp in an error message. | David Malone | 2002-09-02 | 1 | -2/+2 |
| * | Clear up a few warnings (unused variable, rpc versions are usigned so use %u, | David Malone | 2002-09-02 | 1 | -8/+7 |
| * | Switch over to the new EA manipulation utilities. | Poul-Henning Kamp | 2002-09-02 | 7 | -467/+1 |
| * | Grammer cleanup | Matthew Dillon | 2002-09-02 | 1 | -2/+2 |
| * | Turn rc_ng on by default now, it's time has come. While we are at it, I'd | Gordon Tetlow | 2002-09-02 | 1 | -1/+1 |
| * | Unbreak -DNOINET6 | Brian Somers | 2002-09-02 | 1 | -0/+2 |
| * | cvs-1.11.2 seems to bug out if HAVE_MMAP is not defined. It hoses its | Peter Wemm | 2002-09-02 | 2 | -2/+2 |
| * | Fix a cvs server bug introduced in 1.11.2, in the words of the author: | Peter Wemm | 2002-09-02 | 1 | -2/+3 |
| * | fix bogus CTR3 message. | David Xu | 2002-09-02 | 1 | -1/+1 |
| * | Repo copy these files to the bmake area, these are not part of the | Peter Wemm | 2002-09-02 | 2 | -112/+0 |
| * | Remove these files from the vendor branch, they are no longer in 1.11.2 | Peter Wemm | 2002-09-02 | 2 | -87/+0 |
| * | version.h is now autogenerated in 1.11.2, not version.c | Peter Wemm | 2002-09-02 | 1 | -4/+5 |
| * | Update for 1.11.1p1 -> 1.11.2 import | Peter Wemm | 2002-09-02 | 2 | -2/+32 |
| * | It seems CVSvn.texi isn't used anymore. | Peter Wemm | 2002-09-02 | 1 | -11/+0 |
| * | Minor updates after 1.11.2 import | Peter Wemm | 2002-09-02 | 1 | -4/+3 |
| * | Initial merge of 1.11.1p1 -> 1.11.2 changes onto mainline | Peter Wemm | 2002-09-02 | 19 | -698/+1080 |
| * | This commit was generated by cvs2svn to compensate for changes in r102840, | Peter Wemm | 2002-09-02 | 81 | -2706/+8910 |
| |\ |
|
| | * | Import cvs-1.11.2 onto vendor branch | Peter Wemm | 2002-09-02 | 101 | -3384/+10026 |
| | * | Fix the HAVE_KERBEROS case. It seems somebody got carried away | Peter Wemm | 2001-08-20 | 1 | -2/+2 |
| | * | Removed in cvs-1.11.1p1 import | Peter Wemm | 2001-08-10 | 1 | -1/+0 |
| | * | Another stray file that got imported a long time ago and never cleaned up. | Peter Wemm | 2001-08-10 | 1 | -439/+0 |
| | * | These files have been replaced by .in versions in cvs-1.11.1p1 | Peter Wemm | 2001-08-10 | 9 | -1957/+0 |
| | * | Nuke some stray files that stopped getting imported ages ago. | Peter Wemm | 2001-08-10 | 3 | -392/+0 |