summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-23261-880/+887
| | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* Describe errx/warnx in comparison to errc/warnc/err/warn.ghelmer2000-05-231-12/+33
| | | | | | Use .Fa instead of .Va for function arguments. Reviewed by: sheldonh
* Add code which actually checks for the NCR PCI id so it can be used.jlemon2000-05-231-1/+2
|
* Fix a nasty bug in ata_intr, parens are a good thing if used right.sos2000-05-233-30/+46
| | | | | | | | | Make the error recovery code a little more obvious. Inform the user if UDMA66 mode couldn't be selected due to a non ATA66 compliant 80pin cable. Minor cosmetics.
* Moved a bit of resource allocation from probe to attach based on feedbackdmlb2000-05-231-122/+109
| | | | | | | | in -hackers on the correct driver structure. Started to tidy up _detach and _stop. Added the comq array stuff into mcast.
* Always pass packets through libalias when NAT is enabled.brian2000-05-231-14/+2
| | | | | Submitted by: luoqi Forgotten by: me
* Catch and report fdopen failures.ghelmer2000-05-231-0/+10
|
* Catch and report memory allocation failures.ghelmer2000-05-232-27/+95
|
* Grrr, fix a silly 'movl' -> 'movw' typo in both pxeldr and cdldr. Also,jhb2000-05-237-13/+4
| | | | remove unnecessary cruft from the Makefiles for both.
* Clean up some more 16-bit code and get rid of more m4 macros.jhb2000-05-233-83/+27
|
* Clean up all of the 16-bit assembly code in the x86 bootstrap to workjhb2000-05-2316-869/+564
| | | | | | | | with the new binutils. Now that we have a decent assembler, all the old m4 macros are no longer needed. Instead, straight assembly can be used since as(1) now understands 16-bit addressing, branches, etc. Also, several bugs have been fixed in as(1), allowing boot0.s to be further cleaned up.
* Document abial's .#.dcs2000-05-231-0/+4
|
* Fixed return value of adv_attach function.nyan2000-05-231-17/+18
| | | | Submitted by: Oleg Sharoiko <os@rsu.ru>
* Install a manpage for more.ps2000-05-231-0/+2
|
* Forgot one small more(1) compat patch.ps2000-05-231-1/+2
| | | | Obtained from: NetBSD
* Detach usr.bin/more and install a link from less. less will behaveps2000-05-232-1/+2
| | | | like more if invoked as more. The old more has not been removed.
* Allow less to work on > 2GB files.ps2000-05-232-3/+5
|
* Turn on CheckMail to be more login-compatible by defaultache2000-05-231-1/+1
|
* Make less act like more(1) when it is invoked as more.ps2000-05-235-10/+49
| | | | Obtained from: NetBSD
* Use the new machine-independent versions of crtbegin and crtendjdp2000-05-233-108/+2
| | | | | | | | from the "common" directory. As a side-effect, this also fixes a bug in the ordering of global constructors and destructors on the Alpha. See revision 1.3 of "../common/crtbegin.c" for details.
* Make a trip to Pointy-Hats-R-Us and actually include the header thatmsmith2000-05-222-0/+4
| | | | | | defines ROOTDEVNAME. Submitted by: "Jeffrey S. Sharp" <jss@subatomix.com>
* Apply a `fixup' to the blocksize gathered from the device after a READjoerg2000-05-221-0/+10
| | | | | | | | | | CAPACITY operation. SCSI-3 mandates this to be 2048, but some older drives like my old Plasmon CD-R report weird numbers between 2048 and up to 2352 bytes depending on the mode of the last track etc. This in turn confuses stuff like the slice code since it refuses to work with devices that do not have a blocksize which is a multiple of 512 bytes. Reviewed by: ken
* Replace isurl() with isipv6addr().ume2000-05-223-1/+32
| | | | | Reported by: Koji Kondo <koji@jp.above.net> Obtained from: NetBSD
* Sort the sys includes.obrien2000-05-223-10/+10
|
* AT&T asm syntax requires a leading '*' in front of the operand forobrien2000-05-221-2/+2
| | | | indirect calls and jumps.
* Fix a C-style comment that had a syntax error -- AND gas 2.9.1 accepted!obrien2000-05-221-1/+1
|
* If we are going to do a byte compare, the operands should be byte-sized.obrien2000-05-221-1/+1
| | | | | In this case, I believe we want to compare against the 32-bit operand so use a full-world compare operation.
* Fix inconsistent assembly. If byte moves are specified, a byte-sizedobrien2000-05-221-2/+2
| | | | target must be too.
* Eliminate unaligned accesses that occurred when relocating thejdp2000-05-221-12/+27
| | | | | | DWARF2 exception tables emitted by the compiler for C++ sources. These tables are tightly packed, and they contain some relocated addresses which are not well-aligned.
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-2213-65/+10
| | | | Suggested by: des/nbm
* Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,dan2000-05-225-3/+12
| | | | badport_bandlim() will not muck up your console with printf() messages.
* Add PCI ID for NEC/Compaq controller.jlemon2000-05-221-2/+5
|
* Add PCI id for Compaq Smart Array 431 card.jlemon2000-05-221-0/+1
|
* Sync with sys/i386/isa/isa_compat.h revisions 1.28, 1.29 and 1.33.nyan2000-05-221-7/+2
|
* Use $FTP_PASSWORD for FTP password. If $FTP_PASSWORD is notume2000-05-221-1/+11
| | | | found, `yourname@yourhost' is used.
* Dont use/install the formatted man file.ps2000-05-221-2/+2
|
* bmake glue for less.ps2000-05-226-0/+388
| | | | Reviewed by: peter
* This commit was generated by cvs2svn to compensate for changes in r60786,ps2000-05-2276-0/+33117
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the [now] dual licensed version 3.5.4 of less. It isps2000-05-2276-0/+33117
| | | | | | | distributed under your choice of the GPL or a BSD style license. Reviewed by: peter Obtained from: http://home.flash.net/~marknu/less/
* Don't USE_PIPESbrian2000-05-221-1/+3
| | | | | Spammed by: peter Submitted by: mkn@uk.FreeBSD.org
* Fix a small grammar nit, with the maintainer's implicit approval.sheldonh2000-05-221-3/+3
|
* Updated 2.10 headers.obrien2000-05-222-71/+1187
|
* Tweaks to match those done in the Binutils mainline code.obrien2000-05-221-1/+4
|
* version 2.10 config file.obrien2000-05-221-71/+200
|
* Conditionally define "CROSS_COMPILE" here.obrien2000-05-224-2/+15
|
* Return -2 when tcp_OpenConnection() fails so that ppp doesn'tbrian2000-05-221-4/+4
| | | | report that the device name is of an invalid format.
* Be more verbose when a second link doesn't match the first because thebrian2000-05-221-0/+6
| | | | peer enddisc/authname is different.
* Pull the switch and activate our Binutils to a snapshot of the up andobrien2000-05-2222-300/+2609
| | | | comming 2.10 release.
* Do not use DWARF2 unwinding mechanisms for C++ exceptions on all of ourobrien2000-05-223-12/+6
| | | | platforms.
* <blush> I tested the real code changes, but neglected to test theimp2000-05-222-5/+5
| | | | | insertion of $FreeBSD$. I miffed it (pointy hat please). Hopefully no one will notice this short window where -current didn't compile.
OpenPOWER on IntegriCloud