Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Stop suggesting -grope argument when -grope argument was actually given | bapt | 2015-10-22 | 1 | -1/+2 |
| | |||||
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp | ||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Merge head from 7/28 | sjg | 2014-08-19 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | |||||
| * | Merge head | sjg | 2014-04-28 | 1 | -315/+145 |
| |\ | |||||
| * | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | | |||||
| * | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | | |||||
| * | | Sync with HEAD. | obrien | 2013-02-08 | 1 | -7/+9 |
| |\ \ | |||||
| * | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | | | use .Mt to mark up email addresses consistently (part2) | bapt | 2014-06-20 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco@lastsummer.de> | ||||
* | | | Pass the size of the top-level table to map when mapping the table instead | jhb | 2014-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | of the size of the pointer. Reported by: Coverity Coverity CID: 1147171 | ||||
* | | | - Use <x86/mptable.h> instead of duplicating its definitions. | jhb | 2013-12-11 | 1 | -315/+145 |
| |/ |/| | | | | | | | - Switch to mmaping the table from RAM instead of reading it out of /dev/mem via read(2). | ||||
* | | Divine the array size by using 'nitems(array)' instead of using magic numbers. | neel | 2012-12-21 | 1 | -5/+7 |
| | | | | | | | | Suggested by: Garrett Cooper | ||||
* | | The MPtable specification allows for an 8-bit "BUS ID" and "I/O APIC ID". | neel | 2012-12-21 | 1 | -3/+3 |
|/ | | | | | | | | Since the 'busses[]' and 'apics[]' arrays are indexed by these 8-bit IDs make sure that they have enough space to accomodate up to 256 entries. Submitted by: Ravi Shamanna Obtained from: NetApp | ||||
* | Add an missing argument to open(2). If O_CREAT flag is specified, | pjd | 2012-01-04 | 1 | -1/+1 |
| | | | | file permission has to be specified as well. | ||||
* | Mark all global variables static for mptable(1). | ed | 2011-11-06 | 1 | -25/+16 |
| | | | | While there, remove basetableEntryTypes, which became unused in r71209. | ||||
* | mdoc: consistently spell our email addresses <foo@FreeBSD.org> | uqs | 2010-05-19 | 1 | -1/+1 |
| | | | | Reviewed by: ru | ||||
* | Fix a typo. | jhb | 2010-02-19 | 1 | -1/+1 |
| | | | | Submitted by: Jakub Lach jakub_lach of mailplus pl | ||||
* | The last big commit: let usr.sbin/ use WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
| | |||||
* | Expand *n't contractions. | ru | 2005-02-13 | 1 | -1/+1 |
| | |||||
* | Remove the useless "version" number output. | obrien | 2005-02-06 | 1 | -5/+1 |
| | | | | We don't give a version number each userland binary. | ||||
* | Make this build and work on amd64 (sledge at least). | peter | 2003-09-30 | 2 | -39/+40 |
| | |||||
* | Don't need to redundantly redeclare optreset. | imp | 2003-06-07 | 1 | -1/+0 |
| | |||||
* | - Backout botched attempt to introduce MANSECT feature. | ru | 2001-03-26 | 1 | -1/+0 |
| | | | | - MAN[1-9] -> MAN. | ||||
* | revert rev 1.3: restore MAN1 directive to unbreak world | alfred | 2001-03-24 | 1 | -0/+1 |
| | |||||
* | Fixed style bugs (use normal formatting for assignment, and don't override | bde | 2001-03-23 | 1 | -2/+1 |
| | | | | the correct default for MAN1). | ||||
* | o Remove BINMODE=0550 -- no need to restrict execution rights as the | rwatson | 2001-03-22 | 2 | -3/+1 |
| | | | | | | authorization check is on /dev/{,k}mem. o Update man page to reflect requirement that gid kmem privileges must be held, not root. (submitted by: peter) | ||||
* | Deal with table parsing bugs caused by out-of-order record entries. | peter | 2001-01-18 | 1 | -31/+41 |
| | | | | | | Complain about out-of-order entries. This fixes the 'mp extended table HOSED!" report on the DL360 we have here with the "fixed" compaq bios rom to fix the table length off-by-one error. | ||||
* | Add `_PATH_DEVZERO'. | obrien | 2000-12-09 | 1 | -2/+3 |
| | | | | Use _PATH_* where where possible. | ||||
* | mdoc(7) police: use the new features of the Nm macro. | ru | 2000-11-20 | 1 | -1/+1 |
| | |||||
* | Update the mptable manpage to remove mention of kernel options (which | msmith | 2000-09-22 | 1 | -2/+3 |
| | | | | there aren't going to be shortly). | ||||
* | Stop printing out the Nfoo options help, since these tunables are about to | msmith | 2000-09-22 | 1 | -26/+0 |
| | | | | go away. | ||||
* | Remove 3 off by 128 errors. | tegge | 2000-08-06 | 1 | -5/+5 |
| | |||||
* | $FreeBSD$ tags moved to bottom of license aggmt. | phantom | 1999-10-30 | 1 | -1/+1 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 3 | -3/+3 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | getopt(3) returns -1 not EOF. | imp | 1999-05-23 | 1 | -2/+2 |
| | |||||
* | .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq. | charnier | 1998-03-23 | 1 | -1/+1 |
| | |||||
* | Don't #include implementation header <machine/types.h> directly. | bde | 1998-02-24 | 1 | -5/+2 |
| | | | | #include <sys/types.h> before the headers that depend on it. | ||||
* | Use err(3). Add missing parameter for printf() (reviewed by steve). | charnier | 1997-09-25 | 2 | -64/+47 |
| | |||||
* | Changed the Ints labels for the IO APIC from "INT#" to "PIN#" to better | fsmp | 1997-09-06 | 1 | -4/+4 |
| | | | | | reflect its logical usage. Ie., there is NOT a 1-to-1 correspondence between IRQ numbers and APIC pin numbers as there is with the 8259 ICU. | ||||
* | Removed suggested "options AUTO_START", no longer used. | fsmp | 1997-08-26 | 1 | -12/+2 |
| | | | | Noticed by: Vincent Poy <vince@mail.MCESTATE.COM> | ||||
* | Removed the SMP_TIMER_NC suggestion. | fsmp | 1997-07-22 | 1 | -3/+4 |
| | | | | This is (almost) defunct, start to phase it out... | ||||
* | Removed SMP_PRIVPAGES from options list. | fsmp | 1997-06-23 | 1 | -5/+2 |
| | | | | This functionality is now automatic. | ||||
* | Made 'options NINTR' greater of 24 and calculated value. | fsmp | 1997-05-22 | 1 | -6/+7 |
| | | | | This coincides with changing kernel default to 64. | ||||
* | Document APIC_IO as mandatory. | fsmp | 1997-05-10 | 1 | -5/+5 |
| | | | | Document SMP_AUTOSTART as working. | ||||
* | fixed minor typo, bumped to version 2.0.9 | fsmp | 1997-04-30 | 1 | -3/+3 |
| | |||||
* | add a userland program for SMP support | fsmp | 1997-04-29 | 3 | -0/+1234 |
mptable examines and displays the MP table of an SMP motherboard. |