summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in debug codesos2001-05-291-2/+2
|
* Fix for the fixate problem on the Yamaha burners.sos2001-05-292-4/+2
|
* Unbreak make release (didn't completely account for removal of *.TXTbmah2001-05-291-1/+6
| | | | | | | | | | files). Another diff will be forthcoming to fold the functionality of NORELNOTES into NODOC. Tested by: John Hay <jhay@icomtek.csir.co.za> Pointy hat to: bmah
* Add B460800 defineache2001-05-291-0/+1
|
* Add more high speedsache2001-05-291-3/+5
| | | | Fix tabs
* Don't hold the VM lock across VOP's and other things that can sleep.jhb2001-05-291-2/+19
|
* Yet another typoimp2001-05-291-1/+1
|
* Missed this typo too.imp2001-05-291-1/+1
| | | | | Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu> PR: 26766
* Fix typo.imp2001-05-291-1/+1
| | | | | Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu> PR: 26766
* - Syncronizes command line syntax warnings with manpage (bin/27010);sobomax2001-05-292-9/+14
| | | | | | | | - silence gcc(1) warnings (sobomax). PR: 27010 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>, sobomax MFC after: 10 days
* Support the environmental var "GCC_OPTIONS". Which can hold a set ofobrien2001-05-291-0/+52
| | | | | | default options for GCC. These options are interpreted first and can be overwritten by explicit command line parameters. This provides one way of adding [temporary] options to your world build w/o editing /etc/make.conf.
* Stop creating vn(4) devices.phk2001-05-291-13/+2
|
* Remove altmodishe "[bc]dev, " comments.phk2001-05-291-63/+63
| | | | | PR: 18836 Submitted by: ben
* Remove a comment which was past its shelf life.phk2001-05-291-1/+0
| | | | | PR: 18750 Submitted by: Tony Finch <dot@dotat.at>
* When using interfaces that support if_media, the supported media list isphk2001-05-294-28/+136
| | | | | | | | | printed on a single, very long, and generally unreadable line. This isn't very useful. It's also really ugly and most of the time you don't care what media is supported anyway. PR: 27701 Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
* Remove unused d_parms_t typedefphk2001-05-292-2/+0
| | | | Spotted by: grog
* Alpha is not in good shape at all.imp2001-05-291-1/+2
| | | | Submitted by: obrien
* Temper my optimismimp2001-05-291-1/+2
|
* Looks like -current is safe again, and has been since Friday.imp2001-05-291-1/+4
|
* Link make_dev.9 to make_dev_alias.9 and depends_dev.9.dd2001-05-291-0/+2
|
* Document depends_dev.dd2001-05-291-3/+22
| | | | Reviewed by: phk
* Make sure the len() builtin always returns an answer. Previously,gshapiro2001-05-291-2/+1
| | | | | | | len(`') didn't return an answer. Now it returns 0. PR: bin/12942 MFC after: 5 days
* Revert the ugly band-aide[tm] hack of rev 1.12.obrien2001-05-291-6/+2
| | | | The offending loader.4th commit (rev 1.20) has been backed out.
* Revert 1.20, as it causes mysterious problems to the Alpha people.dcs2001-05-291-3/+0
|
* New release notes: sa(4) error handling fixes, various filesystembmah2001-05-293-0/+60
| | | | | renames (and corresponding module and mount_* renames), cdcontrol(1) next and prev, chmod(1) -h, whois IP address queries go to ARIN.
* Update the document date after DES's updates, move the description ofdd2001-05-291-6/+6
| | | | | the -b option below -a to maintain alphabetical order, and add a missing ".It" before "Fl o".
* Catch up the supported hardware list with src/sys/pci/uhci_pci.c revbmah2001-05-293-3/+39
| | | | 1.34.
* New release notes: ifconfig(8) 802.11-specific support, last(1) -d,bmah2001-05-283-15/+102
| | | | | | | | | | sysctl(8) options, su(1) PAM authentication, vidcontrol(1) -H, chown(8) follows symbolic links, new install(1) options, Binutils 2.11.0. Release notes deleted: pcm(4) in GENERIC. MFCs noted: vidcontrol(8) -p.
* Correct the returned UDP datagram length. See the PR for a more comprehensivemsmith2001-05-281-1/+2
| | | | | | | | description of the fix. PR: misc/25503 Submitted by: Jim Browne <jbrowne@jbrowne.com> MFC after: 1 week
* The shortest valid TFTP packet is 4 bytes, not 8.msmith2001-05-281-1/+1
| | | | | | PR: misc/25503 Submitted by: Jim Browne <jbrowne@jbrowne.com> MFC after: 1 week
* Direct queries for IP numbers to ARIN. It would be nice if we couldphk2001-05-282-6/+19
| | | | | | | | | | | send them to APNIC/RIPE intelligently, but we can't at this time so fallback to ARIN and depend on them telling the user where to look. Maybe we need a .whoisrc file... PR: 24707 Submitted by: Mike Barcroft mike@q9media.com MFC after: 1 week
* Call kvm_close() before exit for consistency.phk2001-05-281-1/+4
| | | | | PR: 24654 Submitted by: Daniel Hemmerich zartik@yahoo.com
* Spring MegaChange #1.mjacob2001-05-289-255/+565
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ---- Make a device for each ISP- really usable only with devfs and add an ioctl entry point (this can be used to (re)set debug levels, reset the HBA, rescan the fabric, issue lips, etc). ---- Add in a kernel thread for Fibre Channel cards. The purpose of this thread is to be woken up to clean up after Fibre Channel events block things. Basically, any FC event that casts doubt on the location or identify of FC devices blocks the queues. When, and if, we get the PORT DATABASE CHANGED or NAME SERVER DATABASE CHANGED async event, we activate the kthread which will then, in full thread context, re-evaluate the local loop and/or the fabric. When it's satisfied that things are stable, it can then release the blocked queues and let commands flow again. The prior mechanism was a lazy evaluation. That is, the next command to come down the pipe after change events would pay the full price for re-evaluation. And if this was done off of a softcall, it really could hang up the system. These changes brings the FreeBSD port more in line with the Solaris, Linux and NetBSD ports. It also, more importantly, gets us being more proactive about topology changes which could then be reflected upwards to CAM so that the periph driver can be informed sooner rather than later when things arrive or depart. --- Add in the (correct) usage of locking macros- we now have lock transition macros which allow us to transition from holding the CAM lock (Giant) and grabbing the softc lock and vice versa. Switch over to having this HBA do real locking. Some folks claim this won't be a win. They're right. But you have to start somewhere, and this will begin to teach us how to DTRT for HBAs, etc. -- Start putting in prototype 2300 support. Add back in LIP and Loop Reset as async events that each platform will handle. Add in another int_bogus instrumentation point. Do some more substantial target mode cleanups. MFC after: 8 weeks
* Make the beep duration independent of HZ.phk2001-05-282-2/+3
| | | | | | PR: 25201 Submitted by: Akio Morita amorita@meadow.scphys.kyoto-u.ac.jp MFC after: 1 week
* /var/log/console.log should be mode 600.phk2001-05-281-1/+1
| | | | | | PR: 25329 Submitted by: Yoshihiro Koya Yoshihiro.Koya@math.yokohama-cu.ac.jp MFC after: 1 week
* Clarify that the old CD-ROM drivers are only for non-ATAPI drives.phk2001-05-282-6/+6
| | | | | | PR: 25369 Submitted by: Matt Emmerton matt@gsicomp.on.ca MFC after: 1 week
* Remove obsolete DEVFS manual pages. The routines they describe don'tdd2001-05-284-209/+1
| | | | | | exist in the new (phk's) DEVFS. Approved by: phk
* With the new kernel dev_t conversions done at release 4.X,phk2001-05-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | it becomes possible to trap in ptsstop() in kern/tty_pty.c if the slave side has never been opened during the life of a kernel. What happens is that calls to ttyflush() done from ptyioctl() for the controlling side end up calling ptsstop() [via (*tp->t_stop)(tp, <X>)] which evaluates the following: struct pt_ioctl *pti = tp->t_dev->si_drv1; In order for tp->t_dev to be set, the slave device must first be opened in ttyopen() [kern/tty.c]. It appears that the only problem is calls to (*tp->t_stop)(tp, <n>), so this could also happen with other ioctls initiated by the controlling side before the slave has been opened. PR: 27698 Submitted by: David Bein bein@netapp.com MFC after: 6 days
* Take advantage of the new OSTYPE(freebsd4) in sendmail 8.11.4gshapiro2001-05-282-3/+3
| | | | MFC after: 1 week
* Update for the Bintuils 2.11.0 import.obrien2001-05-282-6/+25
|
* sendmail 8.11.4 has been imported.gshapiro2001-05-283-3/+3
|
* sendmail 8.11.4 has been importedgshapiro2001-05-281-4/+4
|
* Name this module msdos.ko so that mount_msdos(8) can autoloadru2001-05-281-1/+1
| | | | | | | | | | | | it with vfsload("msdos"). (The proper fix would be to rename the `msdos' file system to `msdosfs' in VFS_SET(), and mount_msdos(8) to mount_msdosfs(8). But that would break too many existing fstab(5) setups, and would require a lot of unnecessary documentation and code msdos -> msdosfs changes.) Noticed by: markm
* Resolve conflicts from 8.11.4 importgshapiro2001-05-2811-82/+169
|
* This commit was generated by cvs2svn to compensate for changes in r77349,gshapiro2001-05-2843-702/+1820
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import sendmail 8.11.4gshapiro2001-05-2854-784/+1989
| |
* | Use new backup feature of install(1).ru2001-05-282-21/+2
| |
* | Bootstrap install(1).ru2001-05-281-3/+3
| |
* | Added support for all new install(1) options.ru2001-05-281-3/+3
| | | | | | | | Removed -c from the actual call as -p implies "copy".
* | Many new features and optimization improvements:ru2001-05-282-292/+377
| | | | | | | | | | | | | | | | | | | | | | o New flags: -b and -B (backup) o New flag: -S (safe copy; aka "atomic" install) o The -c flag is now the default. o The -D flag was withdrawn. Reviewed by: bde (up to some point) Obtained from: OpenBSD but heavily modified MFC after: 1 month
OpenPOWER on IntegriCloud