summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Lists follow a colon, not a semicolon.dd2002-06-301-1/+1
|
* Dike out bits specific to i386. This pretty much means no kgdb forobrien2002-06-301-10/+34
| | | | | | | non-i386 platforms. I would however like to see a shared file here. If a function or two cannot be shared we should create ${TARGET_ARCH}/kvm-fbsd-${TARGET_ARCH}.c.
* Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in formrwatson2002-06-305-5/+0
| | | | | | | | | and function) with existing configuration choices. Arguably if ALT_BREAK_TO_DEBUGGER was present, so should have been BREAK_TO_DEBUGGER. Regardless, it broke the option sort order in these kernel configuration files. Requested by: bde
* Bmake bits for GDB 5.2.obrien2002-06-301-4/+0
|
* Use hashdestroy() now that it exists.iedowse2002-06-301-6/+1
|
* Remove the bogus SYSINIT from ufs_dirhash.c and instead add a calliedowse2002-06-307-7/+65
| | | | | to ufsdirhash_init() from ufs_init(). Add uninit() functions corresponding the ufs, dirhash, quota and ihash init() functions.
* Add a makefile for building UFS as a module. Since it is of marginaliedowse2002-06-301-0/+14
| | | | | | use it is not built by default, and there are currently bugs that prevent UFS from being unloaded. Nevertheless it can be useful when developing UFS code on network-booted machines.
* Nuke SCCS docos, they're dead, again.jmallett2002-06-302-10/+1
|
* Add a hashdestroy() function to undo the actions of hashinit().iedowse2002-06-302-0/+16
|
* Show the port number (tty slot, pppoe session id etc) underbrian2002-06-301-5/+14
| | | | ``show physical''.
* Fix reverse ordering of locks. add a comment about locks on some platforms.julian2002-06-295-5/+5
| | | | Submitted by: jhb@freebsd.org
* Untie help and sccs from the build. sccs has been repo copied intojmallett2002-06-297-3689/+0
| | | | | | | | | | projects/sccs/sccs/, to accompany projects/sccs/sccscmds, and help will be dying shortly. These programs will not be a part of 5.0-RELEASE, at least not in their current form. They'll either end up in src/contrib or ports. Submitted by: obrien
* Change the type of `tscan' in vm_object_page_clean() to vm_pindex_t,iedowse2002-06-291-1/+1
| | | | as it stores an absolute page index that may not fit in a vm_offset_t.
* Backed out previous commit. It had nothing to do with KSE and just undidbde2002-06-291-8/+8
| | | | some of my style fixes.
* Oops, that was a heck of a lot more debugging left onthan I intended..julian2002-06-291-2/+3
| | | | | | | | turn it off! I don't know if people think that these debugging macros are worth keeping or not but I'll keep them for a short while, while the danger of queue stuffups in the (rather complicated) run queue code exists.
* Updated a comment. Namspace pollution in <sys/select.h> is now moot sincebde2002-06-291-2/+2
| | | | | | it was moved to <sys/selinfo.h>. Fixed indentation of $FreeBSD$.
* When a netgraph message is read, look for another before returning.brian2002-06-291-63/+66
| | | | | | | | This removes a bad latency problem during initial setup where we end up waiting for too long before reading the connected message and time the connection out. Problem figured out by: Andre Albsmeier <andre@albsmeier.net>
* Add KSE stubs to MD parts of ia64 code.julian2002-06-294-0/+69
| | | | | Dfr will fill these out when we decide to enable KSEs on ia64 (probably not immediatly)
* Reflect new gdb directory structure.mp2002-06-291-1/+1
|
* Add a copy of the sparc64 machine/kse.h to satisfy depencies..julian2002-06-291-0/+38
| | | | dfr will fill in the correct contents at a later time.
* Fix several style bugs:alfred2002-06-291-7/+17
| | | | | | | | | close up the continued line after removing the cast made the line. space before parentheses in indirect function call. Add an addtional error handler case for the results of callback. Submitted by: bde
* Unbreak computation of 'smask' that I broke when removing caddr_t.alfred2002-06-291-1/+1
| | | | Submitted by: bde
* I don't see any reason to conditionalize this.obrien2002-06-291-2/+0
|
* KSE test programjulian2002-06-293-0/+383
|
* Part 1 of KSE-IIIjulian2002-06-2975-731/+2765
| | | | | | | | | | | | | The ability to schedule multiple threads per process (one one cpu) by making ALL system calls optionally asynchronous. to come: ia64 and power-pc patches, patches for gdb, test program (in tools) Reviewed by: Almost everyone who counts (at various times, peter, jhb, matt, alfred, mini, bernd, and a cast of thousands) NOTE: this is still Beta code, and contains lots of debugging stuff. expect slight instability in signals..
* Bmake bits for GDB 5.2.obrien2002-06-291-0/+35
|
* Switch over to 3.4p1.des2002-06-291-1/+1
|
* Regenerate.des2002-06-291-4/+7
|
* <sys/mman.h> requires <sys/types.h>.des2002-06-291-0/+1
|
* Resolve conflicts.des2002-06-2927-198/+336
| | | | Sponsored by: DARPA, NAI Labs
* This commit was generated by cvs2svn to compensate for changes in r99060,des2002-06-2928-184/+374
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSH 3.4p1.des2002-06-2955-381/+685
| |
* | Commit config.h so we don't need autoconf to build world.des2002-06-291-0/+873
| |
* | catch up with mextfree callback change when TI_PRIVATE_JUMBOS is defined.alfred2002-06-292-4/+4
| | | | | | | | Pointed out by: kdm
* | OpenBSD lifted this code our tree. Preserve the original CVS id.des2002-06-291-1/+1
| |
* | Use our __RCSID().des2002-06-291-1/+2
| |
* | Make sure the environment variables set by setusercontext() are passed ondes2002-06-291-9/+23
| | | | | | | | | | | | | | to the child process. Reviewed by: ache Sponsored by: DARPA, NAI Labs
* | Canonicize the host name before looking it up in the host file.des2002-06-291-1/+19
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Apply class-imposed login restrictions.des2002-06-291-0/+29
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | PAM support, the FreeBSD way.des2002-06-296-10/+588
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Document FreeBSD defaults.des2002-06-292-3/+11
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Document FreeBSD defaults and paths.des2002-06-294-24/+41
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Remove duplicate.des2002-06-291-59/+0
| |
* | Apply FreeBSD's configuration defaults.des2002-06-293-10/+34
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Add the VersionAddendum configuration variable.des2002-06-293-1/+78
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Support OPIE as an alternative to S/Key.des2002-06-296-0/+73
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Document the upgrade process.des2002-06-291-0/+130
| |
* | Files we don't want to import.des2002-06-291-0/+8
| |
* | Add an inline to call eieio.benno2002-06-291-0/+7
| | | | | | | | ("Enforce In-order Execution of I/O". I am not making this up.)
* | We don't need to clear RI in the MSR when entering a critical section.benno2002-06-291-1/+1
| |
OpenPOWER on IntegriCloud