summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Several changes: Added a BUGS section with several bugs. Andgarys2005-09-071-26/+94
* Use the more readable empty() syntax.obrien2005-09-073-9/+9
* Merge bpfstat's functionality into the netstat(1) utility. This addscsjp2005-09-075-3/+144
* In set_mouse_pos(), try to avoid division by zero errors.rodrigc2005-09-071-1/+2
* Correct insecure temporary file usage.cperciva2005-09-071-2/+0
* Ensure the full value is written into inode variables.obrien2005-09-071-2/+2
* IPv6 was improperly defining its malloc type the same as IPv4 (M_IPMADDR,obrien2005-09-076-35/+35
* Forward declaring static variables as extern is invalid ISO-C. Now thatobrien2005-09-074-5/+6
* Reorder code to not depend on an ISO-C illegal forward extern declaration.obrien2005-09-073-1796/+1793
* Fix bug where static forward declarations weren't accepted.obrien2005-09-071-1/+4
* Mention that uuidgen(1) generates DCE version 1 UUIDs onlyrse2005-09-072-4/+6
* Fix the type of the variable 'debug'. It is used as a bitmap, so theharti2005-09-071-1/+1
* Unbreak release builds. Now that NO_INFO also affects the installationmarcel2005-09-071-3/+2
* Consistancy is the hobgoblin of small minds:imp2005-09-072-39/+39
* Minor reorg of pccard attach code to fix ax88x90 case broken after fixingimp2005-09-071-160/+158
* o Expose ed_probe_Novel_generic, it is useful for pccard case.imp2005-09-072-5/+3
* Eliminate an incorrect cast.alc2005-09-071-1/+1
* Fix DL100xx based cards. Don't drop resources. It was approrpiate inimp2005-09-071-2/+1
* move away from K&R function definitionsimp2005-09-061-10/+3
* Work around a bug I've seen on Linksys EC2T cards. For some reason,imp2005-09-061-2/+25
* Go ahead and | in ED_CR_PAGE_0, even though this doesn't change thingsimp2005-09-061-5/+8
* It turns out that many of the ambicom cards have their CIS resourcesimp2005-09-062-8/+27
* Clarify that any firewall that has pfil(9) hooks can be used.thompsa2005-09-061-1/+7
* Add support for multicast to the bridge and allow inet6 addresses to bethompsa2005-09-065-10/+32
* In sc_set_text_mode(), reset fontwidth if it is <= 0.rodrigc2005-09-061-0/+2
* Fix build.glebius2005-09-061-1/+1
* fix typos: decribed -> described, preceeded -> precededrse2005-09-061-3/+3
* Various small code cleanups resulting from a code reviewingrse2005-09-063-12/+4
* Teach portsnap how to ignore unwanted parts of the ports tree. A linecperciva2005-09-063-8/+108
* Fix problem with finding the still working disk in a broken mirror on VIA.sos2005-09-062-1/+4
* When we read data from socket buffer using soreceive() the socket layerglebius2005-09-061-4/+13
* In soreceive(), when a first mbuf is removed from socket buffer useglebius2005-09-061-8/+1
* In INVARIANTS case also check that nodes do not pass queues of mbufsglebius2005-09-061-1/+5
* Raise one more bit in READER_MASK. I believe that before this changeglebius2005-09-061-1/+1
* fix typo: ommitted -> omittedrse2005-09-061-1/+1
* Notable quote by Theodore Roosevelt.wilko2005-09-061-0/+5
* Document flags of a pollrec.glebius2005-09-061-0/+5
* Remove WANT_FORCE_OPTIMIZATION_DOWNGRADE and out dated warnings aboutobrien2005-09-061-10/+2
* updates:sam2005-09-061-11/+14
* Convert the primary ACL allocator from malloc(9) to using a UMA zone instead.csjp2005-09-066-29/+65
* Now that the PID is constantly refreshed, introduce a pidname function whichcsjp2005-09-051-5/+21
* Instead of caching the PID which opened the bpf descriptor, continuouslycsjp2005-09-052-4/+12
* Retain generation count when writing zeroes instead of an inode to disk.tegge2005-09-051-4/+42
* Milestone: enable SMP by default.marcel2005-09-051-1/+1
* o In pmap_remove_pte: always invalidate the page. Previously the pagemarcel2005-09-051-13/+11
* Improve an error message.jkoshy2005-09-051-2/+2
* Print pointers with %p rather than casting them to long.stefanf2005-09-052-5/+5
* Reword nic driver MPSAFEness entries to be in line with earlier release notes.brueffer2005-09-052-14/+14
* Remove reference to el(4).joel2005-09-051-1/+0
* Fix panic when loading libiconv.ko on sparc64.imura2005-09-051-2/+4
OpenPOWER on IntegriCloud