summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Use interrupt gates instead of trap gates for breakpoint and tracebde2001-08-132-4/+4
* | Removed he BPTTRAP() macro and its use. It was intended for restoringbde2001-08-133-12/+6
* | Fixed minor numbers when there is more than one cy card.bde2001-08-133-18/+45
* | Honour `TMPDIR' environment variable.sobomax2001-08-131-3/+9
* | Use ttymalloc() instead of a static array of `struct tty'. This willbde2001-08-133-45/+6
* | Fix some bogus strncpy(3) to strlcpy(3) changes I made in the previousmike2001-08-131-6/+6
* | Reduce private "lesser known" function redirection to improve clarity.obrien2001-08-135-59/+31
* | Use normal menus instead of radio lists, which seems to be more logicaleric2001-08-122-22/+22
* | Cross-reference io(4).iedowse2001-08-121-0/+2
* | Update io(4) to match reality following revision 1.42 ofiedowse2001-08-121-4/+5
* | "New" release note: Removal of wd compatability devices from ata(4).bmah2001-08-122-0/+6
* | Note MFC of ARIN -> APNIC/RIPE whois(1) queries. While I'm here, addbmah2001-08-122-4/+4
* | Remove whitespace after %. The whitespace was causing strfile to not seemharo2001-08-121-40/+40
* | Remove the WANT_INSECURE_OPIE option - it is now a default. This is notmarkm2001-08-126-23/+0
* | o Replace occurrences of strncpy(3) with strlcpy(3); most ofmike2001-08-121-23/+47
* | Chagne MASTER_SITE_FREEBSD to MASTER_SITE_FREEBSD_ORG, becauseknu2001-08-122-2/+2
* | Fix MASTER_SITE_RUBY. The listed master site is obsolete.knu2001-08-122-2/+2
* | Add MASTER_SITE_FREEBSD.knu2001-08-122-0/+2
* | Fix some trivial bugs.iwasaki2001-08-122-20/+24
* | Change the compute_stats() call to the new devstat_compute_statistics()ken2001-08-111-21/+21
* | Preprocess ppp.8.m4 into ppp.8, taking into account any compile timebrian2001-08-113-5763/+46
* | Note MFC of all the I4B stuff.dd2001-08-112-12/+12
* | I4B is actually version 1.0.1.dd2001-08-112-2/+2
* | Fill _res.sort_list with harmless entry. sortlist for IPv6/IPv4ume2001-08-111-0/+3
* | Set the RUSER for PAM so that (eg) kerberos can set up tickets properly.markm2001-08-111-0/+2
* | WARNS=2 type cleanup.markm2001-08-112-5/+9
* | Fix:markm2001-08-111-7/+8
* | Add sgi_fam 391002, file alteration monitor.schweikh2001-08-111-0/+1
* | Don't hard-code BINOWN and BINGRP (BINGRP was hard-coded to 'bin', whichkris2001-08-111-2/+0
* | Make the name parameter const char *.imp2001-08-114-4/+4
* | Somewhere along the way, configSecurityModerate() lost it's "int"rwatson2001-08-112-0/+2
* | MFCs noted: fsck_msdos(8), kldconfig(8), moused(8) -a.bmah2001-08-112-6/+6
* | New release note (only about six months late): nmdm(4).bmah2001-08-112-0/+6
* | Note: mergemaster stopped being optional a long time ago. Caution againstimp2001-08-111-1/+8
* | For consistency with other man pages, fix first appearance.mp2001-08-111-2/+2
* | Don't call errx() with a variable format stringkris2001-08-111-1/+1
* | Remove unused nmdmpoll function.mp2001-08-111-63/+0
* | o Reduce the number of offered security profiles, as we now have a morerwatson2001-08-107-171/+36
* | If we've panic'd already, then just bail in lockmgr rather than blocking orjhb2001-08-101-0/+5
* | Make the protoswitch definitiosn checkable in the same way thatjulian2001-08-102-30/+30
* | Fix some of the GDB linkage setup. The l_name member of the gdb linkagewpaul2001-08-102-4/+28
* | Mark some functions as __printflike()kris2001-08-101-3/+3
* | Add an optimization where we check hte PS_ASTPENDING and PS_NEEDRESCHEDjhb2001-08-101-0/+10
* | - Close races with signals and other AST's being triggered while we are injhb2001-08-1029-225/+111
* | Make witness compile w/o DDB.jhb2001-08-101-1/+7
* | Style cleanup.obrien2001-08-101-2/+2
* | Arbitrarily limit to 64k the number of bytes that can be read atiedowse2001-08-102-0/+6
* | Typoimp2001-08-101-1/+5
* | Close a </sect1> and add a line of whitespace, discovered duringbmah2001-08-101-0/+2
* | Work around a race between msleep() and endtsleep() where it was possiblejhb2001-08-101-3/+23
OpenPOWER on IntegriCloud