summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Garbage call!phk2001-11-0511-810/+0
| | | | | These files have been obsoleted by compiler technology (such as it is for gcc) for quite some time.
* o dpt_control.c is not compiled into the system (commented out inrwatson2001-11-051-6/+6
| | | | | | conf/files) and as a result appears to have been missed in the bulk KSE update of drivers. This change replaces references to proc with thread. It has not been compile-tested.
* src/sbin/i386 does not exist anymore. Tripped over by make release.jhay2001-11-052-2/+2
|
* Remove the old RocketPort driver which was left behind in favourphk2001-11-053-1990/+0
| | | | of the new driver. The new driver works, the old one is 1+ year behind.
* Anding the fsid with 0xffff was causing aliasing problems.dwmalone2001-11-053-4/+4
| | | | | | | PR: 17405, 16320 Submitted by: Mark W. Krentel <krentel@dreamscape.com> Submitted by: Peter Edwards <peter.edwards@ireland.com> MFC after: 2 weeks
* Make filenames const to avoid a few warnings.dwmalone2001-11-055-9/+15
| | | | | | Add FreeBSD tags. Reviewed by: cmp
* Don't use gcc -Wall flag. Add FreeBSD: line.dwmalone2001-11-051-1/+1
|
* - If we are booted via cdboot, use bc_add() to instantiate the cd0 devicejhb2001-11-051-14/+16
| | | | | | from the loader. - Cleanup extract_currdev() some and add support for setting the currdev to cd0 when booted via cdboot.
* Hook up the bioscd driver and the cd9660 filesystem.jhb2001-11-051-0/+2
|
* Adjust vnode_pager_input_smlfs() to not attempt to BMAP blocks beyond thedillon2001-11-051-2/+7
| | | | | | | | | | | file EOF. This works around a bug in the ISOFS (CDRom) BMAP code which returns bogus values for requests beyond the file EOF rather then returning an error, resulting in either corrupt data being mmap()'d beyond the file EOF or resulting in a seg-fault on the last page of a mmap()'d file (mmap()s of CDRom files). Reported by: peter / Yahoo MFC after: 3 days
* Add a device driver for the BIOS device for CD-ROM's booted via El Toritojhb2001-11-057-21/+424
| | | | | | no emulation mode. Unlike other BIOS devices, this device uses 2048 byte sectors. Also, the bioscd driver does not have to worry about slices or partitions.
* Add a DEVT_CD type for CD drivers.jhb2001-11-051-0/+1
|
* Implement IO_NOWDRAIN and B_NOWDRAIN - prevents the buffer cache from blockingdillon2001-11-057-10/+32
| | | | | | | | | | | | | in wdrain during a write. This flag needs to be used in devices whos strategy routines turn-around and issue another high level I/O, such as when MD turns around and issues a VOP_WRITE to vnode backing store, in order to avoid deadlocking the dirty buffer draining code. Remove a vprintf() warning from MD when the backing vnode is found to be in-use. The syncer of buf_daemon could be flushing the backing vnode at the time of an MD operation so the warning is not correct. MFC after: 1 week
* - There is no such thing as a socket structure. sockets are integers.jhb2001-11-051-2/+2
| | | | | | | | | | | I'm assuming that the comment was regarding socket address structures, so correct the comment about pre-zero'ing socket structures to recommend pre-zero'ing socket address structures. - Fix some minor grammar nits. - This isn't directly submitted by the PR below but is related to it and was inspired by it. PR: 31704
* - net.inet.ipsec.esp_auth hasn't been thereume2001-11-055-527/+224
| | | | | | | | | | | - nuke all debug printfs, which are unneeded by now. - get rid of #ifdef IPSEC_DEBUG in headers - now that key_debug_level is always defined, there's no need for #ifdef IPSEC_DEBUG around sysctl MIB code (net.key.debug). - switch all debug printf() to ipseclog(). Obtained from: KAME MFC after: 1 week
* Update copyrights to include Thomas Moestl.rwatson2001-11-052-7/+8
| | | | | Submitted by: "Ilmar S. Habibulin" <ilmar@watson.org> Obtained from: TrustedBSD Project
* Remove unnecessary WAK_STS bit waiting code for S1 sleep.iwasaki2001-11-051-14/+0
| | | | It was duplicated with AcpiEnterSleepState() since acpica-unix-20010816.
* Force the RxBuf and TxBuf arrays to be aligned on 16-bit boundaries togallatin2001-11-052-3/+3
| | | | | | make the driver work on alpha approved by: tanimura
* Add two Russian holidays (by osa)ache2001-11-051-6/+8
| | | | | | | Lowercase some titles (by me) PR: 31769 Submitted by: "Sergey A.Osokin" <osa@FreeBSD.org.ru>
* Define a new mount flag "MNT_JAILDEVFS"phk2001-11-053-18/+15
| | | | | | Collect the magic combination of flags which can be updated into a macro in sys/mount.h rather than inlining them (twice!) in vfs_syscalls.c
* gamma(x) actually returns \log(|\Gamma(x)|), so correct the mandwmalone2001-11-051-16/+28
| | | | | | | | | | page and add an historical note explaining this. This patch is based on Stephen's. We still need someone to implement tgamma. PR: 28972, 31764 Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
* Add the Farallon NetLINE 10/100 PCI to the list of cards supported bymurray2001-11-053-1/+8
| | | | | | | rl(4). PR: docs/31270 Submitted by: Gary W. Swearingen <swear@blarg.net>
* Add a few articles to improve the readability of this manual page.murray2001-11-051-9/+9
| | | | | PR: docs/31583 Submitted by: setantae@submonkey.net
* Describe handling of NULLs passed to pthread_setcancelstate().murray2001-11-053-6/+30
| | | | | PR: docs/31745 Submitted by: Andrew <andrew@ugh.net.au>
* Add bg_BG.CP1251ache2001-11-056-1/+131
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Add bg_BG.CP1251ache2001-11-054-1/+76
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Add bg_BG.CP1251ache2001-11-053-1/+300
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Add bg_BG.CP1251ache2001-11-052-0/+6
| | | | | PR: 25472 Submitted by: Peter Pentchev <roam@ringlet.net>
* Don't pass os_boot_rendez directly to SAL_SET_VECTORS, because it'smarcel2001-11-051-1/+2
| | | | | | actually the address of the function descriptor. The fdesc has both the address of the function and it's corresponding gp value. Now that we have a gp value, use it instead of passing 0.
* Clean up the trap handling code and make it consistent with the other platforms.mp2001-11-057-613/+895
| | | | Submitted by: jhb
* Add enable_fpu/save_fpu for handling the floating point registers in the PCB.mp2001-11-056-0/+235
| | | | Obtained from: NetBSD
* Document ENETDOWN.dd2001-11-051-0/+2
| | | | | PR: 31436 Submitted by: Milon Papezik <milon.papezik@oskarmobil.cz>
* Catch up to proc->thread changes.dd2001-11-051-4/+4
| | | | | PR: 31428 Submitted by: Chad David <davidc@acns.ab.ca>
* malloc and calloc do not free memory.dd2001-11-051-2/+3
| | | | | PR: 31365 Submitted by: SUZUKI Koichi <koich@cac.co.jp>
* New release notes: pmc driver, new loader tunables, ipfw(8) limit.bmah2001-11-052-2/+32
| | | | Updated release note: bridge(4) and dummynet(4) are loadable modules.
* Note MFC of vmiodirenable=1.dd2001-11-052-2/+2
|
* New release notes: gawk 3.1.0bmah2001-11-042-10/+20
| | | | | | | Updated release notes: ACPI update and APM compatability, binutils update. Deleted release notes: awk from Bell Labs.
* Fix the fix. BIO_ERROR must be set in b_ioflags, not b_flagsdillon2001-11-042-2/+2
|
* Add more ata(4) controllers supported.bmah2001-11-042-6/+6
|
* Nuke spaces in front of tabs.dd2001-11-041-1/+1
|
* sync the code with the one in stable (mostly formatting changes).luigi2001-11-041-26/+27
|
* Fix compilation with -DDEBUG.dd2001-11-041-1/+1
| | | | | PR: 31536 Submitted by: Alan Batie <alan@agora.rdrop.com>
* Mark up NULL in .Dv.dd2001-11-043-3/+9
| | | | | PR: 31747 Submitted by: <andrew@ugh.net.au>
* Refer people looking to figure out what major to use for a device todd2001-11-041-9/+3
| | | | | | | | MAKEDEV and sys/conf/majors, not sys/conf/device.<arch>, which has never existed in the history of FreeBSD (well, at least it isn't in the repository). PR: 31558
* Move machine link creation from genassym to kernel-depend, per nyan@imp2001-11-042-4/+4
|
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-0411-266/+346
| | | | into stable (mostly , but not only, formatting and comments changes).
* Make cmp work by mmapping chunks of a file, rather than the wholedwmalone2001-11-041-14/+52
| | | | | | | | file at one time. PR: 24732 Submitted by: Andrew L. Neporada <andr@dgap.mipt.ru> MFC after: 2 weeks
* Make strtod.c work on Alpha as well. strtod.c has got locale support,peter2001-11-041-11/+8
| | | | | | the netbsd_strtod.c file we have does not. More still should be done here, but this works happily on my Alpha. I have not (yet?) changed the Makefile.inc to use this.
* Make top exit if its tty vanishes.dwmalone2001-11-041-2/+8
| | | | | | | PR: 30939, 30581 Submitted by: Edwin Groothuis <edwin@mavetju.org> Submitted by: Andrew L. Neporada <andr@dgap.mipt.ru> MFC after: 2 weeks
* Move the include before the extra rules so make all the default.imp2001-11-041-2/+2
| | | | Reported by: peter
OpenPOWER on IntegriCloud