summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Document lock order reversals possible when calling allocation functionsalfred2003-01-182-14/+28
| | | | | | | | | | | with vnode interlocks held. Emphasize that users need to be careful with malloc flags versus mbuf flags. Remove stale portion in vnode.9 about v_tag. We don't have it anylonger. Submitted by: Hiten Pandya <hiten@unixdaemons.com>
* Optimize away call to bzero() in the common case by directly checkinghsu2003-01-181-6/+3
| | | | if a connection has any cached TAO information.
* Don't try to free() map in bus_dmamap_destroy() when it'smux2003-01-181-1/+1
| | | | | set to &nobounce_dmamap. A similar bug was fixed by wpaul in revision 1.19 of sys/alpha/alpha/busdma_machdep.c.
* Allow French releases notes to be build correctlygioria2003-01-183-3/+3
| | | | Hat To: Hiroki SATO <hrs@eos.ocn.ne.jp>
* MFbed: translation updates and fixesue2003-01-182-5/+11
| | | | | early-adopter/article.sgml: fixes only errata/article.sgml: 1.17 -> 1.18
* Inline now trivial functions getccdbuf() and putccdbuf().phk2003-01-182-106/+16
| | | | Fix another trivial memory-leak.
* 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
| | | | common code by adding lock functions.
* Fix minor memory-leak.phk2003-01-182-0/+2
|
* Stub profile.h, required for userland builds.grehan2003-01-181-0/+65
| | | | Approved by: Benno
* <machine/ieee.h>, taken from sparc64grehan2003-01-181-0/+146
| | | | Approved by: Benno
* Fix bugs with operand ordering and unnecessary sync/eieio ops. Mostlygrehan2003-01-181-59/+71
| | | | | | obtained from Alpha atomic.h Approved by: Benno
* Allow the MD frame definition to be seen in. Required for truss/ptrace.grehan2003-01-181-3/+1
| | | | Approved by: Benno
* RAIDframe requires LONG_BITgrehan2003-01-182-0/+6
| | | | Approved by: Benno
* Prepended underscores to macro local vars, avoiding gcc "declarationgrehan2003-01-181-6/+6
| | | | | | shadows global" warning Approved by: benno
* Change definition of int64 to avoid gcc3.2.1 complaints. Taken from i386grehan2003-01-181-2/+13
| | | | Approved by: benno
* Use the M_CCD malloc bucket instead of M_DEVBUF.phk2003-01-182-82/+50
| | | | Don't keep a private freelist of a low number of trivially small structures.
* Inline trivial function ccdintr() into its one caller ccdiodone().phk2003-01-182-42/+18
| | | | Only call ccdfind() once in ccdiodone() and cache the result.
* 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
| | | | four-clause BSD license in the file, one will do.
* 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
| | | | Reviewed by: ps
* Make the debug messages, for when a script rolls its own start routine,mtm2003-01-181-1/+5
| | | | | | | more usefull. Currently it just says 'xxx_cmd'; whereas with this change it will name the routine that's being run. Approved by: markm (mentor)
* Fix typo.jmallett2003-01-181-1/+1
|
* - Removed unecesary code.mdodd2003-01-186-110/+96
| | | | | - Correct smapi32_new() asm (still doesn't work.) - Attach to mainboard not isa.
* Nuke dumb error reporting code, people can just use disk::d_error. Unify thejmallett2003-01-187-104/+45
| | | | | DEBUG and d_error initialisation into an ERROR macro, which can both trace and set the d_error field. Much a more meaningful thing, I should say.
* 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
| | | | and that's what these locals were called before.
* Caution programmers not to confuse M_DONTWAIT with M_NOWAIT. Theyrwatson2003-01-182-0/+19
| | | | | | are not the same. Suggested by: Hiten Pandya <hiten@unixdaemons.com>
* MFp4: Add support for memory mapped UARTs, but don't add any devicesmarcel2003-01-182-9/+18
| | | | | | | yet that depend on it because sio(4) needs support for it before it can be used. There's no reason why zs(4) couldn't attach to puc(4) in the (near?) future (in principle), so don't make memory mapped I/O support in sio(4) a precondition for this change.
* If we're going to build and install this on ia64, we might as wellmarcel2003-01-181-7/+20
| | | | | | teach it about ia64 specific section types, dynamic tags and machine type. This is a mostly insignificant change given the amount of work that this tool obviously needs...
* 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
| | | | on a raw ip socket will crash the system with a null-dereference.
* Fake up a struct componentname to pass to VOP_WHITEOUT instead of passingtjr2003-01-181-1/+10
| | | | | | NULL. union_whiteout() expects the componentname argument to be non-NULL. Fixes a NULL dereference panic when an existing union mount becomes the upper layer of a new union mount.
* Remove subr_diskslice.c and subr_diskmbr.c which I can see no traces offphk2003-01-171-2/+0
| | | | a need for in the x86_64 files. Not compile tested.
* Remove subr_diskslice.c and subr_diskmbr.c which I can find no trace ofphk2003-01-171-2/+0
| | | | why should be needed in the powerpc files. Not compile tested.
* - Style fixes.mdodd2003-01-171-3/+3
| | | | | | - llabs() -> qabs(); long long isn't valid for the kernel. Submitted by: bde
* 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
| | | | | | | | | | | SS_ISCONNECTING state, returning EINVAL (which is what POSIX mandates in this case). listen() on connected or connecting sockets would cause them to enter a bad state; in the TCP case, this could cause sockets to go catatonic or panics, depending on how the socket was connected. Reviewed by: -net MFC after: 2 weeks
OpenPOWER on IntegriCloud