summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Document lock order reversals possible when calling allocation functionsalfred2003-01-182-14/+28
* Optimize away call to bzero() in the common case by directly checkinghsu2003-01-181-6/+3
* Don't try to free() map in bus_dmamap_destroy() when it'smux2003-01-181-1/+1
* Allow French releases notes to be build correctlygioria2003-01-183-3/+3
* MFbed: translation updates and fixesue2003-01-182-5/+11
* Inline now trivial functions getccdbuf() and putccdbuf().phk2003-01-182-106/+16
* Don't truncate lines if an error occurred.des2003-01-181-13/+18
* Indentation cleanup.des2003-01-181-5/+6
* Removed unnecessary includes and brought up to date with atagrehan2003-01-181-4/+15
* Fix minor memory-leak.phk2003-01-182-0/+2
* Stub profile.h, required for userland builds.grehan2003-01-181-0/+65
* <machine/ieee.h>, taken from sparc64grehan2003-01-181-0/+146
* Fix bugs with operand ordering and unnecessary sync/eieio ops. Mostlygrehan2003-01-181-59/+71
* Allow the MD frame definition to be seen in. Required for truss/ptrace.grehan2003-01-181-3/+1
* RAIDframe requires LONG_BITgrehan2003-01-182-0/+6
* Prepended underscores to macro local vars, avoiding gcc "declarationgrehan2003-01-181-6/+6
* Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386grehan2003-01-181-2/+13
* Use the M_CCD malloc bucket instead of M_DEVBUF.phk2003-01-182-82/+50
* Inline trivial function ccdintr() into its one caller ccdiodone().phk2003-01-182-42/+18
* Fix two errorchecks to check for negative error returns.phk2003-01-181-2/+2
* Sanitize the copyright section a bit: We do not need two copies of thephk2003-01-182-102/+34
* Remove unneeded entries.nyan2003-01-182-38/+0
* Fixed comment.nyan2003-01-181-2/+2
* Consistentify output whitespace.jmallett2003-01-181-1/+1
* MFCrypto: update RFC assigned telnet options (r1.9)billf2003-01-181-3/+8
* add more RFC defined telnet optionsbillf2003-01-182-6/+16
* Make the debug messages, for when a script rolls its own start routine,mtm2003-01-181-1/+5
* Fix typo.jmallett2003-01-181-1/+1
* - Removed unecesary code.mdodd2003-01-186-110/+96
* Nuke dumb error reporting code, people can just use disk::d_error. Unify thejmallett2003-01-187-104/+45
* Simplify conditional.jmallett2003-01-181-6/+4
* Refer to the process label as proclabel, as there is a function called label,jmallett2003-01-181-10/+10
* Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. Theyrwatson2003-01-182-0/+19
* MFp4: Add support for memory mapped UARTs, but don't add any devicesmarcel2003-01-182-9/+18
* If we're going to build and install this on ia64, we might as wellmarcel2003-01-181-7/+20
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).shiba2003-01-183-0/+9
* Regen.shiba2003-01-181-1/+4
* Add Accton EN2216.shiba2003-01-182-0/+2
* Regen.shiba2003-01-181-0/+3
* Fix long-standing bug predating FreeBSD where calling connect() twicehsu2003-01-181-1/+3
* Fake up a struct componentname to pass to VOP_WHITEOUT instead of passingtjr2003-01-181-1/+10
* Remove subr_diskslice.c and subr_diskmbr.c which I can see no traces offphk2003-01-171-2/+0
* Remove subr_diskslice.c and subr_diskmbr.c which I can find no trace ofphk2003-01-171-2/+0
* - Style fixes.mdodd2003-01-171-3/+3
* ia64 didn't need subr_diskslice.c and subr_diskmbr.c either.phk2003-01-171-2/+0
* We do not need subr_diskslice.c and subr_diskmbr.c any more on alpha.phk2003-01-171-2/+0
* Move alpha_fix_srm_checksum() from subr_diskmbr.c to subr_disklabel.cphk2003-01-172-17/+16
* Remove the unused DSO_* options.phk2003-01-172-36/+6
* Document that listen() can return EINVAL now.tmm2003-01-171-0/+2
* Disallow listen() on sockets which are in the SS_ISCONNECTED ortmm2003-01-171-0/+4
OpenPOWER on IntegriCloud