summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Rename from apm_bioscall.s to apm_bioscall.S for removing a special rulenyan2005-04-203-7/+2
| | | | | | to build a module. A repo-copy is not done because it has no important logs. Pointed out by: ru
* Remove extra ifnet pointer from private data. It can be accessed via arpcom.glebius2005-04-201-6/+5
|
* Add macro NG_COPYMESSAGE(), which allocates memory and creates aglebius2005-04-201-1/+22
| | | | copy of given control message.
* - Call if_link_state_change() for each vlan, when link changesglebius2005-04-201-7/+4
| | | | | | | | | on parent. - Remove route.h include. - Fix comment about MII. Sponsored by: Rambler Reviewed by: yar
* Fix typo.brueffer2005-04-201-1/+1
| | | | | PR: 80133 Submitted by: Zheyu Shen <free.bsd@gmx.net>
* Remove anti-LOR bandaid, it is not needed now.glebius2005-04-201-21/+0
| | | | Sponsored by: Rambler
* Do not call all link state callbacks directly, but scheduleglebius2005-04-202-3/+24
| | | | | | | | | | a taskqueue(9) task. This fixes LORs and adds possibility to serve such events pseudorecursively, when link state change of interface causes subsequent change on other interfaces. Sponsored by: Rambler Reviewed by: sam, brooks, mux
* Cross reference ehci(4).simon2005-04-203-3/+6
| | | | | Suggested by: Flemming Jacobsen MFC after: 3 days
* Remove extra Id keyword.jkoshy2005-04-201-2/+0
|
* Only compile for the hwpmc module for supported architectures.jkoshy2005-04-201-1/+3
| | | | Submitted by: grehan
* Remove dead variable.jkoshy2005-04-202-6/+4
|
* Check sopt_level in uipc_ctloutput() and return early if it is non-zero.mdodd2005-04-201-0/+3
| | | | | This prevents unintended consequnces when an application calls things like setsockopt(x, SOL_SOCKET, SO_REUSEADDR, ...) on a Unix domain socket.
* Get order right when initializing task file bus resources. ATA drives aregrehan2005-04-202-4/+4
| | | | | now recognised when booting from the drive, as opposed to net-booting which the previous botched commit was tested with.
* Small cleanup of the WPA code additions. The SIOCG80211 and SIOCS80211wpaul2005-04-201-4/+5
| | | | | | | | ioctls are now handled explicitly, but we can't really do anything with them unless the NIC is up (trying to get/set a parameter when the NDIS driver isn't running always yields an error). If something invokes either of these ioctls and the NIC isn't initialized, punt to the default ieee80211_ioctl() routine.
* Use .Pa instead of .Xr to follow mdoc(7)jcamou2005-04-201-2/+2
| | | | | | | | specifications. Noticed by: trhodes Approved by: trhodes (mentor) MFC after: 1 day
* Move this to the specific architectures that are supported. #ifdef fooimp2005-04-194-13/+39
| | | | | in sys/pmc.h precludes it from working on !i386, !amd64. When that changes, it can be moved back into conf/NOTES.
* The size of a filesystem may be less than the size of the provider itwollman2005-04-191-2/+2
| | | | | | | resides on. Fix the special case of the filesystem fragment size not evenly dividing the size of the provider. Fixing the general case probably requires better superblock validation (left as an exercise to the reader).
* Remove the hack which allowed to use gmirror for root file system,pjd2005-04-192-49/+8
| | | | use root_mount KPI instead.
* Call g_waitidle() before every check the list of holds is empty.pjd2005-04-191-7/+11
| | | | Suggested by: phk
* Remove unused variable that was horking up the LINT buildimp2005-04-192-10/+4
|
* Need more files for i386, need all the files for pc98.imp2005-04-192-0/+8
|
* Minimal changes to get this to compile with -DDEBUG defined as wellimp2005-04-192-2/+6
| | | | as hack a couple used before set warnings for LINT happiness.
* There's no need to include all the detauls of struct bus_space_{tag,handle}imp2005-04-192-83/+84
| | | | in _bus.h when the typedef of the struct pointer will do.
* Since pmc is a CPU feature, grab the mdep file from the i386 directory.imp2005-04-191-0/+6
|
* Grammar fixes.brueffer2005-04-192-2/+2
|
* I accidently committed two 'cleandepend' when I was deciding whichobrien2005-04-191-1/+1
| | | | form was "cleaner".
* New release notes:hrs2005-04-192-2/+8
| | | | | | | getproto{ent,byname,bynumber}(3) thread-safe. Update release notes: s/MPSAFE/thread-safe/ in the entry of getserv{ent,byname,byport}.
* Hook smist up to the kernel build.njl2005-04-191-0/+1
|
* Add a driver for SMI-based SpeedStep. The hardware supports two frequencynjl2005-04-193-0/+466
| | | | | | | | | | settings and is an older version of the same design used for ICH SpeedStep. It is only known to be available on PIIX4 chipsets. Many thanks to Bruno Ducrot for writing the driver and Jon Noack for testing. Submitted by: Bruno Ducrot
* Bring API documentation for sleepqueue(9) in sync with the codejkoshy2005-04-191-21/+61
| | | | | | in -current. Reviewed by: ru
* Document taskqueue_run_fast(). Markup 'Giant' with ".Va".jkoshy2005-04-191-9/+39
| | | | Reviewed by: ru
* Point users to tcsh(1) for information about shell globbing patterns,murray2005-04-191-1/+2
| | | | | | rather than 'XXXX'. MFC after: 1 week
* Add preliminary support for WPA-PSK using wpa_supplicant and thewpaul2005-04-191-2/+319
| | | | | | net80211 code, graciously contributed by Arvind Srinivasan. Submitted by: Arvind Srinivasan arvind at celar daht us
* Remove redundant line, add comment about termcapphk2005-04-191-1/+1
|
* Remove superfluous CFLAGS lines. Use the conditional '?=' constructjkoshy2005-04-192-5/+1
| | | | | | for WARNS lines. Submitted by: ru
* - add getproto{byname,bynumber,ent}_r for internal use within libc.ume2005-04-194-53/+181
| | | | - make getproto{byname,bynumber,ent} thread-safe.
* Remove superfluous CFLAGS additions. Make 'make checkdpadd' work.jkoshy2005-04-191-4/+2
| | | | | | Use '?=' for the WARNS line. Submitted by: ru
* Unbreak tinderbox builds for ${MACHINE_ARCH} != "i386" or "amd64".jkoshy2005-04-191-2/+6
| | | | Pointed out by: ru.
* Further narrow down critical region of FSBASE code.davidxu2005-04-191-1/+1
|
* Capitalize words in library description.jkoshy2005-04-191-1/+1
| | | | Submitted by: ru
* Use critical section functions rather than scheduler lock to protectdavidxu2005-04-191-4/+4
| | | | critical region.
* CFA (Compact Flash) devices has a special config ID that fails thesos2005-04-192-1/+3
| | | | normal ATA device check in ata-disk.c. Add support for the CFA magic.
* Clear P_STATCHILD earlier to avoid unnecessary retrying.davidxu2005-04-191-0/+5
|
* - nuke deprecated and unused getnodeby(3).ume2005-04-191-31/+0
| | | | | | - remove unused variable. Obtained from: KAME
* New release notes:hrs2005-04-192-0/+142
| | | | | | | | | | | | | | | | hwpmc(4) and associated library/userland utilities, ipw(4), iwi(4), ral(4), and ural(4) wireless LAN drivers, ipfw(4) and dummynet(4) now supports IPv6, net.link.tap.user_open sysctl for tap(4), LOCAL_CREDS and LOCAL_CONNWAIT options for unix(4), twa(4) driver update, machine-specific optimized functions for AMD64. getserv{ent,byname,byport} MPSAFE, mixer(8) -S option, C99 functions: roundl(), lroundl(), llroundl(), truncl(), and floorl(), syslogd(8) -S option, rc.d/bsnmpd startup script, and manual pages of ataraid(4), sched_4bsd(4), and sched_ule(4) added.
* Make DUMMYNET compile without INET6phk2005-04-191-0/+8
|
* typophk2005-04-191-1/+1
|
* Make IPFIREWALL compile without INET6phk2005-04-191-3/+18
|
* Bump copyright year and use &os;.hrs2005-04-193-2/+4
|
* Bump copyright year.hrs2005-04-191-0/+1
|
OpenPOWER on IntegriCloud