summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Introduce the GDB debugger backend for the new KDB framework. Themarcel2004-07-1014-0/+1515
* Unbreak alpha: On alpha a long double is the same as a double andmarcel2004-07-101-0/+4
* Clean up and wash struct iovec and struct uio handling.phk2004-07-109-407/+204
* Remove a pointless check.phk2004-07-101-2/+0
* Add a reference to od(1).tjr2004-07-101-2/+3
* Decode the "wence" arg to lseek and linux_lseek.alfred2004-07-102-2/+16
* Initialize cs_invert to "false" in new csets.tjr2004-07-101-0/+1
* Now socket buffer locks are being asserted at higher code blocks inrwatson2004-07-101-4/+1
* Assert socket buffer lock at strategic points between sections of coderwatson2004-07-101-0/+5
* Modernize description of physio. Make explicit that this creates aimp2004-07-101-5/+19
* - Add missing <sys/module.h>. [1]marius2004-07-092-7/+5
* document vfs_suser.alfred2004-07-092-0/+72
* Force commit.emax2004-07-090-0/+0
* Check the lock lists to see if they are empty directly rather thanjhb2004-07-091-9/+21
* Bump __FreeBSD_versionemax2004-07-092-1/+5
* Do not bzero() the softc, as newbus does it for us.cognet2004-07-095-5/+0
* Add fast paths for conversion of plain ASCII characters.tjr2004-07-091-0/+13
* Slightly reorganize and simplify.tjr2004-07-091-24/+11
* Decrease default stripe size to 4k, as we have "FAST" mode turned on bypjd2004-07-092-2/+2
* Implement "FAST" mode for GEOM_STRIPE class and turn it on by default.pjd2004-07-091-80/+345
* Only detach consumers which are attached when we wither stuff away.phk2004-07-091-1/+2
* Add a JFLAG which can be used to speed up universe:phk2004-07-091-3/+3
* Reduce namespace pollution.des2004-07-091-0/+2
* Newbus returns a zeroed softc, so there's no need to call bzero() here.cognet2004-07-091-2/+0
* When cleaning house, don't try to remove what isn't there.des2004-07-091-7/+13
* Bump document date.des2004-07-091-1/+1
* Accumulate directory entries in a fixed-length sbuf, and uiomove them indes2004-07-091-8/+10
* The type and name of sbuf_b{cat,cpy}()'s second argument have changed.des2004-07-091-6/+6
* Cosmetic adjustment to previous commit: name the second argument todes2004-07-091-4/+4
* Have sbuf_bcat() and sbuf_bcpy() take a const void * instead of ades2004-07-092-5/+7
* - correctly set the return value for the copyin/out fault buffer to 1grehan2004-07-092-4/+20
* Fixed markup.ru2004-07-091-199/+216
* Remove the declaration of isnan() from this file. It is no longerdas2004-07-092-6/+0
* Polished markup.ru2004-07-092-131/+182
* Use and explicite 'sh' to run the scripts, because they may be checkedharti2004-07-091-6/+6
* Fixed markup and punctuation.ru2004-07-097-342/+455
* Bump document date for recent changes.das2004-07-091-1/+1
* Markup nit picking.ru2004-07-091-6/+5
* Eliminate struct shm_handle. It is an unnecessary level of indirection toalc2004-07-091-24/+12
* Use ETHER_IS_MULTICAST() consistently in ether_resolvemulti().bms2004-07-091-1/+1
* Report input errors instead of ignoring them.tjr2004-07-091-0/+8
* Fix mismerge of fdc. Also, OLDCARD never was supported on amd64, soimp2004-07-091-1/+1
* Document these functions as being in libm, not libc. Some of themdas2004-07-091-4/+1
* Implement the classification macros isfinite(), isinf(), isnan(), anddas2004-07-0921-508/+287
* Define the following macros in terms of [gi]cc builtins when thedas2004-07-091-0/+29
* Document compile-time switches here as I'm going to yank them frombms2004-07-091-0/+12
* Update for multibyte character support: remove BUGS and change thetjr2004-07-091-7/+2
* Further improve locking in xl(4):bms2004-07-091-21/+34
* Apply the long-overdue hatchet of style(9) death to this file.bms2004-07-092-916/+1094
* Add support for multibyte characters. The challenge here was to usetjr2004-07-098-200/+880
OpenPOWER on IntegriCloud