summaryrefslogtreecommitdiffstats
Commit message (Expand)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
* | Set VAPPEND in open mode when O_APPEND is specified as an argument torwatson2002-07-223-0/+6
* | - Use MAXLOGNAME - 1 rather than UT_NAMESIZE.robert2002-07-221-3/+2
* | - Use MAXLOGNAME - 1 instead of UT_NAMESIZE.robert2002-07-221-11/+5
* | 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
|\ \
| * | Import smbfs 1.4.5. This release intended to fix problem with iconvbp2002-07-222-5/+25
* | | Pre-wire the output buffer so that sysctl_kern_function_list() doesn'ttruckman2002-07-221-0/+1
* | | Provide a way for sysctl handlers to pre-wire their output buffer beforetruckman2002-07-222-0/+18
* | | Fix one RFC 959 incompliance:yar2002-07-221-3/+30
* | | 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
* | | Don't allow "||" or "&&" to be the first tokens of a command.tjr2002-07-221-0/+1
* | | Correct syntax error, remove the unescaped newline between "||" and thetjr2002-07-221-4/+2
* | | Teach discretionary access control methods for files about VAPPENDrwatson2002-07-224-43/+43
* | | Add VALLPERM, which is a mask of all the access control request permissionrwatson2002-07-221-0/+1
* | | Sort vnode access mode flags.rwatson2002-07-221-6/+8
* | | Move lock in pcm_chn_add() to after malloc.orion2002-07-221-3/+2
* | | Move 'em' from files.i386 to files so that it is within reach of thepeter2002-07-222-2/+2
* | | No more NO_WERROR for the kernel. It's still possible though, butpeter2002-07-221-1/+1
* | | The transition time for -Werror has been gone for a while. We are nowpeter2002-07-221-5/+0
* | | Make this compile.peter2002-07-221-0/+8
* | | 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
* | | 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
* | | Check that we are not supplying 'device foo N' to devices that do not takepeter2002-07-211-2/+27
* | | 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
* | | Moved `clean:' below, just before the inclusion of bsd.obj.mk,ru2002-07-211-36/+36
* | | 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
* | | 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
* | | 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
* | | Fix broken handbook links.wosch2002-07-211-2/+2
* | | Save flags returned by vn_open and use them when calling vn_close.johan2002-07-211-6/+11
* | | Only use one %s when there is only one argument to print.johan2002-07-211-1/+1
OpenPOWER on IntegriCloud