summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* In preparation for deprecating CIRCLEQ macros in favor of TAILQmckusick2000-11-1414-54/+47
| | | | | macros which provide the same functionality and are a bit more efficient, convert use of CIRCLEQ's in NFS to TAILQ's.
* Change [Ii]t's to "It is" and "its" as appropriate.sheldonh2000-11-141-1/+1
|
* Whitespace only: remove hard sentence breaks introduced in previoussheldonh2000-11-141-3/+4
| | | | commit and use a paragraph marker (Pp) instead of a blank line.
* Missed conversion of CIRCLEQ => TAILQ for mount list.mckusick2000-11-142-2/+2
|
* Forced commit:imp2000-11-140-0/+0
| | | | | | This driver is a port of the NetBSD driver. Obtained From: NetBSD
* Disable /usr/bin/ssh being setuid root by default. Let the variablegreen2000-11-143-0/+8
| | | | | | | | | | ENABLE_SUID_SSH being defined reenable it for those that want it. This follows discussion favoring the change from September. It is not usually necessary to be setuid root, possibly less safe, and less convenient (cannot use $HOSTALIASES, for example). Submitted by: jedgar
* Add login_cap and login_access support. Previously, these FreeBSD-localgreen2000-11-141-0/+37
| | | | checks were only made when using the 1.x protocol.
* This commit was generated by cvs2svn to compensate for changes in r68700,green2000-11-141-4/+8
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import a security fix: the client would allow a server to use itsgreen2000-11-141-4/+8
| | | | | | | | | | | | | | | | ssh-agent or X11 forwarding even if it was disabled. This is the vendor fix provided, not an actual revision of clientloop.c. Submitted by: Markus Friedl <markus@OpenBSD.org> via kris
* | Bump the shared lib version. There seems to have been an incompatibleobrien2000-11-144-4/+4
| | | | | | | | | | change committed to RELENG_4 where a bump there is now necessary. We've got to go before RELENG_4 does.
* | Don't put pcm device on boot floppies (yet - it would be kinda nice to bejkh2000-11-145-0/+15
| | | | | | | | able to play a little Joe Satriani during installs :-)
* | Proper capitalization of PCMCIA (and avoid matching pcm)jkh2000-11-142-2/+2
| |
* | In the year 2000, I think it's perfectly reasonable to include audiojkh2000-11-144-0/+14
| | | | | | | | support by default in GENERIC.
* | Replace GNOME + Afterstep choice with GNOME + sawfish. This is a morejkh2000-11-146-12/+12
| | | | | | | | popular configuration now.
* | Close PR# 21843 and PR# 21864. This adds support for WEP and updates somewpaul2000-11-135-25/+285
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of the data structures to include new members that weren't defined in the manual I have. I opted to use Doug Ambrisko's WEP patches since David Cornejo's patches did not include the necessary changes to ancontrol(8) to actually enable and use WEP. NOTE: I don't currently have access to an Aironet card, so I can't test any of this. Everything compiles and close scrutiny doesn't reveal any obvious problems, but Murphy's Law applies. This means I will probably leave these changes in -current for a bit longer than usual until I'm sure they work right.
* | Fix bug introduced in previous commit: users obtained via compat modenectar2000-11-131-3/+8
| | | | | | | | | | | | had uid, gid set to 0 if not otherwise specified! Submitted by: eivind
* | fix typo; loppgin -> loginben2000-11-131-1/+1
| | | | | | | | | | PR: 22823 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* | Make linux_sendsig and linux_sigreturn use all 64 bits of agallatin2000-11-132-5/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | linux_sigset_t by updating the linux_sigframe struct so as to include linux's "extramask" field. This field contains the upper 32-bits of the sigset. extramask sits behind a linux_fpstate struct, which I've defined primarily for padding purposes. While we're here, define LINUX_NSIG in terms of LINUX_NBPW (32) and LINUX_NSIG_WORDS (2). This fixes problems where threaded apps would accumulate a large number of zombies. This was happening because the exit signal resides in the upper 32-bits of the sigset and was never getting unmasked by the manager thread after the first child exited. PR: misc/18530 (may be related, originator not yet contacted) Reviewed by: marcel
* | fix a typo; abso -> alsoben2000-11-131-1/+1
| | | | | | | | | | PR: 22806 Submitted by: Jimmy Olgeni <olgeni@uli.it>
* | Beef up the description of the kernel thread API.jhb2000-11-132-19/+249
| | | | | | | | Reviewed by: sheldonh, jasone
* | Describe the new software interrupt thread functionality.jhb2000-11-132-1/+205
| | | | | | | | Reviewed by: sheldonh, jasone
* | Add a manpage to document the atomic operations including a quick treatmentjhb2000-11-132-1/+295
| | | | | | | | | | | | of memory barriers and the newish atomic variants that include them. Reviewed by: sheldonh
* | Fix a bug with handling of the saved interrupt state for spin mutexes injhb2000-11-132-4/+4
| | | | | | | | | | | | the MTX_EXIT_WITH_RECURSION() assembly macro (currently unused). Submitted by: bde
* | Fixed the last-minute bug I have made in previous revision (.ie -> .if).ru2000-11-131-1/+1
| |
* | My previous commit removed a line it wasn't supposed to. Add it back.gad2000-11-131-2/+3
| |
* | Change a "xlint(1)" to a ".Xr lint 1" and add a reference in the see alsodwmalone2000-11-131-1/+5
| | | | | | | | section.
* | Do not terminate the SEE ALSO section example with a period.mpp2000-11-131-1/+1
| | | | | | | | | | | | | | The cross-reference list should not be terminated with any type of punctuation at the end of the line. Pointed-out-by: sheldonh
* | Really make the Fx macro parsed and callable.ru2000-11-132-34/+48
| |
* | Sort NAMES section and separate Nm arguments from trailing punctuation.sheldonh2000-11-132-18/+18
| |
* | Add support for decoding the PCI vendor and device ID registers. Add amsmith2000-11-133-7/+4522
| | | | | | | | | | | | database of about 1400 vendors and 2700 devices courtesy of www.yourvote.com/pci. We still need to add some more, but this is a good start.
* | Initialize bus_space_handle_t with zero (for PC-98).nyan2000-11-134-8/+8
| |
* | Build and install the useful `readelf' util that is new with Binutils 2.10.0.obrien2000-11-132-1/+21
| |
* | This commit was generated by cvs2svn to compensate for changes in r68673,obrien2000-11-1313-0/+912
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import a virgin (but trimed) Binutils 2.10 release.obrien2000-11-1313-0/+912
| | |
* | | remove files not needed.obrien2000-11-133-4062/+0
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r68670,obrien2000-11-133-0/+4062
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Upgrade to Binutils 2.10.0.obrien2000-11-133-0/+4062
| | |
* | | Update list of files to remove prior to importkris2000-11-131-20/+34
| | |
* | | Replace call to mktemp() with mkstemp. Also move where that call isgad2000-11-131-17/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | done, so the correct directory is being checked. The mkstemp() call is meant to create a temp file for stderrs when running filters. This update also fixes log-file processing for remote (rm=) queues which specify an input filter (if=). Before, filter-errs were thrown away. Now they'll be copied to the queue's logfile (lf=). Reviewed by: (a little) audit@FreeBSD.ORG & freebsd-print@bostonradio.org
* | | Mention security advisories FreeBSD-SA-00:{42,61,62,63}. Note thatbmah2000-11-132-2/+34
| | | | | | | | | | | | | | | IP Filter is now supported by rc.conf(5). Minor grammar fix in sshd item.
* | | Fix F_SETOWN on pipes. Linux returns EINVAL while we send a SIGIOmarcel2000-11-131-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | signal. There's at least 1 program that is known to break. Submitted patch has been edited to match current code. MFC: yes Submitted by: bde
* | | Classify all EISA cards with major firmware revions '2' as 742As.gibbs2000-11-133-3/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to successfully attach early Storage Dimension cards. Allocate mailboxes for the 742A bellow the 16MB limit. Although these cards seem to be able to deal with all other types of data anywhere in a 32bit address space, 24bit addresses are required for mailboxes. bt_eisa.c: Add device IDs for all Storage Dimension products I could find from their web site. Thanks to Ted Mittelstaed for loaning me the equipment to diagnose and fix these problems.
* | | Don't attempt to reference a NULL scb_data area during teardown eventsgibbs2000-11-131-0/+2
| | | | | | | | | | | | | | | occurring early in initialization. This fixes attachments to the parity engines that FreeBSD doesn't support.
* | | add SII MC-P200sanpei2000-11-131-0/+4
| | | | | | | | | | | | | | | Submitted by: Shigeru Ishida <ishida@isl.intec.co.jp> bsd-nomads:14801
* | | add SII MC-P200sanpei2000-11-132-2/+6
| | | | | | | | | | | | | | | | | | | | | Submitted by: Shigeru Ishida <ishida@isl.intec.co.jp> bsd-nomads:14801 add NTT DoCoMo P-in Comp@ct
* | | add support for 3CXFE575BT(XJack Connector)sanpei2000-11-132-2/+2
| | |
* | | Change the ext_type type from short to int, since it doesn't cost usbmilekic2000-11-131-1/+2
| | | | | | | | | | | | | | | | | | | | | anything and it's likely to be faster on alphas. Also, add EXT_MOD_TYPE for modules that want to add their own ext_type and are not network drivers (so they don't use EXT_NET_DRV).
* | | Update for OpenSSL 0.9.6kris2000-11-134-61/+69
| | |
* | | Resolve conflicts, and garbage collect some local changes that are nokris2000-11-1320-269/+616
| | | | | | | | | | | | longer required
* | | This commit was generated by cvs2svn to compensate for changes in r68651,kris2000-11-13576-11608/+38575
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
OpenPOWER on IntegriCloud