summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* The alpha build cuases the 'nfsuid bloated' warning to occur. Well,dillon2000-01-1310-116/+0
| | | | | | | | there is nothing we can do about it. In fact, after further review there simply are not very many instances of the two structures NFS checks for 'bloat' so I've decided to simply rip the checks out entirely. Submitted by: Andrew Gallatin <gallatin@cs.duke.edu>
* Regenerate.wpaul2000-01-132-2/+72
|
* Bunch of updates:wpaul2000-01-136-59/+128
| | | | | | | | | | | | | | | - Add vendor/device ID for Corega USB-T ethernet adapter to necessary places so that it will work with the kue driver. - Add vendor/device ID for CATC Netmate devices for driver to be added soon. - Get really crazy about netisr stuff: avoid doing any mbuf allocations or deallocations at splbio/splusb. - Fix if_aue driver so that it works with LinkSys USB100TX: you need to flip the GPIO bits just the right way to put the PHY in the right mode.
* Confirming Peter's fix (locking 101: release the lock before you gomckusick2000-01-132-4/+0
| | | | | | to sleep). Locking 101, part 2: do not look at buffer contents after you have been asleep. There is no telling what wonderous changes may have occurred.
* Add ipfilter 3.3.6guido2000-01-132-0/+4
|
* Bring over ipfilter kernel sources, including merging the local modifications.guido2000-01-1330-448/+858
|
* Free the global softupdates lock prior to tsleep() in getdirtybuf().peter2000-01-132-0/+4
| | | | | | | | This seems to be responsible for a bunch of panics where the process sleeps and something else finds softupdates "locked" when it shouldn't be. This commit is unreviewed, but has been a big help here. Previously my boxes would panic pretty much on the first fsync() that wrote something to disk.
* add MAINTAINER file for claritymjacob2000-01-131-0/+2
|
* This commit was generated by cvs2svn to compensate for changes in r55924,guido2000-01-1322-245/+714
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of ipfilter 3.3.6 (freebsd relevant part)guido2000-01-1331-258/+771
| | | | | | | | Obtained from: ftp://coombs.anu.edu.au/pub/net/firewall/ip-filter/ip_fil3.3.6.tar.gz
* | Fix dhclient-exit-hooks location. (PR 14253)asmodai2000-01-131-1/+4
| | | | | | | | | | | | | | Add $FreeBSD$ CVS identifier. PR: 14253 Submitted by: Arcady Genkin
* | fix wrong name which is hidden by wrong ifdef.shin2000-01-131-1/+1
| | | | | | | | | | | | | | Sorry for build failure. There was a mistake when I moved the patch from my build check machine to commit machine. Specified by: peter
* | libc rcmd update for IPv6.shin2000-01-137-88/+300
| | | | | | | | | | | | | | | | A new function bindresvport2(), AF independent version of bindresvport() is also added. Reviewed by: sumikawa Obtained from: KAME project
* | Change struct sockaddr_storage member name, because following changeshin2000-01-136-89/+89
| | | | | | | | | | | | | | | | | | | | | | | | is very likely to become consensus as recent ietf/ipng mailing list discussion. Also recent KAME repository and other KAME patched BSDs also applied it. s/__ss_family/ss_family/ s/__ss_len/ss_len/ Makeworld is confirmed, and no application should be affected by this change yet.
* | Correct placement of $FreeBSD$ CVS identifier.asmodai2000-01-131-1/+1
| |
* | Change ``from'' to ``to''.asmodai2000-01-131-1/+1
| | | | | | | | | | PR: 15729 Submitted by: Kim Toms
* | Clear rt after RTFREE. This might have sometime caused kernel panic at rtfree()shin2000-01-132-2/+8
| | | | | | | | on INET6 enabled environment.
* | Add the LSI-Logic 53C875e chipset and the DawiControl DC2976UW entriesasmodai2000-01-131-2/+3
| | | | | | | | | | | | | | to our hardware list. PR: 15744 Submitted by: Sascha Blank <blank@uni-tier.de>
* | Add missing 'DEVICE_SYSCTLS' to opt_bus.h. This is the (experimental?)peter2000-01-131-0/+1
| | | | | | | | code that exports the bus heirarchy to hw.devices.*
* | Add myself as ntp docs maintainer, with roberto's permission.sheldonh2000-01-131-0/+2
| |
* | Fix page fault in -vv mode.ru2000-01-131-2/+2
| | | | | | | | | | | | PR: 16098 Submitted by: Alan.Judge@indigo.ie Reviewed by: ru
* | Add dhclient(8) crossreference to the dhcp_flags section.asmodai2000-01-131-0/+3
| | | | | | | | Submitted by: sheldonh
* | Synced with sys/dev/syscons/syscons.c rev 1.331.kato2000-01-131-27/+28
| |
* | Fix old style /fB /fR emphasis to the correct usage of .Em or otherasmodai2000-01-131-4/+9
| | | | | | | | | | more appropriate uses of mdoc macros given the context they were used in.
* | Add crossreference to dhclient(8) since our interfaces nowadaysasmodai2000-01-131-0/+1
| | | | | | | | support DHCP and more information would be handy.
* | Synced with following changes:kato2000-01-132-14/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | >yokota 2000/01/11 05:39:06 PST > > Modified files: > sys/dev/usb ukbd.c > sys/dev/kbd atkbd.c kbd.c kbdreg.h > Log: > Rework shifta/ctla/alta key handling. It appears that there was > misunderstanding between the PR originator and me. I hope I got it > right this time. > > Revision Changes Path > 1.22 +4 -1 src/sys/dev/usb/ukbd.c > 1.21 +1 -8 src/sys/dev/kbd/atkbd.c > 1.16 +19 -10 src/sys/dev/kbd/kbd.c > 1.9 +2 -2 src/sys/dev/kbd/kbdreg.h Submitted by: yokota
* | Synced with sys/isa/sio.c rev 1.284.kato2000-01-132-6/+6
| |
* | Add description for how to enable DHCP for network interfaces.asmodai2000-01-131-0/+10
| | | | | | | | | | | | PR: 15980 Submitted by: John Reynolds <jjreynold@home.com> Reviewed by: sheldonh
* | Fixed missing include and missing arg in synopsis.bde2000-01-131-1/+2
| |
* | Fixed missing include in synopsis.bde2000-01-132-0/+2
| |
* | Move the Variables section of the old ntp_misc(8) manual page tosheldonh2000-01-131-9/+9
| | | | | | | | the correct location in the ntpd(8) page.
* | Abandon hope of keeping in line with the author's structure,sheldonh2000-01-1312-1880/+1798
| | | | | | | | | | | | | | | | | | | | in favour of placing information in the correct sections. The ntp_acc(8), ntp_auth(8), ntp_clock(8), ntp_conf(8), ntp_misc(8) and ntp_mon(8) pages have been merged into ntp.conf(5) and ntp.keys(5). Requested by: rgrimes, wollman
* | Remove old copy of if_ed.c; it is no longer used.mdodd2000-01-131-3541/+0
| |
* | Fix unresolved _libc_*() references in libc by creating weak aliasesjasone2000-01-131-0/+2
| | | | | | | | to the respective system call entry points.
* | Set ifq_maxlen. (to default IFQ_MAXLEN)mdodd2000-01-131-0/+1
| |
* | Allow SMP systems with an MCA bus to work properly.mdodd2000-01-138-28/+43
| | | | | | | | Reviewed by: peter
* | Implement BUS_{GET,SET,DELETE}_RESOURCE methods.mdodd2000-01-131-2/+44
| |
* | Correctly test CF.mdodd2000-01-132-2/+2
| |
* | Remove duplicate DEC 21050 PCI-PCI bridge (0x00011011)peter2000-01-131-2/+4
| | | | | | | | Add an entry for the Toshiba Fast Infra Red controller (0x07011179)
* | Add a few devices IDs and clarify the SiS 85c496 entry.mdodd2000-01-131-1/+9
| |
* | Because cylinder group blocks are now written in background,mckusick2000-01-132-6/+26
| | | | | | | | | | | | | | | | | | | | it is no longer sufficient to get a lock on a buffer to know that its write has been completed. We have to first get the lock on the buffer, then check to see if it is doing a background write. If it is doing background write, we have to wait for the background write to finish, then check to see if that fullfilled our dependency, and if not to start another write. Luckily the explanation is longer than the fix.
* | A panic occurs during an fsync when a dirty block associated withmckusick2000-01-132-8/+14
| | | | | | | | | | | | | | | | | | | | | | a vnode has not been written (which would clear certain of its dependencies). The problems arises because fsync with MNT_NOWAIT no longer pushes all the dirty blocks associated with a vnode. It skips those that require rollbacks, since they will just get instantly dirty again. Such skipped blocks are marked so that they will not be skipped a second time (otherwise circular dependencies would never clear). So, we fsync twice to ensure that everything will be written at least once.
* | Remove the 'at isa? ...' bits for ex0.mdodd2000-01-137-15/+7
| | | | | | | | Remove the confusing text about pccard and unit numbers for ep0.
* | Cosmetic cleanups.mdodd2000-01-132-68/+46
| |
* | Implement a DEVICE_IDENTIFY method. I want to revisit some of this latermdodd2000-01-132-44/+118
| | | | | | | | but this is enough to get us going.
* | When I converted this driver to newbus I also cleaned up the codemdodd2000-01-132-100/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | layout. It seems that I cleaned it up a bit too much and confused a few if () { if () { } else { } } statements in the obvious manner. This allows the driver to transmit packets again. *sigh*
* | Stop the recurring feeling of deja vuimp2000-01-131-1/+2
| | | | | | | | | | | | | | | | | | | | Stop the recurring feeling of deja vu Stop the recurring feeling of deja vu Stop the recurring feeling of deja vu and debounce the eject messages. We now mark the socket empty in the interrupt handler, rather than after we've disabled the socket which happens "much later".
* | attach to non-ac97 neomagic chips and hope that ac97 ones do not have thecg2000-01-131-0/+6
| | | | | | | | same pnpbios id
* | be less verbosecg2000-01-131-3/+5
| |
* | added IPv6 unspecified addr check for getipnodebyaddr.shin2000-01-131-0/+2
| |
OpenPOWER on IntegriCloud