summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix an off-by-one error which breaks this (detected by malloc flags):green2000-07-111-1/+1
| | | | the line being read in was terminated one byte too late.
* Extend to deal with 64 bit numeric arguments.se2000-07-101-14/+17
|
* Extend numeric operations to support 64 bit numbers.se2000-07-101-30/+29
|
* Add support for 64bit integer comparisons.se2000-07-101-6/+50
|
* Newbusify this driver at an expense of 40 extra lines of code.phk2000-07-101-67/+112
|
* attrib properly.alfred2000-07-101-1/+2
| | | | Pointed out by: asmodai
* removed 'ifndef ADVAPI' partsume2000-07-102-33/+5
| | | | Obtained from: KAME
* Find pod2man in the right place.markm2000-07-101-2/+2
| | | | Submitted by: aDe (Amongst others).
* Document the kernel interface for accept filters.alfred2000-07-101-0/+133
| | | | Thanks to sheldonh for cleaning up the rough initial manpage.
* Activate mld6query.ume2000-07-101-0/+1
|
* This commit was generated by cvs2svn to compensate for changes in r62914,ume2000-07-103-0/+376
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * mld6query sends an IPv6 multicast listener discovery (MLD) query packetume2000-07-103-0/+376
| | | | | | toward the specified multicast address. Obtained from: KAME
* Always install loader.4th, defaults/loader.conf, and support.4th instead ofjhb2000-07-101-1/+1
| | | | | | | only doing so if loader.rc does not exist. This fixes the problem where installworld doesn't update /boot/loader.4th, resulting in device.hints not being loaded after updating past the config(8) changes, which resulted in mcclock0 not being probed, and a nice kernel panic during boot.
* Remove the XE_DEBUG define. It shouldn't be defined now that thingsimp2000-07-101-2/+3
| | | | | | | are working. Add a small blurb about XE_DEBUG as it might be useful to some people troubelshooting problems in the future. Submitted by: "Kevin Oberman" <oberman@es.net>
* Free chunks obtained by getaddrinfo(3).ume2000-07-101-0/+1
| | | | Approved by: des
* Beef up a bit descriptions of SCSI devices and what the drive.mjacob2000-07-102-6/+60
|
* Removing commented out devices I added.mjacob2000-07-104-20/+0
|
* Finish repo-copy:phk2000-07-102-410/+1
| | | | | | Move ufs/ufs/ufs_disksubr.c to kern/subr_disklabel.c. These functions are not UFS specific and are in fact used all over the place.
* Separate parsing code of 229 replies from the code for 227 and 228.ume2000-07-101-6/+13
| | | | Don't assume 227 and 228 replies enclose remote address with parentheses.
* Install the general binutils (such as `nm') info files.obrien2000-07-101-1/+6
| | | | | | Patch submitted by: nbm PR: 16585 Submitted by: Assar Westerlund <assar@sics.se>
* Don't call warn() with no format string.kris2000-07-102-3/+3
|
* Don't call err() with no format string.kris2000-07-104-21/+21
|
* Oops, missed another printf() invocation with no format string.kris2000-07-101-1/+1
|
* Don't call printf() with no format string.kris2000-07-101-1/+1
|
* Don't call warn() with no format string.kris2000-07-101-1/+1
|
* Don't call err() with no format string.kris2000-07-102-3/+7
|
* Make EPSV work again. Separate parsing code of 229 replies fromume2000-07-101-7/+14
| | | | | | the code for 227 and 228. Submitted by: des
* Don't call warn() with no format string. This is potentially exploitable, ↵kris2000-07-101-1/+1
| | | | | | although it would be difficult both technically and in practise.
* add Billionton 56Kbps Fax Modemsanpei2000-07-101-0/+6
| | | | PR: 18866
* Don't call sprintf() with no format string.kris2000-07-101-1/+1
|
* add Ericsson DC23 GSM modem cardsanpei2000-07-101-0/+6
| | | | PR: 18962
* Don't call warn() with no format string.kris2000-07-101-1/+1
|
* Don't call err with no format string.kris2000-07-102-2/+2
|
* add Compaq Netelligent 10/100 PC Cardsanpei2000-07-101-0/+8
| | | | PR: 19007
* Correct one reference to wd.4 by ad.4.roberto2000-07-101-1/+1
|
* Correct security hole in setproctitle(). We don't compile this code, butkris2000-07-101-3/+3
| | | | having the security hole there makes my skin itch.
* Don't call printf without a format string.kris2000-07-102-2/+2
|
* Provide more splsofttq() protection for the reseed task (running out ofmarkm2000-07-102-2/+28
| | | | taskqueue_swi).
* Don't call printf with no format string.kris2000-07-101-1/+1
|
* Don't call printf with no format string. This is technically a securitykris2000-07-101-2/+2
| | | | | vulnerability and could in principle be used to upload a new kernel from the bootloader :-)
* Actually make it so this Makefile can build grot.green2000-07-101-1/+8
|
* Don't call printf with no format string.kris2000-07-103-3/+3
|
* Don't call printf with no format string.kris2000-07-103-3/+3
| | | | Reviewed by: msmith
* Don't call printf with no format string.kris2000-07-101-2/+2
|
* Don't call printf with no format string.kris2000-07-104-4/+12
|
* Do the same thing for TurboLaser that was done for Rawhide- make roommjacob2000-07-102-47/+56
| | | | | for secondary (bridged) PCI busses by making primary PCI instances 16 units apart.
* Coordinate with change to mcpcia_pci.c- major primary busses on eachmjacob2000-07-101-28/+30
| | | | | | | | hose are 16 PCI instances apart. This allows us to recognize secondary PCI busses (at least to a first level) until the pci infrastructure is fixed. Turn on support for secondary cycles, too. Redo debug printouts.
* Don't let the infrastructure assign the 'next' PCI bus for us.mjacob2000-07-101-1/+1
| | | | | | | Instead, for now (until we get a pci infrastructure cleanup), assign the PCI bus number to be mcpcia bus instance << 4. This is to allow secondary bridges some room to be recongnized on 4100 systems.
* Nm/Xr cleanup. requested by jp-manitojun2000-07-102-20/+20
|
* Correct SYSINIT execution order in the case when KLD contains morebp2000-07-091-2/+2
| | | | | | than one SYSINIT with the same 'subsystem' id and different 'order' id. Reviewed by: peter
OpenPOWER on IntegriCloud