summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Part #2 of the <machine/ioctl_fd.h> => <sys/fdcio.h> move: handle thejoerg2001-06-064-5/+4
| | | | tools in usr.sbin/fd*.
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isjoerg2001-06-067-413/+4
| | | | | not machine-dependant, thus it has been moved out (repo-copied) into <sys/fdcio.h>.
* Lock VM Giant prior to locking a vm map.tanimura2001-06-061-0/+7
| | | | | | Spotted by: Daniel Rock <D.Rock@t-online.de> Tested by: David Wolfskill <david@catwhisker.org>, Sean Eric Fagan <sef@kithrup.com>
* Don't hold sched_lock across addupc_task().jhb2001-06-065-5/+5
| | | | | Reported by: David Taylor <davidt@yadt.co.uk> Submitted by: bde
* Use bus_space when reading CIS. This allows us to access it in 8 bitimp2001-06-051-7/+11
| | | | | | | mode, which is what the standard mandates. Submitted by: Takanori Watanabe-san Reviewed by: jhb
* Back out my changes describing how snprintf nul terminates. Itimp2001-06-051-9/+11
| | | | | | | was from the iso standard. Keep the sentence that says it is always NUL terminated to make sure that people understand that. Requested by: bde
* In lge_detach(), don't contigfree() the jumbogram buffer memory;wpaul2001-06-051-1/+0
| | | | lge_free_jumbo_mem() does it for us.
* Commit part of the patch that I have for card eject problems with theimp2001-06-051-0/+5
| | | | | | | | ep driver. The rest of the patch will wait until I can put the time into it to get it righter than the kludge it is. This protects us against card eject problems at all times,e xecpt when we're in the epintr ISR.
* Add parens to get the cast that was meant in previous commit.nectar2001-06-051-2/+2
| | | | | While we're at it, this file seems to prefer `unsigned int' over `u_int', so go with that.
* Wrong. The size of size_t is *not* the same as the size of an integer.mjacob2001-06-051-2/+4
| | | | MFC after: 2 weeks
* There is no reason for logname to call getopt(3), it doesn't takephk2001-06-051-10/+4
| | | | | | | any options. PR: 26689 Submitted by: FĂ©lix-Antoine Paradis <reel@sympatico.ca>
* Make the FDC (state machine) state an enum, as opposed to an intjoerg2001-06-053-33/+17
| | | | abusing a bunch of #defines, for clarity and better debugging support.
* Fix mindo:wpaul2001-06-051-1/+1
| | | | | | | | | | | | | PCN_BCR_CLRBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); should be: PCN_BCR_SETBIT(sc, PCN_BCR_MIICTL, PCN_MIICTL_DANAS); Turning this bit on is what disables MII autoneg, not turning it off. Without this, manually setting the media doesn't work. Noticed by: Jim Browne <jbrowne@jbrowne.com>
* Don't mung the user's tm_sec field if we don't need to. (Belt-and-suspenderswollman2001-06-051-1/+3
| | | | | | | | | version.) PR: bin/27630 Submitted by: Arthur David Olson <ado@nci.nih.gov> Obtained from: Timezone mailing-list <tz@elsie.nci.nih.gov> MFC after: 1 month
* Now works again and as a module and with devfs.shafeeq2001-06-056-18/+146
| | | | Used the bpf & tun drivers as examples as to what is necessary for devfs.
* Document /usr/include/dev/{ic,wi}.joerg2001-06-051-0/+7
| | | | Reminded by: ru
* fix a bug of a only partitally initialization which could resulttomsoft2001-06-051-1/+2
| | | | | | | in an unclean filesystem after growing by a large amount of cylinder groups Reviewed by: chm
* New release note: SA-01:40.bmah2001-06-053-0/+21
|
* Fix botch for state levels. Role minor release. Start adding code for amjacob2001-06-053-10/+14
| | | | | | 'force logout' path. MFC after: 4 weeks
* I neglected to notice that the change text had already been added in aimp2001-06-051-3/+0
| | | | | | different place. Back out what I added since the other text is better. Noticed by: nectar
* Forced commit; CVS didn't prompt for a log message for the originalbmah2001-06-050-0/+0
| | | | | | | | | | commit. Add a README file where the old *.TXT files used to live, redirecting developers to the doc directory and giving a URL for a Web-accessible version of RELNOTESng. Submitted by: dd (with some editing)
* PR: i386/26347hm2001-06-051-2/+3
| | | | | | Submitted by: Nicola Vitale <nivit@libero.it> Reviewed by: hm Fix screen number display in HP mode in case PCVT_NSCREENS > 10
* Revert previous commit. I have no idea how CVS let me do this; itbmah2001-06-053-21/+0
| | | | didn't even ask me for a log message.
* *** empty log message ***bmah2001-06-054-0/+44
|
* PR: bin/26817hm2001-06-051-2/+8
| | | | | | Submitted by: Clement Ballabriga <clement@asso.ups-tlse.fr> Reviewed by: hm Check for read errors from the controlling tty when in fullscreen mode.
* Talk a bit about how cloning works with devfs(5).brian2001-06-051-42/+108
| | | | | Make it clearer about what's going on with TUNSIFHEAD and TUNSLMODE. Tidy up a little.
* Use WITHOUT_X11, not NO_X, as the standardized way of turning off docbmah2001-06-051-1/+1
| | | | ports' dependencies on X Windows during release builds.
* Add a kqueue filter for writing to ufs filesystems which always returnsjlemon2001-06-051-0/+22
| | | | | | | true. This permits better interoperability with programs which register filters on their stdin/stdout handles. Submitted by: Niels Provos <provos@citi.umich.edu>
* Correct cross-references:sobomax2001-06-053-4/+4
| | | | | | | | setsockopt.3 --> setsockopt.2 syslog.8 --> syslogd.8 tcpdump.8 --> tcpdump.1 MFC after: 1 week
* Correct cross-references:sobomax2001-06-059-17/+16
| | | | | | | | | | | | ng_bpf.8 --> ng_bpf.4 ng_ether.8 --> ng_ether.4 ng_iface.8 --> ng_iface.4 ng_pppoe.8 --> ng_pppoe.4 ng_socket.8 --> ng_socket.4 ng_tty.8 --> ng_tty.4 ng_{type}.4 --> /dev/null MFC after: 1 week
* Fix cross-references:sobomax2001-06-053-5/+5
| | | | | | | | ipnat.8 --> ipnat.1 environ.5 --> environ.7 isssetugid.2 --> issetugid.2 MFC after: 1 week
* Don't use tabs here!ru2001-06-051-2/+2
|
* Fix type-o's, update pagedillon2001-06-051-25/+46
|
* Close the line displine on detach. Lots of folks have submittd this, andimp2001-06-052-2/+8
| | | | | | | I think bde even reviewed it once. Also, change the name of ActionTEC pat to more generic Lucent Kermit chip. Add stub for Xircom card. Add cardbus attachment too.
* Add a line discipline close routine which restores some functionalitydd2001-06-052-10/+42
| | | | | I accidently nuked in rev. 1.54. Also rework the error handling in snplwrite a little.
* Style and cosmetic cleanups. This driver is now reasonably stlye(9)dd2001-06-053-226/+254
| | | | | | | | | compliant. All the variable definitions and function names are reasonably consistent, and the functions which should be static (i.e., all of them) are. Other assorted fixes were made. The majority of the delta is indentation fixes. Partially reviewed by: bde
* Document what happens when the real id is changed.imp2001-06-052-0/+6
| | | | | I may have obtained this from NetBSD, but I don't recall. I do know that I checked FreeBSD's implementation to make sure that it matched what I wrote.
* Remove #if 0'd code. It turned up on my MAXPATHLEN + 1 sweep.imp2001-06-051-35/+0
|
* Only build i82365_isa attachment when we have isa bus.imp2001-06-051-1/+1
|
* Minor improvements:imp2001-06-051-15/+29
| | | | | | o Explain snprintf's return value better. o Document snprintf, et al, were defined in C-99 o Warn against %n.
* There seems to be a problem that the order of disk write operation beingobrien2001-06-051-2/+11
| | | | | | | | | | | incorrect due to a missing check for some dependency. This change avoids the freelist corruption (but not the temporarily inconsistent state of the file system). A message is printed as a reminder of the under lying problem when a pagedep structure is not freed due to the NEWBLOCK flag being set. Submitted by: Tor.Egge@fast.no
* Add a missing word.dd2001-06-053-3/+3
| | | | Obtained from: OpenBSD
* Add a missing word.dd2001-06-053-3/+6
|
* Invert the meaning of the -d option (i.e. default to *not* list dynamic rules,des2001-06-042-1119/+1160
| | | | | | | | | | | | | | | but list them if -d was specified). Avoid listing expired dynamic rules unless the (new) -e option was specified. If specific rule numbers were listed on the command line, and the -d flag was specified, only list dynamic rules that match the specified rule numbers. Try to partly clean up the bleeding mess this file has become. If there is any justice in this world, the responsible parties (you know who you are!) should expect to wake up one morning with a horse's head in their bed. The code still looks like spaghetti, but at least now it's *properly intented* spaghetti (hmm? did somebody say "tagliatelle"?).
* Correct a spelling nit (a -> an).dd2001-06-041-1/+1
|
* Use the l_nullioctl exported from tty_conf.c rather than rolling our own.dd2001-06-042-20/+0
|
* Unstaticize l_nullioctl; it is needed elsewhere (like in tty_snoop.c).dd2001-06-043-2/+3
| | | | Suggested by: bde
* Added the -l option to df, so to be compatable with other unicies.pirzyk2001-06-042-4/+59
| | | | | | PR: bin/27240 Reviewed by: GAWollman MFC after: 2 weeks
* Add sprog.7 to the list.eric2001-06-041-3/+3
|
* While in the interrupt loop, check for a bogus interrupt value of 0xff.jlemon2001-06-041-0/+9
| | | | | | | This may be returned if the underlying hardware is a pc-card which has been ejected. Reviewed by: warner
OpenPOWER on IntegriCloud