summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Don't assume that time_t is long.bde1998-06-292-10/+8
|
* Crank the max possible disks/slices constants way down.jkh1998-06-293-18/+18
| | | | | The probe for this sometimes makes IDE drives chatter their guts out and takes an inordinately long time in such cases..
* Fix .Ar usage. Add .Xrefs as appropriate.hoek1998-06-292-10/+18
|
* Fix bogon in man page. "-o conn" actually turns off NFSMNT_NOCONN as it isjkoshy1998-06-291-2/+2
| | | | | | | | a "negative" option. This makes it equivalent to /not/ specifying "-c". The compile time default is /not/ to have the NFSMNT_NOCONN flag set, so "-o conn" should never be needed---truly a deprecated option :-). PR: 6905.
* A little typos and grammer fixes.hoek1998-06-292-16/+16
|
* SEE ALSO http://www.FreeBSD.ORG/portshoek1998-06-291-2/+5
|
* misc. spelling and grammar gnits.hoek1998-06-2811-54/+53
|
* Fixed printf format errors (second round with non-i386 typedefs).bde1998-06-281-2/+3
|
* Fixed printf format errors.bde1998-06-281-3/+3
|
* Fixed printf format errors.bde1998-06-282-16/+16
|
* Fixed printf format errors.bde1998-06-281-1/+1
|
* Fixed printf format errors, scanf format errors and scanf error handling.bde1998-06-281-7/+9
|
* Fixed printf format errors.bde1998-06-283-7/+8
|
* Fixed printf format errors. Sure is dusty here.bde1998-06-283-19/+20
|
* Fixed printf format errors.bde1998-06-283-23/+27
|
* Fixed printf format errors.bde1998-06-282-4/+4
|
* Fixed printf format errors.bde1998-06-283-8/+7
|
* Fixed printf format errors.bde1998-06-2815-63/+66
|
* Fixed printf format errors.bde1998-06-281-6/+6
|
* Fixed printf format errors.bde1998-06-282-86/+94
|
* Fixed printf format errors.bde1998-06-281-9/+9
|
* Oops, the previous log message should have read "Fixed type mismatches -bde1998-06-281-1/+1
| | | | don't assume that time_t is long".
* Fixed printf format errors.bde1998-06-281-4/+7
|
* Fixed printf format errors.bde1998-06-282-5/+7
|
* Update generated filesphk1998-06-281-2/+2
|
* Add trailing newline to sys/syscall.mk so that diff doesn't choke on it.phk1998-06-281-1/+2
|
* Added a sysctl variable kern.sugid_coredump for controlling coredumpdg1998-06-281-2/+7
| | | | behavior of setuid/setgid binaries that defaults to 0 (coredump disabled).
* Some revisions of the aic7880 have a problem where, if thegibbs1998-06-281-2/+10
| | | | | | | | | | data fifo is full, but the PCI input latch is not empty, HDMAEN cannot be cleared. The fix used here is to attempt to drain the data fifo until there is space for the input latch to drain and HDMAEN de-asserts. This is a 1 instruction fix, so it should have no performance impact.
* Add options for selecting ELF or KLD symbols in DDB.dfr1998-06-282-1/+5
|
* Make breakpoints and single-step work.dfr1998-06-281-4/+14
|
* Forgot to mention:dfr1998-06-281-1/+1
| | | | Obtained from: NetBSD
* Add DDB symbol support for ELF and KLD. The KLD support only supports globaldfr1998-06-282-0/+539
| | | | | symbols so its not too useful. Changes to the kernel linker to allow it to supply DDB with symbols will come later.
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).dfr1998-06-283-6/+8
|
* Use db_addr_t for the breakpoint address in db_set_single_step.dfr1998-06-281-3/+3
|
* Add a macro for testing the e_machine field of Elf64_Ehdr.dfr1998-06-281-1/+3
|
* Use elf symbols in DDB.dfr1998-06-281-1/+2
|
* Allow gentrap.dfr1998-06-281-1/+2
|
* Call ddb_trap() for gentrap on SimOS since I am using gentrap for DDBdfr1998-06-281-2/+7
| | | | breakpoints (SimOS uses bpt itself for external debuggers).
* Add a hack to get the ELF symbols from where SIMOS leaves them.dfr1998-06-281-5/+19
|
* machine/conf.h no longer exists.dfr1998-06-281-2/+1
|
* o Fix remaining sizeof problems for 64 bit machines.brian1998-06-2722-209/+261
| | | | | | | | | | o Allow ``set ....'' when we have multiple links but aren't in multilink mode. o Do a TLS when we receive a ``Open'' event in ``Closed'' state, despite the rfc state transition table. This is clearly an error in the RFC as TLS cannot have yet been called (without TLF) in the ``Closed'' state. I've posted a message to comp.protocols.ppp for confirmation.
* Note in log file if messages are being forwarded from asteve1998-06-271-2/+9
| | | | | | | remote machine. PR: 7055 Submitted by: Edwin Groothus <edwin@nwm.wan.philips.com>
* Typo.steve1998-06-271-2/+2
| | | | | PR: 7093 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* A few tweaks to the spanish keymap.steve1998-06-271-5/+5
| | | | | PR: 7080 Submitted by: Jose M. Acaide <jose@we.lc.ehu.es>
* Fix a few typos.steve1998-06-271-3/+4
| | | | | PR: 7092 Submitted by: Kauzo Horikawa <h-horik@yk.rim.or.jp>
* More u_long -> u_int32_tbrian1998-06-271-3/+3
|
* Fixes assorted problems with the history edit functions in libedit. Thisbrian1998-06-276-14/+49
| | | | | | | affects sh, ftp (and others?). Submitted by: Max Euston <meuston@jmrodgers.com> PR: 6516
* Make db_tok_number a long to allow typing 64bit numbers on alpha.dfr1998-06-272-4/+4
|
* Use %+11ln for printing in r format to make it work for 64bit registers.dfr1998-06-271-7/+7
|
* Add some stack backtrace support. Pretty fragile but its a start.dfr1998-06-273-7/+99
|
OpenPOWER on IntegriCloud