| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Use interrupt gates instead of trap gates for breakpoint and trace | bde | 2001-08-13 | 2 | -4/+4 |
* | | Removed he BPTTRAP() macro and its use. It was intended for restoring | bde | 2001-08-13 | 3 | -12/+6 |
* | | Fixed minor numbers when there is more than one cy card. | bde | 2001-08-13 | 3 | -18/+45 |
* | | Honour `TMPDIR' environment variable. | sobomax | 2001-08-13 | 1 | -3/+9 |
* | | Use ttymalloc() instead of a static array of `struct tty'. This will | bde | 2001-08-13 | 3 | -45/+6 |
* | | Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previous | mike | 2001-08-13 | 1 | -6/+6 |
* | | Reduce private "lesser known" function redirection to improve clarity. | obrien | 2001-08-13 | 5 | -59/+31 |
* | | Use normal menus instead of radio lists, which seems to be more logical | eric | 2001-08-12 | 2 | -22/+22 |
* | | Cross-reference io(4). | iedowse | 2001-08-12 | 1 | -0/+2 |
* | | Update io(4) to match reality following revision 1.42 of | iedowse | 2001-08-12 | 1 | -4/+5 |
* | | "New" release note: Removal of wd compatability devices from ata(4). | bmah | 2001-08-12 | 2 | -0/+6 |
* | | Note MFC of ARIN -> APNIC/RIPE whois(1) queries. While I'm here, add | bmah | 2001-08-12 | 2 | -4/+4 |
* | | Remove whitespace after %. The whitespace was causing strfile to not see | mharo | 2001-08-12 | 1 | -40/+40 |
* | | Remove the WANT_INSECURE_OPIE option - it is now a default. This is not | markm | 2001-08-12 | 6 | -23/+0 |
* | | o Replace occurrences of strncpy(3) with strlcpy(3); most of | mike | 2001-08-12 | 1 | -23/+47 |
* | | Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, because | knu | 2001-08-12 | 2 | -2/+2 |
* | | Fix MASTER_SITE_RUBY. The listed master site is obsolete. | knu | 2001-08-12 | 2 | -2/+2 |
* | | Add MASTER_SITE_FREEBSD. | knu | 2001-08-12 | 2 | -0/+2 |
* | | Fix some trivial bugs. | iwasaki | 2001-08-12 | 2 | -20/+24 |
* | | Change the compute_stats() call to the new devstat_compute_statistics() | ken | 2001-08-11 | 1 | -21/+21 |
* | | Preprocess ppp.8.m4 into ppp.8, taking into account any compile time | brian | 2001-08-11 | 3 | -5763/+46 |
* | | Note MFC of all the I4B stuff. | dd | 2001-08-11 | 2 | -12/+12 |
* | | I4B is actually version 1.0.1. | dd | 2001-08-11 | 2 | -2/+2 |
* | | Fill _res.sort_list with harmless entry. sortlist for IPv6/IPv4 | ume | 2001-08-11 | 1 | -0/+3 |
* | | Set the RUSER for PAM so that (eg) kerberos can set up tickets properly. | markm | 2001-08-11 | 1 | -0/+2 |
* | | WARNS=2 type cleanup. | markm | 2001-08-11 | 2 | -5/+9 |
* | | Fix: | markm | 2001-08-11 | 1 | -7/+8 |
* | | Add sgi_fam 391002, file alteration monitor. | schweikh | 2001-08-11 | 1 | -0/+1 |
* | | Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', which | kris | 2001-08-11 | 1 | -2/+0 |
* | | Make the name parameter const char *. | imp | 2001-08-11 | 4 | -4/+4 |
* | | Somewhere along the way, configSecurityModerate() lost it's "int" | rwatson | 2001-08-11 | 2 | -0/+2 |
* | | MFCs noted: fsck_msdos(8), kldconfig(8), moused(8) -a. | bmah | 2001-08-11 | 2 | -6/+6 |
* | | New release note (only about six months late): nmdm(4). | bmah | 2001-08-11 | 2 | -0/+6 |
* | | Note: mergemaster stopped being optional a long time ago. Caution against | imp | 2001-08-11 | 1 | -1/+8 |
* | | For consistency with other man pages, fix first appearance. | mp | 2001-08-11 | 1 | -2/+2 |
* | | Don't call errx() with a variable format string | kris | 2001-08-11 | 1 | -1/+1 |
* | | Remove unused nmdmpoll function. | mp | 2001-08-11 | 1 | -63/+0 |
* | | o Reduce the number of offered security profiles, as we now have a more | rwatson | 2001-08-10 | 7 | -171/+36 |
* | | If we've panic'd already, then just bail in lockmgr rather than blocking or | jhb | 2001-08-10 | 1 | -0/+5 |
* | | Make the protoswitch definitiosn checkable in the same way that | julian | 2001-08-10 | 2 | -30/+30 |
* | | Fix some of the GDB linkage setup. The l_name member of the gdb linkage | wpaul | 2001-08-10 | 2 | -4/+28 |
* | | Mark some functions as __printflike() | kris | 2001-08-10 | 1 | -3/+3 |
* | | Add an optimization where we check hte PS_ASTPENDING and PS_NEEDRESCHED | jhb | 2001-08-10 | 1 | -0/+10 |
* | | - Close races with signals and other AST's being triggered while we are in | jhb | 2001-08-10 | 29 | -225/+111 |
* | | Make witness compile w/o DDB. | jhb | 2001-08-10 | 1 | -1/+7 |
* | | Style cleanup. | obrien | 2001-08-10 | 1 | -2/+2 |
* | | Arbitrarily limit to 64k the number of bytes that can be read at | iedowse | 2001-08-10 | 2 | -0/+6 |
* | | Typo | imp | 2001-08-10 | 1 | -1/+5 |
* | | Close a </sect1> and add a line of whitespace, discovered during | bmah | 2001-08-10 | 1 | -0/+2 |
* | | Work around a race between msleep() and endtsleep() where it was possible | jhb | 2001-08-10 | 1 | -3/+23 |