summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* KSE Milestone 2julian2001-09-12782-13909/+15917
| | | | | | | | | | | | | | Note ALL MODULES MUST BE RECOMPILED make the kernel aware that there are smaller units of scheduling than the process. (but only allow one thread per process at this time). This is functionally equivalent to teh previousl -current except that there is a thread associated with each process. Sorry john! (your next MFC will be a doosie!) Reviewed by: peter@freebsd.org, dillon@freebsd.org X-MFC after: ha ha ha ha
* Build ficl on all architectures.dfr2001-09-121-2/+0
|
* Add a version of the loader which runs under SKI, the HP ia64 simulator.dfr2001-09-1235-1/+3631
| | | | | This loader is quite functional and can load and run kernels. The kernels don't quite work right after loading but that should be easily fixable.
* Increase AUTHNAME to 42 bytes for users of T-Online, which requires 41gj2001-09-121-1/+1
| | | | | | bytes. MFC after: 2 weeks
* Merged from sys/i386/i386/machdep.c revision 1.479.kato2001-09-122-10/+8
|
* Correct the entry for Sudetenland. It also has nothing to do with the south.grog2001-09-121-1/+1
| | | | | Corrected by: joerg Pointy hat to: grog
* Call pcic_teardown_intr to make sure that we disestablish theimp2001-09-121-1/+1
| | | | | | | | interrupt for the card. This seems to fix hangs on my machine. MFC: pending re approval.
* o Fix struct ssc_time and enable the SSC call to get the RTC.marcel2001-09-121-17/+11
| | | | o Print a message that the TODR is not set in sscclock_set.
* Fix the kern.module_path issue that required the trailing '/' characterpeter2001-09-121-12/+15
| | | | | on each module path component. Fix a one-byte buffer overflow at the same time that got highlighted in the process.
* Correct the invasion of Südetenland. Any involvement of ducks was ↵grog2001-09-121-1/+1
| | | | insignificant.
* Replace print/ghostscript6-nox11 with print/ghostscript-gnu-nox11.knu2001-09-111-1/+1
|
* New release note: semop(2) buffer overflow fixed.bmah2001-09-112-0/+6
|
* Return the *right* error codes for yes/no questions when non-interactive.jkh2001-09-112-8/+8
| | | | Submitted by: Alan Judge <Alan.Judge@eircom.net>
* Implement the ``-f address_family'' filter for -i.ru2001-09-113-3/+14
| | | | Prodded by: Igor Podlesny <poige@morning.ru>
* Update usage() to match reality.ru2001-09-111-5/+12
|
* Don't create missing directories; that's the duty of mtree(8).ru2001-09-111-4/+2
| | | | | Don't depend on chown(8) in ${INSTALLTMP}; -u/-g have been supported since at least RELENG_4_BP.
* Added forgotten share/zoneinfo/America/Kentucky.ru2001-09-111-0/+2
|
* New release note about linker.hints and kldxref(8). Even though thisdd2001-09-112-0/+10
| | | | | | solves a pretty annoying problem, this release notes entry doesn't describe what this fixes because I can't seem to figure out how to do this without giving a lot of background.
* If a sentence starts inside parenthesis, it should end insidedd2001-09-111-1/+1
| | | | parenthesis.
* mdoc(7) police: Fixed the .Ex calls in manpages that describe moreru2001-09-113-4/+4
| | | | | | | than one utility. PR: docs/30437 Submitted by: SUZUKI Koichi <koich@cac.co.jp>
* Correct a debugging message.dd2001-09-111-1/+1
|
* Use getprogname(3) instead of hardcoding the name..sos2001-09-111-2/+2
|
* Fixes from Ruslan Ermilov:sos2001-09-112-41/+30
| | | | | | | | | | | | | 1. FreeBSD should be spelled with "F" and "BSD" in capitals, even in comments. 2. Please don't use hard sentence breaks. Always start a new sentence from the new line. 3. Don't use `#' or `$' in EXAMPLES; this has been fixed recently in share/examples/mdoc/ templates. 4. Nuke the prog_name variable burncd.c, use getprogname(3).
* mdoc(7) police: use standard list width.ru2001-09-111-2/+1
|
* mdoc(7) police: fix markup.ru2001-09-111-131/+168
|
* Use a colon to separate the user and group when executing chown(1).dd2001-09-111-2/+2
| | | | | | | Periods aren't supported anymore. PR: 30507 Submitted by: Georg-W. Koltermann <gwk@sgi.com>
* mdoc(7) police: removed hard sentence breaks.ru2001-09-111-12/+24
|
* mdoc(7) police: restore fix in rev. 1.52; .Dt should be in CAPITALS.ru2001-09-111-1/+1
|
* mdoc(7) police: restore the correct sorting of SEE ALSO.ru2001-09-111-1/+1
|
* mdoc(7) police: markup nits, improve -W option text,ru2001-09-111-5/+10
| | | | mount_msdos(8) is called mount_msdosfs(8) nowadays.
* Removed -M and -N from getopt(3) call as well.ru2001-09-111-1/+1
|
* mdoc(7) police: changed pure POSIX text; added missing markup bits.ru2001-09-112-8/+12
|
* mdoc(7) police: removed commas from the standard (split) AUTHORS block.ru2001-09-111-3/+3
|
* Fixed the free(3) panic overlooked due to the -Wno-uninitialized.ru2001-09-111-1/+2
|
* s/password_format/passwd_format/ru2001-09-111-1/+1
| | | | | PR: misc/30494 Submitted by: "brian j. peterson" <rbw@myplace.org>
* On second thoughts, make kldxref failures non-fatal.peter2001-09-111-1/+1
|
* Add kldxref(8), for maintaining the linker.hints file for translatingpeter2001-09-117-0/+838
| | | | | | module->pathname.ko. It supports only ELF for now. Submitted by: bp (with some minor tweaks)
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-119-207/+728
| | | | | | | tool (kldxref(8)) keeps a cache of what modules and versions are inside what .ko files. I have tested this on both Alpha and i386. Submitted by: bp
* Mention that uustat now gets run as uucp, not root, and note MFC.bmah2001-09-102-2/+6
|
* - Axe holding_giant as it is not used now anyways and was ok'd byjhb2001-09-101-35/+4
| | | | | | | | | | dillon in an earlier e-mail. - We don't need to test the console right before we vfprintf() the panicstr message. The printing of the panic message is a fine console test by itself and doesn't make useful messages scroll off the screen or tick developers off in quite the same. Requested by: jlemon, imp, bmilekic, chris, gsutter, jake (2)
* According to message-id <yfk7kv6rj15.fsf@vader.clickarray.com> onbmah2001-09-102-2/+2
| | | | | freebsd-ports, ports/packages will be re-frozen and re-rolled before 4.4-RELEASE, so we can (imprecisely) mark the CVSup bugfix as being MFC-ed.
* New release note: Non-root-owned binaries in standard system pathsbmah2001-09-102-0/+12
| | | | now have the schg flag set.
* Remove a field width specifier that's not doing anything more thanmikeh2001-09-101-6/+3
| | | | what using snprintf() achieves. It was also being used incorrectly.
* Add a cast to silence a warning (error because of WARNS=2) on Alpha.mike2001-09-101-1/+1
| | | | Discussed with: des
* New release notes: Use net/cvsup, rather than net/cvsup-bin andbmah2001-09-102-0/+36
| | | | | | | | | | | | net/cvsupd-bin. Also note CVSup update to fix S1G bug. I'm breaking a self-imposed rule of not mentioning ports-collection updates in release notes. I'm only doing this because CVSup is a fairly essential part of the FreeBSD Project infrastructure. Save for exceptions such as this, the release notes will continue to document changes to the base system only. Suggested by: mike
* I am no longer the FreeBSD GCC maintainer.obrien2001-09-101-4/+0
|
* Rename kernel entry point from locorestart to __start.dfr2001-09-101-1/+0
|
* Do not overrun entry array when printing output tables.ru2001-09-101-24/+22
| | | | | | Cleanup storage allocation for entries. Obtained from: NetBSD
* Back out the last change - it was made to the wrong Makefile.dfr2001-09-101-0/+1
|
* * Make a start on a realistic definition for bootinfo.dfr2001-09-106-71/+68
| | | | | | * Switch to proc0's stack and backing store before calling ia64_init so that we don't rely on the loader's stack at all. * Change kernel entry point name from locorestart to __start.
OpenPOWER on IntegriCloud