aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make this compile with -Wundef.Ruslan Ermilov2006-05-161-0/+4
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-16121-124/+0
* Make a bootable CD on pc98.Yoshihiro Takahashi2006-05-162-6/+5
* 1) Fix mii_phy_tick():Oleg Bulyzhin2006-05-161-18/+18
* Introduce MII_ANEGTICKS and MII_ANEGTICKS_GIGE defines.Oleg Bulyzhin2006-05-161-0/+4
* Kill more references to lnc(4).Ruslan Ermilov2006-05-164-7/+4
* Remove unneeded check.Gleb Smirnoff2006-05-161-4/+0
* Since m_pullup() can return a new mbuf, change gre_input2() toGleb Smirnoff2006-05-161-23/+23
* - Backout one line from 1.78. The tp can be freed by tcp_drop().Gleb Smirnoff2006-05-161-3/+2
* Do not leak kernel memory in case if userland has been compiledGleb Smirnoff2006-05-161-0/+1
* Allow concurrent read(2)/readv(2) access to a file.Paul Saab2006-05-162-5/+24
* Read block hints list from last snapshot on the active snapshot list.Tor Egge2006-05-161-0/+4
* Copy last block on file system again after file system has been suspended.Tor Egge2006-05-151-0/+11
* Don't leak a locked buffer if last block on file system cannot be read.Tor Egge2006-05-151-2/+3
* Errors detected while file system is suspended should not trigger anTor Egge2006-05-151-6/+4
* - Fix warning when compiling with -DDEBUGPav Lucistnik2006-05-151-1/+1
* - Add decoding of kse_release, kevent, sigprocmask, unmount, socket, getrusage,Pav Lucistnik2006-05-157-153/+578
* Shoot my own dog :-(Wilko Bulte2006-05-153-2736/+0
* Prepare to shoot my own dog, decouple the alpha docs from the build.Wilko Bulte2006-05-151-2/+1
* s/alpha/sparc64/ in examples.Wilko Bulte2006-05-151-4/+4
* - Fix crash when hitting unknown syscall. Copied from i386-fbsd.cPav Lucistnik2006-05-155-5/+10
* Remove reference to Alpha architecture.Wilko Bulte2006-05-151-2/+1
* Remove reference to AlphaWilko Bulte2006-05-151-1/+1
* o In the cross-build example replace alpha by sparc64.Maxim Konovalov2006-05-151-3/+3
* Remove reference to the Alpha architecture.Wilko Bulte2006-05-152-5/+3
* Remove reference to Alpha.Wilko Bulte2006-05-151-2/+2
* Remove reference to Alpha machineWilko Bulte2006-05-151-2/+0
* o Join "lnc(4) killers" gang and add lnc.4 man page to a listMaxim Konovalov2006-05-151-1/+3
* Now that lnc(4) is removed from the source tree, replace lnc0 in an exampleMarius Strobl2006-05-151-2/+2
* Now that lnc(4) is removed from the source tree, remove it from the listMarius Strobl2006-05-151-2/+1
* Replace references to lnc(4) with references to le(4) (so far the notesMarius Strobl2006-05-151-4/+4
* Update the description of pcn(4) from pcn(4) vs. lnc(4) to pcn(4) vs. le(4)Marius Strobl2006-05-151-3/+5
* Restore the ability to mount procfs and fdescfs filesystems via theKelly Yancey2006-05-154-3/+24
* Update README.examples according to the current state of the examples/etc dir...Matteo Riondato2006-05-151-18/+30
* Note that an old adjkerntz is not really usable after the recentGiorgos Keramidas2006-05-151-0/+15
* Refer to csup in the make.conf(5) manpage.Maxime Henrion2006-05-151-0/+2
* Add definitions for atomic_subtract_rel_32, atomic_add_rel_32 andOlivier Houchard2006-05-151-0/+3
* Recalculate IP checksum after running pfil hooks.Daniel Hartmeier2006-05-151-2/+17
* Switch from the lnc driver to the le driver. But C-NET(98)S support isYoshihiro Takahashi2006-05-153-11/+2
* Display real/avail memory as per other platforms.Benno Rice2006-05-151-3/+29
* o In rip_disconnect() do not call rip_abort(), just mark a socketMaxim Konovalov2006-05-151-1/+11
* o Fix typo in a comment.Maxim Konovalov2006-05-151-1/+1
* Re-wrok PHY setup, media handling and dual-port detection.Pyun YongHyeon2006-05-152-37/+13
* Switch to a 64bit time_t, while it's not a big problem to do so.Olivier Houchard2006-05-152-2/+2
* Use only lower 64bit of src/dest (and src/dest port) for hashing of IPv6Max Laier2006-05-141-4/+4
* Fix formatting. Add missing break;Maksim Yevmenkin2006-05-141-2/+3
* With the demise of Alpha, remove Alpha specific diagnostic.Wilko Bulte2006-05-141-7/+0
* o A tiny regression test exposes bug in rip_disconnect().Maxim Konovalov2006-05-142-0/+85
* New release notes:Christian Brueffer2006-05-142-0/+22
* Fix typo.Christian Brueffer2006-05-141-1/+1