aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
...
* We need to pass a structure with enough space for an NFSv2 filehandle toDoug Rabson2008-12-101-3/+3
* Remove inconsistent white space from in_pcballoc().Robert Watson2008-12-101-2/+0
* Move syncache flag definitions below data structure, compress some verticalRobert Watson2008-12-101-10/+12
* Move flag definitions for t_flags and t_oobflags below the definition ofRobert Watson2008-12-101-28/+36
* Don't get confused if we encounter a device which is part of a raidz or raidz2Doug Rabson2008-12-101-2/+4
* fix a reported panic when adding a route and one hit here when deleting a routeKip Macy2008-12-102-4/+12
* unlock when doneKip Macy2008-12-101-1/+1
* don't reference if_addr_mtx directlyKip Macy2008-12-101-2/+2
* Update comment on INP_TIMEWAIT to say what it's about, as we cautionRobert Watson2008-12-091-1/+1
* - Limit BCM5701 B5 to 32-bit mode as a workaround for a bug whichMarius Strobl2008-12-091-7/+12
* It does not make much sense to include net/route.h twice.Bjoern A. Zeeb2008-12-091-2/+0
* Add rwlock.h (and lock.h for that) to keep no-INET kernels compilingBjoern A. Zeeb2008-12-091-0/+2
* Fix a bug introduced in r185747: rather than dereferencing an uninitializedBjoern A. Zeeb2008-12-091-1/+1
* Enhance one comment relating to recent TCP locking changes, and fix aRobert Watson2008-12-091-6/+6
* Move macros defining flags and shortcus to nested structure fields inRobert Watson2008-12-091-26/+34
* Fix a long standing VLAN tagged frame handling bug.Pyun YongHyeon2008-12-092-1/+10
* Add the ability to control the sleep LED with led(4). Adding this fairlyNathan Whitehorn2008-12-092-5/+29
* Remove now unused label.Maxim Sobolev2008-12-091-1/+1
* Optimiza assembly in the previous r185779, to save whooping 16 bytes.Maxim Sobolev2008-12-081-9/+5
* Respect RBX_MUTE flag from boot[012].Maxim Sobolev2008-12-081-1/+18
* add RW_SYSINIT_FLAGS macro and rw_sysinit_flags initialization functionKip Macy2008-12-082-0/+27
* Fix typo in the comment %is -> %si.Maxim Sobolev2008-12-081-1/+1
* Move from solely write-locking the global tcbinfo in tcp_input()Robert Watson2008-12-081-59/+274
* - avoid recursively locking the radix node head lockKip Macy2008-12-081-2/+4
* Add a reference count to struct inpcb, which may be explicitlyRobert Watson2008-12-082-12/+85
* - Detect Bochs BIOS variants and use HZ_VM as well.Jung-uk Kim2008-12-081-12/+25
* - Add missing word in comment.Ulf Lilleengen2008-12-081-1/+1
* Make two style changes to create new commit and document proper commitKonstantin Belousov2008-12-082-3/+2
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-12-082-16/+51
* Do drop vm map lock earlier in the sysctl_kern_proc_vmmap(), to avoidKonstantin Belousov2008-12-081-38/+40
* The dqrele() function syncs the dq, then acquires the dqh lock, and thenKonstantin Belousov2008-12-081-1/+13
* mutex.h is needed here. It got it by namespace pollution.Pyun YongHyeon2008-12-081-0/+2
* Clean up the mac GPIO interface a little. Also remove bogus copyrightNathan Whitehorn2008-12-082-26/+29
* Reduce spin wait time consumed in GMII register access routines.Pyun YongHyeon2008-12-081-4/+2
* Accidentally left ADB out of the PowerPC NOTES file during initial import.Nathan Whitehorn2008-12-081-0/+3
* Add facilities to pmu(4) to interrogate battery status on Apple PowerPCNathan Whitehorn2008-12-082-12/+219
* o Implemented miibus_statchg handler. It detects whether re(4)Pyun YongHyeon2008-12-082-28/+52
* Make sure to return the result of meida change request.Pyun YongHyeon2008-12-081-2/+3
* Add missing include to sys/lock.h before sys/rwlock.hWarner Losh2008-12-083-0/+3
* - According to the corresponding Linux, NetBSD and OpenSolarisMarius Strobl2008-12-072-36/+47
* Minor tweaks to some of the comments. Also, add a XXX wondering if weWarner Losh2008-12-071-17/+18
* Restore opt_inet.h include which was lost in the last commit.Andrew Thompson2008-12-071-0/+1
* - convert radix node head lock from mutex to rwlockKip Macy2008-12-0710-74/+135
* PROBLEM: putting in a loader config file a line of the formLuigi Rizzo2008-12-071-26/+19
* honor IEEE80211_BPF_CRYPTO for raw xmit; fixes shared key auth in sta modeSam Leffler2008-12-071-2/+50
* New periodic calibration scheme needed for 11n parts that haveSam Leffler2008-12-072-54/+92
* Use '0' rather than PZERO to not change the priority that I'm waitingWarner Losh2008-12-071-3/+3
* Use atomic_add_int rather than a simple ++ to ensure no cache races ifWarner Losh2008-12-071-1/+1
* Improve usefulness of the panic by printing the pointer to the problematicKonstantin Belousov2008-12-071-1/+1
* Add support for automated reboot after power failure on Apple Core99 machinesNathan Whitehorn2008-12-071-3/+61