summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix spurious `free()' when -d g2 is enabled.jkoshy1998-09-091-3/+12
| | | | | PR: 6790 Submitted by: nsmart <njs3@doc.ic.ac.uk>
* Fix typos.danny1998-09-093-18/+18
|
* Some preliminary updates to the release notes, just as I think ofjkh1998-09-091-9/+29
| | | | | | them. By no means a comprehensive list of all the things which should eventually go in here before 3.0-RELEASE, nor are the CAM issues reflected here yet.
* Add missing comma.jkoshy1998-09-091-1/+1
| | | | | PR: 7841 Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* Reserve character major 104 for the CAM Transport Layer Services device.gibbs1998-09-092-2/+4
|
* Fix typo.jkoshy1998-09-091-2/+4
| | | | | PR: 7809 Submitted by: Amakawa Shuhei <amakawa@sf.t.u-tokyo.ac.jp>
* Terminate the defdrives array correctly. (Shame, Rod!)msmith1998-09-091-1/+1
| | | | Submitted by: Scott Michel <scottm@cs.ucla.edu>
* Add $Id$, remove quoting for `...'.jkoshy1998-09-091-1/+3
| | | | Requested by: bde
* Add a new library function getobjformat(). It checks all thejdp1998-09-098-80/+315
| | | | | | | | | | | | | standard places ("/etc/objformat", ${OBJFORMAT}, argv) for an indication of the user's preferred object file format. This consolidates some code that was starting to be duplicated in more and more places. Use the new function in ldconfig. Note: I don't think that gcc should use getobjformat(), even though it could. The compiler should limit itself to functions that are widespread, to ease porting and cross-compilation.
* Initialise lcp::his_mru to the ``set mtu'' value if it's lessbrian1998-09-091-2/+4
| | | | | than DEF_MRU, allowing our interface mtu to be decreased despite negotiation with the peer.
* - If the OACTIVE flag is set on entry to xl_start(), check to see if thewpaul1998-09-081-4/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | transmitter is wedged. If so, try to unwedge it, process any descriptors that might need to be free()d, then proceed. - Disable the 'background' autonegotiation performed during bootstrap. What happens currently is that the driver starts an autoneg session, the sets a timeout in the ifnet structure and returns. Later, when the timer expires, the watchdog routine calls the autoneg handler to check the results of the session. The problem with this is that the session may not complete until some point after we have started to mount NFS filesystems, which can cause the mounts to fail. This is especially troublesome if booting with an NFS rootfs: we need the interface up and running before reaching the mountroot() code. The default behavior now is to do the autoneg synchronously, i.e. wait 5 seconds for the autoneg to complete before exiting the driver attach routine. People who want the old behavior can compile the driver with XL_BACKGROUND_AUTONEG #defined. This has no effect on autoneg sessions initiated by 'ifconfig xl0 media autoselect.' This slows the probe down a little, but it's either that or botching NFS mounts at bootup. - If xl_setmode_mii() is called and there's an autoneg session in progress, cancel it, _then_ set the modes.
* Add new atapi-cd driver that supports atapi CD-R/RW drives.sos1998-09-0815-36/+5570
| | | | This is only a stop-gab solution to get atapi burner support into 3.0.
* Add 'blank' and 'nextwriteable' commands for atapi CD-R/RW support.sos1998-09-082-2/+19
|
* Add definitions for the ELF section attribute flags, SHF_*.jdp1998-09-081-1/+7
| | | | Submitted by: Robert Nordier <rnordier@nordier.com>
* Make PCIC_RESUME_RESET an proper option.brian1998-09-087-9/+25
| | | | | | My laptop (a CTX Cybernote) needs this. It claims to have a PC-Card VLSI 82C146 (5 mem & 2 I/O windows)
* Add support for the RPC 64-bit integer type ``hyper''.obrien1998-09-083-4/+62
|
* Oops, don't assume that the environment is normal in devfs_mount().bde1998-09-081-4/+6
| | | | | It isn't for the hidden mountpoint. The static vfs's haven't been attached then, so mp->mnt_vfc can't be valid.
* If traps are set, they are now executed even when a signal-blockingcracauer1998-09-083-10/+27
| | | | | | | | | | | | foreground child is running. Formerly, traps were exceuted after the next child exit. The enables the user to put a breaking wrapper around a blocking application: (trap 'echo trap ; exit 1' 2; ./pestyblocker; echo -n) The "echo -n" after the child call is needed to prevent sh from optimizing the trap-executing shell away. I'm working on this.
* Update the diffs against current source + some other cleanup.abial1998-09-082-24/+20
|
* Whoops, update the makefile too while I'm at it.jkh1998-09-083-3/+3
|
* Go back to using MSDOSFS instead of Robert Nordier's stand-alone DOSjkh1998-09-084-799/+72
| | | | | | | library. I have to include MSDOSFS on the boot floppy anyway (so I can read DOS floppies in a few other contexts) and since both -stable and -current MSDOSFS handle long filenames, I'm OK on that now. Should save about 10K of space.
* Make totally sure that we have the latest 1.7 version of booteasyjkh1998-09-083-66/+66
| | | | | (it looked like it already to me, but the PR gives me cause to wonder). PR: 2514
* o Set paths internally for pkg_add for tools we might want to invoke.jkh1998-09-083-12/+16
| | | | | | | | o Fix bogus suffix handling. o Tell user when an FTP url is being xferred rather than being silent. This sort of violates "the unix way" but it stops people from whacking ^C when they think it's hung, too. Sometimes visual indication of success is important. Doesn't spit out anything if not on a TTY.
* Sync with sys/i386/isa/clock.c revision 1.125.kato1998-09-083-9/+9
|
* Fix a cut&paste error which prevented LD_BIND_NOW from working.dfr1998-09-081-2/+2
|
* Sync with sys/i386/i386/userconfig.c revision 1.107.kato1998-09-081-2/+5
|
* restore rev 1.23 to give clear SIGALRM handling example, 68 yearsache1998-09-081-28/+16
| | | | are too long to affect real code
* fix a problem with our definition of SNDCTL_DSP_GETBLKSIZE, to letluigi1998-09-081-0/+2
| | | | the FreeBSD x11amp work (same as in -stable)
* Add info on PicoBSD being a part of FreeBSD source tree.abial1998-09-081-4/+10
|
* Sync help files with actual contents of "dial" floppy.abial1998-09-084-10/+28
|
* Fix bogus suffix stripping to be less naive.jkh1998-09-081-9/+7
| | | | | PR: 3418 Noted by: pst
* Fail as documented when a dependency cannot be foundjkh1998-09-081-1/+7
| | | | | PR: 7318 Submitted by: djv@bedford.net
* Use ellipsis in the synopsis, and an appropriate explanation injkoshy1998-09-082-4/+12
| | | | | | the text of the manual page. Suggested by: bde
* Do an installworld rather than install to populate the chroot tree.jkh1998-09-071-2/+2
| | | | Recommended by: jb
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-0715-223/+420
| | | | | | | | | | | the executable file, so it will work for both a.out and ELF format files. I have split the object format specific code into separate source files. It's cleaner than it was before, but it's still pretty crufty. Don't cheat on your make world for this update. A lot of things have to be rebuilt for it to work, including the compiler and all of the profiled libraries.
* Make the builtin unix macro work as it should (well like Solaris's,steve1998-09-071-1/+5
| | | | GNU's, and OSF1's).
* Removed unused variables.alex1998-09-0719-37/+7
|
* Removed some variable initializations which were unnecessary and divergentalex1998-09-073-18/+18
| | | | from style(9).
* Remove the extern decl of ``h_errno''. It's alreadybrian1998-09-071-10/+1
| | | | | | externed in netdb.h - where all of its #define values live. If anything requires h_errno here (nothing in /usr/src seems to) it's almost definitely broken.
* -Wall clean.alex1998-09-076-6/+15
|
* Implement pthread read/write locks as defined by Version 2 of the Singlealex1998-09-0742-5/+3729
| | | | | | | UNIX Specification. As with our standard mutexes, process shared locks are not supported at this time.
* Change the way the help files are stored, and save ca. 30kB on theabial1998-09-074-60/+124
| | | | | | "dial" floppy. Submitted by: Eric P. Scott <eps@sirius.com>
* Added .St -susv2 --> Version 2 of the Single UNIX Specificationalex1998-09-071-0/+3
|
* Revive hierarchy targetache1998-09-072-6/+7
|
* Remove X11 lock files at boot time even if $clear_tmp_enable is not set.cracauer1998-09-071-4/+5
| | | | | PR: conf/7366 Submitted by: Thomas David Rivers rivers@dignus.com
* Add -S flag to test for sockets.cracauer1998-09-074-17/+28
| | | | | | PR: bin/7507 Reviewed by: I tested the patch Submitted by: Stefan `Sec` Zehl sec@42.org
* Correct zsh shell script entry.cracauer1998-09-071-2/+2
| | | | | PR: bin/7657 Submitted by: Dom Mitchell dom@phmit.demon.co.uk
* Load linux emulator lkm only when not already loaded. This avoidscracauer1998-09-073-6/+27
| | | | | | | leftover files in /tmp. Script slightly modified from PR version to use fewer processes. PR: i386/7725 Submitted by: Stefan Eggers seggers@semyam.dinoco.de
* Fixed SUBDIR order (libm is no longer a prerequisite for libtcl).bde1998-09-071-3/+3
|
* Removed statically configured mount type numbers (MOUNT_*) and allbde1998-09-0728-123/+83
| | | | | | | | | references to them. The change a couple of days ago to ignore these numbers in statically configured vfsconf structs was slightly premature because the cd9660, cfs, devfs, ext2fs, nfs vfs's still used MOUNT_* instead of the number in their vfsconf struct.
OpenPOWER on IntegriCloud