summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't pollute the entire kernel build with -I$S/contrib/dev/ath andobrien2005-09-112-6/+13
* Allow one to access the cached values for CMDREG, CACHELNSZ, MINGNT,imp2005-09-112-6/+33
* Don't pollute the entire kernel build with -I$S/contrib/ipfilter.obrien2005-09-112-16/+26
* Don't pollute the entire kernel build with -I$S/contrib/pf.obrien2005-09-112-19/+32
* Don't pollute the entire kernel build with -I$S/contrib/ngatm.obrien2005-09-112-30/+54
* Don't pollute the entire kernel build with -I$S/dev/twa.obrien2005-09-117-20/+22
* Unwind across trap frames. Handles all entry points, except the EPCmarcel2005-09-111-47/+201
* For HEAD, install a kernel with debug information if DEBUG is a kernelobrien2005-09-111-17/+4
* Unwind across trapframes. All kernel entries are handled.marcel2005-09-101-11/+94
* Style issue: Don't include <wchar.h> where it is not actually needed.kientzle2005-09-106-10/+49
* Comment out ofw_console 'screen' entry and zs tty entries.grehan2005-09-101-3/+3
* Unwind across trap frames. This adds most of the meat. The sniffermarcel2005-09-101-1/+93
* In ext2_mountfs(), check that the superblock size, SBSIZE,rodrigc2005-09-101-0/+12
* Add fifo_create, a simple regression test for mkfifo(2).rwatson2005-09-102-0/+244
* Fix boot-time hang/panic on G3 systems when modifying IBAT0 ingrehan2005-09-103-3/+6
* Unwind across trap frames. This adds most of the meat. The sniffermarcel2005-09-101-10/+95
* Add mkfifo(2) to the man page SEE ALSO list for umask(2) -- it'srwatson2005-09-101-0/+1
* Unwind across trap frames. This adds most of the meat. The sniffermarcel2005-09-101-6/+86
* Add a kluge to allow kgdb(1) to inject its own frame sniffer in themarcel2005-09-1011-13/+188
* - channel.hnetchild2005-09-104-231/+350
* Fix some errors in archive_read_data that caused failures in bsdtar'skientzle2005-09-101-12/+11
* Release lock for a while during chn_reset() / pcm_chnalloc() operationnetchild2005-09-101-2/+6
* - fake.cnetchild2005-09-104-37/+233
* - Few buggy codecs (STAC9704, probably others) return inconsistentnetchild2005-09-102-24/+84
* Fix panic caused by full duplex operation.netchild2005-09-101-2/+3
* Protect interface and address lists using the appropriate mutex. Thesecsjp2005-09-101-16/+16
* Add an MLINK for devname_r().stefanf2005-09-101-0/+1
* The header and the man page say that sethostid() returns void, so make thestefanf2005-09-101-4/+4
* Fix parameter types of close and get members in DB.stefanf2005-09-101-2/+2
* Elaborate on the behaviour of set -e.stefanf2005-09-101-2/+7
* Remove a duplicate and fix a typo.schweikh2005-09-102-3/+1
* Pass the EV_TESTED flag to evalloop() and evalfor(). This fixes unwantedstefanf2005-09-101-8/+8
* Pass the EV_TESTED flag to the left operand of NSEMI nodes. This fixesstefanf2005-09-101-1/+1
* Fix copy&paste typo.pjd2005-09-101-1/+1
* Don't forget to initialize crp_etype field.pjd2005-09-101-0/+1
* In tcp_ctlinput() do not swap ip->ip_len a second time. Itandre2005-09-102-4/+6
* Even if there are no valid keys in metadata, but provider is attachedpjd2005-09-101-5/+5
* Exit the shell if a pipeline that is not preceded by ! fails and set -e isstefanf2005-09-101-3/+7
* Merge db_interface.c and db_trace.c into db_machdep.c.marcel2005-09-103-339/+291
* Move the prototypes of db_md_set_watchpoint(), db_md_clr_watchpoint()marcel2005-09-109-31/+3
* Move the ia32_sigcode structure from ia32_sigtramp.c to ia32_signal.c.marcel2005-09-103-45/+19
* Remove redundant $FreeBSD$marcel2005-09-101-2/+0
* MFp4:imp2005-09-102-5/+6
* Split the export synopsis into two lines as -p cannot be mixed with variablestefanf2005-09-091-2/+3
* - Provide a reasonable error message for `export -p var'.stefanf2005-09-091-1/+3
* Fix the error message if the mask that is passed to umask -S containsstefanf2005-09-091-1/+1
* Change the High FP lock from a sleep lock to a spin lock. We canmarcel2005-09-094-16/+16
* Fix fallout from the previous commit:yar2005-09-091-4/+7
* Added missing builtins; a few other clean-ups.garys2005-09-091-10/+36
* Be a little more obvious about the steps to build a kernel.obrien2005-09-091-2/+4
OpenPOWER on IntegriCloud