summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-23261-880/+887
* Describe errx/warnx in comparison to errc/warnc/err/warn.ghelmer2000-05-231-12/+33
* 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
* Moved a bit of resource allocation from probe to attach based on feedbackdmlb2000-05-231-122/+109
* Always pass packets through libalias when NAT is enabled.brian2000-05-231-14/+2
* 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
* 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
* Document abial's .#.dcs2000-05-231-0/+4
* Fixed return value of adv_attach function.nyan2000-05-231-17/+18
* Install a manpage for more.ps2000-05-231-0/+2
* Forgot one small more(1) compat patch.ps2000-05-231-1/+2
* Detach usr.bin/more and install a link from less. less will behaveps2000-05-232-1/+2
* 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
* Use the new machine-independent versions of crtbegin and crtendjdp2000-05-233-108/+2
* Make a trip to Pointy-Hats-R-Us and actually include the header thatmsmith2000-05-222-0/+4
* Apply a `fixup' to the blocksize gathered from the device after a READjoerg2000-05-221-0/+10
* Replace isurl() with isipv6addr().ume2000-05-223-1/+32
* 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
* 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
* Fix inconsistent assembly. If byte moves are specified, a byte-sizedobrien2000-05-221-2/+2
* Eliminate unaligned accesses that occurred when relocating thejdp2000-05-221-12/+27
* sysctl'ize ICMP_BANDLIM and ICMP_BANDLIM_SUPPRESS_OUTPUT.dan2000-05-2213-65/+10
* Add option ICMP_BANDLIM_SUPPRESS_OUTPUT to the mix. With this option,dan2000-05-225-3/+12
* 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
* Dont use/install the formatted man file.ps2000-05-221-2/+2
* bmake glue for less.ps2000-05-226-0/+388
* This commit was generated by cvs2svn to compensate for changes in r60786,ps2000-05-2276-0/+33117
|\
| * Import the [now] dual licensed version 3.5.4 of less. It isps2000-05-2276-0/+33117
* Don't USE_PIPESbrian2000-05-221-1/+3
* 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
* Be more verbose when a second link doesn't match the first because thebrian2000-05-221-0/+6
* Pull the switch and activate our Binutils to a snapshot of the up andobrien2000-05-2222-300/+2609
* Do not use DWARF2 unwinding mechanisms for C++ exceptions on all of ourobrien2000-05-223-12/+6
* <blush> I tested the real code changes, but neglected to test theimp2000-05-222-5/+5
OpenPOWER on IntegriCloud