summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Simplify and fix bugs in rx/tx ring cleanup.phk2005-01-061-24/+21
|
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0689-93/+97
|
* Expand COPYRIGHT inline, per Matthew Dillon's earlier approval.imp2005-01-061-4/+24
|
* Rewrite the rx/tx ring initialization to use pointers instead of arrays.phk2005-01-061-45/+34
|
* Eliminate a bunch of unnecessary prototypes.phk2005-01-061-54/+12
|
* Move the module related stuff to the bottom of the file. This willphk2005-01-061-30/+30
| | | | allow us to save prototypes.
* /* -> /*- for license, add FreeBSD tagimp2005-01-0631-32/+48
|
* Make sure to clear any pending interrupts when we stop the interface.phk2005-01-061-0/+1
|
* Close a theoretical race: By the time the watchdog comes aroundphk2005-01-061-1/+5
| | | | the interface may have been stopped, so we should not restart it.
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-06262-525/+659
|
* Remove left over include file from stallion driver.imp2005-01-061-122/+0
|
* Expand indirect reference to BSD license with the current one.imp2005-01-061-2/+22
|
* This doesn't seem to have been used since 386BSD daysimp2005-01-061-4/+0
|
* Bit 0 of td_flags is now used by the priority borrowing flag, so removejhb2005-01-061-1/+0
| | | | the unused placeholder constant.
* Revise the part of vm_pageout_scan() that moves pages from the cachealc2005-01-061-12/+31
| | | | | | queue to the free queue. With this change, if a page from the cache queue belongs to a locked object, it is simply skipped over rather than moved to the inactive queue.
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0664-95/+105
|
* Add dol FreeBSD dol and /*+ize licenseimp2005-01-063-3/+9
|
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0667-68/+70
|
* Introduce new startup level SI_SUB_NETGRAPH that is afteremax2005-01-062-1/+2
| | | | | | | | | | | | | | SI_SUB_INIT_IF but before SI_SUB_DRIVERS. Make Netgraph(4) framework initialize at SI_SUB_NETGRAPH level. This does not address the bigger problem: MODULE_DEPEND does not seem to work when modules are compiled in the kernel, but it fixes the problem with Netgraph Bluetooth device drivers reported by a few folks. PR: i386/69876 Reviewed by: julian, rik, scottl MFC after: 3 days
* Use .Fn function_namekeramida2005-01-061-2/+4
| | | | MFC after: 3 days
* Use .Fn function_namekeramida2005-01-061-2/+4
| | | | MFC after: 3 days
* Properly cross-reference pccard(4).keramida2005-01-061-1/+4
| | | | MFC after: 3 days
* - Use .Fn for marking up function-like macro names.keramida2005-01-061-6/+12
| | | | | | | | - Improve the wording in a few places. - Add the email address of Doug Rabson in the AUTHORS section. - Link to devfs(5) with an .Xr MFC after: 3 days
* . Use a .Bl list for describing macro arguments.keramida2005-01-061-16/+14
| | | | | | | . Various wordign fixes. . Bump document date. MFC after: 3 days
* . Use a -tag instead of an -inset list, which makes the arguments of thekeramida2005-01-061-8/+11
| | | | | | macro stand out more clearly. . Various other wording fixes. . Bump document date.
* Use .Fn function_name.keramida2005-01-062-8/+17
| | | | MFC after: 3 days
* Add missing .It in list tag.keramida2005-01-061-2/+2
| | | | MFC after: 3 days
* Fix .Nd description and bump document date.keramida2005-01-061-2/+2
| | | | MFC after: 3 days
* "non-spin" is better with a dash, than without.keramida2005-01-061-1/+1
|
* Unbreak the tinderbox, make this compile.maxim2005-01-061-1/+1
|
* Remove trailing spaces.krion2005-01-067-13/+13
|
* Document the -V and -U options in usage().philip2005-01-061-2/+2
| | | | Submitted by: Jordan Sissel <psionic@csh.rit.edu>
* Clear PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN for broken hardware.simokawa2005-01-061-1/+2
| | | | | | Some amd64 laptops fail to boot with these flags. PR: kern/75482
* Modules on PPC need to be compiled with -mlongcall to get aroundgrehan2005-01-061-0/+4
| | | | | the +/-64k blr offset limitation. With gcc bug #12769 fixed, it's time to put enable this.
* Make this compile from the last commitscottl2005-01-061-1/+1
|
* Return ETIMEDOUT when thread is timeouted since POSIX threaddavidxu2005-01-061-5/+7
| | | | | APIs expect ETIMEDOUT not EAGAIN, this simplifies userland code a bit.
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-06774-868/+886
|
* add copyright notice to something I wrote that didn't have oneimp2005-01-061-1/+1
|
* Start each of the license/copyright comments with /*-imp2005-01-0624-24/+24
|
* Early spring cleaning:trhodes2005-01-062-141/+0
| | | | | Unhook lomac(4) manual page and remove it. The code was removed by rwatson over two years ago.
* Start each of the license/copyright comments with /*-imp2005-01-0538-54/+54
|
* If the NFS/TCP stream is out of sync between the client and server,ps2005-01-051-1/+1
| | | | | | | | and if the client (erroneously) reads the RPC length as 0 bytes, the client can loop around in the socket callback. Explicitly check for the length being 0 case and teardown/re-connect. Submitted by: Mohan Srinivasan
* Start each of the license/copyright comments with /*-imp2005-01-05106-110/+110
|
* Typo.jhb2005-01-051-1/+1
|
* Align if else if properlyphk2005-01-051-6/+4
|
* Style: new-speak functions, remove pointless "return".phk2005-01-051-137/+44
|
* - Move the function prototypes for kern_setrlimit() and kern_wait() tojhb2005-01-057-10/+13
| | | | | sys/syscallsubr.h where all the other kern_foo() prototypes live. - Resort kern_execve() while I'm there.
* Start each of the license/copyright comments with /*-imp2005-01-0527-28/+31
|
* Remove obsolete note about the boot loader not being ready for stable.imp2005-01-051-10/+0
| | | | It has been in stable for at least 5 years now.
* Make an attempt at explaining why sx(9) locks cannot be safely obtainedkeramida2005-01-051-0/+9
| | | | | | | | after acquiring a mutex(9). PR: docs/75571 Submitted by: darrenr Explanation by: jhb
OpenPOWER on IntegriCloud