summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix typo: corrisponds -> correspondsfanf2002-07-221-1/+1
| |
* | Add device(power/sleep button and lid) wake function from sleeping state.iwasaki2002-07-224-5/+174
| | | | | | | | | | | | | | This is required for some Thinkpad (and maybe VAIO) machines to wake the system up from sleep. Currently partially implemented, more complete implementation will come later.
* | Set VAPPEND in open mode when O_APPEND is specified as an argument torwatson2002-07-223-0/+6
| | | | | | | | | | | | | | | | | | | | | | open() of fhopen(). Currently this has no actual affect due to the treatment of VAPPEND in vaccess() and vaccess_acl() as a subset of VWRITE, but when MAC comes in, MAC will distinguish the two. Note: if any file systems are cutting their own permission models, they may wish to now take this into account. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* | - Use MAXLOGNAME - 1 rather than UT_NAMESIZE.robert2002-07-221-3/+2
| | | | | | | | - Remove the inclusion of <utmp.h>.
* | - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.robert2002-07-221-11/+5
| | | | | | | | - Do not pretend there is something like '/etc/utmp'.
* | s,/usr/include,${INCLUDEDIR},ru2002-07-221-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r100490,bp2002-07-222-5/+25
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import smbfs 1.4.5. This release intended to fix problem with iconvbp2002-07-222-5/+25
| | | | | | | | | | | | | | | | | | library. MFC after: 1 week
* | | Pre-wire the output buffer so that sysctl_kern_function_list() doesn'ttruckman2002-07-221-0/+1
| | | | | | | | | | | | block in SYSCTL_OUT() while holding a lock.
* | | Provide a way for sysctl handlers to pre-wire their output buffer beforetruckman2002-07-222-0/+18
| | | | | | | | | | | | | | | they grab a lock so that they don't block in SYSCTL_OUT() with the lock being held.
* | | Fix one RFC 959 incompliance:yar2002-07-221-3/+30
| | | | | | | | | | | | | | | | | | | | | | | | Double double-quotes in a PWD result if they appear in the directory pathname. PR: misc/18365 MFC after: 1 week
* | | Copy cis strings into the kernel.imp2002-07-222-9/+15
| | |
* | | Copy manufacturer and version string into the kernel, and copy it toimp2002-07-223-2/+10
| | | | | | | | | | | | | | | | | | the slot info. This brings OLDCARD's API much closer to NEWCARD and will allow moving more information into the kernel from pccard.conf for common drivers (ed).
* | | Don't allow "||" or "&&" to be the first tokens of a command.tjr2002-07-221-0/+1
| | | | | | | | | | | | | | | PR: 40386 MFC after: 2 weeks
* | | Correct syntax error, remove the unescaped newline between "||" and thetjr2002-07-221-4/+2
| | | | | | | | | | | | | | | | | | | | | command it is intended to test. pdksh and bash caught this syntax error, sh(1) did not behave as intended. PR: 40386
* | | Teach discretionary access control methods for files about VAPPENDrwatson2002-07-224-43/+43
| | | | | | | | | | | | | | | | | | | | | and VALLPERM. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* | | Add VALLPERM, which is a mask of all the access control request permissionrwatson2002-07-221-0/+1
| | | | | | | | | | | | | | | | | | | | | bits for vnodes passed to vaccess() and friends. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* | | Sort vnode access mode flags.rwatson2002-07-221-6/+8
| | | | | | | | | | | | | | | | | | | | | Add flags VSTAT, VAPPEND required for TrustedBSD. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* | | Move lock in pcm_chn_add() to after malloc.orion2002-07-221-3/+2
| | | | | | | | | | | | | | | PR: kern/40157 Submitted by: Dan Lukes <dan@obluda.cz>
* | | Move 'em' from files.i386 to files so that it is within reach of thepeter2002-07-222-2/+2
| | | | | | | | | | | | ia64 (tested) and pc98 (i386 based) platforms.
* | | No more NO_WERROR for the kernel. It's still possible though, butpeter2002-07-221-1/+1
| | | | | | | | | | | | seperate from NO_WERROR which is easily mixed up with in userland.
* | | The transition time for -Werror has been gone for a while. We are nowpeter2002-07-221-5/+0
| | | | | | | | | | | | | | | sufficiently clean that we can fix any new problems or mark individual files as not being ready for -Werror.
* | | Make this compile.peter2002-07-221-0/+8
| | | | | | | | | | | | uaudio.c:1822: warning: `uaudio_ctl_get' defined but not used
* | | Remove bktr.h/NBKTR. Set BKTR_FREEBSD_MODULE in opt_bktr.h instead.peter2002-07-221-5/+3
| | |
* | | Remove stray function prototype. I wrote and removed this function butpeter2002-07-211-1/+0
| | | | | | | | | | | | | | | | | | forgot the prototype. Submitted by: dd
* | | Add units to card, wdc, wcd, wst and wfdpeter2002-07-211-5/+5
| | |
* | | Add unit counts for the i4b stuff where it still uses NFOO etc.peter2002-07-211-13/+13
| | |
* | | Add unit count to 'card'peter2002-07-211-1/+1
| | |
* | | pci/cy_pci.c is still MD, it needs i386/isa/cy.c for the core.peter2002-07-213-1/+2
| | |
* | | Add static unit count to pcipeter2002-07-211-1/+1
| | |
* | | Add static unit count for 'card'peter2002-07-211-1/+1
| | |
* | | Add static unit count for pci here as well.peter2002-07-212-2/+2
| | |
* | | Add explicit unit count on 'device pci' for ahc/ahdpeter2002-07-219-9/+9
| | |
* | | Check for missing static unit 'count' declarations as well.peter2002-07-211-7/+13
| | |
* | | The following devices do not take a static unit 'count' argument:peter2002-07-212-8/+8
| | | | | | | | | | | | ar, fe, lnc, sr, wl, fpa, bktr, sbni
* | | Check that we are not supplying 'device foo N' to devices that do not takepeter2002-07-211-2/+27
| | | | | | | | | | | | a statuc unit count.
* | | Change bktr and smbus from 'count' back to 'optional'peter2002-07-211-2/+2
| | |
* | | Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile withoutpeter2002-07-212-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | pci support. This really needs to be fixed properly some day, but judging by the fact that the nopci case hasn't compiled for quite a while, there does not seem to be much urgency. Reviewed by: sos
* | | Moved `clean:' below, just before the inclusion of bsd.obj.mk,ru2002-07-211-36/+36
| | | | | | | | | | | | so that CLEANFILES from bsd.man.mk and bsd.dep.mk are honored.
* | | o Lock page queue accesses by vm_page_free() and vm_page_deactivate().alc2002-07-211-0/+12
| | |
* | | Fixed improper SCRIPTS assignment that broke `clean'.ru2002-07-211-1/+1
| | |
* | | o Lock page queue accesses by vm_page_free().alc2002-07-211-0/+2
| | |
* | | Remove duplicated '__BEGIN_DECLS' which obviated compilingrobert2002-07-211-1/+0
| | | | | | | | | | | | | | | | | | C++ sources that use this header. Reported by: Jan Stocker <Jan.Stocker@t-online.de>
* | | o Lock page queue accesses in nfs_getpages().alc2002-07-211-1/+7
| | |
* | | be able to configure to run an IPv6 routing daemon even onume2002-07-211-1/+0
| | | | | | | | | | | | | | | | | | an end node (sync with rc.network6 1.30). Approved by: gordon
* | | o Lock page queue accesses by vm_page_free().alc2002-07-212-0/+4
| | |
* | | Add uaudio -- a USB audio device driver.nsayer2002-07-217-1/+3732
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This driver actually works slightly better on -stable than on -current (the system locks on detach on -current), so it should be MFC'd somewhat sooner. This driver currently points out a difficulty in the sound device framework. The PCM unregister routine is allowed to refuse the detach if the device is in use. In the case of a USB device, however, this unregistration is much more mandatory in nature, since the device is *actually* gone when this call is made. The sound subsystem really should not refuse an unregistration and should take its own steps to reject further I/O. As a result, if you detach a USB sound device while it is in use, you can expect a panic shortly thereafter. This device cannot currently record audio. Some routines are unwritten as of yet in uaudio.c to support recording. This device hangs my -current box on detach. I don't know why. This does not happen on my -stable machine. Obtained from: Hiroyuki Aizu MFC after: 2 weeks
* | | Fix broken handbook links.wosch2002-07-211-2/+2
| | | | | | | | | | | | Submitted by: "Dipl.Phys. Andreas Hiltenkamp" <hiltenkamp@web.de>
* | | Save flags returned by vn_open and use them when calling vn_close.johan2002-07-211-6/+11
| | | | | | | | | | | | | | | Reviewed by: bde Approved by: sheldonh (mentor)
* | | Only use one %s when there is only one argument to print.johan2002-07-211-1/+1
| | | | | | | | | | | | | | | Submitted by: keramida Approved by: sheldonh (mentor)
OpenPOWER on IntegriCloud